[Midnightbsd-cvs] mports [20107] trunk/audio: first pass at bringing in gstreamer 1 plugins from freebsd

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Sat Aug 29 11:08:14 EDT 2015


Revision: 20107
          http://svnweb.midnightbsd.org/mports/?rev=20107
Author:   laffer1
Date:     2015-08-29 11:08:13 -0400 (Sat, 29 Aug 2015)
Log Message:
-----------
first pass at bringing in gstreamer 1 plugins from freebsd

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

Added Paths:
-----------
    trunk/audio/gstreamer1-plugins-a52dec/
    trunk/audio/gstreamer1-plugins-a52dec/Makefile
    trunk/audio/gstreamer1-plugins-amrnb/
    trunk/audio/gstreamer1-plugins-amrnb/Makefile
    trunk/audio/gstreamer1-plugins-amrwbdec/
    trunk/audio/gstreamer1-plugins-amrwbdec/Makefile
    trunk/audio/gstreamer1-plugins-cdparanoia/
    trunk/audio/gstreamer1-plugins-cdparanoia/Makefile
    trunk/audio/gstreamer1-plugins-faac/
    trunk/audio/gstreamer1-plugins-faac/Makefile
    trunk/audio/gstreamer1-plugins-faad/
    trunk/audio/gstreamer1-plugins-faad/Makefile
    trunk/audio/gstreamer1-plugins-flac/
    trunk/audio/gstreamer1-plugins-flac/Makefile
    trunk/audio/gstreamer1-plugins-flite/
    trunk/audio/gstreamer1-plugins-flite/Makefile
    trunk/audio/gstreamer1-plugins-gme/
    trunk/audio/gstreamer1-plugins-gme/Makefile
    trunk/audio/gstreamer1-plugins-gsm/
    trunk/audio/gstreamer1-plugins-gsm/Makefile
    trunk/audio/gstreamer1-plugins-jack/
    trunk/audio/gstreamer1-plugins-jack/Makefile
    trunk/audio/gstreamer1-plugins-lame/
    trunk/audio/gstreamer1-plugins-lame/Makefile
    trunk/audio/gstreamer1-plugins-mad/
    trunk/audio/gstreamer1-plugins-mad/Makefile
    trunk/audio/gstreamer1-plugins-modplug/
    trunk/audio/gstreamer1-plugins-modplug/Makefile
    trunk/audio/gstreamer1-plugins-ogg/
    trunk/audio/gstreamer1-plugins-ogg/Makefile
    trunk/audio/gstreamer1-plugins-opus/
    trunk/audio/gstreamer1-plugins-opus/Makefile
    trunk/audio/gstreamer1-plugins-pulse/
    trunk/audio/gstreamer1-plugins-pulse/Makefile
    trunk/audio/gstreamer1-plugins-shout2/
    trunk/audio/gstreamer1-plugins-shout2/Makefile
    trunk/audio/gstreamer1-plugins-sidplay/
    trunk/audio/gstreamer1-plugins-sidplay/Makefile
    trunk/audio/gstreamer1-plugins-soundtouch/
    trunk/audio/gstreamer1-plugins-soundtouch/Makefile
    trunk/audio/gstreamer1-plugins-speex/
    trunk/audio/gstreamer1-plugins-speex/Makefile
    trunk/audio/gstreamer1-plugins-taglib/
    trunk/audio/gstreamer1-plugins-taglib/Makefile
    trunk/audio/gstreamer1-plugins-twolame/
    trunk/audio/gstreamer1-plugins-twolame/Makefile
    trunk/audio/gstreamer1-plugins-vorbis/
    trunk/audio/gstreamer1-plugins-vorbis/Makefile
    trunk/audio/gstreamer1-plugins-wavpack/
    trunk/audio/gstreamer1-plugins-wavpack/Makefile

Modified: trunk/audio/Makefile
===================================================================
--- trunk/audio/Makefile	2015-08-29 14:05:42 UTC (rev 20106)
+++ trunk/audio/Makefile	2015-08-29 15:08:13 UTC (rev 20107)
@@ -32,6 +32,31 @@
 SUBDIR += gstreamer-plugins-mp3
 SUBDIR += gstreamer-plugins-ogg
 SUBDIR += gstreamer-plugins-vorbis
