Date: Wed, 19 Nov 2003 19:49:23 +0100 From: "Miguel Mendez" <flynn@energyhq.es.eu.org> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/59484: Restore teh vorbis support in multimedia/beep-media-player Message-ID: <1069267761@scienide.energyhq.es.eu.org> Resent-Message-ID: <200311191850.hAJIoP3D092938@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>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@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:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?1069267761>