diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2003-07-21 19:18:04 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2003-07-21 19:18:04 +0000 |
commit | f5385ef668aaf5ff5c102433372a69ff299c6f7b (patch) | |
tree | a13483c172d6f5555be37e12cf7423e44bd7ac2e /www/mplayer-plugin | |
parent | 7af4230e4f38cdf4ebe9b72ff0d4b88630583572 (diff) | |
download | ports-f5385ef668aaf5ff5c102433372a69ff299c6f7b.tar.gz ports-f5385ef668aaf5ff5c102433372a69ff299c6f7b.zip |
Notes
Diffstat (limited to 'www/mplayer-plugin')
-rw-r--r-- | www/mplayer-plugin/Makefile | 1 | ||||
-rw-r--r-- | www/mplayer-plugin/files/patch-Source_mplayerplug-in.c | 14 |
2 files changed, 13 insertions, 2 deletions
diff --git a/www/mplayer-plugin/Makefile b/www/mplayer-plugin/Makefile index 4f343101b819..330d5ebaf7d3 100644 --- a/www/mplayer-plugin/Makefile +++ b/www/mplayer-plugin/Makefile @@ -7,6 +7,7 @@ PORTNAME= mplayerplug-in PORTVERSION= 0.80 +PORTREVISION= 1 CATEGORIES= www multimedia MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= mplayerplug-in diff --git a/www/mplayer-plugin/files/patch-Source_mplayerplug-in.c b/www/mplayer-plugin/files/patch-Source_mplayerplug-in.c index 6736ef9a82e0..39253217acdb 100644 --- a/www/mplayer-plugin/files/patch-Source_mplayerplug-in.c +++ b/www/mplayer-plugin/files/patch-Source_mplayerplug-in.c @@ -1,5 +1,15 @@ ---- Source/mplayerplug-in.c.orig Sat Apr 12 15:07:47 2003 -+++ Source/mplayerplug-in.c Sat Apr 12 15:08:56 2003 +--- Source/mplayerplug-in.c.orig Thu May 22 22:38:28 2003 ++++ Source/mplayerplug-in.c Mon Jul 21 15:14:24 2003 +@@ -142,9 +142,6 @@ + "audio/mpeg3:mp3:MPEG audio;" + "audio/x-mpeg3:mp3:MPEG audio;" + "audio/mp3:mp3:MPEG audio;" +- "audio/x-pn-realaudio:ram:RealAudio;" +- "audio/x-pn-realaudio-plugin:rpm:RealAudio;" +- "audio/x-realaudio:ra:RealAudio;" + "video/fli:fli,flc:FLI animation;" + "video/x-fli:fli,flc:FLI animation;" + "video/x-ms-asf-plugin:asf,asx:Windows Media;" @@ -262,7 +262,7 @@ } |