+SUBDIR += gstreamer1-plugins-a52dec
+SUBDIR += gstreamer1-plugins-amrnb
+SUBDIR += gstreamer1-plugins-amrwbdec
+SUBDIR += gstreamer1-plugins-cdparanoia
+SUBDIR += gstreamer1-plugins-faac
+SUBDIR += gstreamer1-plugins-faad
+SUBDIR += gstreamer1-plugins-flac
+SUBDIR += gstreamer1-plugins-flite
+SUBDIR += gstreamer1-plugins-gme
+SUBDIR += gstreamer1-plugins-gsm
+SUBDIR += gstreamer1-plugins-jack
+SUBDIR += gstreamer1-plugins-lame
+SUBDIR += gstreamer1-plugins-mad
+SUBDIR += gstreamer1-plugins-modplug
+SUBDIR += gstreamer1-plugins-ogg
+SUBDIR += gstreamer1-plugins-opus
+SUBDIR += gstreamer1-plugins-pulse
+SUBDIR += gstreamer1-plugins-shout2
+SUBDIR += gstreamer1-plugins-sidplay
+SUBDIR += gstreamer1-plugins-soundtouch
+SUBDIR += gstreamer1-plugins-speex
+SUBDIR += gstreamer1-plugins-taglib
+SUBDIR += gstreamer1-plugins-twolame
+SUBDIR += gstreamer1-plugins-vorbis
+SUBDIR += gstreamer1-plugins-wavpack
 SUBDIR += jack
 SUBDIR += ladspa
 SUBDIR += lame

Added: trunk/audio/gstreamer1-plugins-a52dec/Makefile
===================================================================
--- trunk/audio/gstreamer1-plugins-a52dec/Makefile	                        (rev 0)
+++ trunk/audio/gstreamer1-plugins-a52dec/Makefile	2015-08-29 15:08:13 UTC (rev 20107)
@@ -0,0 +1,13 @@
+# $MidnightBSD$
+
+PORTREVISION=	0
+CATEGORIES=	audio
+
+COMMENT=	Gstreamer ATSC A/52 stream aka AC-3 (dvd audio) plugin
+
+GST_PLUGIN=	a52dec
+DIST=		ugly
+
+MASTERDIR=	${.CURDIR}/../../multimedia/gstreamer1-plugins
+
+.include "${MASTERDIR}/Makefile"


Property changes on: trunk/audio/gstreamer1-plugins-a52dec/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/audio/gstreamer1-plugins-amrnb/Makefile
===================================================================
--- trunk/audio/gstreamer1-plugins-amrnb/Makefile	                        (rev 0)
+++ trunk/audio/gstreamer1-plugins-amrnb/Makefile	2015-08-29 15:08:13 UTC (rev 20107)
@@ -0,0 +1,14 @@
+# $MidnightBSD$
+# $FreeBSD: head/audio/gstreamer1-plugins-amrnb/Makefile 351947 2014-04-23 14:22:47Z tijl $
+
+PORTREVISION=	0
+CATEGORIES=	audio
+
+COMMENT=	Gstreamer OpenCore based Adaptive Multi-Rate Narrow-Band plugin
+
+GST_PLUGIN=	amrnb
+DIST=		ugly
+
+MASTERDIR=	${.CURDIR}/../../multimedia/gstreamer1-plugins
+
+.include "${MASTERDIR}/Makefile"


Property changes on: trunk/audio/gstreamer1-plugins-amrnb/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/audio/gstreamer1-plugins-amrwbdec/Makefile
===================================================================
--- trunk/audio/gstreamer1-plugins-amrwbdec/Makefile	                        (rev 0)
+++ trunk/audio/gstreamer1-plugins-amrwbdec/Makefile	2015-08-29 15:08:13 UTC (rev 20107)
@@ -0,0 +1,15 @@
+# $MidnightBSD$
+# $FreeBSD: head/audio/gstreamer1-plugins-amrwbdec/Makefile 351947 2014-04-23 14:22:47Z tijl $
+
+PORTREVISION=	0
+CATEGORIES=	audio
+PKGNAMESUFFIX=	1-plugins-amrwbdec
+
+COMMENT=	Gstreamer OpenCore based Adaptive Multi-Rate Wide-Band Decoder plugin
+
+GST_PLUGIN=	amrwb
+DIST=		ugly
+
+MASTERDIR=	${.CURDIR}/../../multimedia/gstreamer1-plugins
+
+.include "${MASTERDIR}/Makefile"


