Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 28 Feb 2006 17:56:10 +0100 (CET)
From:      Espen Skoglund <esk@ira.uka.de>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/93948: [maintainer update] multimedia/xmms patch
Message-ID:  <200602281656.k1SGuAAK001513@i30nb20.ibds.uni-karlsruhe.de>
Resent-Message-ID: <200602281700.k1SH0G8R076140@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>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@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:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200602281656.k1SGuAAK001513>