summaryrefslogtreecommitdiffstats
path: root/audio
diff options
context:
space:
mode:
authorkwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059>2008-02-22 00:28:00 +0800
committerkwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059>2008-02-22 00:28:00 +0800
commitcbbbcfdf686586963375eb6bce5965ca5a266174 (patch)
tree22420f6d78bfa8cbdffca8da39324c3ea0e146d1 /audio
parent6a2889d4659e185ba3a6e00ebb0f053914484385 (diff)
downloadmarcuscom-ports-cbbbcfdf686586963375eb6bce5965ca5a266174.tar.gz
marcuscom-ports-cbbbcfdf686586963375eb6bce5965ca5a266174.tar.zst
marcuscom-ports-cbbbcfdf686586963375eb6bce5965ca5a266174.zip
Update gstreamer-plugins-good to 0.10.7.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@10465 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'audio')
-rw-r--r--audio/gstreamer-plugins-shout2/Makefile18
-rw-r--r--audio/gstreamer-plugins-speex/Makefile18
-rw-r--r--audio/gstreamer-plugins-taglib/Makefile18
-rw-r--r--audio/gstreamer-plugins-wavpack/Makefile16
4 files changed, 70 insertions, 0 deletions
diff --git a/audio/gstreamer-plugins-shout2/Makefile b/audio/gstreamer-plugins-shout2/Makefile
new file mode 100644
index 000000000..ad8ae492c
--- /dev/null
+++ b/audio/gstreamer-plugins-shout2/Makefile
@@ -0,0 +1,18 @@
+# New ports collection makefile for: gstreamer-plugins-shout2
+# Date created: 16 Mar 2005
+# Whom: Michael Johnson <ahze@FreeBSD.org>
+#
+# $FreeBSD$
+# $MCom$
+#
+
+PORTREVISION= 0
+CATEGORIES= audio
+
+COMMENT= Gstreamer icecast plugin
+
+GST_PLUGIN= shout2
+
+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..8deae0e22
--- /dev/null
+++ b/audio/gstreamer-plugins-speex/Makefile
@@ -0,0 +1,18 @@
+# New ports collection makefile for: gstreamer-plugins-speex
+# Date created: 3 Oct 2004
+# Whom: Michael Johnson <ahze@FreeBSD.org>
+#
+# $FreeBSD$
+# $MCom$
+#
+
+PORTREVISION= 0
+CATEGORIES= audio
+
+COMMENT= Gstreamer speex voice plugin
+
+GST_PLUGIN= speex
+
+MASTERDIR= ${.CURDIR}/../../multimedia/gstreamer-plugins
+
+.include "${MASTERDIR}/Makefile"
diff --git a/audio/gstreamer-plugins-taglib/Makefile b/audio/gstreamer-plugins-taglib/Makefile
new file mode 100644
index 000000000..5236e9bea
--- /dev/null
+++ b/audio/gstreamer-plugins-taglib/Makefile
@@ -0,0 +1,18 @@
+# New ports collection makefile for: gstreamer-plugins-taglib
+# Date created: 14 Feb 2008
+# Whom: Koop Mast <kwm@FreeBSD.org>
+#
+# $FreeBSD$
+# $MCom$
+#
+
+PORTREVISION= 0
+CATEGORIES= audio
+
+COMMENT= Gstreamer taglib plugin
+
+GST_PLUGIN= taglib
+
+MASTERDIR= ${.CURDIR}/../../multimedia/gstreamer-plugins
+
+.include "${MASTERDIR}/Makefile"
diff --git a/audio/gstreamer-plugins-wavpack/Makefile b/audio/gstreamer-plugins-wavpack/Makefile
new file mode 100644
index 000000000..5e87abf24
--- /dev/null
+++ b/audio/gstreamer-plugins-wavpack/Makefile
@@ -0,0 +1,16 @@
+# New ports collection makefile for: gstreamer-plugins-wavpack
+# Date created: 5 July 2005
+# Whom: Koop Mast <kwm@FreeBSD.org>
+#
+# $FreeBSD$
+# $MCom$
+#
+
+PORTREVISION= 0
+CATEGORIES= audio
+
+GST_PLUGIN= wavpack
+
+MASTERDIR= ${.CURDIR}/../../multimedia/gstreamer-plugins
+
+.include "${MASTERDIR}/Makefile"