pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/multimedia/gst-plugins0.10-v4l2 put the v4l2 plugin fr...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/a9b74fb55d46
branches:  trunk
changeset: 547215:a9b74fb55d46
user:      drochner <drochner%pkgsrc.org@localhost>
date:      Sun Sep 14 13:13:33 2008 +0000

description:
put the v4l2 plugin from -good into its own pkg

diffstat:

 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(+), 0 deletions(-)

diffs (39 lines):

diff -r 230bd82f87ad -r a9b74fb55d46 multimedia/gst-plugins0.10-v4l2/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/multimedia/gst-plugins0.10-v4l2/DESCR     Sun Sep 14 13:13:33 2008 +0000
@@ -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 -r 230bd82f87ad -r a9b74fb55d46 multimedia/gst-plugins0.10-v4l2/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/multimedia/gst-plugins0.10-v4l2/Makefile  Sun Sep 14 13:13:33 2008 +0000
@@ -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 -r 230bd82f87ad -r a9b74fb55d46 multimedia/gst-plugins0.10-v4l2/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/multimedia/gst-plugins0.10-v4l2/PLIST     Sun Sep 14 13:13:33 2008 +0000
@@ -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



Home | Main Index | Thread Index | Old Index