diff options
author | ryoon <ryoon@pkgsrc.org> | 2013-08-03 04:49:39 +0000 |
---|---|---|
committer | ryoon <ryoon@pkgsrc.org> | 2013-08-03 04:49:39 +0000 |
commit | 2e0895b907a23df16a2a54105a5d07b9aa4a49aa (patch) | |
tree | 6bd4b585afed8597c29f32c0cdad8a86e7458574 /multimedia | |
parent | c983a9f574c18f5e382799d7d808b87e16713283 (diff) | |
download | pkgsrc-2e0895b907a23df16a2a54105a5d07b9aa4a49aa.tar.gz |
Import gst-plugins1-v4l2-1.0.8 as multimedia/gst-plugins1-v4l2.
GStreamer is a library that allows the construction of graphs of
media-handling components, ranging from simple Ogg/Vorbis 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.
GStreamer is released under the LGPL.
This package is part of the 'good' plugins for GStreamer. It provides a
plugin to access v4l2.
Diffstat (limited to 'multimedia')
-rw-r--r-- | multimedia/gst-plugins1-v4l2/DESCR | 12 | ||||
-rw-r--r-- | multimedia/gst-plugins1-v4l2/Makefile | 13 | ||||
-rw-r--r-- | multimedia/gst-plugins1-v4l2/PLIST | 2 |
3 files changed, 27 insertions, 0 deletions
diff --git a/multimedia/gst-plugins1-v4l2/DESCR b/multimedia/gst-plugins1-v4l2/DESCR new file mode 100644 index 00000000000..87360eb4d72 --- /dev/null +++ b/multimedia/gst-plugins1-v4l2/DESCR @@ -0,0 +1,12 @@ +GStreamer is a library that allows the construction of graphs of +media-handling components, ranging from simple Ogg/Vorbis 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. + +GStreamer is released under the LGPL. + +This package is part of the 'good' plugins for GStreamer. It provides a +plugin to access v4l2. diff --git a/multimedia/gst-plugins1-v4l2/Makefile b/multimedia/gst-plugins1-v4l2/Makefile new file mode 100644 index 00000000000..8d9041fe9ea --- /dev/null +++ b/multimedia/gst-plugins1-v4l2/Makefile @@ -0,0 +1,13 @@ +# $NetBSD: Makefile,v 1.1 2013/08/03 04:49:39 ryoon Exp $ +# + +GST_PLUGINS1_NAME= v4l2 +GST_PLUGINS1_DIRS= sys/v4l2 +GST_PLUGINS1_FLAGS= gst_v4l2 + +ONLY_FOR_PLATFORM= NetBSD-[5-9]* Linux-* SunOS-5.11-* + +.include "../../multimedia/gst-plugins1-good/Makefile.common" + +.include "../../graphics/libv4l/buildlink3.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/multimedia/gst-plugins1-v4l2/PLIST b/multimedia/gst-plugins1-v4l2/PLIST new file mode 100644 index 00000000000..9c21c0a1681 --- /dev/null +++ b/multimedia/gst-plugins1-v4l2/PLIST @@ -0,0 +1,2 @@ +@comment $NetBSD: PLIST,v 1.1 2013/08/03 04:49:39 ryoon Exp $ +lib/gstreamer-1.0/libgstvideo4linux2.la |