Index: head/audio/net-rhythmbox/Makefile =================================================================== --- head/audio/net-rhythmbox/Makefile (revision 86511) +++ head/audio/net-rhythmbox/Makefile (revision 86512) @@ -1,64 +1,62 @@ # New ports collection makefile for: net-rhythmbox # Date created: 14 February 2003 # Whom: Hendrik Scholz # # $FreeBSD$ # PORTNAME= net-rhythmbox PORTVERSION= 0.4.8 PORTREVISION= 2 CATEGORIES= audio gnome MASTER_SITES= http://web.verbum.org/net-rhythmbox/ MAINTAINER= hendrik@scholz.net COMMENT= Audio player for the Gnome 2 desktop environment -BROKEN= Does not configure - LIB_DEPENDS= musicbrainz.2:${PORTSDIR}/audio/libmusicbrainz \ gstplay-0.6.1:${PORTSDIR}/multimedia/gstreamer-plugins \ FLAC.5:${PORTSDIR}/audio/flac \ mad.1:${PORTSDIR}/audio/mad USE_X_PREFIX= yes USE_GMAKE= yes USE_GNOME= gnomehack gnomeprefix libgnomeui USE_LIBTOOL= yes CONFIGURE_ENV= LDFLAGS="-L${LOCALBASE}/lib -L${X11BASE}/lib" \ CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include" CONFIGURE_ARGS= --disable-lirc .include .if exists(${LOCALBASE}/lib/libxosd.so) WITH_XOSD= yes .endif -.if exists(${LOCALBASE}/lib/libogg.so) -WITH_OGG= yes +.if exists(${LOCALBASE}/lib/libvorbis.so) +WITH_VORBIS= yes .endif .ifdef (WITH_XOSD) LIB_DEPENDS+= xosd.4:${PORTSDIR}/misc/xosd .else CONFIGURE_ARGS+= --disable-xosd .endif -.ifdef (WITH_OGG) -LIB_DEPENDS+= ogg.4:${PORTSDIR}/audio/libogg +.ifdef (WITH_VORBIS) +LIB_DEPENDS+= vorbis.2:${PORTSDIR}/audio/libvorbis .else -CONFIGURE_ARGS+= --disable-oggtest +CONFIGURE_ARGS+= --disable-vorbistest .endif pre-everything:: .if !defined(WITH_XOSD) @${ECHO_CMD} @${ECHO_CMD} "define WITH_XOSD to enable On-Screen-Display support" @${ECHO_CMD} .endif -.if !defined(WITH_OGG) +.if !defined(WITH_VORBIS) @${ECHO_CMD} - @${ECHO_CMD} "define WITH_OGG to enable Ogg support" + @${ECHO_CMD} "define WITH_VORBIS to enable Vorbis support" @${ECHO_CMD} .endif .include Property changes on: head/audio/net-rhythmbox/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.5 \ No newline at end of property +1.6 \ No newline at end of property Index: head/audio/rhythmbox/Makefile =================================================================== --- head/audio/rhythmbox/Makefile (revision 86511) +++ head/audio/rhythmbox/Makefile (revision 86512) @@ -1,64 +1,62 @@ # New ports collection makefile for: net-rhythmbox # Date created: 14 February 2003 # Whom: Hendrik Scholz # # $FreeBSD$ # PORTNAME= net-rhythmbox PORTVERSION= 0.4.8 PORTREVISION= 2 CATEGORIES= audio gnome MASTER_SITES= http://web.verbum.org/net-rhythmbox/ MAINTAINER= hendrik@scholz.net COMMENT= Audio player for the Gnome 2 desktop environment -BROKEN= Does not configure - LIB_DEPENDS= musicbrainz.2:${PORTSDIR}/audio/libmusicbrainz \ gstplay-0.6.1:${PORTSDIR}/multimedia/gstreamer-plugins \ FLAC.5:${PORTSDIR}/audio/flac \ mad.1:${PORTSDIR}/audio/mad USE_X_PREFIX= yes USE_GMAKE= yes USE_GNOME= gnomehack gnomeprefix libgnomeui USE_LIBTOOL= yes CONFIGURE_ENV= LDFLAGS="-L${LOCALBASE}/lib -L${X11BASE}/lib" \ CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include" CONFIGURE_ARGS= --disable-lirc .include .if exists(${LOCALBASE}/lib/libxosd.so) WITH_XOSD= yes .endif -.if exists(${LOCALBASE}/lib/libogg.so) -WITH_OGG= yes +.if exists(${LOCALBASE}/lib/libvorbis.so) +WITH_VORBIS= yes .endif .ifdef (WITH_XOSD) LIB_DEPENDS+= xosd.4:${PORTSDIR}/misc/xosd .else CONFIGURE_ARGS+= --disable-xosd .endif -.ifdef (WITH_OGG) -LIB_DEPENDS+= ogg.4:${PORTSDIR}/audio/libogg +.ifdef (WITH_VORBIS) +LIB_DEPENDS+= vorbis.2:${PORTSDIR}/audio/libvorbis .else -CONFIGURE_ARGS+= --disable-oggtest +CONFIGURE_ARGS+= --disable-vorbistest .endif pre-everything:: .if !defined(WITH_XOSD) @${ECHO_CMD} @${ECHO_CMD} "define WITH_XOSD to enable On-Screen-Display support" @${ECHO_CMD} .endif -.if !defined(WITH_OGG) +.if !defined(WITH_VORBIS) @${ECHO_CMD} - @${ECHO_CMD} "define WITH_OGG to enable Ogg support" + @${ECHO_CMD} "define WITH_VORBIS to enable Vorbis support" @${ECHO_CMD} .endif .include Property changes on: head/audio/rhythmbox/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.5 \ No newline at end of property +1.6 \ No newline at end of property Index: head/audio/rhythmbox-devel/Makefile =================================================================== --- head/audio/rhythmbox-devel/Makefile (revision 86511) +++ head/audio/rhythmbox-devel/Makefile (revision 86512) @@ -1,64 +1,62 @@ # New ports collection makefile for: net-rhythmbox # Date created: 14 February 2003 # Whom: Hendrik Scholz # # $FreeBSD$ # PORTNAME= net-rhythmbox PORTVERSION= 0.4.8 PORTREVISION= 2 CATEGORIES= audio gnome MASTER_SITES= http://web.verbum.org/net-rhythmbox/ MAINTAINER= hendrik@scholz.net COMMENT= Audio player for the Gnome 2 desktop environment -BROKEN= Does not configure - LIB_DEPENDS= musicbrainz.2:${PORTSDIR}/audio/libmusicbrainz \ gstplay-0.6.1:${PORTSDIR}/multimedia/gstreamer-plugins \ FLAC.5:${PORTSDIR}/audio/flac \ mad.1:${PORTSDIR}/audio/mad USE_X_PREFIX= yes USE_GMAKE= yes USE_GNOME= gnomehack gnomeprefix libgnomeui USE_LIBTOOL= yes CONFIGURE_ENV= LDFLAGS="-L${LOCALBASE}/lib -L${X11BASE}/lib" \ CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include" CONFIGURE_ARGS= --disable-lirc .include .if exists(${LOCALBASE}/lib/libxosd.so) WITH_XOSD= yes .endif -.if exists(${LOCALBASE}/lib/libogg.so) -WITH_OGG= yes +.if exists(${LOCALBASE}/lib/libvorbis.so) +WITH_VORBIS= yes .endif .ifdef (WITH_XOSD) LIB_DEPENDS+= xosd.4:${PORTSDIR}/misc/xosd .else CONFIGURE_ARGS+= --disable-xosd .endif -.ifdef (WITH_OGG) -LIB_DEPENDS+= ogg.4:${PORTSDIR}/audio/libogg +.ifdef (WITH_VORBIS) +LIB_DEPENDS+= vorbis.2:${PORTSDIR}/audio/libvorbis .else -CONFIGURE_ARGS+= --disable-oggtest +CONFIGURE_ARGS+= --disable-vorbistest .endif pre-everything:: .if !defined(WITH_XOSD) @${ECHO_CMD} @${ECHO_CMD} "define WITH_XOSD to enable On-Screen-Display support" @${ECHO_CMD} .endif -.if !defined(WITH_OGG) +.if !defined(WITH_VORBIS) @${ECHO_CMD} - @${ECHO_CMD} "define WITH_OGG to enable Ogg support" + @${ECHO_CMD} "define WITH_VORBIS to enable Vorbis support" @${ECHO_CMD} .endif .include Property changes on: head/audio/rhythmbox-devel/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.5 \ No newline at end of property +1.6 \ No newline at end of property