diff options
author | ryoon <ryoon@pkgsrc.org> | 2012-11-29 08:41:38 +0000 |
---|---|---|
committer | ryoon <ryoon@pkgsrc.org> | 2012-11-29 08:41:38 +0000 |
commit | 782486e9d63840cfe5a6c54cdfd1d99f0e29d389 (patch) | |
tree | 3109141ea41305deb54fd4c5c7e5794f7bb71161 /graphics/gst-plugins1-png | |
parent | badb48f6025f09f5610b5574b97a9f5968a1bd31 (diff) | |
download | pkgsrc-782486e9d63840cfe5a6c54cdfd1d99f0e29d389.tar.gz |
Import gst-plugins1-png-1.0.3 as graphics/gst-plugins1-png.
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 png plugin for GStreamer, which allows encoding and
decoding of PNG images.
Diffstat (limited to 'graphics/gst-plugins1-png')
-rw-r--r-- | graphics/gst-plugins1-png/DESCR | 10 | ||||
-rw-r--r-- | graphics/gst-plugins1-png/Makefile | 11 | ||||
-rw-r--r-- | graphics/gst-plugins1-png/PLIST | 2 |
3 files changed, 23 insertions, 0 deletions
diff --git a/graphics/gst-plugins1-png/DESCR b/graphics/gst-plugins1-png/DESCR new file mode 100644 index 00000000000..913a4cdf211 --- /dev/null +++ b/graphics/gst-plugins1-png/DESCR @@ -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 png plugin for GStreamer, which allows encoding and +decoding of PNG images. diff --git a/graphics/gst-plugins1-png/Makefile b/graphics/gst-plugins1-png/Makefile new file mode 100644 index 00000000000..b782623675e --- /dev/null +++ b/graphics/gst-plugins1-png/Makefile @@ -0,0 +1,11 @@ +# $NetBSD: Makefile,v 1.1 2012/11/29 08:41:38 ryoon Exp $ +# + +GST_PLUGINS1_NAME= png +GST_PLUGINS1_DIRS= ext/libpng +GST_PLUGINS1_FLAGS= libpng + +.include "../../multimedia/gst-plugins1-good/Makefile.common" + +.include "../../graphics/png/buildlink3.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/graphics/gst-plugins1-png/PLIST b/graphics/gst-plugins1-png/PLIST new file mode 100644 index 00000000000..cdef214dde9 --- /dev/null +++ b/graphics/gst-plugins1-png/PLIST @@ -0,0 +1,2 @@ +@comment $NetBSD: PLIST,v 1.1 2012/11/29 08:41:38 ryoon Exp $ +lib/gstreamer-1.0/libgstpng.la |