diff options
author | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2012-10-12 06:26:29 +0800 |
---|---|---|
committer | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2012-10-12 06:26:29 +0800 |
commit | 0398ebdb6d952870fffe2f69b33e47d108808bf6 (patch) | |
tree | 98649551ee9d679aa91afc8f5e260833dec5c9df /audio | |
parent | 7ab2b156b9ff90797e323939dfd4d03f54158af9 (diff) | |
download | marcuscom-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/Makefile | 15 | ||||
-rw-r--r-- | audio/gstreamer1-plugins-faac/Makefile | 15 | ||||
-rw-r--r-- | audio/gstreamer1-plugins-faad/Makefile | 15 | ||||
-rw-r--r-- | audio/gstreamer1-plugins-flite/Makefile | 15 | ||||
-rw-r--r-- | audio/gstreamer1-plugins-gsm/Makefile | 15 |
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" |