summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Mk/bsd.gstreamer.mk4
-rw-r--r--multimedia/gstreamer1-plugins-all/Makefile2
-rw-r--r--multimedia/gstreamer1-plugins/Makefile.common5
-rw-r--r--x11-toolkits/Makefile1
-rw-r--r--x11-toolkits/gstreamer1-plugins-gtksink/Makefile13
5 files changed, 23 insertions, 2 deletions
diff --git a/Mk/bsd.gstreamer.mk b/Mk/bsd.gstreamer.mk
index 31d11f5291c5..8b44b0c71105 100644
--- a/Mk/bsd.gstreamer.mk
+++ b/Mk/bsd.gstreamer.mk
@@ -90,7 +90,7 @@ _GSTREAMER_PLUGINS+= \
.if defined(USE_GSTREAMER1)
_GSTREAMER_PLUGINS+= \
assrender bs2b chromaprint curl dtls dvdread editing-services \
- hls kate libav libde265 modplug mpg123 openh264 openjpeg \
+ gtksink hls kate libav libde265 modplug mpg123 openh264 openjpeg \
png rsvg rtmp spandsp vpx webp x x265 ximagesrc zbar
# vaapi?
.endif
@@ -374,6 +374,8 @@ ximagesrc_DEPENDS= x11/gstreamer-plugins-ximagesrc
#-- x11-toolkits plugins section ------------------------------------------#
+gtksink_DEPENDS= x11-toolkits/gstreamer-plugins-gtksink
+
pango_DEPENDS= x11-toolkits/gstreamer-plugins-pango
#--------------------------------------------------------------------------#
diff --git a/multimedia/gstreamer1-plugins-all/Makefile b/multimedia/gstreamer1-plugins-all/Makefile
index 12bc007cf8d7..f9e4991e94ad 100644
--- a/multimedia/gstreamer1-plugins-all/Makefile
+++ b/multimedia/gstreamer1-plugins-all/Makefile
@@ -3,7 +3,7 @@
PORTNAME= gstreamer1-plugins-all
PORTVERSION= ${GST1_VERSION}
-PORTREVISION= 3
+PORTREVISION= 4
CATEGORIES= multimedia
MAINTAINER= multimedia@FreeBSD.org
diff --git a/multimedia/gstreamer1-plugins/Makefile.common b/multimedia/gstreamer1-plugins/Makefile.common
index 53f80ff8d13f..129c6b2b4535 100644
--- a/multimedia/gstreamer1-plugins/Makefile.common
+++ b/multimedia/gstreamer1-plugins/Makefile.common
@@ -24,6 +24,7 @@ BAD_GST_ALL_PLUGINS+= \
flite \
gme \
gsm \
+ gtksink \
hls \
kate \
libde265 \
@@ -280,6 +281,10 @@ gst_gme_LIB_DEPENDS= libgme.so:${PORTSDIR}/audio/libgme
# gsm
gst_gsm_LIB_DEPENDS= libgsm.so:${PORTSDIR}/audio/gsm
+# gtksink
+gst_gtksink_USE_GNOME= gtk30
+gst_gtksink_GST_PLUGIN_DIR=ext/gtk
+
# hls
gst_hls_LIB_DEPENDS= libnettle.so:${PORTSDIR}/security/nettle
gst_hls_PLIST_FILES= ${GST_LIB_DIR}/libgstfragmented.so
diff --git a/x11-toolkits/Makefile b/x11-toolkits/Makefile
index 350771ad049a..60f48d35f0e7 100644
--- a/x11-toolkits/Makefile
+++ b/x11-toolkits/Makefile
@@ -33,6 +33,7 @@
SUBDIR += gnustep-gui
SUBDIR += granite
SUBDIR += gstreamer-plugins-pango
+ SUBDIR += gstreamer1-plugins-gtksink
SUBDIR += gstreamer1-plugins-pango
SUBDIR += gtk-sharp-beans
SUBDIR += gtk-sharp10
diff --git a/x11-toolkits/gstreamer1-plugins-gtksink/Makefile b/x11-toolkits/gstreamer1-plugins-gtksink/Makefile
new file mode 100644
index 000000000000..08e16feee695
--- /dev/null
+++ b/x11-toolkits/gstreamer1-plugins-gtksink/Makefile
@@ -0,0 +1,13 @@
+# $FreeBSD$
+
+PORTREVISION= 0
+CATEGORIES= x11-toolkits
+
+COMMENT= GStreamer gtksink plugin
+
+GST_PLUGIN= gtksink
+DIST= bad
+
+MASTERDIR= ${.CURDIR}/../../multimedia/gstreamer1-plugins
+
+.include "${MASTERDIR}/Makefile"