Import gst-plugins1-schro-1.4.5 as wip/gst-plugins1-schroedinger.
GStreamer is a library that allows the construction of graphs of media-handling components, ranging from simple mp3 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. This package provides the schroedinger plugin for GStreamer.
This commit is contained in:
parent
fb3d6946aa
commit
ac4eeb8583
3 changed files with 27 additions and 0 deletions
9
gst-plugins1-schroedinger/DESCR
Normal file
9
gst-plugins1-schroedinger/DESCR
Normal file
|
@ -0,0 +1,9 @@
|
|||
GStreamer is a library that allows the construction of graphs of
|
||||
media-handling components, ranging from simple mp3 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.
|
||||
|
||||
This package provides the schroedinger plugin for GStreamer.
|
16
gst-plugins1-schroedinger/Makefile
Normal file
16
gst-plugins1-schroedinger/Makefile
Normal file
|
@ -0,0 +1,16 @@
|
|||
# $NetBSD: Makefile,v 1.1 2015/08/18 20:43:31 yhardy Exp $
|
||||
#
|
||||
|
||||
GST_PLUGINS1_NAME= schro
|
||||
GST_PLUGINS1_DIRS= ext/schroedinger
|
||||
GST_PLUGINS1_FLAGS= schro
|
||||
|
||||
# omitted in gst-plugins1-bad/Makefile.common
|
||||
CONFIGURE_ARGS+= --enable-schro
|
||||
|
||||
USE_LANGUAGES= c c++
|
||||
|
||||
.include "../../multimedia/gst-plugins1-bad/Makefile.common"
|
||||
|
||||
.include "../../multimedia/schroedinger/buildlink3.mk"
|
||||
.include "../../mk/bsd.pkg.mk"
|
2
gst-plugins1-schroedinger/PLIST
Normal file
2
gst-plugins1-schroedinger/PLIST
Normal file
|
@ -0,0 +1,2 @@
|
|||
@comment $NetBSD: PLIST,v 1.1 2015/08/18 20:43:31 yhardy Exp $
|
||||
lib/gstreamer-1.0/libgstschro.la
|
Loading…
Reference in a new issue