pkgsrc-Changes archive

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

CVS commit: pkgsrc/multimedia



Module Name:    pkgsrc
Committed By:   nia
Date:           Thu Oct  3 14:53:38 UTC 2019

Modified Files:
        pkgsrc/multimedia: Makefile
Added Files:
        pkgsrc/multimedia/gst-plugins1-gtk: DESCR Makefile PLIST

Log Message:
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.


To generate a diff of this commit:
cvs rdiff -u -r1.280 -r1.281 pkgsrc/multimedia/Makefile
cvs rdiff -u -r0 -r1.1 pkgsrc/multimedia/gst-plugins1-gtk/DESCR \
    pkgsrc/multimedia/gst-plugins1-gtk/Makefile \
    pkgsrc/multimedia/gst-plugins1-gtk/PLIST

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/multimedia/Makefile
diff -u pkgsrc/multimedia/Makefile:1.280 pkgsrc/multimedia/Makefile:1.281
--- pkgsrc/multimedia/Makefile:1.280    Thu Oct  3 14:32:55 2019
+++ pkgsrc/multimedia/Makefile  Thu Oct  3 14:53:38 2019
@@ -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-editing-services
 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

Added files:

Index: pkgsrc/multimedia/gst-plugins1-gtk/DESCR
diff -u /dev/null pkgsrc/multimedia/gst-plugins1-gtk/DESCR:1.1
--- /dev/null   Thu Oct  3 14:53:38 2019
+++ pkgsrc/multimedia/gst-plugins1-gtk/DESCR    Thu Oct  3 14:53:38 2019
@@ -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.
Index: pkgsrc/multimedia/gst-plugins1-gtk/Makefile
diff -u /dev/null pkgsrc/multimedia/gst-plugins1-gtk/Makefile:1.1
--- /dev/null   Thu Oct  3 14:53:38 2019
+++ pkgsrc/multimedia/gst-plugins1-gtk/Makefile Thu Oct  3 14:53:38 2019
@@ -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"
Index: pkgsrc/multimedia/gst-plugins1-gtk/PLIST
diff -u /dev/null pkgsrc/multimedia/gst-plugins1-gtk/PLIST:1.1
--- /dev/null   Thu Oct  3 14:53:38 2019
+++ pkgsrc/multimedia/gst-plugins1-gtk/PLIST    Thu Oct  3 14:53:38 2019
@@ -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