Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 08 Jan 2006 10:30:48 -0800 (PST)
From:      infofarmer@gmail.com
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/91521: update multimedia/audacious
Message-ID:  <43c15a58.5be4e545.2f8e.70b4@mx.gmail.com>
Resent-Message-ID: <200601081840.k08Ie8sa093572@freefall.freebsd.org>

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

>Number:         91521
>Category:       ports
>Synopsis:       update multimedia/audacious
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Sun Jan 08 18:40:02 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator:     Andrew Pantyukhin
>Release:        FreeBSD 6.0-STABLE i386
>Organization:
>Environment:
System: FreeBSD sat64.net17 6.0-STABLE FreeBSD 6.0-STABLE #2: Sat Dec 31 02:36:56 MSK 2005 sat@sat64.net17:/usr/obj/usr/src/sys/SATCUR32 i386


	
>Description:
Add modplug knob. Bump portrevision at will. Also, using PLIST_SUB
to add a single file is ugly, use PLIST_FILES instead.
	
>How-To-Repeat:
	
>Fix:

	

--- audacious.diff begins here ---
diff -urN /usr/ports/multimedia/audacious/Makefile audacious/Makefile
--- /usr/ports/multimedia/audacious/Makefile	Sat Jan  7 02:47:05 2006
+++ audacious/Makefile	Sun Jan  8 21:26:27 2006
@@ -42,6 +42,7 @@
 
 OPTIONS=	VORBIS	"Enable Ogg Vorbis input" on \
 		FLAC	"Enable flac input" on \
+		MODPLUG	"Enable modplug input" on \
 		ESOUND	"Enable Esound output"  off \
 		VISUAL  "Enable libvisual plugin" off \
 		ID3V2	"Enable id3v2 editing" off \
@@ -71,6 +72,14 @@
 .else
 PLIST_SUB+=	FLACPLUGIN:="@comment "
 CONFIGURE_ARGS+=	--disable-flac
+.endif
+
+.if !defined(WITHOUT_MODPLUG)
+INPUT_PLUGINS+=	modplug
+PLIST_FILES+=	lib/audacious/Input/libmodplug.so
+LIB_DEPENDS+=	modplug.0:${PORTSDIR}/audio/libmodplug
+.else
+CONFIGURE_ARGS+=	--disable-modplug
 .endif
 
 .if defined(WITH_ESOUND)
--- audacious.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?43c15a58.5be4e545.2f8e.70b4>