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 /audio | |
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 'audio')
-rw-r--r-- | audio/Makefile | 1 | ||||
-rw-r--r-- | audio/gstreamer-plugins-wavpack/Makefile | 15 | ||||
-rw-r--r-- | audio/gstreamer-plugins-wavpack80/Makefile | 15 |
3 files changed, 31 insertions, 0 deletions
diff --git a/audio/Makefile b/audio/Makefile index bd650da25a95..052afc89ffde 100644 --- a/audio/Makefile +++ b/audio/Makefile @@ -200,6 +200,7 @@ SUBDIR += gstreamer-plugins-sndfile SUBDIR += gstreamer-plugins-speex SUBDIR += gstreamer-plugins-vorbis + SUBDIR += gstreamer-plugins-wavpack SUBDIR += gtick SUBDIR += gtkgep SUBDIR += gtkguitune diff --git a/audio/gstreamer-plugins-wavpack/Makefile b/audio/gstreamer-plugins-wavpack/Makefile new file mode 100644 index 000000000000..8a8fcec56e6a --- /dev/null +++ b/audio/gstreamer-plugins-wavpack/Makefile @@ -0,0 +1,15 @@ +# New ports collection makefile for: gstreamer-plugins-wavpack +# Date created: 5 July 2005 +# Whom: Koop Mast <kwm@FreeBSD.org> +# +# $FreeBSD$ +# + +CATEGORIES= audio +PORTREVISION= 0 + +GST_PLUGIN= wavpack + +MASTERDIR= ${.CURDIR}/../../multimedia/gstreamer-plugins + +.include "${MASTERDIR}/Makefile" diff --git a/audio/gstreamer-plugins-wavpack80/Makefile b/audio/gstreamer-plugins-wavpack80/Makefile new file mode 100644 index 000000000000..8a8fcec56e6a --- /dev/null +++ b/audio/gstreamer-plugins-wavpack80/Makefile @@ -0,0 +1,15 @@ +# New ports collection makefile for: gstreamer-plugins-wavpack +# Date created: 5 July 2005 +# Whom: Koop Mast <kwm@FreeBSD.org> +# +# $FreeBSD$ +# + +CATEGORIES= audio +PORTREVISION= 0 + +GST_PLUGIN= wavpack + +MASTERDIR= ${.CURDIR}/../../multimedia/gstreamer-plugins + +.include "${MASTERDIR}/Makefile" |