From 569f1464c1fd8dbe28eb1d3e0a15e1c59f82c340 Mon Sep 17 00:00:00 2001 From: Joe Marcus Clarke Date: Wed, 7 Apr 2004 19:46:41 +0000 Subject: [PATCH] Use the gstreamerplugins GNOME component to chase the gstreamer-plugins shared lib version. However, this port still needs an update for gstreamer-0.8. --- audio/jamboree/Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/audio/jamboree/Makefile b/audio/jamboree/Makefile index ee66e97f4656..921bb1c55941 100644 --- a/audio/jamboree/Makefile +++ b/audio/jamboree/Makefile @@ -17,15 +17,16 @@ COMMENT= A simple GNOME music player LIB_DEPENDS+= id3tag:${PORTSDIR}/audio/libid3tag \ vorbis.3:${PORTSDIR}/audio/libvorbis \ - gstplay-0.6:${PORTSDIR}/multimedia/gstreamer-plugins \ gdbm.3:${PORTSDIR}/databases/gdbm USE_BZIP2= yes USE_X_PREFIX= yes -USE_GNOME= gnomeprefix gnomehack libgnomeui libglade2 +USE_GNOME= gnomeprefix gnomehack libgnomeui libglade2 gstreamerplugins GNU_CONFIGURE= yes USE_GMAKE= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include" \ LIBS="-L${LOCALBASE}/lib -L${X11BASE}/lib" +BROKEN= "Needs update for gstreamer-0.8" + .include