Import gst-plugins1-x11-1.0.3 as x11/gst-plugins1-x11.
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 'base' plugins for GStreamer. It provides a set of plugins to access the X Window System.
This commit is contained in:
parent
8a458e13b5
commit
059736e08f
3 changed files with 26 additions and 0 deletions
12
x11/gst-plugins1-x11/DESCR
Normal file
12
x11/gst-plugins1-x11/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 'base' plugins for GStreamer. It provides a
|
||||
set of plugins to access the X Window System.
|
11
x11/gst-plugins1-x11/Makefile
Normal file
11
x11/gst-plugins1-x11/Makefile
Normal file
|
@ -0,0 +1,11 @@
|
|||
# $NetBSD: Makefile,v 1.1 2012/11/29 08:38:20 ryoon Exp $
|
||||
#
|
||||
|
||||
GST_PLUGINS1_NAME= x11
|
||||
GST_PLUGINS1_DIRS= sys/ximage sys/xvimage
|
||||
GST_PLUGINS1_FLAGS= x xshm xvideo
|
||||
|
||||
.include "../../multimedia/gst-plugins1-base/Makefile.common"
|
||||
|
||||
.include "../../x11/libXv/buildlink3.mk"
|
||||
.include "../../mk/bsd.pkg.mk"
|
3
x11/gst-plugins1-x11/PLIST
Normal file
3
x11/gst-plugins1-x11/PLIST
Normal file
|
@ -0,0 +1,3 @@
|
|||
@comment $NetBSD: PLIST,v 1.1 2012/11/29 08:38:20 ryoon Exp $
|
||||
lib/gstreamer-1.0/libgstximagesink.la
|
||||
lib/gstreamer-1.0/libgstxvimagesink.la
|
Loading…
Reference in a new issue