pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/multimedia Add multimedia/gst-plugins1-gtk.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/bd7ffca0ff3f
branches:  trunk
changeset: 415182:bd7ffca0ff3f
user:      nia <nia%pkgsrc.org@localhost>
date:      Thu Oct 03 14:53:38 2019 +0000

description:
Add multimedia/gst-plugins1-gtk.

GStreamer is a library that allows the construction of graphs of
media-handling components, ranging from simple mp3 playback to complex
audio (mixing) and video (non-linear editing) processing.

Applications can take advantage of advances in codec and filter technology
transparently.  Developers can add new codecs and filters by writing a
simple plugin with a clean, generic interface.

This package provides the GTK plugin for GStreamer.

diffstat:

 multimedia/Makefile                  |  3 ++-
 multimedia/gst-plugins1-gtk/DESCR    |  9 +++++++++
 multimedia/gst-plugins1-gtk/Makefile |  9 +++++++++
 multimedia/gst-plugins1-gtk/PLIST    |  2 ++
 4 files changed, 22 insertions(+), 1 deletions(-)

diffs (49 lines):

diff -r a978f0ea2c2e -r bd7ffca0ff3f multimedia/Makefile
--- a/multimedia/Makefile       Thu Oct 03 14:48:48 2019 +0000
+++ b/multimedia/Makefile       Thu Oct 03 14:53:38 2019 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.280 2019/10/03 14:32:55 nia Exp $
+# $NetBSD: Makefile,v 1.281 2019/10/03 14:53:38 nia Exp $
 #
 
 COMMENT=       Multimedia utilities
@@ -79,6 +79,7 @@
 SUBDIR+=       gst-plugins1-egl-gl
 SUBDIR+=       gst-plugins1-egl-opengl
 SUBDIR+=       gst-plugins1-good
+SUBDIR+=       gst-plugins1-gtk
 SUBDIR+=       gst-plugins1-libav
 SUBDIR+=       gst-plugins1-mpeg2dec
 SUBDIR+=       gst-plugins1-ogg
diff -r a978f0ea2c2e -r bd7ffca0ff3f multimedia/gst-plugins1-gtk/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/multimedia/gst-plugins1-gtk/DESCR Thu Oct 03 14:53:38 2019 +0000
@@ -0,0 +1,9 @@
+GStreamer is a library that allows the construction of graphs of
+media-handling components, ranging from simple mp3 playback to complex
+audio (mixing) and video (non-linear editing) processing.
+
+Applications can take advantage of advances in codec and filter technology
+transparently.  Developers can add new codecs and filters by writing a
+simple plugin with a clean, generic interface.
+
+This package provides the GTK plugin for GStreamer.
diff -r a978f0ea2c2e -r bd7ffca0ff3f multimedia/gst-plugins1-gtk/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/multimedia/gst-plugins1-gtk/Makefile      Thu Oct 03 14:53:38 2019 +0000
@@ -0,0 +1,9 @@
+# $NetBSD: Makefile,v 1.1 2019/10/03 14:53:38 nia Exp $
+
+GST_PLUGINS1_NAME=     gtk
+GST_PLUGINS1_DIRS=     ext/gtk
+GST_PLUGINS1_FLAGS=    gtk3
+
+.include "../../multimedia/gst-plugins1-good/Makefile.common"
+.include "../../x11/gtk3/buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r a978f0ea2c2e -r bd7ffca0ff3f multimedia/gst-plugins1-gtk/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/multimedia/gst-plugins1-gtk/PLIST Thu Oct 03 14:53:38 2019 +0000
@@ -0,0 +1,2 @@
+@comment $NetBSD: PLIST,v 1.1 2019/10/03 14:53:38 nia Exp $
+lib/gstreamer-1.0/libgstgtk.la



Home | Main Index | Thread Index | Old Index