ports/59484: Restore teh vorbis support in multimedia/beep-media-player

Miguel Mendez flynn at energyhq.es.eu.org
Wed Nov 19 18:50:27 UTC 2003


>Number:         59484
>Category:       ports
>Synopsis:       Restore teh vorbis support in multimedia/beep-media-player
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Wed Nov 19 10:50:22 PST 2003
>Closed-Date:
>Last-Modified:
>Originator:     Miguel Mendez
>Release:        FreeBSD 5.1-RELEASE-p10 i386
>Organization:
>Environment:


System: FreeBSD scienide.energyhq.es.eu.org 5.1-RELEASE-p10 FreeBSD 5.1-RELEASE-p10 #0: Wed Oct 29 12:38:19 CET 2003     root at scienide.energyhq.es.eu.org:/usr/obj/usr/src/sys/SCIENIDE i386  


>Description:


Ogg Vorbis support was commented out in one of the commits. It's been confirmed to
work both on 5.x and 4.x


>How-To-Repeat:





>Fix:


--- beep-media-player.diff begins here ---
diff -ruN beep-media-player.old/Makefile beep-media-player/Makefile
--- beep-media-player.old/Makefile	Sat Nov 15 03:24:06 2003
+++ beep-media-player/Makefile	Wed Nov 19 19:28:18 2003
@@ -51,14 +51,14 @@
 PLIST_SUB+=	MIKMODPLUGIN:="@comment "
 #.endif
 
-#.if !defined(WITHOUT_VORBIS)
-#LIB_DEPENDS+=	vorbis.2:${PORTSDIR}/audio/libvorbis
-#INPUT_PLUGINS+=	vorbis
-#PLIST_SUB+=	VORBISPLUGIN:=""
-#.else
+.if !defined(WITHOUT_VORBIS)
+LIB_DEPENDS+=	vorbis.2:${PORTSDIR}/audio/libvorbis
+INPUT_PLUGINS+=	vorbis
+PLIST_SUB+=	VORBISPLUGIN:=""
+.else
 CONFIGURE_ARGS+=	--disable-vorbis
 PLIST_SUB+=	VORBISPLUGIN:="@comment "
-#.endif
+.endif
 
 .if ${HAVE_GNOME:Mesound}!=""
 USE_GNOME+=	esound

--- beep-media-player.diff ends here ---



>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list