summaryrefslogtreecommitdiffstats
path: root/audio
diff options
context:
space:
mode:
authorkwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059>2008-02-22 00:27:58 +0800
committerkwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059>2008-02-22 00:27:58 +0800
commit6a2889d4659e185ba3a6e00ebb0f053914484385 (patch)
tree9e7782966d34f7efd5e3886e442cfd59f4868923 /audio
parent162e0591fc86ed6add074de3ae8960597edff661 (diff)
downloadmarcuscom-ports-6a2889d4659e185ba3a6e00ebb0f053914484385.tar
marcuscom-ports-6a2889d4659e185ba3a6e00ebb0f053914484385.tar.gz
marcuscom-ports-6a2889d4659e185ba3a6e00ebb0f053914484385.tar.bz2
marcuscom-ports-6a2889d4659e185ba3a6e00ebb0f053914484385.tar.lz
marcuscom-ports-6a2889d4659e185ba3a6e00ebb0f053914484385.tar.xz
marcuscom-ports-6a2889d4659e185ba3a6e00ebb0f053914484385.tar.zst
marcuscom-ports-6a2889d4659e185ba3a6e00ebb0f053914484385.zip
Update gstreamer-plugins-good to 0.10.7.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@10464 df743ca5-7f9a-e211-a948-0013205c9059
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"