From fed22877697a6be759f6ed19c66c00ac6de6c871 Mon Sep 17 00:00:00 2001 From: ryoon Date: Thu, 29 Nov 2012 09:08:05 +0000 Subject: 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". --- net/gst-plugins1-rtmp/DESCR | 12 ++++++++++++ net/gst-plugins1-rtmp/Makefile | 10 ++++++++++ net/gst-plugins1-rtmp/PLIST | 2 ++ 3 files changed, 24 insertions(+) create mode 100644 net/gst-plugins1-rtmp/DESCR create mode 100644 net/gst-plugins1-rtmp/Makefile create mode 100644 net/gst-plugins1-rtmp/PLIST (limited to 'net/gst-plugins1-rtmp') 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 -- cgit v1.2.3