diff options
author | kwm <kwm@FreeBSD.org> | 2005-07-06 23:04:58 +0800 |
---|---|---|
committer | kwm <kwm@FreeBSD.org> | 2005-07-06 23:04:58 +0800 |
commit | 8668fa60497645ebebbc8d7f291cc3265ae35576 (patch) | |
tree | d01646a466f6ba89758c0b7050f3332f6fc0d11a /graphics | |
parent | 5cec6d39db438e0361bbd1f92b7cdd1781d45439 (diff) | |
download | freebsd-ports-gnome-8668fa60497645ebebbc8d7f291cc3265ae35576.tar.gz freebsd-ports-gnome-8668fa60497645ebebbc8d7f291cc3265ae35576.tar.zst freebsd-ports-gnome-8668fa60497645ebebbc8d7f291cc3265ae35576.zip |
Update to 0.8.10.
Wavpack moves from main package to stand alone plugin.
New cdio plugin, spc plugin now enabled.
Mark the cairo plugin ignore because it needs a newer version of cairo.
Use gst-register-0.8 instead of gst-register.
Changelog: http://gstreamer.freedesktop.org/releases/gst-plugins/0.8.10.html
Approved by: maintainer (implicit)
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/gstreamer-plugins-cairo/Makefile | 2 | ||||
-rw-r--r-- | graphics/gstreamer-plugins-cairo80/Makefile | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/graphics/gstreamer-plugins-cairo/Makefile b/graphics/gstreamer-plugins-cairo/Makefile index 70d0cebc3cca..441657a26408 100644 --- a/graphics/gstreamer-plugins-cairo/Makefile +++ b/graphics/gstreamer-plugins-cairo/Makefile @@ -14,4 +14,6 @@ GST_PLUGIN= cairo MASTERDIR= ${.CURDIR}/../../multimedia/gstreamer-plugins +IGNORE= Cairo needs to be updated to 0.5 for plugin to work. + .include "${MASTERDIR}/Makefile" diff --git a/graphics/gstreamer-plugins-cairo80/Makefile b/graphics/gstreamer-plugins-cairo80/Makefile index 70d0cebc3cca..441657a26408 100644 --- a/graphics/gstreamer-plugins-cairo80/Makefile +++ b/graphics/gstreamer-plugins-cairo80/Makefile @@ -14,4 +14,6 @@ GST_PLUGIN= cairo MASTERDIR= ${.CURDIR}/../../multimedia/gstreamer-plugins +IGNORE= Cairo needs to be updated to 0.5 for plugin to work. + .include "${MASTERDIR}/Makefile" |