Property changes on: trunk/audio/gstreamer1-plugins-amrwbdec/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/audio/gstreamer1-plugins-cdparanoia/Makefile
===================================================================
--- trunk/audio/gstreamer1-plugins-cdparanoia/Makefile	                        (rev 0)
+++ trunk/audio/gstreamer1-plugins-cdparanoia/Makefile	2015-08-29 15:08:13 UTC (rev 20107)
@@ -0,0 +1,13 @@
+# $FreeBSD: head/audio/gstreamer1-plugins-cdparanoia/Makefile 375225 2014-12-22 10:22:38Z kwm $
+
+PORTREVISION=	0
+CATEGORIES=	audio
+
+COMMENT=	Gstreamer CDDA extraction (aka audio ripping) plugin
+
+GST_PLUGIN=	cdparanoia
+DIST=		base
+
+MASTERDIR=	${.CURDIR}/../../multimedia/gstreamer1-plugins
+
+.include "${MASTERDIR}/Makefile"


Property changes on: trunk/audio/gstreamer1-plugins-cdparanoia/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/audio/gstreamer1-plugins-faac/Makefile
===================================================================
--- trunk/audio/gstreamer1-plugins-faac/Makefile	                        (rev 0)
+++ trunk/audio/gstreamer1-plugins-faac/Makefile	2015-08-29 15:08:13 UTC (rev 20107)
@@ -0,0 +1,13 @@
+# $FreeBSD: head/audio/gstreamer1-plugins-faac/Makefile 375225 2014-12-22 10:22:38Z kwm $
+
+PORTREVISION=	0
+CATEGORIES=	audio
+
+COMMENT=	Gstreamer MPEG-2 and MPEG-4 AAC encoder plugin
+
+GST_PLUGIN=	faac
+DIST=		bad
+
+MASTERDIR=	${.CURDIR}/../../multimedia/gstreamer1-plugins
+
+.include "${MASTERDIR}/Makefile"


Property changes on: trunk/audio/gstreamer1-plugins-faac/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/audio/gstreamer1-plugins-faad/Makefile
===================================================================
--- trunk/audio/gstreamer1-plugins-faad/Makefile	                        (rev 0)
+++ trunk/audio/gstreamer1-plugins-faad/Makefile	2015-08-29 15:08:13 UTC (rev 20107)
@@ -0,0 +1,13 @@
+# $FreeBSD: head/audio/gstreamer1-plugins-faad/Makefile 375225 2014-12-22 10:22:38Z kwm $
+
+PORTREVISION=	0
+CATEGORIES=	audio
+
+COMMENT=	Gstreamer MPEG-2 and MPEG-4 AAC decoder plugin
+
+GST_PLUGIN=	faad
+DIST=		bad
+
+MASTERDIR=	${.CURDIR}/../../multimedia/gstreamer1-plugins
+
+.include "${MASTERDIR}/Makefile"


Property changes on: trunk/audio/gstreamer1-plugins-faad/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/audio/gstreamer1-plugins-flac/Makefile
===================================================================
--- trunk/audio/gstreamer1-plugins-flac/Makefile	                        (rev 0)
+++ trunk/audio/gstreamer1-plugins-flac/Makefile	2015-08-29 15:08:13 UTC (rev 20107)
@@ -0,0 +1,13 @@
+# $FreeBSD: head/audio/gstreamer1-plugins-flac/Makefile 375225 2014-12-22 10:22:38Z kwm $
+
+PORTREVISION=	0
+CATEGORIES=	audio
+
+COMMENT=	Gstreamer free lossless audio encoder/decoder plugin
+
+GST_PLUGIN=	flac
+DIST=		good
+
+MASTERDIR=	${.CURDIR}/../../multimedia/gstreamer1-plugins
+
+.include "${MASTERDIR}/Makefile"


