aboutsummaryrefslogtreecommitdiff
path: root/audio/gstreamer-plugins-wavpack80
diff options
context:
space:
mode:
authorKoop Mast <kwm@FreeBSD.org>2005-07-06 15:04:58 +0000
committerKoop Mast <kwm@FreeBSD.org>2005-07-06 15:04:58 +0000
commit3f91498e6d7300a519650d17a3b481c1fe9242fe (patch)
treec76a2de71bc88a1a41241b6a82fc5243a9ee8714 /audio/gstreamer-plugins-wavpack80
parent2020526dd26217646588f0fb1cc12ff9f2400561 (diff)
downloadports-3f91498e6d7300a519650d17a3b481c1fe9242fe.tar.gz
ports-3f91498e6d7300a519650d17a3b481c1fe9242fe.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)
Notes
Notes: svn path=/head/; revision=138594
Diffstat (limited to 'audio/gstreamer-plugins-wavpack80')
-rw-r--r--audio/gstreamer-plugins-wavpack80/Makefile15
1 files changed, 15 insertions, 0 deletions
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"