[Midnightbsd-cvs] mports [23582] trunk/audio: add plugin

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Sun Jun 10 14:44:29 EDT 2018


Revision: 23582
          http://svnweb.midnightbsd.org/mports/?rev=23582
Author:   laffer1
Date:     2018-06-10 14:44:29 -0400 (Sun, 10 Jun 2018)
Log Message:
-----------
add plugin

Modified Paths:
--------------
    trunk/audio/Makefile

Added Paths:
-----------
    trunk/audio/gstreamer1-plugins-mpg123/
    trunk/audio/gstreamer1-plugins-mpg123/Makefile

Modified: trunk/audio/Makefile
===================================================================
--- trunk/audio/Makefile	2018-06-10 18:42:33 UTC (rev 23581)
+++ trunk/audio/Makefile	2018-06-10 18:44:29 UTC (rev 23582)
@@ -46,6 +46,7 @@
 SUBDIR += gstreamer1-plugins-lame
 SUBDIR += gstreamer1-plugins-mad
 SUBDIR += gstreamer1-plugins-modplug
+SUBDIR += gstreamer1-plugins-mpg123
 SUBDIR += gstreamer1-plugins-ogg
 SUBDIR += gstreamer1-plugins-opus
 SUBDIR += gstreamer1-plugins-pulse

Added: trunk/audio/gstreamer1-plugins-mpg123/Makefile
===================================================================
--- trunk/audio/gstreamer1-plugins-mpg123/Makefile	                        (rev 0)
+++ trunk/audio/gstreamer1-plugins-mpg123/Makefile	2018-06-10 18:44:29 UTC (rev 23582)
@@ -0,0 +1,14 @@
+# $MidnightBSD$
+# $FreeBSD: head/audio/gstreamer1-plugins-mpg123/Makefile 411860 2016-03-25 15:47:45Z kwm $
+
+PORTREVISION=	0
+CATEGORIES=	audio
+
+COMMENT=	GStreamer MPEG Layer 1, 2, and 3 plugin
+
+GST_PLUGIN=	mpg123
+DIST=		ugly
+
+MASTERDIR=	${.CURDIR}/../../multimedia/gstreamer1-plugins
+
+.include "${MASTERDIR}/Makefile"


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