[Midnightbsd-cvs] mports [18964] trunk/net-im: add gstreamer plugins
laffer1 at midnightbsd.org
laffer1 at midnightbsd.org
Fri May 15 07:48:41 EDT 2015
Revision: 18964
http://svnweb.midnightbsd.org/mports/?rev=18964
Author: laffer1
Date: 2015-05-15 07:48:41 -0400 (Fri, 15 May 2015)
Log Message:
-----------
add gstreamer plugins
Modified Paths:
--------------
trunk/net-im/Makefile
Added Paths:
-----------
trunk/net-im/libnice-gst010/
trunk/net-im/libnice-gst010/Makefile
trunk/net-im/libnice-gst010/pkg-descr
trunk/net-im/libnice-gst010/pkg-plist
trunk/net-im/libnice-gst1/
trunk/net-im/libnice-gst1/Makefile
trunk/net-im/libnice-gst1/pkg-descr
trunk/net-im/libnice-gst1/pkg-plist
Modified: trunk/net-im/Makefile
===================================================================
--- trunk/net-im/Makefile 2015-05-15 11:40:35 UTC (rev 18963)
+++ trunk/net-im/Makefile 2015-05-15 11:48:41 UTC (rev 18964)
@@ -7,12 +7,13 @@
SUBDIR += gossip
SUBDIR += jabberd
SUBDIR += libnice
+SUBDIR += libnice-gst010
+SUBDIR ++ libnice-gst1
SUBDIR += libpurple
SUBDIR += libtelepathy
SUBDIR += linux-ymessenger
SUBDIR += loudmouth
SUBDIR += meanwhile
-SUBDIR += msn-proxy
SUBDIR += openfire
SUBDIR += p5-Net-XMPP
SUBDIR += pidgin
Added: trunk/net-im/libnice-gst010/Makefile
===================================================================
--- trunk/net-im/libnice-gst010/Makefile (rev 0)
+++ trunk/net-im/libnice-gst010/Makefile 2015-05-15 11:48:41 UTC (rev 18964)
@@ -0,0 +1,20 @@
+# $MidnightBSD$
+
+PORTREVISION= 0
+PKGNAMESUFFIX= -gst010
+
+MAINTAINER= ports at MidnightBSD.org
+COMMENT= GStreamer 0.10 plugin from libnice
+
+LIB_DEPENDS= libnice.so:${PORTSDIR}/net-im/libnice
+
+MASTERDIR= ${.CURDIR}/../libnice
+DESCR= ${.CURDIR}/pkg-descr
+PLIST= ${.CURDIR}/pkg-plist
+
+BUILD_WRKSRC= ${WRKSRC}/gst
+INSTALL_WRKSRC= ${WRKSRC}/gst
+
+LIBNICE_SLAVE= gstreamer010
+
+.include "${MASTERDIR}/Makefile"
Property changes on: trunk/net-im/libnice-gst010/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/net-im/libnice-gst010/pkg-descr
===================================================================
--- trunk/net-im/libnice-gst010/pkg-descr (rev 0)
+++ trunk/net-im/libnice-gst010/pkg-descr 2015-05-15 11:48:41 UTC (rev 18964)
@@ -0,0 +1,3 @@
+Gstreamer 0.10 plugin from the libnice port.
+
+WWW: http://nice.freedesktop.org/
Property changes on: trunk/net-im/libnice-gst010/pkg-descr
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property
Added: trunk/net-im/libnice-gst010/pkg-plist
===================================================================
--- trunk/net-im/libnice-gst010/pkg-plist (rev 0)
+++ trunk/net-im/libnice-gst010/pkg-plist 2015-05-15 11:48:41 UTC (rev 18964)
@@ -0,0 +1,2 @@
+lib/gstreamer-0.10/libgstnice010.a
+lib/gstreamer-0.10/libgstnice010.so
Property changes on: trunk/net-im/libnice-gst010/pkg-plist
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property
Added: trunk/net-im/libnice-gst1/Makefile
===================================================================
--- trunk/net-im/libnice-gst1/Makefile (rev 0)
+++ trunk/net-im/libnice-gst1/Makefile 2015-05-15 11:48:41 UTC (rev 18964)
@@ -0,0 +1,20 @@
+# $MidnightBSD$
+
+PORTREVISION= 0
+PKGNAMESUFFIX= -gst1
+
+MAINTAINER= ports at MidnightBSD.org
+COMMENT= GStreamer 1 plugin from libnice
+
+LIB_DEPENDS= libnice.so:${PORTSDIR}/net-im/libnice
+
+MASTERDIR= ${.CURDIR}/../libnice
+DESCR= ${.CURDIR}/pkg-descr
+PLIST= ${.CURDIR}/pkg-plist
+
+BUILD_WRKSRC= ${WRKSRC}/gst
+INSTALL_WRKSRC= ${WRKSRC}/gst
+
+LIBNICE_SLAVE= gstreamer1
+
+.include "${MASTERDIR}/Makefile"
Property changes on: trunk/net-im/libnice-gst1/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/net-im/libnice-gst1/pkg-descr
===================================================================
--- trunk/net-im/libnice-gst1/pkg-descr (rev 0)
+++ trunk/net-im/libnice-gst1/pkg-descr 2015-05-15 11:48:41 UTC (rev 18964)
@@ -0,0 +1,3 @@
+Gstreamer 1 plugin from the libnice port.
+
+WWW: http://nice.freedesktop.org/
Property changes on: trunk/net-im/libnice-gst1/pkg-descr
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property
Added: trunk/net-im/libnice-gst1/pkg-plist
===================================================================
--- trunk/net-im/libnice-gst1/pkg-plist (rev 0)
+++ trunk/net-im/libnice-gst1/pkg-plist 2015-05-15 11:48:41 UTC (rev 18964)
@@ -0,0 +1,2 @@
+lib/gstreamer-1.0/libgstnice.a
+lib/gstreamer-1.0/libgstnice.so
Property changes on: trunk/net-im/libnice-gst1/pkg-plist
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ 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