diff options
author | drochner <drochner@pkgsrc.org> | 2013-04-10 11:01:22 +0000 |
---|---|---|
committer | drochner <drochner@pkgsrc.org> | 2013-04-10 11:01:22 +0000 |
commit | 0cec8aeef1e608366ecabd5e17ffe7d71aef5404 (patch) | |
tree | f9cf78a365c1afedd8c7f5a916366b2dc3830d28 /net | |
parent | 7e4e083d2d8a3c4cfa70e3aaa16cba30a460c60a (diff) | |
download | pkgsrc-0cec8aeef1e608366ecabd5e17ffe7d71aef5404.tar.gz |
also build the "soup" plugin for gstreamer-1
Diffstat (limited to 'net')
-rw-r--r-- | net/Makefile | 3 | ||||
-rw-r--r-- | net/gst-plugins1-soup/DESCR | 12 | ||||
-rw-r--r-- | net/gst-plugins1-soup/Makefile | 10 | ||||
-rw-r--r-- | net/gst-plugins1-soup/PLIST | 2 |
4 files changed, 26 insertions, 1 deletions
diff --git a/net/Makefile b/net/Makefile index 512b79ee9ef..3551ba882f2 100644 --- a/net/Makefile +++ b/net/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.959 2013/03/24 15:19:54 drochner Exp $ +# $NetBSD: Makefile,v 1.960 2013/04/10 11:01:22 drochner Exp $ # COMMENT= Networking tools @@ -173,6 +173,7 @@ SUBDIR+= gst-plugins0.10-rtmp SUBDIR+= gst-plugins0.10-soup SUBDIR+= gst-plugins1-mms SUBDIR+= gst-plugins1-rtmp +SUBDIR+= gst-plugins1-soup SUBDIR+= gt-itm SUBDIR+= gtk-gnutella SUBDIR+= gtk-vnc diff --git a/net/gst-plugins1-soup/DESCR b/net/gst-plugins1-soup/DESCR new file mode 100644 index 00000000000..f5c6d255eb4 --- /dev/null +++ b/net/gst-plugins1-soup/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 'good' plugins for GStreamer. It provides a +plugin for "soup". diff --git a/net/gst-plugins1-soup/Makefile b/net/gst-plugins1-soup/Makefile new file mode 100644 index 00000000000..cee7b7928ba --- /dev/null +++ b/net/gst-plugins1-soup/Makefile @@ -0,0 +1,10 @@ +# $NetBSD: Makefile,v 1.1 2013/04/10 11:01:23 drochner Exp $ +# + +GST_PLUGINS1_NAME= soup +GST_PLUGINS1_DIRS= ext/soup + +.include "../../multimedia/gst-plugins1-good/Makefile.common" + +.include "../../net/libsoup24/buildlink3.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/net/gst-plugins1-soup/PLIST b/net/gst-plugins1-soup/PLIST new file mode 100644 index 00000000000..6ffa041d98b --- /dev/null +++ b/net/gst-plugins1-soup/PLIST @@ -0,0 +1,2 @@ +@comment $NetBSD: PLIST,v 1.1 2013/04/10 11:01:23 drochner Exp $ +lib/gstreamer-1.0/libgstsouphttpsrc.la |