Property changes on: trunk/audio/gstreamer1-plugins-flac/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/audio/gstreamer1-plugins-flite/Makefile
===================================================================
--- trunk/audio/gstreamer1-plugins-flite/Makefile	                        (rev 0)
+++ trunk/audio/gstreamer1-plugins-flite/Makefile	2015-08-29 15:08:13 UTC (rev 20107)
@@ -0,0 +1,13 @@
+# $FreeBSD: head/audio/gstreamer1-plugins-flite/Makefile 375225 2014-12-22 10:22:38Z kwm $
+
+PORTREVISION=	0
+CATEGORIES=	audio
+
+COMMENT=	Gstreamer flite run-time speech synthesis engine plugin
+
+GST_PLUGIN=	flite
+DIST=		bad
+
+MASTERDIR=	${.CURDIR}/../../multimedia/gstreamer1-plugins
+
+.include "${MASTERDIR}/Makefile"


Property changes on: trunk/audio/gstreamer1-plugins-flite/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/audio/gstreamer1-plugins-gme/Makefile
===================================================================
--- trunk/audio/gstreamer1-plugins-gme/Makefile	                        (rev 0)
+++ trunk/audio/gstreamer1-plugins-gme/Makefile	2015-08-29 15:08:13 UTC (rev 20107)
@@ -0,0 +1,13 @@
+# $FreeBSD: head/audio/gstreamer1-plugins-gme/Makefile 375225 2014-12-22 10:22:38Z kwm $
+
+PORTREVISION=	0
+CATEGORIES=	audio
+
+COMMENT=	Gstreamer gme plugin
+
+GST_PLUGIN=	gme
+DIST=		bad
+
+MASTERDIR=	${.CURDIR}/../../multimedia/gstreamer1-plugins
+
+.include "${MASTERDIR}/Makefile"


Property changes on: trunk/audio/gstreamer1-plugins-gme/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/audio/gstreamer1-plugins-gsm/Makefile
===================================================================
--- trunk/audio/gstreamer1-plugins-gsm/Makefile	                        (rev 0)
+++ trunk/audio/gstreamer1-plugins-gsm/Makefile	2015-08-29 15:08:13 UTC (rev 20107)
@@ -0,0 +1,13 @@
+# $FreeBSD: head/audio/gstreamer1-plugins-gsm/Makefile 375225 2014-12-22 10:22:38Z kwm $
+
+PORTREVISION=	0
+CATEGORIES=	audio
+
+COMMENT=	Gstreamer gsm encoding/decoding plugin
+
+GST_PLUGIN=	gsm
+DIST=		bad
+
+MASTERDIR=	${.CURDIR}/../../multimedia/gstreamer1-plugins
+
+.include "${MASTERDIR}/Makefile"


Property changes on: trunk/audio/gstreamer1-plugins-gsm/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/audio/gstreamer1-plugins-jack/Makefile
===================================================================
--- trunk/audio/gstreamer1-plugins-jack/Makefile	                        (rev 0)
+++ trunk/audio/gstreamer1-plugins-jack/Makefile	2015-08-29 15:08:13 UTC (rev 20107)
@@ -0,0 +1,13 @@
+# $FreeBSD: head/audio/gstreamer1-plugins-jack/Makefile 375225 2014-12-22 10:22:38Z kwm $
+
+PORTREVISION=	0
+CATEGORIES=	audio
+
+COMMENT=	Gstreamer low-latency audio server plugin
+
+GST_PLUGIN=	jack
+DIST=		good
+
+MASTERDIR=	${.CURDIR}/../../multimedia/gstreamer1-plugins
+
+.include "${MASTERDIR}/Makefile"


