summaryrefslogtreecommitdiff
path: root/audio
diff options
context:
space:
mode:
authorKoop Mast <kwm@FreeBSD.org>2005-03-20 16:05:54 +0000
committerKoop Mast <kwm@FreeBSD.org>2005-03-20 16:05:54 +0000
commitc0178cd7afb26a269b9c6e57ec1ed310f6a63fb7 (patch)
tree12af32155bb8dfb9a0916048663157e1e6bcddc5 /audio
parentSlit off gstreamer gconf stuff in a seperate port. (diff)
Chase the slit of gconf to a seperate port.
Notes
Notes: svn path=/head/; revision=131736
Diffstat (limited to 'audio')
-rw-r--r--audio/gnome-media/Makefile2
-rw-r--r--audio/gnomemedia2/Makefile2
-rw-r--r--audio/goobox/Makefile4
-rw-r--r--audio/jamboree/Makefile4
-rw-r--r--audio/lindele/Makefile4
-rw-r--r--audio/muine/Makefile2
-rw-r--r--audio/rhythmbox-devel/Makefile4
-rw-r--r--audio/rhythmbox/Makefile4
-rw-r--r--audio/sound-juicer/Makefile3
9 files changed, 15 insertions, 14 deletions
diff --git a/audio/gnome-media/Makefile b/audio/gnome-media/Makefile
index eca86ed46727..9a99d6238278 100644
--- a/audio/gnome-media/Makefile
+++ b/audio/gnome-media/Makefile
@@ -27,7 +27,7 @@ USE_REINPLACE= yes
GNOME_DESKTOP_VERSION=2
USE_GNOME= gnomeprefix gnomehack intlhack gnomedesktop \
gail nautiluscdburner
-USE_GSTREAMER= esound cdparanoia
+USE_GSTREAMER= esound cdparanoia gconf
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib"
diff --git a/audio/gnomemedia2/Makefile b/audio/gnomemedia2/Makefile
index eca86ed46727..9a99d6238278 100644
--- a/audio/gnomemedia2/Makefile
+++ b/audio/gnomemedia2/Makefile
@@ -27,7 +27,7 @@ USE_REINPLACE= yes
GNOME_DESKTOP_VERSION=2
USE_GNOME= gnomeprefix gnomehack intlhack gnomedesktop \
gail nautiluscdburner
-USE_GSTREAMER= esound cdparanoia
+USE_GSTREAMER= esound cdparanoia gconf
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib"
diff --git a/audio/goobox/Makefile b/audio/goobox/Makefile
index 0d9455ec1fb9..a0cecad1a733 100644
--- a/audio/goobox/Makefile
+++ b/audio/goobox/Makefile
@@ -7,7 +7,7 @@
PORTNAME= goobox
PORTVERSION= 0.9.90
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= audio gnome
MASTER_SITES= ${MASTER_SITE_GNOME}
MASTER_SITE_SUBDIR= sources/${PORTNAME}/${PORTVERSION:R}
@@ -22,7 +22,7 @@ USE_X_PREFIX= yes
USE_BZIP2= yes
USE_GMAKE= yes
USE_GNOME= gnomeprefix gnomehack intlhack libgnomeui libglade2 libbonobo
-USE_GSTREAMER= cdparanoia
+USE_GSTREAMER= cdparanoia gconf
USE_LIBTOOL_VER=15
INSTALLS_OMF= yes
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include" \
diff --git a/audio/jamboree/Makefile b/audio/jamboree/Makefile
index 6bbfff4eb379..1b8c64623c49 100644
--- a/audio/jamboree/Makefile
+++ b/audio/jamboree/Makefile
@@ -7,7 +7,7 @@
PORTNAME= jamboree
PORTVERSION= 0.5
-PORTREVISION= 3
+PORTREVISION= 4
CATEGORIES= audio gnome
MASTER_SITES= ${MASTER_SITE_GNOME}
MASTER_SITE_SUBDIR= sources/${PORTNAME}/${PORTVERSION}
@@ -20,7 +20,7 @@ LIB_DEPENDS= gdbm.3:${PORTSDIR}/databases/gdbm
USE_BZIP2= yes
USE_X_PREFIX= yes
USE_GNOME= gnomeprefix intlhack gnomehack libgnomeui libglade2
-USE_GSTREAMER= vorbis mad
+USE_GSTREAMER= vorbis mad gconf
USE_LIBTOOL_VER=15
USE_GMAKE= yes
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include" \
diff --git a/audio/lindele/Makefile b/audio/lindele/Makefile
index 67ef1a9cb0ba..105522206921 100644
--- a/audio/lindele/Makefile
+++ b/audio/lindele/Makefile
@@ -7,7 +7,7 @@
PORTNAME= lindele
PORTVERSION= 0.1.1
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= audio
MASTER_SITES= http://download.gna.org/${PORTNAME}/
@@ -21,7 +21,7 @@ LIB_DEPENDS= vorbis:${PORTSDIR}/audio/libvorbis \
USE_X_PREFIX= yes
USE_REINPLACE= yes
USE_GNOME= gnomehack gnomeprefix libgnomeui
-USE_GSTREAMER= yes
+USE_GSTREAMER= gconf
GNU_CONFIGURE= yes
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib"
diff --git a/audio/muine/Makefile b/audio/muine/Makefile
index 0a38cab0b7c8..1c4600fc40b9 100644
--- a/audio/muine/Makefile
+++ b/audio/muine/Makefile
@@ -38,7 +38,7 @@ OPTIONS= GSTREAMER "Enable Gstreamer backend" off
.if defined (WITH_GSTREAMER)
IGNORE= Doesn't run with recent gstreamer.
CONFIGURE_ARGS+=--enable-gstreamer=yes
-USE_GSTREAMER+= mad vorbis flac
+USE_GSTREAMER+= mad vorbis flac gconf
.else
LIB_DEPENDS+= xine.12:${PORTSDIR}/multimedia/libxine
.endif
diff --git a/audio/rhythmbox-devel/Makefile b/audio/rhythmbox-devel/Makefile
index 4f0b8cc92c00..3c346017fe17 100644
--- a/audio/rhythmbox-devel/Makefile
+++ b/audio/rhythmbox-devel/Makefile
@@ -7,7 +7,7 @@
PORTNAME= rhythmbox
PORTVERSION= 0.8.8
-PORTREVISION= 3
+PORTREVISION= 4
CATEGORIES= audio gnome
MASTER_SITES= ${MASTER_SITE_GNOME}
MASTER_SITE_SUBDIR= sources/${PORTNAME}/0.8
@@ -46,7 +46,7 @@ CONFIGURE_ARGS+= --with-player=xine
WITH_MONKEYMEDIA= yes
.else
CONFIGURE_ARGS+= --with-player=gstreamer
-USE_GSTREAMER+= flac mad gnomevfs
+USE_GSTREAMER+= flac mad gnomevfs gconf
.endif
.ifdef (WITH_MONKEYMEDIA)
diff --git a/audio/rhythmbox/Makefile b/audio/rhythmbox/Makefile
index 4f0b8cc92c00..3c346017fe17 100644
--- a/audio/rhythmbox/Makefile
+++ b/audio/rhythmbox/Makefile
@@ -7,7 +7,7 @@
PORTNAME= rhythmbox
PORTVERSION= 0.8.8
-PORTREVISION= 3
+PORTREVISION= 4
CATEGORIES= audio gnome
MASTER_SITES= ${MASTER_SITE_GNOME}
MASTER_SITE_SUBDIR= sources/${PORTNAME}/0.8
@@ -46,7 +46,7 @@ CONFIGURE_ARGS+= --with-player=xine
WITH_MONKEYMEDIA= yes
.else
CONFIGURE_ARGS+= --with-player=gstreamer
-USE_GSTREAMER+= flac mad gnomevfs
+USE_GSTREAMER+= flac mad gnomevfs gconf
.endif
.ifdef (WITH_MONKEYMEDIA)
diff --git a/audio/sound-juicer/Makefile b/audio/sound-juicer/Makefile
index 1796cc0cf6c0..1e781c2e2cea 100644
--- a/audio/sound-juicer/Makefile
+++ b/audio/sound-juicer/Makefile
@@ -7,6 +7,7 @@
PORTNAME= sound-juicer
PORTVERSION= 2.10.0
+PORTREVISION= 1
CATEGORIES= audio gnome
MASTER_SITES= ${MASTER_SITE_GNOME}
MASTER_SITE_SUBDIR= sources/${PORTNAME}/2.10
@@ -24,7 +25,7 @@ USE_GMAKE= yes
INSTALLS_OMF= yes
USE_REINPLACE= yes
USE_GNOME= gnomehack intlhack gnomeprefix libgnomeui nautiluscdburner
-USE_GSTREAMER= cdparanoia vorbis flac
+USE_GSTREAMER= cdparanoia vorbis flac gconf
USE_LIBTOOL_VER=15
CONFIGURE_ARGS= --enable-ignore-missing-cd
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \