Date: Fri, 21 Aug 2009 05:33:09 +0400 From: Anonymous <swell.k@gmail.com> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/138008: [patch] audio/xmms2: bump mpg123 shlib Message-ID: <86zl9ulzmy.fsf@gmail.com> Resent-Message-ID: <200908210140.n7L1e2k5096367@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 138008 >Category: ports >Synopsis: [patch] audio/xmms2: bump mpg123 shlib >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Fri Aug 21 01:40:01 UTC 2009 >Closed-Date: >Last-Modified: >Originator: Anonymous >Release: FreeBSD 8.0-CURRENT amd64 >Organization: >Environment: System: FreeBSD 8.0-BETA2 #0 r196396M: Thu Aug 20 02:38:37 UTC 2009 root@loli.local:/usr/obj/usr/src/sys/PHOENIX amd64 Tested: xmms2 with mpg123 plugin *does* work >Description: Chase audio/mpg123 recent update. >How-To-Repeat: 1. install xmms2 with mpg123 support 2. set priority higher than for `mad' lib if you have it installed $ xmms2 config mpg123.priority.audio/mpeg 60 3. play some .mp3 file >Fix: --- xmms2.diff begins here --- Index: audio/xmms2/Makefile =================================================================== RCS file: /home/csup/ports/audio/xmms2/Makefile,v retrieving revision 1.46 diff -u -p -r1.46 Makefile --- audio/xmms2/Makefile 19 Aug 2009 11:55:53 -0000 1.46 +++ audio/xmms2/Makefile 21 Aug 2009 01:19:00 -0000 @@ -233,7 +233,7 @@ PLIST_SUB+= MODPLUG="@comment " .endif .if !defined(WITHOUT_MPG123) -LIB_DEPENDS+= mpg123.11:${PORTSDIR}/audio/mpg123 +LIB_DEPENDS+= mpg123.20:${PORTSDIR}/audio/mpg123 PLIST_SUB+= MPG123="" .else EXCLUDE+= --without-plugins="mpg123" --- xmms2.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?86zl9ulzmy.fsf>