From 9679d2b040b075fe2f89c4a9ca44e1a689b7832a Mon Sep 17 00:00:00 2001 From: kwm Date: Thu, 21 Feb 2008 14:20:39 +0000 Subject: Add and update gstreamer-plugin-ugly to 0.10.7. git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@10462 df743ca5-7f9a-e211-a948-0013205c9059 --- audio/gstreamer-plugins-a52dec/Makefile | 18 ++++++++++++++++++ audio/gstreamer-plugins-lame/Makefile | 18 ++++++++++++++++++ audio/gstreamer-plugins-mad/Makefile | 18 ++++++++++++++++++ audio/gstreamer-plugins-sidplay/Makefile | 18 ++++++++++++++++++ 4 files changed, 72 insertions(+) create mode 100644 audio/gstreamer-plugins-a52dec/Makefile create mode 100644 audio/gstreamer-plugins-lame/Makefile create mode 100644 audio/gstreamer-plugins-mad/Makefile create mode 100644 audio/gstreamer-plugins-sidplay/Makefile (limited to 'audio') diff --git a/audio/gstreamer-plugins-a52dec/Makefile b/audio/gstreamer-plugins-a52dec/Makefile new file mode 100644 index 000000000..e3c2186ca --- /dev/null +++ b/audio/gstreamer-plugins-a52dec/Makefile @@ -0,0 +1,18 @@ +# New ports collection makefile for: gstreamer-plugins-faac +# Date created: 3 Oct 2004 +# Whom: Michael Johnson +# +# $FreeBSD$ +# $MCom$ +# + +PORTREVISION= 0 +CATEGORIES= audio + +COMMENT= Gstreamer ATSC A/52 stream aka AC-3 (dvd audio) plugin + +GST_PLUGIN= a52dec + +MASTERDIR= ${.CURDIR}/../../multimedia/gstreamer-plugins + +.include "${MASTERDIR}/Makefile" diff --git a/audio/gstreamer-plugins-lame/Makefile b/audio/gstreamer-plugins-lame/Makefile new file mode 100644 index 000000000..6964ad8d3 --- /dev/null +++ b/audio/gstreamer-plugins-lame/Makefile @@ -0,0 +1,18 @@ +# New ports collection makefile for: gstreamer-plugins-lame +# Date created: 3 Oct 2004 +# Whom: Michael Johnson +# +# $FreeBSD$ +# $MCom$ +# + +PORTREVISION= 0 +CATEGORIES= audio + +COMMENT= Gstreamer mp3 encode plugin + +GST_PLUGIN= lame + +MASTERDIR= ${.CURDIR}/../../multimedia/gstreamer-plugins + +.include "${MASTERDIR}/Makefile" diff --git a/audio/gstreamer-plugins-mad/Makefile b/audio/gstreamer-plugins-mad/Makefile new file mode 100644 index 000000000..a0c4609b8 --- /dev/null +++ b/audio/gstreamer-plugins-mad/Makefile @@ -0,0 +1,18 @@ +# New ports collection makefile for: gstreamer-plugins-mad +# Date created: 3 Oct 2004 +# Whom: Michael Johnson +# +# $FreeBSD$ +# $MCom$ +# + +PORTREVISION= 0 +CATEGORIES= audio + +COMMENT= Gstreamer mp3 decoder plugin + +GST_PLUGIN= mad + +MASTERDIR= ${.CURDIR}/../../multimedia/gstreamer-plugins + +.include "${MASTERDIR}/Makefile" diff --git a/audio/gstreamer-plugins-sidplay/Makefile b/audio/gstreamer-plugins-sidplay/Makefile new file mode 100644 index 000000000..abe2e6df8 --- /dev/null +++ b/audio/gstreamer-plugins-sidplay/Makefile @@ -0,0 +1,18 @@ +# New ports collection makefile for: gstreamer-plugins-sidplay +# Date created: 3 Oct 2004 +# Whom: Michael Johnson +# +# $FreeBSD$ +# $MCom$ +# + +PORTREVISION= 0 +CATEGORIES= audio + +COMMENT= Gstreamer Commodore SID decoder plugin + +GST_PLUGIN= sidplay + +MASTERDIR= ${.CURDIR}/../../multimedia/gstreamer-plugins + +.include "${MASTERDIR}/Makefile" -- cgit v1.2.3