aboutsummaryrefslogtreecommitdiff
path: root/graphics/gstreamer1-plugins-qt
diff options
context:
space:
mode:
authorKoop Mast <kwm@FreeBSD.org>2020-01-26 17:42:36 +0000
committerKoop Mast <kwm@FreeBSD.org>2020-01-26 17:42:36 +0000
commitaa49f23a6db2870118f1c18cdef7eefa026c6693 (patch)
treeac5da30061e167c8d7d0a673f2f595d1fdad88f1 /graphics/gstreamer1-plugins-qt
parent4b291cffdfc075b11c0aa0c6587d944e9826bd33 (diff)
downloadports-aa49f23a6db2870118f1c18cdef7eefa026c6693.tar.gz
ports-aa49f23a6db2870118f1c18cdef7eefa026c6693.zip
Update gstreamer1 to 1.16.2.
- The spc plugin was removed inflavor for the gsm plugin. - Added in tree qt plugin. Changelog: https://gstreamer.freedesktop.org/releases/1.16/#1.16.2 Update net-im/fractal to 4.2.2 to support GStreamer 1.16 (approved by maintainer) Thanks to antoine@ for the exp-run. PR: 239386
Notes
Notes: svn path=/head/; revision=524224
Diffstat (limited to 'graphics/gstreamer1-plugins-qt')
-rw-r--r--graphics/gstreamer1-plugins-qt/Makefile13
1 files changed, 13 insertions, 0 deletions
diff --git a/graphics/gstreamer1-plugins-qt/Makefile b/graphics/gstreamer1-plugins-qt/Makefile
new file mode 100644
index 000000000000..ead4c97d9de9
--- /dev/null
+++ b/graphics/gstreamer1-plugins-qt/Makefile
@@ -0,0 +1,13 @@
+# $FreeBSD$
+
+PORTREVISION= 0
+CATEGORIES= graphics
+
+COMMENT= GStreamer Qt videosink plugin
+
+GST_PLUGIN= qt
+DIST= good
+
+MASTERDIR= ${.CURDIR}/../../multimedia/gstreamer1-plugins
+
+.include "${MASTERDIR}/Makefile"