From cbbbcfdf686586963375eb6bce5965ca5a266174 Mon Sep 17 00:00:00 2001 From: kwm Date: Thu, 21 Feb 2008 16:28:00 +0000 Subject: Update gstreamer-plugins-good to 0.10.7. git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@10465 df743ca5-7f9a-e211-a948-0013205c9059 --- audio/gstreamer-plugins-shout2/Makefile | 18 ++++++++++++++++++ audio/gstreamer-plugins-speex/Makefile | 18 ++++++++++++++++++ audio/gstreamer-plugins-taglib/Makefile | 18 ++++++++++++++++++ audio/gstreamer-plugins-wavpack/Makefile | 16 ++++++++++++++++ 4 files changed, 70 insertions(+) create mode 100644 audio/gstreamer-plugins-shout2/Makefile create mode 100644 audio/gstreamer-plugins-speex/Makefile create mode 100644 audio/gstreamer-plugins-taglib/Makefile create mode 100644 audio/gstreamer-plugins-wavpack/Makefile (limited to 'audio') 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 +# +# $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 +# +# $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 +# +# $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 +# +# $FreeBSD$ +# $MCom$ +# + +PORTREVISION= 0 +CATEGORIES= audio + +GST_PLUGIN= wavpack + +MASTERDIR= ${.CURDIR}/../../multimedia/gstreamer-plugins + +.include "${MASTERDIR}/Makefile" -- cgit v1.2.3