diff options
Diffstat (limited to 'www/mplayer-plugin')
-rw-r--r-- | www/mplayer-plugin/Makefile | 3 | ||||
-rw-r--r-- | www/mplayer-plugin/distinfo | 6 | ||||
-rw-r--r-- | www/mplayer-plugin/files/patch-Source_plugin.cpp | 22 | ||||
-rw-r--r-- | www/mplayer-plugin/pkg-plist | 1 |
4 files changed, 5 insertions, 27 deletions
diff --git a/www/mplayer-plugin/Makefile b/www/mplayer-plugin/Makefile index afb200191a47..3d54565b3d57 100644 --- a/www/mplayer-plugin/Makefile +++ b/www/mplayer-plugin/Makefile @@ -6,8 +6,7 @@ # PORTNAME= mplayerplug-in -PORTVERSION= 3.17 -PORTREVISION= 1 +PORTVERSION= 3.20 CATEGORIES= www multimedia MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= mplayerplug-in diff --git a/www/mplayer-plugin/distinfo b/www/mplayer-plugin/distinfo index 8bedca2a0630..71b5f1c7eeed 100644 --- a/www/mplayer-plugin/distinfo +++ b/www/mplayer-plugin/distinfo @@ -1,3 +1,3 @@ -MD5 (mplayerplug-in-3.17.tar.gz) = 1d7b46707091ce4f81b03a36abc0603d -SHA256 (mplayerplug-in-3.17.tar.gz) = fbf3db657d7fff43bfc58c7837df59eff8f4678844d0627d8a8d6a9bea017e5b -SIZE (mplayerplug-in-3.17.tar.gz) = 204785 +MD5 (mplayerplug-in-3.20.tar.gz) = ded921539090d998d225583cf6915729 +SHA256 (mplayerplug-in-3.20.tar.gz) = 457518d1650bf7064d755bf4d74772ad87306d3899c056a88c17a6862da429dd +SIZE (mplayerplug-in-3.20.tar.gz) = 209190 diff --git a/www/mplayer-plugin/files/patch-Source_plugin.cpp b/www/mplayer-plugin/files/patch-Source_plugin.cpp deleted file mode 100644 index f929a3a6ed29..000000000000 --- a/www/mplayer-plugin/files/patch-Source_plugin.cpp +++ /dev/null @@ -1,22 +0,0 @@ -=================================================================== -RCS file: /cvsroot/mplayerplug-in/mplayerplug-in/Source/plugin.cpp,v -retrieving revision 1.263 -retrieving revision 1.264 -diff -u -r1.263 -r1.264 ---- Source/plugin.cpp 2005/12/12 14:05:08 1.263 -+++ Source/plugin.cpp 2006/01/02 16:49:23 1.264 -@@ -388,9 +388,13 @@ - paused = 0; - } - sendCommand(this, "quit\n"); -- pthread_mutex_lock(&read_mutex); -+#ifndef BSD -+ pthread_mutex_lock(&read_mutex); -+#endif - cancelled = 1; -+#ifndef BSD - pthread_mutex_unlock(&read_mutex); -+#endif - pthread_mutex_unlock(&control_mutex); - pthread_cancel(player_thread); - pthread_join(player_thread, NULL); diff --git a/www/mplayer-plugin/pkg-plist b/www/mplayer-plugin/pkg-plist index d0b33ad7ac67..086e1a7b5dbe 100644 --- a/www/mplayer-plugin/pkg-plist +++ b/www/mplayer-plugin/pkg-plist @@ -17,6 +17,7 @@ share/locale/de/LC_MESSAGES/mplayerplug-in.mo share/locale/en_US/LC_MESSAGES/mplayerplug-in.mo share/locale/es/LC_MESSAGES/mplayerplug-in.mo share/locale/fr/LC_MESSAGES/mplayerplug-in.mo +share/locale/hu/LC_MESSAGES/mplayerplug-in.mo share/locale/it/LC_MESSAGES/mplayerplug-in.mo share/locale/ja/LC_MESSAGES/mplayerplug-in.mo share/locale/ko/LC_MESSAGES/mplayerplug-in.mo |