Property changes on: trunk/audio/gstreamer1-plugins-jack/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/audio/gstreamer1-plugins-lame/Makefile
===================================================================
--- trunk/audio/gstreamer1-plugins-lame/Makefile	                        (rev 0)
+++ trunk/audio/gstreamer1-plugins-lame/Makefile	2015-08-29 15:08:13 UTC (rev 20107)
@@ -0,0 +1,13 @@
+# $FreeBSD: head/audio/gstreamer1-plugins-lame/Makefile 375225 2014-12-22 10:22:38Z kwm $
+
+PORTREVISION=	0
+CATEGORIES=	audio
+
+COMMENT=	Gstreamer mp3 encode plugin
+
+GST_PLUGIN=	lame
+DIST=		ugly
+
+MASTERDIR=	${.CURDIR}/../../multimedia/gstreamer1-plugins
+
+.include "${MASTERDIR}/Makefile"


Property changes on: trunk/audio/gstreamer1-plugins-lame/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/audio/gstreamer1-plugins-mad/Makefile
===================================================================
--- trunk/audio/gstreamer1-plugins-mad/Makefile	                        (rev 0)
+++ trunk/audio/gstreamer1-plugins-mad/Makefile	2015-08-29 15:08:13 UTC (rev 20107)
@@ -0,0 +1,13 @@
+# $FreeBSD: head/audio/gstreamer1-plugins-mad/Makefile 375225 2014-12-22 10:22:38Z kwm $
+
+PORTREVISION=	0
+CATEGORIES=	audio
+
+COMMENT=	Gstreamer mp3 decoder plugin
+
+GST_PLUGIN=	mad
+DIST=		ugly
+
+MASTERDIR=	${.CURDIR}/../../multimedia/gstreamer1-plugins
+
+.include "${MASTERDIR}/Makefile"


Property changes on: trunk/audio/gstreamer1-plugins-mad/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/audio/gstreamer1-plugins-modplug/Makefile
===================================================================
--- trunk/audio/gstreamer1-plugins-modplug/Makefile	                        (rev 0)
+++ trunk/audio/gstreamer1-plugins-modplug/Makefile	2015-08-29 15:08:13 UTC (rev 20107)
@@ -0,0 +1,13 @@
+# $FreeBSD: head/audio/gstreamer1-plugins-modplug/Makefile 375225 2014-12-22 10:22:38Z kwm $
+
+PORTREVISION=	0
+CATEGORIES=	audio
+
+COMMENT=	Gstreamer modplug plugin
+
+GST_PLUGIN=	modplug
+DIST=		bad
+
+MASTERDIR=	${.CURDIR}/../../multimedia/gstreamer1-plugins
+
+.include "${MASTERDIR}/Makefile"


Property changes on: trunk/audio/gstreamer1-plugins-modplug/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/audio/gstreamer1-plugins-ogg/Makefile
===================================================================
--- trunk/audio/gstreamer1-plugins-ogg/Makefile	                        (rev 0)
+++ trunk/audio/gstreamer1-plugins-ogg/Makefile	2015-08-29 15:08:13 UTC (rev 20107)
@@ -0,0 +1,13 @@
+# $FreeBSD: head/audio/gstreamer1-plugins-ogg/Makefile 375225 2014-12-22 10:22:38Z kwm $
+
+PORTREVISION=	0
+CATEGORIES=	audio
+
+COMMENT=	Gstreamer Ogg bitstream plugin
+
+GST_PLUGIN=	ogg
+DIST=		base
+
+MASTERDIR=	${.CURDIR}/../../multimedia/gstreamer1-plugins
+
+.include "${MASTERDIR}/Makefile"


Property changes on: trunk/audio/gstreamer1-plugins-ogg/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/audio/gstreamer1-plugins-opus/Makefile
===================================================================
--- trunk/audio/gstreamer1-plugins-opus/Makefile	                        (rev 0)
+++ trunk/audio/gstreamer1-plugins-opus/Makefile	2015-08-29 15:08:13 UTC (rev 20107)
@@ -0,0 +1,13 @@
+# $FreeBSD: head/audio/gstreamer1-plugins-opus/Makefile 375225 2014-12-22 10:22:38Z kwm $
+
+PORTREVISION=	0
+CATEGORIES=	audio
+
+COMMENT=	Gstreamer Opus audio encoder/decoder plugin
+
+GST_PLUGIN=	opus
+DIST=		bad
+
+MASTERDIR=	${.CURDIR}/../../multimedia/gstreamer1-plugins
+
+.include "${MASTERDIR}/Makefile"


