pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/net also build the "soup" plugin for gstreamer-1
details: https://anonhg.NetBSD.org/pkgsrc/rev/8bbac49f6f8b
branches: trunk
changeset: 617066:8bbac49f6f8b
user: drochner <drochner%pkgsrc.org@localhost>
date: Wed Apr 10 11:01:22 2013 +0000
description:
also build the "soup" plugin for gstreamer-1
diffstat:
net/Makefile | 3 ++-
net/gst-plugins1-soup/DESCR | 12 ++++++++++++
net/gst-plugins1-soup/Makefile | 10 ++++++++++
net/gst-plugins1-soup/PLIST | 2 ++
4 files changed, 26 insertions(+), 1 deletions(-)
diffs (53 lines):
diff -r cc67602707e2 -r 8bbac49f6f8b net/Makefile
--- a/net/Makefile Wed Apr 10 10:46:34 2013 +0000
+++ b/net/Makefile Wed Apr 10 11:01:22 2013 +0000
@@ -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-soup
SUBDIR+= gst-plugins1-mms
SUBDIR+= gst-plugins1-rtmp
+SUBDIR+= gst-plugins1-soup
SUBDIR+= gt-itm
SUBDIR+= gtk-gnutella
SUBDIR+= gtk-vnc
diff -r cc67602707e2 -r 8bbac49f6f8b net/gst-plugins1-soup/DESCR
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/net/gst-plugins1-soup/DESCR Wed Apr 10 11:01:22 2013 +0000
@@ -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 -r cc67602707e2 -r 8bbac49f6f8b net/gst-plugins1-soup/Makefile
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/net/gst-plugins1-soup/Makefile Wed Apr 10 11:01:22 2013 +0000
@@ -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 -r cc67602707e2 -r 8bbac49f6f8b net/gst-plugins1-soup/PLIST
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/net/gst-plugins1-soup/PLIST Wed Apr 10 11:01:22 2013 +0000
@@ -0,0 +1,2 @@
+@comment $NetBSD: PLIST,v 1.1 2013/04/10 11:01:23 drochner Exp $
+lib/gstreamer-1.0/libgstsouphttpsrc.la
Home |
Main Index |
Thread Index |
Old Index