pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/graphics Add graphics/gst-plugins1-gdk_pixbuf.
details: https://anonhg.NetBSD.org/pkgsrc/rev/17af7843da0c
branches: trunk
changeset: 340470:17af7843da0c
user: nia <nia%pkgsrc.org@localhost>
date: Thu Oct 03 14:42:59 2019 +0000
description:
Add graphics/gst-plugins1-gdk_pixbuf.
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 gdk-pixbuf2 plugin for GStreamer, which allows
encoding and decoding images.
diffstat:
graphics/Makefile | 3 ++-
graphics/gst-plugins1-gdk_pixbuf/DESCR | 10 ++++++++++
graphics/gst-plugins1-gdk_pixbuf/Makefile | 9 +++++++++
graphics/gst-plugins1-gdk_pixbuf/PLIST | 2 ++
4 files changed, 23 insertions(+), 1 deletions(-)
diffs (50 lines):
diff -r 390e2bc23095 -r 17af7843da0c graphics/Makefile
--- a/graphics/Makefile Thu Oct 03 14:33:17 2019 +0000
+++ b/graphics/Makefile Thu Oct 03 14:42:59 2019 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.850 2019/09/19 09:29:15 nia Exp $
+# $NetBSD: Makefile,v 1.851 2019/10/03 14:42:59 nia Exp $
#
COMMENT= Graphics tools and libraries
@@ -225,6 +225,7 @@
SUBDIR+= gst-plugins0.10-jpeg
SUBDIR+= gst-plugins0.10-png
SUBDIR+= gst-plugins1-cairo
+SUBDIR+= gst-plugins1-gdk_pixbuf
SUBDIR+= gst-plugins1-jpeg
SUBDIR+= gst-plugins1-png
SUBDIR+= gthumb
diff -r 390e2bc23095 -r 17af7843da0c graphics/gst-plugins1-gdk_pixbuf/DESCR
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/graphics/gst-plugins1-gdk_pixbuf/DESCR Thu Oct 03 14:42:59 2019 +0000
@@ -0,0 +1,10 @@
+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 gdk-pixbuf2 plugin for GStreamer, which allows
+encoding and decoding images.
diff -r 390e2bc23095 -r 17af7843da0c graphics/gst-plugins1-gdk_pixbuf/Makefile
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/graphics/gst-plugins1-gdk_pixbuf/Makefile Thu Oct 03 14:42:59 2019 +0000
@@ -0,0 +1,9 @@
+# $NetBSD: Makefile,v 1.1 2019/10/03 14:42:59 nia Exp $
+
+GST_PLUGINS1_NAME= gdk_pixbuf
+GST_PLUGINS1_DIRS= ext/gdk_pixbuf
+GST_PLUGINS1_FLAGS= gdk_pixbuf
+
+.include "../../multimedia/gst-plugins1-good/Makefile.common"
+.include "../../graphics/gdk-pixbuf2/buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r 390e2bc23095 -r 17af7843da0c graphics/gst-plugins1-gdk_pixbuf/PLIST
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/graphics/gst-plugins1-gdk_pixbuf/PLIST Thu Oct 03 14:42:59 2019 +0000
@@ -0,0 +1,2 @@
+@comment $NetBSD: PLIST,v 1.1 2019/10/03 14:42:59 nia Exp $
+lib/gstreamer-1.0/libgstgdkpixbuf.la
Home |
Main Index |
Thread Index |
Old Index