From 0398ebdb6d952870fffe2f69b33e47d108808bf6 Mon Sep 17 00:00:00 2001 From: kwm Date: Thu, 11 Oct 2012 22:26:29 +0000 Subject: 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 --- audio/gstreamer1-plugins-celt/Makefile | 15 +++++++++++++++ audio/gstreamer1-plugins-faac/Makefile | 15 +++++++++++++++ audio/gstreamer1-plugins-faad/Makefile | 15 +++++++++++++++ audio/gstreamer1-plugins-flite/Makefile | 15 +++++++++++++++ audio/gstreamer1-plugins-gsm/Makefile | 15 +++++++++++++++ 5 files changed, 75 insertions(+) create mode 100644 audio/gstreamer1-plugins-celt/Makefile create mode 100644 audio/gstreamer1-plugins-faac/Makefile create mode 100644 audio/gstreamer1-plugins-faad/Makefile create mode 100644 audio/gstreamer1-plugins-flite/Makefile create mode 100644 audio/gstreamer1-plugins-gsm/Makefile (limited to 'audio') 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 +# $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 +# $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 +# $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 +# $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 +# $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" -- cgit v1.2.3