diff options
author | ryoon <ryoon> | 2012-11-29 08:40:23 +0000 |
---|---|---|
committer | ryoon <ryoon> | 2012-11-29 08:40:23 +0000 |
commit | 18b2878d142c5eb9555eafba76106ff7ef4c25c5 (patch) | |
tree | 40459fb2a744b334a4602a32ebc5891e83dc3ee1 /graphics | |
parent | cf313ffa50e3a5fbf42035a12dbbd009e1ebc450 (diff) | |
download | pkgsrc-18b2878d142c5eb9555eafba76106ff7ef4c25c5.tar.gz |
Import gst-plugins1-jpeg-1.0.3 as graphics/gst-plugins1-jpeg.
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 jpeg plugin for GStreamer, which allows encoding and
decoding of jpeg images.
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/gst-plugins1-jpeg/DESCR | 10 | ||||
-rw-r--r-- | graphics/gst-plugins1-jpeg/Makefile | 10 | ||||
-rw-r--r-- | graphics/gst-plugins1-jpeg/PLIST | 2 |
3 files changed, 22 insertions, 0 deletions
diff --git a/graphics/gst-plugins1-jpeg/DESCR b/graphics/gst-plugins1-jpeg/DESCR new file mode 100644 index 00000000000..87fabaa20c9 --- /dev/null +++ b/graphics/gst-plugins1-jpeg/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 jpeg plugin for GStreamer, which allows encoding and +decoding of jpeg images. diff --git a/graphics/gst-plugins1-jpeg/Makefile b/graphics/gst-plugins1-jpeg/Makefile new file mode 100644 index 00000000000..1bf8007b246 --- /dev/null +++ b/graphics/gst-plugins1-jpeg/Makefile @@ -0,0 +1,10 @@ +# $NetBSD: Makefile,v 1.1 2012/11/29 08:40:23 ryoon Exp $ +# + +GST_PLUGINS1_NAME= jpeg +GST_PLUGINS1_DIRS= ext/jpeg + +.include "../../multimedia/gst-plugins1-good/Makefile.common" + +.include "../../mk/jpeg.buildlink3.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/graphics/gst-plugins1-jpeg/PLIST b/graphics/gst-plugins1-jpeg/PLIST new file mode 100644 index 00000000000..dcaf35c8320 --- /dev/null +++ b/graphics/gst-plugins1-jpeg/PLIST @@ -0,0 +1,2 @@ +@comment $NetBSD: PLIST,v 1.1 2012/11/29 08:40:23 ryoon Exp $ +lib/gstreamer-1.0/libgstjpeg.la |