Property changes on: trunk/audio/gstreamer1-plugins-opus/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/audio/gstreamer1-plugins-pulse/Makefile
===================================================================
--- trunk/audio/gstreamer1-plugins-pulse/Makefile	                        (rev 0)
+++ trunk/audio/gstreamer1-plugins-pulse/Makefile	2015-08-29 15:08:13 UTC (rev 20107)
@@ -0,0 +1,13 @@
+# $FreeBSD: head/audio/gstreamer1-plugins-pulse/Makefile 375225 2014-12-22 10:22:38Z kwm $
+
+PORTREVISION=	0
+CATEGORIES=	audio
+
+COMMENT=	GStreamer plugin for pulseaudio
+
+GST_PLUGIN=	pulse
+DIST=		good
+
+MASTERDIR=	${.CURDIR}/../../multimedia/gstreamer1-plugins
+
+.include "${MASTERDIR}/Makefile"


Property changes on: trunk/audio/gstreamer1-plugins-pulse/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/audio/gstreamer1-plugins-shout2/Makefile
===================================================================
--- trunk/audio/gstreamer1-plugins-shout2/Makefile	                        (rev 0)
+++ trunk/audio/gstreamer1-plugins-shout2/Makefile	2015-08-29 15:08:13 UTC (rev 20107)
@@ -0,0 +1,13 @@
+# $FreeBSD: head/audio/gstreamer1-plugins-shout2/Makefile 375225 2014-12-22 10:22:38Z kwm $
+
+PORTREVISION=	0
+CATEGORIES=	audio
+
+COMMENT=	Gstreamer icecast plugin
+
+GST_PLUGIN=	shout2
+DIST=		good
+
+MASTERDIR=	${.CURDIR}/../../multimedia/gstreamer1-plugins
+
+.include "${MASTERDIR}/Makefile"


Property changes on: trunk/audio/gstreamer1-plugins-shout2/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/audio/gstreamer1-plugins-sidplay/Makefile
===================================================================
--- trunk/audio/gstreamer1-plugins-sidplay/Makefile	                        (rev 0)
+++ trunk/audio/gstreamer1-plugins-sidplay/Makefile	2015-08-29 15:08:13 UTC (rev 20107)
@@ -0,0 +1,13 @@
+# $FreeBSD: head/audio/gstreamer1-plugins-sidplay/Makefile 351947 2014-04-23 14:22:47Z tijl $
+
+PORTREVISION=	0
+CATEGORIES=	audio
+
+COMMENT=	Gstreamer Commodore SID decoder plugin
+
+GST_PLUGIN=	sidplay
+DIST=		ugly
+
+MASTERDIR=	${.CURDIR}/../../multimedia/gstreamer1-plugins
+
+.include "${MASTERDIR}/Makefile"


Property changes on: trunk/audio/gstreamer1-plugins-sidplay/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/audio/gstreamer1-plugins-soundtouch/Makefile
===================================================================
--- trunk/audio/gstreamer1-plugins-soundtouch/Makefile	                        (rev 0)
+++ trunk/audio/gstreamer1-plugins-soundtouch/Makefile	2015-08-29 15:08:13 UTC (rev 20107)
@@ -0,0 +1,13 @@
+# $FreeBSD: head/audio/gstreamer1-plugins-soundtouch/Makefile 375225 2014-12-22 10:22:38Z kwm $
+
+PORTREVISION=	0
+CATEGORIES=	audio
+
+COMMENT=	GStreamer soundtouch plugin
+
+GST_PLUGIN=	soundtouch
+DIST=		bad
+
+MASTERDIR=	${.CURDIR}/../../multimedia/gstreamer1-plugins
+
+.include "${MASTERDIR}/Makefile"


Property changes on: trunk/audio/gstreamer1-plugins-soundtouch/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/audio/gstreamer1-plugins-speex/Makefile
===================================================================
--- trunk/audio/gstreamer1-plugins-speex/Makefile	                        (rev 0)
+++ trunk/audio/gstreamer1-plugins-speex/Makefile	2015-08-29 15:08:13 UTC (rev 20107)
@@ -0,0 +1,13 @@
+# $FreeBSD: head/audio/gstreamer1-plugins-speex/Makefile 375225 2014-12-22 10:22:38Z kwm $
+
+PORTREVISION=	0
+CATEGORIES=	audio
+
+COMMENT=	Gstreamer speex voice plugin
+
+GST_PLUGIN=	speex
+DIST=		good
+
+MASTERDIR=	${.CURDIR}/../../multimedia/gstreamer1-plugins
+
+.include "${MASTERDIR}/Makefile"


