Date: Mon, 14 Apr 2003 20:00:31 +0800 (WST) From: "Thomas E. Zander" <riggs@rrr.de> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/50935: bug workaround multimedia/mplayer-skins Message-ID: <200304141200.h3EC0Vl1013427@trillian.mugiri.au> Resent-Message-ID: <200304141210.h3ECA6iN027616@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 50935 >Category: ports >Synopsis: bug workaround multimedia/mplayer-skins >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Mon Apr 14 05:10:06 PDT 2003 >Closed-Date: >Last-Modified: >Originator: Thomas E. Zander >Release: FreeBSD 5.0-RELEASE-p6 i386 >Organization: >Environment: System: FreeBSD trillian.mugiri.au 5.0-RELEASE-p6 FreeBSD 5.0-RELEASE-p6 #0: Tue Mar 25 20:30:02 WST 2003 root@trillian.mugiri.au:/usr/obj/usr/src/sys/TRILLIAN i386 >Description: On some machines the mplayer mini skin plugin for mozilla seems to crash outputting something like: [ws] Error in display. [ws] Error code: 2 (BadValue (integer parameter out of range for operation)) [ws] Request code: 1 [ws] Minor code: 0 [ws] Modules: (NULL) >How-To-Repeat: Just try using mplayer-plugin for mozilla. For some installations it works, for others it doesn't :-) >Fix: There is a small bug workaround according to http://sourceforge.net/mailarchive/forum.php?thread_id=1941313&forum_id=21800 This patch uses the skin tarball with this patch, further it introduces version numbering to satisfy our distfiles problem. diff -ruN mplayer-skins-old/Makefile mplayer-skins/Makefile --- mplayer-skins-old/Makefile Tue Mar 25 03:26:57 2003 +++ mplayer-skins/Makefile Mon Apr 14 19:37:33 2003 @@ -7,12 +7,13 @@ PORTNAME= mplayer PORTVERSION= 1.0.5 +PORTREVISION= 1 CATEGORIES= multimedia MASTER_SITES= http://www.mplayerhq.hu/MPlayer/Skin/:Skin \ http://ftp.lug.udel.edu/MPlayer/Skin/:Skin \ ftp://ftp.mplayerhq.hu/MPlayer/Skin/:Skin \ ftp://ftp.lug.udel.edu/MPlayer/Skin/:Skin \ - ${MASTER_SITE_SOURCEFORGE:S/%SUBDIR%\/$/mplayerplug-in\/:mini/} + http://www.stud.uni-karlsruhe.de/~uedc/mplayer/:mini PKGNAMESUFFIX= -skins DISTFILES= EXTRACT_ONLY= @@ -196,11 +197,9 @@ EXTRACT_ONLY+= xine-lcd-1.0.tar.bz2 .endif -DISTFILES+= mini.tar.bz2:mini +DISTFILES+= mini-0.1.tar.bz2:mini .ifdef(WITH_SKIN_MINI) -EXTRACT_ONLY+= mini.tar.bz2 -post-extract:: - @${RM} -fr ${WRKDIR}/mini/.xvpics +EXTRACT_ONLY+= mini-0.1.tar.bz2 .endif # Automatically create PLIST diff -ruN mplayer-skins-old/distinfo mplayer-skins/distinfo --- mplayer-skins-old/distinfo Tue Mar 25 03:26:57 2003 +++ mplayer-skins/distinfo Mon Apr 14 19:49:39 2003 @@ -19,4 +19,4 @@ MD5 (mplayer/WindowsMediaPlayer6-1.2.tar.bz2) = 6717e3f57e9c808777ce8cfc370d194e MD5 (mplayer/xanim-1.5.tar.bz2) = 11c50f9eb970f08b4955bed6e3159d39 MD5 (mplayer/xine-lcd-1.0.tar.bz2) = 9e8a8ba86e46e714d1ef2e19d9a7e0cf -MD5 (mplayer/mini.tar.bz2) = 88ffb4b41928f5b063800bab46be1545 +MD5 (mplayer/mini-0.1.tar.bz2) = 2bd00a1202298e2b12021f5362649c7c >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200304141200.h3EC0Vl1013427>