Use the gstreamerplugins GNOME component to chase the gstreamer-plugins
shared lib version. However, this port still needs an update for gstreamer-0.8.
This commit is contained in:
parent
e56cdf7bb6
commit
569f1464c1
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=106449
1 changed files with 3 additions and 2 deletions
|
@ -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 <bsd.port.mk>
|
||||
|
|
Loading…
Reference in a new issue