[Midnightbsd-cvs] mports [23564] trunk/devel: add soup plugin

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Sat Jun 9 19:02:41 EDT 2018


Revision: 23564
          http://svnweb.midnightbsd.org/mports/?rev=23564
Author:   laffer1
Date:     2018-06-09 19:02:40 -0400 (Sat, 09 Jun 2018)
Log Message:
-----------
add soup plugin

Modified Paths:
--------------
    trunk/devel/Makefile

Added Paths:
-----------
    trunk/devel/gstreamer1-plugins-soup/
    trunk/devel/gstreamer1-plugins-soup/Makefile

Modified: trunk/devel/Makefile
===================================================================
--- trunk/devel/Makefile	2018-06-09 22:12:54 UTC (rev 23563)
+++ trunk/devel/Makefile	2018-06-09 23:02:40 UTC (rev 23564)
@@ -115,6 +115,7 @@
 SUBDIR += gstreamer-plugins-gconf
 SUBDIR += gstreamer-plugins-gio
 SUBDIR += gstreamer-plugins-gnomevfs
+SUBDIR += gstreamer1-plugins-soup
 SUBDIR += gtkparasite
 SUBDIR += gvfs
 SUBDIR += highlighterkit

Added: trunk/devel/gstreamer1-plugins-soup/Makefile
===================================================================
--- trunk/devel/gstreamer1-plugins-soup/Makefile	                        (rev 0)
+++ trunk/devel/gstreamer1-plugins-soup/Makefile	2018-06-09 23:02:40 UTC (rev 23564)
@@ -0,0 +1,14 @@
+# $MidnightBSD$
+# $FreeBSD: head/devel/gstreamer1-plugins-soup/Makefile 405242 2016-01-04 14:21:56Z kwm $
+
+PORTREVISION=	0
+CATEGORIES=	devel
+
+COMMENT=	GStreamer soup based http input plugin
+
+GST_PLUGIN=	soup
+DIST=		good
+
+MASTERDIR=	${.CURDIR}/../../multimedia/gstreamer1-plugins
+
+.include "${MASTERDIR}/Makefile"


Property changes on: trunk/devel/gstreamer1-plugins-soup/Makefile
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:keywords
## -0,0 +1 ##
+MidnightBSD=%H
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property


More information about the Midnightbsd-cvs mailing list