1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-24 00:45:52 +00:00

Chase the gstreamer shared lib version, but mark BROKEN until it can be updated

for gstreamer-0.8.
This commit is contained in:
Joe Marcus Clarke 2004-04-07 19:45:10 +00:00
parent e25e258c55
commit e56cdf7bb6
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=106448

View File

@ -18,7 +18,7 @@ MAINTAINER= lioux@FreeBSD.org
COMMENT= Provide View and Controller counterparts to GStreamer's Model
BUILD_DEPENDS= pkg-config:${PORTSDIR}/devel/pkgconfig
LIB_DEPENDS= gstreamer-0.6.1:${PORTSDIR}/multimedia/gstreamer \
LIB_DEPENDS= gstreamer-0.8.1:${PORTSDIR}/multimedia/gstreamer \
popt.0:${PORTSDIR}/devel/popt
RUN_DEPENDS= gst-visualise:${PORTSDIR}/multimedia/gstreamer-plugins
@ -41,4 +41,6 @@ MAN1= gst-editor.1 gst-inspect-gui.1 gst-launch-gui.1
PKG_CONFIG?="${LOCALBASE}/bin/pkg-config"
BROKEN= "Needs update for gstreamer-0.8"
.include <bsd.port.mk>