diff options
author | ryoon <ryoon@pkgsrc.org> | 2012-11-29 09:08:05 +0000 |
---|---|---|
committer | ryoon <ryoon@pkgsrc.org> | 2012-11-29 09:08:05 +0000 |
commit | 870d9ca36a0f2b4b56a832b0f77af7cbeade5fc3 (patch) | |
tree | 9d5051ce6601fd4cfa8da980fdb747ea5bbf811d | |
parent | 92731ce9af7d6ff4175705eadf6df97519b639e8 (diff) | |
download | pkgsrc-870d9ca36a0f2b4b56a832b0f77af7cbeade5fc3.tar.gz |
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".
-rw-r--r-- | net/gst-plugins1-rtmp/DESCR | 12 | ||||
-rw-r--r-- | net/gst-plugins1-rtmp/Makefile | 10 | ||||
-rw-r--r-- | net/gst-plugins1-rtmp/PLIST | 2 |
3 files changed, 24 insertions, 0 deletions
diff --git a/net/gst-plugins1-rtmp/DESCR b/net/gst-plugins1-rtmp/DESCR new file mode 100644 index 00000000000..c3fa1f54c1e --- /dev/null +++ b/net/gst-plugins1-rtmp/DESCR @@ -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". diff --git a/net/gst-plugins1-rtmp/Makefile b/net/gst-plugins1-rtmp/Makefile new file mode 100644 index 00000000000..b4e9fef3b09 --- /dev/null +++ b/net/gst-plugins1-rtmp/Makefile @@ -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" diff --git a/net/gst-plugins1-rtmp/PLIST b/net/gst-plugins1-rtmp/PLIST new file mode 100644 index 00000000000..d241ae9382e --- /dev/null +++ b/net/gst-plugins1-rtmp/PLIST @@ -0,0 +1,2 @@ +@comment $NetBSD: PLIST,v 1.1 2012/11/29 09:08:05 ryoon Exp $ +lib/gstreamer-1.0/libgstrtmp.la |