From adfd8c1bceda3b157e08b451a62eef4c8ad031c3 Mon Sep 17 00:00:00 2001 From: ahze Date: Fri, 20 Jan 2006 02:56:15 +0000 Subject: - Move gstreamer 0.8 stuff to gstreamer*80 in preps of gstreamer 0.10 - Add USE_GSTREAMER80 to support old gstreamer - Add a bunch of ports that use USE_GSTREAMER80 Some stuff repo-copied by: marcus git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@5446 df743ca5-7f9a-e211-a948-0013205c9059 --- audio/rhythmbox-devel/Makefile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'audio/rhythmbox-devel') diff --git a/audio/rhythmbox-devel/Makefile b/audio/rhythmbox-devel/Makefile index d7fc8db60..e27079397 100644 --- a/audio/rhythmbox-devel/Makefile +++ b/audio/rhythmbox-devel/Makefile @@ -3,7 +3,7 @@ # Whom: Joe Marcus Clarke # # $FreeBSD$ -# $MCom: ports/audio/rhythmbox/Makefile,v 1.42 2005/12/05 00:42:42 marcus Exp $ +# $MCom: ports/audio/rhythmbox/Makefile,v 1.43 2005/12/31 18:53:04 marcus Exp $ # PORTNAME= rhythmbox @@ -27,7 +27,7 @@ USE_X_PREFIX= yes INSTALLS_OMF= yes USE_GMAKE= yes USE_GNOME= gnomehack intlhack gnomeprefix libgnomeui nautiluscdburner -USE_GSTREAMER= flac mad gnomevfs gconf jpeg +USE_GSTREAMER80= flac mad gnomevfs gconf jpeg USE_AUTOTOOLS= libtool:15 CONFIGURE_ARGS= --enable-nautilus-menu CONFIGURE_ENV= LIBS="-lm" \ @@ -55,13 +55,13 @@ WITH_VORBIS= yes .endif .ifdef (WITH_VORBIS) -USE_GSTREAMER+= vorbis +USE_GSTREAMER80+= vorbis .else CONFIGURE_ARGS+= --disable-vorbis --disable-vorbistest .endif .if defined(WITH_FAAD) -USE_GSTREAMER+= faad +USE_GSTREAMER80+= faad .endif .if defined(WITH_DAAP) -- cgit v1.2.3