summaryrefslogtreecommitdiffstats
path: root/audio
diff options
context:
space:
mode:
Diffstat (limited to 'audio')
-rw-r--r--audio/gstreamer-plugins-a52dec/Makefile18
-rw-r--r--audio/gstreamer-plugins-lame/Makefile18
-rw-r--r--audio/gstreamer-plugins-mad/Makefile18
-rw-r--r--audio/gstreamer-plugins-sidplay/Makefile18
4 files changed, 72 insertions, 0 deletions
diff --git a/audio/gstreamer-plugins-a52dec/Makefile b/audio/gstreamer-plugins-a52dec/Makefile
new file mode 100644
index 000000000..e3c2186ca
--- /dev/null
+++ b/audio/gstreamer-plugins-a52dec/Makefile
@@ -0,0 +1,18 @@
+# New ports collection makefile for: gstreamer-plugins-faac
+# Date created: 3 Oct 2004
+# Whom: Michael Johnson <ahze@FreeBSD.org>
+#
+# $FreeBSD$
+# $MCom$
+#
+
+PORTREVISION= 0
+CATEGORIES= audio
+
+COMMENT= Gstreamer ATSC A/52 stream aka AC-3 (dvd audio) plugin
+
+GST_PLUGIN= a52dec
+
+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..6964ad8d3
--- /dev/null
+++ b/audio/gstreamer-plugins-lame/Makefile
@@ -0,0 +1,18 @@
+# New ports collection makefile for: gstreamer-plugins-lame
+# Date created: 3 Oct 2004
+# Whom: Michael Johnson <ahze@FreeBSD.org>
+#
+# $FreeBSD$
+# $MCom$
+#
+
+PORTREVISION= 0
+CATEGORIES= audio
+
+COMMENT= Gstreamer mp3 encode plugin
+
+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..a0c4609b8
--- /dev/null
+++ b/audio/gstreamer-plugins-mad/Makefile
@@ -0,0 +1,18 @@
+# New ports collection makefile for: gstreamer-plugins-mad
+# Date created: 3 Oct 2004
+# Whom: Michael Johnson <ahze@FreeBSD.org>
+#
+# $FreeBSD$
+# $MCom$
+#
+
+PORTREVISION= 0
+CATEGORIES= audio
+
+COMMENT= Gstreamer mp3 decoder plugin
+
+GST_PLUGIN= mad
+
+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..abe2e6df8
--- /dev/null
+++ b/audio/gstreamer-plugins-sidplay/Makefile
@@ -0,0 +1,18 @@
+# New ports collection makefile for: gstreamer-plugins-sidplay
+# Date created: 3 Oct 2004
+# Whom: Michael Johnson <ahze@FreeBSD.org>
+#
+# $FreeBSD$
+# $MCom$
+#
+
+PORTREVISION= 0
+CATEGORIES= audio
+
+COMMENT= Gstreamer Commodore SID decoder plugin
+
+GST_PLUGIN= sidplay
+
+MASTERDIR= ${.CURDIR}/../../multimedia/gstreamer-plugins
+
+.include "${MASTERDIR}/Makefile"