aboutsummaryrefslogtreecommitdiff
path: root/multimedia/gstreamer-plugins-schroedinger/Makefile
diff options
context:
space:
mode:
authorKoop Mast <kwm@FreeBSD.org>2010-09-13 16:05:50 +0000
committerKoop Mast <kwm@FreeBSD.org>2010-09-13 16:05:50 +0000
commitb437af72e9fb7a1db62c866b69515a7133d2da0a (patch)
treec8d6c6c2eb03393c82590988e7d4859b48ab9186 /multimedia/gstreamer-plugins-schroedinger/Makefile
parentc0783ce7d2dd21f1bd5526d2abf788844f31b744 (diff)
Update gstreamer-plugins-bad to 0.10.20.
- Reorder the plugin list in bsd.gstreamer.mk so it its inside 80 chars. - Enable the dvb and shm plugin in the -bad package. - New plugins: resindvd: Dvd navigation plugin schroedinger: Dirac high speed video codec plugin vdpau: Nvidia vdpau extention plugin [1] vp8: Google vp8 codec plugin Release notes: http://gstreamer.freedesktop.org/releases/gst-plugins-bad/0.10.20.html PR: ports/15077 (borrowed some ideas) Submitted by: Anonymous <swell.k@gmail.com>
Notes
Notes: svn path=/head/; revision=261077
Diffstat (limited to 'multimedia/gstreamer-plugins-schroedinger/Makefile')
-rw-r--r--multimedia/gstreamer-plugins-schroedinger/Makefile17
1 files changed, 17 insertions, 0 deletions
diff --git a/multimedia/gstreamer-plugins-schroedinger/Makefile b/multimedia/gstreamer-plugins-schroedinger/Makefile
new file mode 100644
index 000000000000..92b2d534a61e
--- /dev/null
+++ b/multimedia/gstreamer-plugins-schroedinger/Makefile
@@ -0,0 +1,17 @@
+# New ports collection makefile for: gstreamer-plugins-schroedinger
+# Date created: 10 Sep 2010
+# Whom: Koop Mast <kwm@FreeBSD.org>
+#
+# $FreeBSD$
+#
+
+PORTREVISION= 0
+CATEGORIES= multimedia
+
+COMMENT= Gstreamer Dirac high-speed codec plugin
+
+GST_PLUGIN= schroedinger
+
+MASTERDIR= ${.CURDIR}/../../multimedia/gstreamer-plugins
+
+.include "${MASTERDIR}/Makefile"