summaryrefslogtreecommitdiffstats
path: root/audio
diff options
context:
space:
mode:
authorahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059>2004-11-15 13:44:15 +0800
committerahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059>2004-11-15 13:44:15 +0800
commit6e56d6a5ebeee89e690668e1d98ef1a1c9b21101 (patch)
treea33621e2b1a7ab9bed73e6e170d51aced1189a43 /audio
parentd21e4ffb56bfe8a6115c626e06dbb815b771d03b (diff)
downloadmarcuscom-ports-6e56d6a5ebeee89e690668e1d98ef1a1c9b21101.tar
marcuscom-ports-6e56d6a5ebeee89e690668e1d98ef1a1c9b21101.tar.gz
marcuscom-ports-6e56d6a5ebeee89e690668e1d98ef1a1c9b21101.tar.bz2
marcuscom-ports-6e56d6a5ebeee89e690668e1d98ef1a1c9b21101.tar.lz
marcuscom-ports-6e56d6a5ebeee89e690668e1d98ef1a1c9b21101.tar.xz
marcuscom-ports-6e56d6a5ebeee89e690668e1d98ef1a1c9b21101.tar.zst
marcuscom-ports-6e56d6a5ebeee89e690668e1d98ef1a1c9b21101.zip
Massive import of gstreamer-plugins
This is gstreamer-plugins with each plugin in its own separate port. Includes bsd.gstreamer.mk so ports can use the following examples WANT_GSTREAMER= yes .include <bsd.port.pre.mk> .if defined(WITH_VORBIS) USE_GSTREAMER+= vorbis .endif or USE_GSTREAMER= yes .include <bsd.port.pre.mk> .if defined(WITH_FAAD) USE_GSTREAMER+= faad .endif USE_GSTREAMER=yes will always install multimedia/gstreamer-plugins WITH_GSTREAMER=yes will only include bsd.gstreamer.mk for use after bsd.port.pre.mk Approved by: marcus git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@3061 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'audio')
-rw-r--r--audio/gstreamer-plugins-a52dec/Makefile14
-rw-r--r--audio/gstreamer-plugins-artsd/Makefile14
-rw-r--r--audio/gstreamer-plugins-audiofile/Makefile14
-rw-r--r--audio/gstreamer-plugins-cdparanoia/Makefile14
-rw-r--r--audio/gstreamer-plugins-esound/Makefile14
-rw-r--r--audio/gstreamer-plugins-faac/Makefile14
-rw-r--r--audio/gstreamer-plugins-faad/Makefile14
-rw-r--r--audio/gstreamer-plugins-flac/Makefile14
-rw-r--r--audio/gstreamer-plugins-gsm/Makefile14
-rw-r--r--audio/gstreamer-plugins-ivorbis/Makefile14
-rw-r--r--audio/gstreamer-plugins-jack/Makefile14
-rw-r--r--audio/gstreamer-plugins-ladspa/Makefile14
-rw-r--r--audio/gstreamer-plugins-lame/Makefile14
-rw-r--r--audio/gstreamer-plugins-mad/Makefile14
-rw-r--r--audio/gstreamer-plugins-mikmod/Makefile14
-rw-r--r--audio/gstreamer-plugins-musicbrainz/Makefile14
-rw-r--r--audio/gstreamer-plugins-nas/Makefile14
-rw-r--r--audio/gstreamer-plugins-ogg/Makefile14
-rw-r--r--audio/gstreamer-plugins-shout/Makefile14
-rw-r--r--audio/gstreamer-plugins-sidplay/Makefile14
-rw-r--r--audio/gstreamer-plugins-smoothwave/Makefile14
-rw-r--r--audio/gstreamer-plugins-sndfile/Makefile14
-rw-r--r--audio/gstreamer-plugins-speex/Makefile14
-rw-r--r--audio/gstreamer-plugins-vorbis/Makefile14
24 files changed, 336 insertions, 0 deletions
diff --git a/audio/gstreamer-plugins-a52dec/Makefile b/audio/gstreamer-plugins-a52dec/Makefile
new file mode 100644
index 000000000..ecec8e1e6
--- /dev/null
+++ b/audio/gstreamer-plugins-a52dec/Makefile
@@ -0,0 +1,14 @@
+# New ports collection makefile for: gstreamer-plugins-faac
+# Date created: 3 Oct 2004
+# Whom: Michael Johnson <ahze@FreeBSD.org>
+#
+# $FreeBSD$
+#
+
+CATEGORIES= audio
+
+GST_PLUGIN= a52dec
+
+MASTERDIR= ${.CURDIR}/../../multimedia/gstreamer-plugins
+
+.include "${MASTERDIR}/Makefile"
diff --git a/audio/gstreamer-plugins-artsd/Makefile b/audio/gstreamer-plugins-artsd/Makefile
new file mode 100644
index 000000000..4df370073
--- /dev/null
+++ b/audio/gstreamer-plugins-artsd/Makefile
@@ -0,0 +1,14 @@
+# New ports collection makefile for: gstreamer-plugins-artsd
+# Date created: 3 Oct 2004
+# Whom: Michael Johnson <ahze@FreeBSD.org>
+#
+# $FreeBSD$
+#
+
+CATEGORIES= audio
+
+GST_PLUGIN= artsd
+
+MASTERDIR= ${.CURDIR}/../../multimedia/gstreamer-plugins
+
+.include "${MASTERDIR}/Makefile"
diff --git a/audio/gstreamer-plugins-audiofile/Makefile b/audio/gstreamer-plugins-audiofile/Makefile
new file mode 100644
index 000000000..71106a626
--- /dev/null
+++ b/audio/gstreamer-plugins-audiofile/Makefile
@@ -0,0 +1,14 @@
+# New ports collection makefile for: gstreamer-plugins-audiofile
+# Date created: 3 Oct 2004
+# Whom: Michael Johnson <ahze@FreeBSD.org>
+#
+# $FreeBSD$
+#
+
+CATEGORIES= audio
+
+GST_PLUGIN= audiofile
+
+MASTERDIR= ${.CURDIR}/../../multimedia/gstreamer-plugins
+
+.include "${MASTERDIR}/Makefile"
diff --git a/audio/gstreamer-plugins-cdparanoia/Makefile b/audio/gstreamer-plugins-cdparanoia/Makefile
new file mode 100644
index 000000000..39c6f1aa6
--- /dev/null
+++ b/audio/gstreamer-plugins-cdparanoia/Makefile
@@ -0,0 +1,14 @@
+# New ports collection makefile for: gstreamer-plugins-cdparanoia
+# Date created: 3 Oct 2004
+# Whom: Michael Johnson <ahze@FreeBSD.org>
+#
+# $FreeBSD$
+#
+
+CATEGORIES= audio
+
+GST_PLUGIN= cdparanoia
+
+MASTERDIR= ${.CURDIR}/../../multimedia/gstreamer-plugins
+
+.include "${MASTERDIR}/Makefile"
diff --git a/audio/gstreamer-plugins-esound/Makefile b/audio/gstreamer-plugins-esound/Makefile
new file mode 100644
index 000000000..a3226921c
--- /dev/null
+++ b/audio/gstreamer-plugins-esound/Makefile
@@ -0,0 +1,14 @@
+# New ports collection makefile for: gstreamer-plugins-esd
+# Date created: 3 Oct 2004
+# Whom: Michael Johnson <ahze@FreeBSD.org>
+#
+# $FreeBSD$
+#
+
+CATEGORIES= audio
+
+GST_PLUGIN= esound
+
+MASTERDIR= ${.CURDIR}/../../multimedia/gstreamer-plugins
+
+.include "${MASTERDIR}/Makefile"
diff --git a/audio/gstreamer-plugins-faac/Makefile b/audio/gstreamer-plugins-faac/Makefile
new file mode 100644
index 000000000..4842c09aa
--- /dev/null
+++ b/audio/gstreamer-plugins-faac/Makefile
@@ -0,0 +1,14 @@
+# New ports collection makefile for: gstreamer-plugins-faac
+# Date created: 3 Oct 2004
+# Whom: Michael Johnson <ahze@FreeBSD.org>
+#
+# $FreeBSD$
+#
+
+CATEGORIES= audio
+
+GST_PLUGIN= faac
+
+MASTERDIR= ${.CURDIR}/../../multimedia/gstreamer-plugins
+
+.include "${MASTERDIR}/Makefile"
diff --git a/audio/gstreamer-plugins-faad/Makefile b/audio/gstreamer-plugins-faad/Makefile
new file mode 100644
index 000000000..32eca48e1
--- /dev/null
+++ b/audio/gstreamer-plugins-faad/Makefile
@@ -0,0 +1,14 @@
+# New ports collection makefile for: gstreamer-plugins-faad
+# Date created: 3 Oct 2004
+# Whom: Michael Johnson <ahze@FreeBSD.org>
+#
+# $FreeBSD$
+#
+
+CATEGORIES= audio
+
+GST_PLUGIN= faad
+
+MASTERDIR= ${.CURDIR}/../../multimedia/gstreamer-plugins
+
+.include "${MASTERDIR}/Makefile"
diff --git a/audio/gstreamer-plugins-flac/Makefile b/audio/gstreamer-plugins-flac/Makefile
new file mode 100644
index 000000000..310835dc4
--- /dev/null
+++ b/audio/gstreamer-plugins-flac/Makefile
@@ -0,0 +1,14 @@
+# New ports collection makefile for: gstreamer-plugins-flac
+# Date created: 3 Oct 2004
+# Whom: Michael Johnson <ahze@FreeBSD.org>
+#
+# $FreeBSD$
+#
+
+CATEGORIES= audio
+
+GST_PLUGIN= flac
+
+MASTERDIR= ${.CURDIR}/../../multimedia/gstreamer-plugins
+
+.include "${MASTERDIR}/Makefile"
diff --git a/audio/gstreamer-plugins-gsm/Makefile b/audio/gstreamer-plugins-gsm/Makefile
new file mode 100644
index 000000000..130e320bf
--- /dev/null
+++ b/audio/gstreamer-plugins-gsm/Makefile
@@ -0,0 +1,14 @@
+# New ports collection makefile for: gstreamer-plugins-gsm
+# Date created: 3 Oct 2004
+# Whom: Michael Johnson <ahze@FreeBSD.org>
+#
+# $FreeBSD$
+#
+
+CATEGORIES= audio
+
+GST_PLUGIN= gsm
+
+MASTERDIR= ${.CURDIR}/../../multimedia/gstreamer-plugins
+
+.include "${MASTERDIR}/Makefile"
diff --git a/audio/gstreamer-plugins-ivorbis/Makefile b/audio/gstreamer-plugins-ivorbis/Makefile
new file mode 100644
index 000000000..8afeaef82
--- /dev/null
+++ b/audio/gstreamer-plugins-ivorbis/Makefile
@@ -0,0 +1,14 @@
+# New ports collection makefile for: gstreamer-plugins-ivorbis
+# Date created: 3 Oct 2004
+# Whom: Michael Johnson <ahze@FreeBSD.org>
+#
+# $FreeBSD$
+#
+
+CATEGORIES= audio
+
+GST_PLUGIN= ivorbis
+
+MASTERDIR= ${.CURDIR}/../../multimedia/gstreamer-plugins
+
+.include "${MASTERDIR}/Makefile"
diff --git a/audio/gstreamer-plugins-jack/Makefile b/audio/gstreamer-plugins-jack/Makefile
new file mode 100644
index 000000000..d5f1740d9
--- /dev/null
+++ b/audio/gstreamer-plugins-jack/Makefile
@@ -0,0 +1,14 @@
+# New ports collection makefile for: gstreamer-plugins-jack
+# Date created: 3 Oct 2004
+# Whom: Michael Johnson <ahze@FreeBSD.org>
+#
+# $FreeBSD$
+#
+
+CATEGORIES= audio
+
+GST_PLUGIN= jack
+
+MASTERDIR= ${.CURDIR}/../../multimedia/gstreamer-plugins
+
+.include "${MASTERDIR}/Makefile"
diff --git a/audio/gstreamer-plugins-ladspa/Makefile b/audio/gstreamer-plugins-ladspa/Makefile
new file mode 100644
index 000000000..e94e41d35
--- /dev/null
+++ b/audio/gstreamer-plugins-ladspa/Makefile
@@ -0,0 +1,14 @@
+# New ports collection makefile for: gstreamer-plugins-ladspa
+# Date created: 3 Oct 2004
+# Whom: Michael Johnson <ahze@FreeBSD.org>
+#
+# $FreeBSD$
+#
+
+CATEGORIES= audio
+
+GST_PLUGIN= ladspa
+
+MASTERDIR= ${.CURDIR}/../../multimedia/gstreamer-plugins
+
+.include "${MASTERDIR}/Makefile"
diff --git a/audio/gstreamer-plugins-lame/Makefile b/audio/gstreamer-plugins-lame/Makefile
new file mode 100644
index 000000000..24185a5c1
--- /dev/null
+++ b/audio/gstreamer-plugins-lame/Makefile
@@ -0,0 +1,14 @@
+# New ports collection makefile for: gstreamer-plugins-lame
+# Date created: 3 Oct 2004
+# Whom: Michael Johnson <ahze@FreeBSD.org>
+#
+# $FreeBSD$
+#
+
+CATEGORIES= audio
+
+GST_PLUGIN= lame
+
+MASTERDIR= ${.CURDIR}/../../multimedia/gstreamer-plugins
+
+.include "${MASTERDIR}/Makefile"
diff --git a/audio/gstreamer-plugins-mad/Makefile b/audio/gstreamer-plugins-mad/Makefile
new file mode 100644
index 000000000..a20e314f5
--- /dev/null
+++ b/audio/gstreamer-plugins-mad/Makefile
@@ -0,0 +1,14 @@
+# New ports collection makefile for: gstreamer-plugins-mad
+# Date created: 3 Oct 2004
+# Whom: Michael Johnson <ahze@FreeBSD.org>
+#
+# $FreeBSD$
+#
+
+CATEGORIES= audio
+
+GST_PLUGIN= mad
+
+MASTERDIR= ${.CURDIR}/../../multimedia/gstreamer-plugins
+
+.include "${MASTERDIR}/Makefile"
diff --git a/audio/gstreamer-plugins-mikmod/Makefile b/audio/gstreamer-plugins-mikmod/Makefile
new file mode 100644
index 000000000..8a755dbf6
--- /dev/null
+++ b/audio/gstreamer-plugins-mikmod/Makefile
@@ -0,0 +1,14 @@
+# New ports collection makefile for: gstreamer-plugins-mikmod
+# Date created: 3 Oct 2004
+# Whom: Michael Johnson <ahze@FreeBSD.org>
+#
+# $FreeBSD$
+#
+
+CATEGORIES= audio
+
+GST_PLUGIN= mikmod
+
+MASTERDIR= ${.CURDIR}/../../multimedia/gstreamer-plugins
+
+.include "${MASTERDIR}/Makefile"
diff --git a/audio/gstreamer-plugins-musicbrainz/Makefile b/audio/gstreamer-plugins-musicbrainz/Makefile
new file mode 100644
index 000000000..964ac07b3
--- /dev/null
+++ b/audio/gstreamer-plugins-musicbrainz/Makefile
@@ -0,0 +1,14 @@
+# New ports collection makefile for: gstreamer-plugins-musicbrainz
+# Date created: 3 Oct 2004
+# Whom: Michael Johnson <ahze@FreeBSD.org>
+#
+# $FreeBSD$
+#
+
+CATEGORIES= audio
+
+GST_PLUGIN= musicbrainz
+
+MASTERDIR= ${.CURDIR}/../../multimedia/gstreamer-plugins
+
+.include "${MASTERDIR}/Makefile"
diff --git a/audio/gstreamer-plugins-nas/Makefile b/audio/gstreamer-plugins-nas/Makefile
new file mode 100644
index 000000000..6e3e94b56
--- /dev/null
+++ b/audio/gstreamer-plugins-nas/Makefile
@@ -0,0 +1,14 @@
+# New ports collection makefile for: gstreamer-plugins-nas
+# Date created: 3 Oct 2004
+# Whom: Michael Johnson <ahze@FreeBSD.org>
+#
+# $FreeBSD$
+#
+
+CATEGORIES= audio
+
+GST_PLUGIN= nas
+
+MASTERDIR= ${.CURDIR}/../../multimedia/gstreamer-plugins
+
+.include "${MASTERDIR}/Makefile"
diff --git a/audio/gstreamer-plugins-ogg/Makefile b/audio/gstreamer-plugins-ogg/Makefile
new file mode 100644
index 000000000..919057760
--- /dev/null
+++ b/audio/gstreamer-plugins-ogg/Makefile
@@ -0,0 +1,14 @@
+# New ports collection makefile for: gstreamer-plugins-ogg
+# Date created: 3 Oct 2004
+# Whom: Michael Johnson <ahze@FreeBSD.org>
+#
+# $FreeBSD$
+#
+
+CATEGORIES= audio
+
+GST_PLUGIN= ogg
+
+MASTERDIR= ${.CURDIR}/../../multimedia/gstreamer-plugins
+
+.include "${MASTERDIR}/Makefile"
diff --git a/audio/gstreamer-plugins-shout/Makefile b/audio/gstreamer-plugins-shout/Makefile
new file mode 100644
index 000000000..39d274989
--- /dev/null
+++ b/audio/gstreamer-plugins-shout/Makefile
@@ -0,0 +1,14 @@
+# New ports collection makefile for: gstreamer-plugins-shout
+# Date created: 3 Oct 2004
+# Whom: Michael Johnson <ahze@FreeBSD.org>
+#
+# $FreeBSD$
+#
+
+CATEGORIES= audio
+
+GST_PLUGIN= shout
+
+MASTERDIR= ${.CURDIR}/../../multimedia/gstreamer-plugins
+
+.include "${MASTERDIR}/Makefile"
diff --git a/audio/gstreamer-plugins-sidplay/Makefile b/audio/gstreamer-plugins-sidplay/Makefile
new file mode 100644
index 000000000..d087fa4c1
--- /dev/null
+++ b/audio/gstreamer-plugins-sidplay/Makefile
@@ -0,0 +1,14 @@
+# New ports collection makefile for: gstreamer-plugins-sidplay
+# Date created: 3 Oct 2004
+# Whom: Michael Johnson <ahze@FreeBSD.org>
+#
+# $FreeBSD$
+#
+
+CATEGORIES= audio
+
+GST_PLUGIN= sidplay
+
+MASTERDIR= ${.CURDIR}/../../multimedia/gstreamer-plugins
+
+.include "${MASTERDIR}/Makefile"
diff --git a/audio/gstreamer-plugins-smoothwave/Makefile b/audio/gstreamer-plugins-smoothwave/Makefile
new file mode 100644
index 000000000..f3a06f6aa
--- /dev/null
+++ b/audio/gstreamer-plugins-smoothwave/Makefile
@@ -0,0 +1,14 @@
+# New ports collection makefile for: gstreamer-plugins-smoothwave
+# Date created: 3 Oct 2004
+# Whom: Michael Johnson <ahze@FreeBSD.org>
+#
+# $FreeBSD$
+#
+
+CATEGORIES= audio
+
+GST_PLUGIN= smoothwave
+
+MASTERDIR= ${.CURDIR}/../../multimedia/gstreamer-plugins
+
+.include "${MASTERDIR}/Makefile"
diff --git a/audio/gstreamer-plugins-sndfile/Makefile b/audio/gstreamer-plugins-sndfile/Makefile
new file mode 100644
index 000000000..0d53dcdbd
--- /dev/null
+++ b/audio/gstreamer-plugins-sndfile/Makefile
@@ -0,0 +1,14 @@
+# New ports collection makefile for: gstreamer-plugins-sndfile
+# Date created: 3 Oct 2004
+# Whom: Michael Johnson <ahze@FreeBSD.org>
+#
+# $FreeBSD$
+#
+
+CATEGORIES= audio
+
+GST_PLUGIN= sndfile
+
+MASTERDIR= ${.CURDIR}/../../multimedia/gstreamer-plugins
+
+.include "${MASTERDIR}/Makefile"
diff --git a/audio/gstreamer-plugins-speex/Makefile b/audio/gstreamer-plugins-speex/Makefile
new file mode 100644
index 000000000..9d3685d77
--- /dev/null
+++ b/audio/gstreamer-plugins-speex/Makefile
@@ -0,0 +1,14 @@
+# New ports collection makefile for: gstreamer-plugins-speex
+# Date created: 3 Oct 2004
+# Whom: Michael Johnson <ahze@FreeBSD.org>
+#
+# $FreeBSD$
+#
+
+CATEGORIES= audio
+
+GST_PLUGIN= speex
+
+MASTERDIR= ${.CURDIR}/../../multimedia/gstreamer-plugins
+
+.include "${MASTERDIR}/Makefile"
diff --git a/audio/gstreamer-plugins-vorbis/Makefile b/audio/gstreamer-plugins-vorbis/Makefile
new file mode 100644
index 000000000..affa441e3
--- /dev/null
+++ b/audio/gstreamer-plugins-vorbis/Makefile
@@ -0,0 +1,14 @@
+# New ports collection makefile for: gstreamer-plugins-vorbis
+# Date created: 3 Oct 2004
+# Whom: Michael Johnson <ahze@FreeBSD.org>
+#
+# $FreeBSD$
+#
+
+CATEGORIES= audio
+
+GST_PLUGIN= vorbis
+
+MASTERDIR= ${.CURDIR}/../../multimedia/gstreamer-plugins
+
+.include "${MASTERDIR}/Makefile"