From 6c68c20cb6883742bfe7c460e1e9864b8c21ca69 Mon Sep 17 00:00:00 2001 From: drochner Date: Sun, 14 Sep 2008 13:13:33 +0000 Subject: put the v4l2 plugin from -good into its own pkg --- multimedia/gst-plugins0.10-v4l2/DESCR | 12 ++++++++++++ multimedia/gst-plugins0.10-v4l2/Makefile | 12 ++++++++++++ multimedia/gst-plugins0.10-v4l2/PLIST | 3 +++ 3 files changed, 27 insertions(+) create mode 100644 multimedia/gst-plugins0.10-v4l2/DESCR create mode 100644 multimedia/gst-plugins0.10-v4l2/Makefile create mode 100644 multimedia/gst-plugins0.10-v4l2/PLIST (limited to 'multimedia/gst-plugins0.10-v4l2') 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 -- cgit v1.2.3