Property changes on: trunk/audio/gstreamer1-plugins-speex/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/audio/gstreamer1-plugins-taglib/Makefile
===================================================================
--- trunk/audio/gstreamer1-plugins-taglib/Makefile	                        (rev 0)
+++ trunk/audio/gstreamer1-plugins-taglib/Makefile	2015-08-29 15:08:13 UTC (rev 20107)
@@ -0,0 +1,13 @@
+# $FreeBSD: head/audio/gstreamer1-plugins-taglib/Makefile 375225 2014-12-22 10:22:38Z kwm $
+
+PORTREVISION=	0
+CATEGORIES=	audio
+
+COMMENT=	Gstreamer taglib plugin
+
+GST_PLUGIN=	taglib
+DIST=		good
+
+MASTERDIR=	${.CURDIR}/../../multimedia/gstreamer1-plugins
+
+.include "${MASTERDIR}/Makefile"


Property changes on: trunk/audio/gstreamer1-plugins-taglib/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/audio/gstreamer1-plugins-twolame/Makefile
===================================================================
--- trunk/audio/gstreamer1-plugins-twolame/Makefile	                        (rev 0)
+++ trunk/audio/gstreamer1-plugins-twolame/Makefile	2015-08-29 15:08:13 UTC (rev 20107)
@@ -0,0 +1,13 @@
+# $FreeBSD: head/audio/gstreamer1-plugins-twolame/Makefile 375225 2014-12-22 10:22:38Z kwm $
+
+PORTREVISION=	0
+CATEGORIES=	audio
+
+COMMENT=	Gstreamer High-quality free MP2 encoder plugin
+
+GST_PLUGIN=	twolame
+DIST=		ugly
+
+MASTERDIR=	${.CURDIR}/../../multimedia/gstreamer1-plugins
+
+.include "${MASTERDIR}/Makefile"


Property changes on: trunk/audio/gstreamer1-plugins-twolame/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/audio/gstreamer1-plugins-vorbis/Makefile
===================================================================
--- trunk/audio/gstreamer1-plugins-vorbis/Makefile	                        (rev 0)
+++ trunk/audio/gstreamer1-plugins-vorbis/Makefile	2015-08-29 15:08:13 UTC (rev 20107)
@@ -0,0 +1,14 @@
+# $MidnightBSD$
+# $FreeBSD: head/audio/gstreamer1-plugins-vorbis/Makefile 375225 2014-12-22 10:22:38Z kwm $
+
+PORTREVISION=	0
+CATEGORIES=	audio
+
+COMMENT=	Gstreamer vorbis encoder/decoder plugin
+
+GST_PLUGIN=	vorbis
+DIST=		base
+
+MASTERDIR=	${.CURDIR}/../../multimedia/gstreamer1-plugins
+
+.include "${MASTERDIR}/Makefile"


Property changes on: trunk/audio/gstreamer1-plugins-vorbis/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/audio/gstreamer1-plugins-wavpack/Makefile
===================================================================
--- trunk/audio/gstreamer1-plugins-wavpack/Makefile	                        (rev 0)
+++ trunk/audio/gstreamer1-plugins-wavpack/Makefile	2015-08-29 15:08:13 UTC (rev 20107)
@@ -0,0 +1,13 @@
+# $FreeBSD: head/audio/gstreamer1-plugins-wavpack/Makefile 375225 2014-12-22 10:22:38Z kwm $
+
+PORTREVISION=	0
+CATEGORIES=	audio
+
+COMMENT=	Gstreamer wavpack plugin
+
+GST_PLUGIN=	wavpack
+DIST=		good
+
+MASTERDIR=	${.CURDIR}/../../multimedia/gstreamer1-plugins
+
+.include "${MASTERDIR}/Makefile"


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