summaryrefslogtreecommitdiffstats
path: root/audio
diff options
context:
space:
mode:
authorkwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059>2012-10-12 06:26:29 +0800
committerkwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059>2012-10-12 06:26:29 +0800
commit0398ebdb6d952870fffe2f69b33e47d108808bf6 (patch)
tree98649551ee9d679aa91afc8f5e260833dec5c9df /audio
parent7ab2b156b9ff90797e323939dfd4d03f54158af9 (diff)
downloadmarcuscom-ports-0398ebdb6d952870fffe2f69b33e47d108808bf6.tar
marcuscom-ports-0398ebdb6d952870fffe2f69b33e47d108808bf6.tar.gz
marcuscom-ports-0398ebdb6d952870fffe2f69b33e47d108808bf6.tar.bz2
marcuscom-ports-0398ebdb6d952870fffe2f69b33e47d108808bf6.tar.lz
marcuscom-ports-0398ebdb6d952870fffe2f69b33e47d108808bf6.tar.xz
marcuscom-ports-0398ebdb6d952870fffe2f69b33e47d108808bf6.tar.zst
marcuscom-ports-0398ebdb6d952870fffe2f69b33e47d108808bf6.zip
Update to 1.0.1.
Add some more plugins from -bad git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@17111 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'audio')
-rw-r--r--audio/gstreamer1-plugins-celt/Makefile15
-rw-r--r--audio/gstreamer1-plugins-faac/Makefile15
-rw-r--r--audio/gstreamer1-plugins-faad/Makefile15
-rw-r--r--audio/gstreamer1-plugins-flite/Makefile15
-rw-r--r--audio/gstreamer1-plugins-gsm/Makefile15
5 files changed, 75 insertions, 0 deletions
diff --git a/audio/gstreamer1-plugins-celt/Makefile b/audio/gstreamer1-plugins-celt/Makefile
new file mode 100644
index 000000000..2f4d4baa8
--- /dev/null
+++ b/audio/gstreamer1-plugins-celt/Makefile
@@ -0,0 +1,15 @@
+# Created by: Koop Mast <kwm@FreeBSD.org>
+# $FreeBSD$
+# $MCom$
+
+PORTREVISION= 0
+CATEGORIES= audio
+
+COMMENT= Gstreamer celt plugin
+
+GST_PLUGIN= celt
+DIST= bad
+
+MASTERDIR= ${.CURDIR}/../../multimedia/gstreamer1-plugins
+
+.include "${MASTERDIR}/Makefile"
diff --git a/audio/gstreamer1-plugins-faac/Makefile b/audio/gstreamer1-plugins-faac/Makefile
new file mode 100644
index 000000000..8a03fef80
--- /dev/null
+++ b/audio/gstreamer1-plugins-faac/Makefile
@@ -0,0 +1,15 @@
+# Created by: Michael Johnson <ahze@FreeBSD.org>
+# $FreeBSD$
+# $MCom$
+
+PORTREVISION= 0
+CATEGORIES= audio
+
+COMMENT= Gstreamer MPEG-2 and MPEG-4 AAC encoder plugin
+
+GST_PLUGIN= faac
+DIST= bad
+
+MASTERDIR= ${.CURDIR}/../../multimedia/gstreamer1-plugins
+
+.include "${MASTERDIR}/Makefile"
diff --git a/audio/gstreamer1-plugins-faad/Makefile b/audio/gstreamer1-plugins-faad/Makefile
new file mode 100644
index 000000000..167ec194c
--- /dev/null
+++ b/audio/gstreamer1-plugins-faad/Makefile
@@ -0,0 +1,15 @@
+# Created by: Michael Johnson <ahze@FreeBSD.org>
+# $FreeBSD$
+# $MCom$
+
+PORTREVISION= 0
+CATEGORIES= audio
+
+COMMENT= Gstreamer MPEG-2 and MPEG-4 AAC decoder plugin
+
+GST_PLUGIN= faad
+DIST= bad
+
+MASTERDIR= ${.CURDIR}/../../multimedia/gstreamer1-plugins
+
+.include "${MASTERDIR}/Makefile"
diff --git a/audio/gstreamer1-plugins-flite/Makefile b/audio/gstreamer1-plugins-flite/Makefile
new file mode 100644
index 000000000..3c3624ef1
--- /dev/null
+++ b/audio/gstreamer1-plugins-flite/Makefile
@@ -0,0 +1,15 @@
+# Created by: Koop Mast <kwm@FreeBSD.org>
+# $FreeBSD$
+# $MCom$
+
+PORTREVISION= 0
+CATEGORIES= audio
+
+COMMENT= Gstreamer flite run-time speech synthesis engine plugin
+
+GST_PLUGIN= flite
+DIST= bad
+
+MASTERDIR= ${.CURDIR}/../../multimedia/gstreamer1-plugins
+
+.include "${MASTERDIR}/Makefile"
diff --git a/audio/gstreamer1-plugins-gsm/Makefile b/audio/gstreamer1-plugins-gsm/Makefile
new file mode 100644
index 000000000..6af9b2bb1
--- /dev/null
+++ b/audio/gstreamer1-plugins-gsm/Makefile
@@ -0,0 +1,15 @@
+# Created by: Michael Johnson <ahze@FreeBSD.org>
+# $FreeBSD$
+# $MCom: ports/audio/gstreamer-plugins-gsm/Makefile,v 1.5 2008/03/19 14:05:29 ahze Exp $
+
+PORTREVISION= 0
+CATEGORIES= audio
+
+COMMENT= Gstreamer gsm encoding/decoding plugin
+
+GST_PLUGIN= gsm
+DIST= bad
+
+MASTERDIR= ${.CURDIR}/../../multimedia/gstreamer1-plugins
+
+.include "${MASTERDIR}/Makefile"