From 6a2889d4659e185ba3a6e00ebb0f053914484385 Mon Sep 17 00:00:00 2001 From: kwm Date: Thu, 21 Feb 2008 16:27:58 +0000 Subject: Update gstreamer-plugins-good to 0.10.7. git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@10464 df743ca5-7f9a-e211-a948-0013205c9059 --- audio/gstreamer-plugins-esound/Makefile | 18 ++++++++++++++++++ audio/gstreamer-plugins-flac/Makefile | 18 ++++++++++++++++++ audio/gstreamer-plugins-ladspa/Makefile | 18 ++++++++++++++++++ 3 files changed, 54 insertions(+) create mode 100644 audio/gstreamer-plugins-esound/Makefile create mode 100644 audio/gstreamer-plugins-flac/Makefile create mode 100644 audio/gstreamer-plugins-ladspa/Makefile (limited to 'audio') diff --git a/audio/gstreamer-plugins-esound/Makefile b/audio/gstreamer-plugins-esound/Makefile new file mode 100644 index 000000000..0dc14962c --- /dev/null +++ b/audio/gstreamer-plugins-esound/Makefile @@ -0,0 +1,18 @@ +# New ports collection makefile for: gstreamer-plugins-esd +# Date created: 3 Oct 2004 +# Whom: Michael Johnson +# +# $FreeBSD$ +# $MCom$ +# + +PORTREVISION= 0 +CATEGORIES= audio + +COMMENT= Gstreamer enlightenment sound library plugin + +GST_PLUGIN= esound + +MASTERDIR= ${.CURDIR}/../../multimedia/gstreamer-plugins + +.include "${MASTERDIR}/Makefile" diff --git a/audio/gstreamer-plugins-flac/Makefile b/audio/gstreamer-plugins-flac/Makefile new file mode 100644 index 000000000..9f68bae34 --- /dev/null +++ b/audio/gstreamer-plugins-flac/Makefile @@ -0,0 +1,18 @@ +# New ports collection makefile for: gstreamer-plugins-flac +# Date created: 3 Oct 2004 +# Whom: Michael Johnson +# +# $FreeBSD$ +# $MCom$ +# + +PORTREVISION= 0 +CATEGORIES= audio + +COMMENT= Gstreamer free lossless audio encoder/decoder plugin + +GST_PLUGIN= flac + +MASTERDIR= ${.CURDIR}/../../multimedia/gstreamer-plugins + +.include "${MASTERDIR}/Makefile" diff --git a/audio/gstreamer-plugins-ladspa/Makefile b/audio/gstreamer-plugins-ladspa/Makefile new file mode 100644 index 000000000..50502a51f --- /dev/null +++ b/audio/gstreamer-plugins-ladspa/Makefile @@ -0,0 +1,18 @@ +# New ports collection makefile for: gstreamer-plugins-ladspa +# Date created: 3 Oct 2004 +# Whom: Michael Johnson +# +# $FreeBSD$ +# $MCom$ +# + +PORTREVISION= 0 +CATEGORIES= audio + +COMMENT= Gstreamer ladspa (Linux Audio Developer's Simple Plugin API) plugin + +GST_PLUGIN= ladspa + +MASTERDIR= ${.CURDIR}/../../multimedia/gstreamer-plugins + +.include "${MASTERDIR}/Makefile" -- cgit v1.2.3