summaryrefslogtreecommitdiffstats
path: root/audio
diff options
context:
space:
mode:
Diffstat (limited to 'audio')
-rw-r--r--audio/gstreamer-plugins-esound/Makefile18
-rw-r--r--audio/gstreamer-plugins-flac/Makefile18
-rw-r--r--audio/gstreamer-plugins-ladspa/Makefile18
3 files changed, 54 insertions, 0 deletions
diff --git a/audio/gstreamer-plugins-esound/Makefile b/audio/gstreamer-plugins-esound/Makefile
new file mode 100644
index 000000000..0dc14962c
--- /dev/null
+++ b/audio/gstreamer-plugins-esound/Makefile
@@ -0,0 +1,18 @@
+# New ports collection makefile for: gstreamer-plugins-esd
+# Date created: 3 Oct 2004
+# Whom: Michael Johnson <ahze@FreeBSD.org>
+#
+# $FreeBSD$
+# $MCom$
+#
+
+PORTREVISION= 0
+CATEGORIES= audio
+
+COMMENT= Gstreamer enlightenment sound library plugin
+
+GST_PLUGIN= esound
+
+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..9f68bae34
--- /dev/null
+++ b/audio/gstreamer-plugins-flac/Makefile
@@ -0,0 +1,18 @@
+# New ports collection makefile for: gstreamer-plugins-flac
+# Date created: 3 Oct 2004
+# Whom: Michael Johnson <ahze@FreeBSD.org>
+#
+# $FreeBSD$
+# $MCom$
+#
+
+PORTREVISION= 0
+CATEGORIES= audio
+
+COMMENT= Gstreamer free lossless audio encoder/decoder plugin
+
+GST_PLUGIN= flac
+
+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..50502a51f
--- /dev/null
+++ b/audio/gstreamer-plugins-ladspa/Makefile
@@ -0,0 +1,18 @@
+# New ports collection makefile for: gstreamer-plugins-ladspa
+# Date created: 3 Oct 2004
+# Whom: Michael Johnson <ahze@FreeBSD.org>
+#
+# $FreeBSD$
+# $MCom$
+#
+
+PORTREVISION= 0
+CATEGORIES= audio
+
+COMMENT= Gstreamer ladspa (Linux Audio Developer's Simple Plugin API) plugin
+
+GST_PLUGIN= ladspa
+
+MASTERDIR= ${.CURDIR}/../../multimedia/gstreamer-plugins
+
+.include "${MASTERDIR}/Makefile"