ports/93948: [maintainer update] multimedia/xmms patch

Espen Skoglund esk at ira.uka.de
Tue Feb 28 17:00:19 UTC 2006


>Number:         93948
>Category:       ports
>Synopsis:       [maintainer update] multimedia/xmms patch
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Tue Feb 28 17:00:16 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator:     Espen Skoglund
>Release:        FreeBSD 5.4-STABLE i386
>Organization:
Karlsruhe University
>Environment:


>Description:

Prevent the mpg123 plugin from hijacking flac streams.
Thanks to Thomas-Martin Seck <tmseck at netcologne.de>

>How-To-Repeat:


>Fix:

diff -ruN xmms.orig/Makefile xmms/Makefile
--- xmms.orig/Makefile	Tue Feb 28 16:53:43 2006
+++ xmms/Makefile	Tue Feb 28 16:59:37 2006
@@ -7,7 +7,7 @@
 
 PORTNAME=	xmms
 PORTVERSION=	1.2.10
-PORTREVISION=	4
+PORTREVISION=	5
 CATEGORIES+=	multimedia audio ipv6
 MASTER_SITES=	http://www.xmms.org/files/1.2.x/
 DISTFILES=	${DISTNAME}${EXTRACT_SUFX}
diff -ruN xmms.orig/files/patch-Input-mpg123-mpg123.c xmms/files/patch-Input-mpg123-mpg123.c
--- xmms.orig/files/patch-Input-mpg123-mpg123.c	Thu Jan  1 01:00:00 1970
+++ xmms/files/patch-Input-mpg123-mpg123.c	Tue Feb 28 16:58:54 2006
@@ -0,0 +1,11 @@
+--- Input/mpg123/mpg123.c.orig	Tue Feb 28 16:56:08 2006
++++ Input/mpg123/mpg123.c	Tue Feb 28 16:57:40 2006
+@@ -397,6 +397,8 @@
+ 			if (!strncasecmp(ext, ".rm", 3) || 
+ 			    !strncasecmp(ext, ".ra", 3)  ||
+ 			    !strncasecmp(ext, ".rpm", 4)  ||
++			    !strncasecmp(ext, ".fla", 4) ||
++			    !strncasecmp(ext, ".flac", 5) ||
+ 			    !strncasecmp(ext, ".ram", 4))
+ 				return FALSE;
+ 		}
>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list