[Midnightbsd-cvs] mports [23580] trunk/www: add gstreamer plugins

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Sun Jun 10 14:39:16 EDT 2018


Revision: 23580
          http://svnweb.midnightbsd.org/mports/?rev=23580
Author:   laffer1
Date:     2018-06-10 14:39:15 -0400 (Sun, 10 Jun 2018)
Log Message:
-----------
add gstreamer plugins

Modified Paths:
--------------
    trunk/www/Makefile

Added Paths:
-----------
    trunk/www/gstreamer-plugins-neon/
    trunk/www/gstreamer-plugins-neon/Makefile
    trunk/www/gstreamer1-plugins-neon/
    trunk/www/gstreamer1-plugins-neon/Makefile

Modified: trunk/www/Makefile
===================================================================
--- trunk/www/Makefile	2018-06-10 18:37:16 UTC (rev 23579)
+++ trunk/www/Makefile	2018-06-10 18:39:15 UTC (rev 23580)
@@ -22,6 +22,8 @@
 SUBDIR += furl
 SUBDIR += gnome-user-share
 SUBDIR += google-sitemapgen
+SUBDIR += gstreamer-plugins-neon
+SUBDIR += gstreamer1-plugins-neon
 SUBDIR += gtkhtml3
 SUBDIR += joomla3
 SUBDIR += libgtkhtml

Added: trunk/www/gstreamer-plugins-neon/Makefile
===================================================================
--- trunk/www/gstreamer-plugins-neon/Makefile	                        (rev 0)
+++ trunk/www/gstreamer-plugins-neon/Makefile	2018-06-10 18:39:15 UTC (rev 23580)
@@ -0,0 +1,14 @@
+# Created by: Michael Johnson <ahze at FreeBSD.org>
+# $FreeBSD: head/www/gstreamer-plugins-neon/Makefile 428152 2016-12-08 19:52:19Z tijl $
+#    $MCom: ports/www/gstreamer-plugins-neon/Makefile,v 1.5 2008/03/19 14:05:38 ahze Exp $
+
+PORTREVISION=	2
+CATEGORIES=	www
+
+COMMENT=	Gstreamer neon plugin
+
+GST_PLUGIN=	neon
+
+MASTERDIR=	${.CURDIR}/../../multimedia/gstreamer-plugins
+
+.include "${MASTERDIR}/Makefile"


Property changes on: trunk/www/gstreamer-plugins-neon/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
Added: trunk/www/gstreamer1-plugins-neon/Makefile
===================================================================
--- trunk/www/gstreamer1-plugins-neon/Makefile	                        (rev 0)
+++ trunk/www/gstreamer1-plugins-neon/Makefile	2018-06-10 18:39:15 UTC (rev 23580)
@@ -0,0 +1,13 @@
+# $FreeBSD: head/www/gstreamer1-plugins-neon/Makefile 405242 2016-01-04 14:21:56Z kwm $
+
+PORTREVISION=	0
+CATEGORIES=	www
+
+COMMENT=	GStreamer neon http source plugin
+
+GST_PLUGIN=	neon
+DIST=		bad
+
+MASTERDIR=	${.CURDIR}/../../multimedia/gstreamer1-plugins
+
+.include "${MASTERDIR}/Makefile"


Property changes on: trunk/www/gstreamer1-plugins-neon/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