Date: Mon, 6 Feb 2006 20:46:32 GMT From: Adi Pircalabu <apircalabu@bitdefender.com> To: freebsd-gnats-submit@FreeBSD.org Subject: ports/92921: [patch] www/mplayer-plugin: update to 3.20 Message-ID: <200602062046.k16KkWwx074886@www.freebsd.org> Resent-Message-ID: <200602062050.k16Ko5gF029377@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 92921 >Category: ports >Synopsis: [patch] www/mplayer-plugin: update to 3.20 >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Mon Feb 06 20:50:04 GMT 2006 >Closed-Date: >Last-Modified: >Originator: Adi Pircalabu >Release: 6.1-PRERELEASE >Organization: BitDefender >Environment: FreeBSD adi 6.1-PRERELEASE FreeBSD 6.1-PRERELEASE #1: Wed Feb 1 23:08:10 EET 2006 root@adi:/usr/obj/usr/src/sys/AMD64-I386-lite i386 >Description: Update to v. 3.20 >How-To-Repeat: Check the diff >Fix: --- mplayer-plugin.diff starts here --- diff -urN /usr/ports/www/mplayer-plugin/Makefile /usr/home/adi/work/mplayer-plugin/Makefile --- /usr/ports/www/mplayer-plugin/Makefile Mon Feb 6 22:08:43 2006 +++ /usr/home/adi/work/mplayer-plugin/Makefile Mon Feb 6 22:28:10 2006 @@ -6,8 +6,8 @@ # PORTNAME= mplayerplug-in -PORTVERSION= 3.17 -PORTREVISION= 1 +PORTVERSION= 3.20 +PORTREVISION= 0 CATEGORIES= www multimedia MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= mplayerplug-in diff -urN /usr/ports/www/mplayer-plugin/distinfo /usr/home/adi/work/mplayer-plugin/distinfo --- /usr/ports/www/mplayer-plugin/distinfo Mon Feb 6 22:08:43 2006 +++ /usr/home/adi/work/mplayer-plugin/distinfo Mon Feb 6 22:28:10 2006 @@ -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 -urN /usr/ports/www/mplayer-plugin/files/patch-Source_plugin.cpp /usr/home/adi/work/mplayer-plugin/files/patch-Source_plugin.cpp --- /usr/ports/www/mplayer-plugin/files/patch-Source_plugin.cpp Mon Feb 6 22:08:43 2006 +++ /usr/home/adi/work/mplayer-plugin/files/patch-Source_plugin.cpp Thu Jan 1 02:00:00 1970 @@ -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); --- mplayer-plugin.diff ends here --- >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200602062046.k16KkWwx074886>