diff options
author | kwm <kwm@FreeBSD.org> | 2011-05-11 18:33:50 +0800 |
---|---|---|
committer | kwm <kwm@FreeBSD.org> | 2011-05-11 18:33:50 +0800 |
commit | c8f4d92dba0cfe205860b85d668b433f61eeff3a (patch) | |
tree | ca9f80f991c6a46596edf216c2fa37f3ec60ddb4 /audio | |
parent | 41bb92e458f3dedac759d3928239521b1dbbd890 (diff) | |
download | freebsd-ports-gnome-c8f4d92dba0cfe205860b85d668b433f61eeff3a.tar.gz freebsd-ports-gnome-c8f4d92dba0cfe205860b85d668b433f61eeff3a.tar.zst freebsd-ports-gnome-c8f4d92dba0cfe205860b85d668b433f61eeff3a.zip |
Update Gstreamer (core) to 0.10.33
Update Gstreamer-plugins(-base) to 0.10.33
Update Gstreamer-plugins-good to 0.10.29
Update Gstreamer-plugins-bad to 0.10.22
Update Gstreamer-plugins-ugly to 0.10.18
Diffstat (limited to 'audio')
-rw-r--r-- | audio/gstreamer-plugins-flite/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/audio/gstreamer-plugins-flite/Makefile b/audio/gstreamer-plugins-flite/Makefile index 913dafb5c07b..837de9e92f37 100644 --- a/audio/gstreamer-plugins-flite/Makefile +++ b/audio/gstreamer-plugins-flite/Makefile @@ -12,6 +12,8 @@ COMMENT= Gstreamer flite run-time speech synthesis engine plugin GST_PLUGIN= flite +BROKEN= Doesn't work due to link problem in audio/flite + MASTERDIR= ${.CURDIR}/../../multimedia/gstreamer-plugins .include "${MASTERDIR}/Makefile" |