[Midnightbsd-cvs] mports [15506] trunk/multimedia: add gstreamer vp8 plugin
laffer1 at midnightbsd.org
laffer1 at midnightbsd.org
Wed Sep 25 08:22:19 EDT 2013
Revision: 15506
http://svnweb.midnightbsd.org/mports/?rev=15506
Author: laffer1
Date: 2013-09-25 08:22:18 -0400 (Wed, 25 Sep 2013)
Log Message:
-----------
add gstreamer vp8 plugin
Modified Paths:
--------------
trunk/multimedia/Makefile
Added Paths:
-----------
trunk/multimedia/gstreamer-plugins-vp8/
trunk/multimedia/gstreamer-plugins-vp8/Makefile
Modified: trunk/multimedia/Makefile
===================================================================
--- trunk/multimedia/Makefile 2013-09-22 17:15:54 UTC (rev 15505)
+++ trunk/multimedia/Makefile 2013-09-25 12:22:18 UTC (rev 15506)
@@ -25,6 +25,7 @@
SUBDIR += gstreamer-plugins-theora
SUBDIR += gstreamer-plugins-ugly
SUBDIR += gstreamer-plugins-v4l2
+SUBDIR += gstreamer-plugins-vp8
SUBDIR += gstreamer-plugins-xvid
SUBDIR += gstreamer-qt4
SUBDIR += kaffeine
Added: trunk/multimedia/gstreamer-plugins-vp8/Makefile
===================================================================
--- trunk/multimedia/gstreamer-plugins-vp8/Makefile (rev 0)
+++ trunk/multimedia/gstreamer-plugins-vp8/Makefile 2013-09-25 12:22:18 UTC (rev 15506)
@@ -0,0 +1,12 @@
+# $MidnightBSD$
+
+PORTREVISION= 0
+CATEGORIES= multimedia
+
+COMMENT= Gstreamer vp8 codec plugin
+
+GST_PLUGIN= vp8
+
+MASTERDIR= ${.CURDIR}/../../multimedia/gstreamer-plugins
+
+.include "${MASTERDIR}/Makefile"
More information about the Midnightbsd-cvs
mailing list