Import gst-plugins1-rtmp-1.0.3 as net/gst-plugins1-rtmp.
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 'bad' plugins for GStreamer. It provides a plugin for "rtmp".
This commit is contained in:
parent
8d2ea6a7fb
commit
798933f832
3 changed files with 24 additions and 0 deletions
12
net/gst-plugins1-rtmp/DESCR
Normal file
12
net/gst-plugins1-rtmp/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 'bad' plugins for GStreamer. It provides a
|
||||
plugin for "rtmp".
|
10
net/gst-plugins1-rtmp/Makefile
Normal file
10
net/gst-plugins1-rtmp/Makefile
Normal file
|
@ -0,0 +1,10 @@
|
|||
# $NetBSD: Makefile,v 1.1 2012/11/29 09:08:05 ryoon Exp $
|
||||
#
|
||||
|
||||
GST_PLUGINS1_NAME= rtmp
|
||||
GST_PLUGINS1_DIRS= ext/rtmp
|
||||
|
||||
.include "../../multimedia/gst-plugins1-bad/Makefile.common"
|
||||
|
||||
.include "../../net/rtmpdump/buildlink3.mk"
|
||||
.include "../../mk/bsd.pkg.mk"
|
2
net/gst-plugins1-rtmp/PLIST
Normal file
2
net/gst-plugins1-rtmp/PLIST
Normal file
|
@ -0,0 +1,2 @@
|
|||
@comment $NetBSD: PLIST,v 1.1 2012/11/29 09:08:05 ryoon Exp $
|
||||
lib/gstreamer-1.0/libgstrtmp.la
|
Loading…
Reference in a new issue