aboutsummaryrefslogtreecommitdiffstats
path: root/multimedia/gstreamer-plugins-x26480
diff options
context:
space:
mode:
authorkwm <kwm@FreeBSD.org>2005-09-09 02:32:13 +0800
committerkwm <kwm@FreeBSD.org>2005-09-09 02:32:13 +0800
commitb2ffd9fd38412d3160f3b03b4d0cf7e5733cd6c5 (patch)
tree427fa6067e21984a5100468899e5ef8c7be3db11 /multimedia/gstreamer-plugins-x26480
parent961d91c73baddcd85a6eb7687a2eeeedc0d3c5ad (diff)
downloadfreebsd-ports-graphics-b2ffd9fd38412d3160f3b03b4d0cf7e5733cd6c5.tar.gz
freebsd-ports-graphics-b2ffd9fd38412d3160f3b03b4d0cf7e5733cd6c5.tar.zst
freebsd-ports-graphics-b2ffd9fd38412d3160f3b03b4d0cf7e5733cd6c5.zip
Update to 0.8.11.
Add new plugins x264. Approved by: maintainer (implicit)
Diffstat (limited to 'multimedia/gstreamer-plugins-x26480')
-rw-r--r--multimedia/gstreamer-plugins-x26480/Makefile17
1 files changed, 17 insertions, 0 deletions
diff --git a/multimedia/gstreamer-plugins-x26480/Makefile b/multimedia/gstreamer-plugins-x26480/Makefile
new file mode 100644
index 00000000000..a18ea8a366a
--- /dev/null
+++ b/multimedia/gstreamer-plugins-x26480/Makefile
@@ -0,0 +1,17 @@
+# New ports collection makefile for: gstreamer-plugins-x264
+# Date created: 6 Sep 2005
+# Whom: Koop Mast <kwm@FreeBSD.org>
+#
+# $FreeBSD$
+#
+
+CATEGORIES= multimedia
+PORTREVISION= 0
+
+COMMENT= Gstreamer x264 plugin
+
+GST_PLUGIN= x264
+
+MASTERDIR= ${.CURDIR}/../../multimedia/gstreamer-plugins
+
+.include "${MASTERDIR}/Makefile"