diff options
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" |