diff options
author | marcus <marcus@FreeBSD.org> | 2004-04-08 03:50:48 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2004-04-08 03:50:48 +0800 |
commit | c48c28674adefb6a8d31d16004023468a937a775 (patch) | |
tree | ba1931c74566514d81e34b7d1987778ad18481fe /audio | |
parent | 5cb95113ffe28a97a42cdb41160a4944ecda0098 (diff) | |
download | freebsd-ports-gnome-c48c28674adefb6a8d31d16004023468a937a775.tar.gz freebsd-ports-gnome-c48c28674adefb6a8d31d16004023468a937a775.tar.zst freebsd-ports-gnome-c48c28674adefb6a8d31d16004023468a937a775.zip |
Chase gstreamer-plugins shared lib version, but this port still needs an
update to work with gstreamer-0.8.
Diffstat (limited to 'audio')
-rw-r--r-- | audio/net-rhythmbox/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/audio/net-rhythmbox/Makefile b/audio/net-rhythmbox/Makefile index 5e6d360e422f..e4ad60a009f2 100644 --- a/audio/net-rhythmbox/Makefile +++ b/audio/net-rhythmbox/Makefile @@ -15,19 +15,20 @@ MAINTAINER= hendrik@scholz.net COMMENT= Audio player for the Gnome 2 desktop environment LIB_DEPENDS= musicbrainz.4:${PORTSDIR}/audio/libmusicbrainz \ - gstplay-0.6.1:${PORTSDIR}/multimedia/gstreamer-plugins \ FLAC.5:${PORTSDIR}/audio/flac \ mad.2:${PORTSDIR}/audio/mad \ vorbis.3:${PORTSDIR}/audio/libvorbis USE_X_PREFIX= yes USE_GMAKE= yes -USE_GNOME= gnomehack gnomeprefix libgnomeui +USE_GNOME= gnomehack gnomeprefix libgnomeui gstreamerplugins USE_LIBTOOL_VER= 13 CONFIGURE_ENV= LDFLAGS="-L${LOCALBASE}/lib -L${X11BASE}/lib" \ CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include" CONFIGURE_ARGS= --disable-lirc +BROKEN= "Needs update for gstreamer-0.8" + .include <bsd.port.pre.mk> .if exists(${LOCALBASE}/lib/libxosd.so) |