diff options
author | drochner <drochner@pkgsrc.org> | 2008-09-14 13:13:33 +0000 |
---|---|---|
committer | drochner <drochner@pkgsrc.org> | 2008-09-14 13:13:33 +0000 |
commit | a3f4b94786d5fb122c966ae180eed8088b152c66 (patch) | |
tree | f8c2f4a86a7b25931434d6982d63c3cb686eb933 /multimedia/gst-plugins0.10-v4l2 | |
parent | c213c3e32d55a02dab367e6c51705626ffb036a5 (diff) | |
download | pkgsrc-a3f4b94786d5fb122c966ae180eed8088b152c66.tar.gz |
put the v4l2 plugin from -good into its own pkg
Diffstat (limited to 'multimedia/gst-plugins0.10-v4l2')
-rw-r--r-- | multimedia/gst-plugins0.10-v4l2/DESCR | 12 | ||||
-rw-r--r-- | multimedia/gst-plugins0.10-v4l2/Makefile | 12 | ||||
-rw-r--r-- | multimedia/gst-plugins0.10-v4l2/PLIST | 3 |
3 files changed, 27 insertions, 0 deletions
diff --git a/multimedia/gst-plugins0.10-v4l2/DESCR b/multimedia/gst-plugins0.10-v4l2/DESCR new file mode 100644 index 00000000000..87360eb4d72 --- /dev/null +++ b/multimedia/gst-plugins0.10-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-plugins0.10-v4l2/Makefile b/multimedia/gst-plugins0.10-v4l2/Makefile new file mode 100644 index 00000000000..ac2c19f9465 --- /dev/null +++ b/multimedia/gst-plugins0.10-v4l2/Makefile @@ -0,0 +1,12 @@ +# $NetBSD: Makefile,v 1.1.1.1 2008/09/14 13:13:33 drochner Exp $ +# + +GST_PLUGINS0.10_NAME= v4l2 +GST_PLUGINS0.10_DIRS= sys/v4l2 +GST_PLUGINS0.10_FLAGS= gst_v4l2 + +PKG_DESTDIR_SUPPORT= user-destdir + +.include "../../multimedia/gst-plugins0.10-good/Makefile.common" + +.include "../../mk/bsd.pkg.mk" diff --git a/multimedia/gst-plugins0.10-v4l2/PLIST b/multimedia/gst-plugins0.10-v4l2/PLIST new file mode 100644 index 00000000000..0bbbd3d6e23 --- /dev/null +++ b/multimedia/gst-plugins0.10-v4l2/PLIST @@ -0,0 +1,3 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2008/09/14 13:13:33 drochner Exp $ +lib/gstreamer-0.10/libgstvideo4linux2.la +@comment in gstreamer0.10: @dirrm lib/gstreamer-0.10 |