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.
This commit is contained in:
parent
94c9448b2c
commit
d9bf84a4e8
4 changed files with 23 additions and 1 deletions
|
@ -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-cairo
|
|||
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
|
||||
|
|
10
graphics/gst-plugins1-gdk_pixbuf/DESCR
Normal file
10
graphics/gst-plugins1-gdk_pixbuf/DESCR
Normal file
|
@ -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.
|
9
graphics/gst-plugins1-gdk_pixbuf/Makefile
Normal file
9
graphics/gst-plugins1-gdk_pixbuf/Makefile
Normal file
|
@ -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"
|
2
graphics/gst-plugins1-gdk_pixbuf/PLIST
Normal file
2
graphics/gst-plugins1-gdk_pixbuf/PLIST
Normal file
|
@ -0,0 +1,2 @@
|
|||
@comment $NetBSD: PLIST,v 1.1 2019/10/03 14:42:59 nia Exp $
|
||||
lib/gstreamer-1.0/libgstgdkpixbuf.la
|
Loading…
Reference in a new issue