diff options
author | drochner <drochner@pkgsrc.org> | 2008-09-14 13:17:39 +0000 |
---|---|---|
committer | drochner <drochner@pkgsrc.org> | 2008-09-14 13:17:39 +0000 |
commit | 54bd86b383b1da553db2ec0b59a113a55031870f (patch) | |
tree | 41cfef61da04e9bfb9d98103a36fe2248b055ab0 /graphics/gst-plugins0.10-jpeg | |
parent | 56e4ea4fada663ce191ff30f199efb9b2d49075f (diff) | |
download | pkgsrc-54bd86b383b1da553db2ec0b59a113a55031870f.tar.gz |
add a gst plugin pkg dor jpeg (part of -good)
Diffstat (limited to 'graphics/gst-plugins0.10-jpeg')
-rw-r--r-- | graphics/gst-plugins0.10-jpeg/DESCR | 10 | ||||
-rw-r--r-- | graphics/gst-plugins0.10-jpeg/Makefile | 12 | ||||
-rw-r--r-- | graphics/gst-plugins0.10-jpeg/PLIST | 2 |
3 files changed, 24 insertions, 0 deletions
diff --git a/graphics/gst-plugins0.10-jpeg/DESCR b/graphics/gst-plugins0.10-jpeg/DESCR new file mode 100644 index 00000000000..87fabaa20c9 --- /dev/null +++ b/graphics/gst-plugins0.10-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-plugins0.10-jpeg/Makefile b/graphics/gst-plugins0.10-jpeg/Makefile new file mode 100644 index 00000000000..8f7dd990ca9 --- /dev/null +++ b/graphics/gst-plugins0.10-jpeg/Makefile @@ -0,0 +1,12 @@ +# $NetBSD: Makefile,v 1.1.1.1 2008/09/14 13:17:39 drochner Exp $ +# + +GST_PLUGINS0.10_NAME= jpeg +GST_PLUGINS0.10_DIRS= ext/jpeg + +PKG_DESTDIR_SUPPORT= user-destdir + +.include "../../multimedia/gst-plugins0.10-good/Makefile.common" + +.include "../../graphics/jpeg/buildlink3.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/graphics/gst-plugins0.10-jpeg/PLIST b/graphics/gst-plugins0.10-jpeg/PLIST new file mode 100644 index 00000000000..5309c94d26f --- /dev/null +++ b/graphics/gst-plugins0.10-jpeg/PLIST @@ -0,0 +1,2 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2008/09/14 13:17:39 drochner Exp $ +lib/gstreamer-0.10/libgstjpeg.la |