aboutsummaryrefslogtreecommitdiffstats
path: root/multimedia/gstreamer-plugins-v4l2
diff options
context:
space:
mode:
authorkwm <kwm@FreeBSD.org>2010-03-31 18:40:29 +0800
committerkwm <kwm@FreeBSD.org>2010-03-31 18:40:29 +0800
commit93bbdc5c661d95ad6969ce7a254171793ee369b7 (patch)
tree33f5181c8b5e45693dbc1e7c794e7416f48ce05a /multimedia/gstreamer-plugins-v4l2
parente7ffb5ce650048e6b5beaaebc20eeac3343b026b (diff)
downloadfreebsd-ports-gnome-93bbdc5c661d95ad6969ce7a254171793ee369b7.tar.gz
freebsd-ports-gnome-93bbdc5c661d95ad6969ce7a254171793ee369b7.tar.zst
freebsd-ports-gnome-93bbdc5c661d95ad6969ce7a254171793ee369b7.zip
Update to 0.10.21.
Fix detection of libpng. New plugin v4l2.
Diffstat (limited to 'multimedia/gstreamer-plugins-v4l2')
-rw-r--r--multimedia/gstreamer-plugins-v4l2/Makefile18
1 files changed, 18 insertions, 0 deletions
diff --git a/multimedia/gstreamer-plugins-v4l2/Makefile b/multimedia/gstreamer-plugins-v4l2/Makefile
new file mode 100644
index 000000000000..3fe11235952f
--- /dev/null
+++ b/multimedia/gstreamer-plugins-v4l2/Makefile
@@ -0,0 +1,18 @@
+# New ports collection makefile for: gstreamer-plugins-v4l2
+# Date created: 27 Mar 2010
+# Whom: Koop Mast <kwm@FreeBSD.org>
+#
+# $FreeBSD$
+#
+
+PORTREVISION= 0
+CATEGORIES= multimedia
+
+COMMENT= Gstreamer Video 4 Linux 2 source plugin
+
+GST_PLUGIN= gst_v4l2
+PKGNAMESUFFIX?= -plugins-v4l2
+
+MASTERDIR= ${.CURDIR}/../../multimedia/gstreamer-plugins
+
+.include "${MASTERDIR}/Makefile"