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.
This commit is contained in:
parent
c983a9f574
commit
2e0895b907
3 changed files with 27 additions and 0 deletions
12
multimedia/gst-plugins1-v4l2/DESCR
Normal file
12
multimedia/gst-plugins1-v4l2/DESCR
Normal file
|
@ -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.
|
13
multimedia/gst-plugins1-v4l2/Makefile
Normal file
13
multimedia/gst-plugins1-v4l2/Makefile
Normal file
|
@ -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"
|
2
multimedia/gst-plugins1-v4l2/PLIST
Normal file
2
multimedia/gst-plugins1-v4l2/PLIST
Normal file
|
@ -0,0 +1,2 @@
|
|||
@comment $NetBSD: PLIST,v 1.1 2013/08/03 04:49:39 ryoon Exp $
|
||||
lib/gstreamer-1.0/libgstvideo4linux2.la
|
Loading…
Reference in a new issue