diff options
Diffstat (limited to 'audio')
-rw-r--r-- | audio/gstreamer-plugins-cdaudio/Makefile | 18 | ||||
-rw-r--r-- | audio/gstreamer-plugins-faac/Makefile | 18 | ||||
-rw-r--r-- | audio/gstreamer-plugins-faad/Makefile | 18 | ||||
-rw-r--r-- | audio/gstreamer-plugins-gsm/Makefile | 18 | ||||
-rw-r--r-- | audio/gstreamer-plugins-ivorbis/Makefile | 18 | ||||
-rw-r--r-- | audio/gstreamer-plugins-jack/Makefile | 18 | ||||
-rw-r--r-- | audio/gstreamer-plugins-musepack/Makefile | 18 | ||||
-rw-r--r-- | audio/gstreamer-plugins-musicbrainz/Makefile | 18 | ||||
-rw-r--r-- | audio/gstreamer-plugins-nas/Makefile | 18 | ||||
-rw-r--r-- | audio/gstreamer-plugins-soundtouch/Makefile | 18 | ||||
-rw-r--r-- | audio/gstreamer-plugins-spc/Makefile | 17 |
11 files changed, 197 insertions, 0 deletions
diff --git a/audio/gstreamer-plugins-cdaudio/Makefile b/audio/gstreamer-plugins-cdaudio/Makefile new file mode 100644 index 000000000..e186d7737 --- /dev/null +++ b/audio/gstreamer-plugins-cdaudio/Makefile @@ -0,0 +1,18 @@ +# New ports collection makefile for: gstreamer-plugins-cdaudio +# Date created: 22 Dec 2006 +# Whom: Michael Johnson <ahze@FreeBSD.org> +# +# $FreeBSD$ +# $MCom$ +# + +PORTREVISION= 0 +CATEGORIES= audio + +COMMENT= Gstreamer frontend to libcdaudio + +GST_PLUGIN= cdaudio + +MASTERDIR= ${.CURDIR}/../../multimedia/gstreamer-plugins + +.include "${MASTERDIR}/Makefile" diff --git a/audio/gstreamer-plugins-faac/Makefile b/audio/gstreamer-plugins-faac/Makefile new file mode 100644 index 000000000..cbfaedeae --- /dev/null +++ b/audio/gstreamer-plugins-faac/Makefile @@ -0,0 +1,18 @@ +# New ports collection makefile for: gstreamer-plugins-faac +# Date created: 3 Oct 2004 +# Whom: Michael Johnson <ahze@FreeBSD.org> +# +# $FreeBSD$ +# $MCom$ +# + +PORTREVISION= 0 +CATEGORIES= audio + +COMMENT= Gstreamer MPEG-2 and MPEG-4 AAC encoder plugin + +GST_PLUGIN= faac + +MASTERDIR= ${.CURDIR}/../../multimedia/gstreamer-plugins + +.include "${MASTERDIR}/Makefile" diff --git a/audio/gstreamer-plugins-faad/Makefile b/audio/gstreamer-plugins-faad/Makefile new file mode 100644 index 000000000..e573b172c --- /dev/null +++ b/audio/gstreamer-plugins-faad/Makefile @@ -0,0 +1,18 @@ +# New ports collection makefile for: gstreamer-plugins-faad +# Date created: 3 Oct 2004 +# Whom: Michael Johnson <ahze@FreeBSD.org> +# +# $FreeBSD$ +# $MCom$ +# + +PORTREVISION= 0 +CATEGORIES= audio + +COMMENT= Gstreamer MPEG-2 and MPEG-4 AAC decoder plugin + +GST_PLUGIN= faad + +MASTERDIR= ${.CURDIR}/../../multimedia/gstreamer-plugins + +.include "${MASTERDIR}/Makefile" diff --git a/audio/gstreamer-plugins-gsm/Makefile b/audio/gstreamer-plugins-gsm/Makefile new file mode 100644 index 000000000..b3f9e11bd --- /dev/null +++ b/audio/gstreamer-plugins-gsm/Makefile @@ -0,0 +1,18 @@ +# New ports collection makefile for: gstreamer-plugins-gsm +# Date created: 3 Oct 2004 +# Whom: Michael Johnson <ahze@FreeBSD.org> +# +# $FreeBSD$ +# $MCom$ +# + +PORTREVISION= 0 +CATEGORIES= audio + +COMMENT= Gstreamer gsm encoding/decoding plugin + +GST_PLUGIN= gsm + +MASTERDIR= ${.CURDIR}/../../multimedia/gstreamer-plugins + +.include "${MASTERDIR}/Makefile" diff --git a/audio/gstreamer-plugins-ivorbis/Makefile b/audio/gstreamer-plugins-ivorbis/Makefile new file mode 100644 index 000000000..ccbfd3308 --- /dev/null +++ b/audio/gstreamer-plugins-ivorbis/Makefile @@ -0,0 +1,18 @@ +# New ports collection makefile for: gstreamer-plugins-ivorbis +# Date created: 3 Oct 2004 +# Whom: Michael Johnson <ahze@FreeBSD.org> +# +# $FreeBSD$ +# $MCom$ +# + +PORTREVISION= 0 +CATEGORIES= audio + +COMMENT= Gstreamer integer only Ogg Vorbis decoder plugin + +GST_PLUGIN= ivorbis + +MASTERDIR= ${.CURDIR}/../../multimedia/gstreamer-plugins + +.include "${MASTERDIR}/Makefile" diff --git a/audio/gstreamer-plugins-jack/Makefile b/audio/gstreamer-plugins-jack/Makefile new file mode 100644 index 000000000..42a4253b3 --- /dev/null +++ b/audio/gstreamer-plugins-jack/Makefile @@ -0,0 +1,18 @@ +# New ports collection makefile for: gstreamer-plugins-jack +# Date created: 3 Oct 2004 +# Whom: Michael Johnson <ahze@FreeBSD.org> +# +# $FreeBSD$ +# $MCom$ +# + +PORTREVISION= 0 +CATEGORIES= audio + +COMMENT= Gstreamer low-latency audio server plugin + +GST_PLUGIN= jack + +MASTERDIR= ${.CURDIR}/../../multimedia/gstreamer-plugins + +.include "${MASTERDIR}/Makefile" diff --git a/audio/gstreamer-plugins-musepack/Makefile b/audio/gstreamer-plugins-musepack/Makefile new file mode 100644 index 000000000..ea7dfd227 --- /dev/null +++ b/audio/gstreamer-plugins-musepack/Makefile @@ -0,0 +1,18 @@ +# New ports collection makefile for: gstreamer-plugins-musepack +# Date created: 4 Dec 2004 +# Whom: Michael Johnson <ahze@FreeBSD.org> +# +# $FreeBSD$ +# $MCom$ +# + +PORTREVISION= 0 +CATEGORIES= audio + +COMMENT= Gstreamer musepack mpc encoder/decoder plugin + +GST_PLUGIN= musepack + +MASTERDIR= ${.CURDIR}/../../multimedia/gstreamer-plugins + +.include "${MASTERDIR}/Makefile" diff --git a/audio/gstreamer-plugins-musicbrainz/Makefile b/audio/gstreamer-plugins-musicbrainz/Makefile new file mode 100644 index 000000000..8a0a61905 --- /dev/null +++ b/audio/gstreamer-plugins-musicbrainz/Makefile @@ -0,0 +1,18 @@ +# New ports collection makefile for: gstreamer-plugins-musicbrainz +# Date created: 3 Oct 2004 +# Whom: Michael Johnson <ahze@FreeBSD.org> +# +# $FreeBSD$ +# $MCom$ +# + +PORTREVISION= 0 +CATEGORIES= audio + +COMMENT= Gstreamer CD index/audio metadata plugin + +GST_PLUGIN= musicbrainz + +MASTERDIR= ${.CURDIR}/../../multimedia/gstreamer-plugins + +.include "${MASTERDIR}/Makefile" diff --git a/audio/gstreamer-plugins-nas/Makefile b/audio/gstreamer-plugins-nas/Makefile new file mode 100644 index 000000000..dd7f930ad --- /dev/null +++ b/audio/gstreamer-plugins-nas/Makefile @@ -0,0 +1,18 @@ +# New ports collection makefile for: gstreamer-plugins-nas +# Date created: 3 Oct 2004 +# Whom: Michael Johnson <ahze@FreeBSD.org> +# +# $FreeBSD$ +# $MCom$ +# + +CATEGORIES= audio +PORTREVISION= 0 + +COMMENT= GStreamer NAS (Network Audio System) plugin + +GST_PLUGIN= nas + +MASTERDIR= ${.CURDIR}/../../multimedia/gstreamer-plugins + +.include "${MASTERDIR}/Makefile" diff --git a/audio/gstreamer-plugins-soundtouch/Makefile b/audio/gstreamer-plugins-soundtouch/Makefile new file mode 100644 index 000000000..e8253c9e9 --- /dev/null +++ b/audio/gstreamer-plugins-soundtouch/Makefile @@ -0,0 +1,18 @@ +# New ports collection makefile for: gstreamer-plugins-soundtouch +# Date created: 15 Feb 2008 +# Whom: Koop Mast <kwm@FreeBSD.org> +# +# $FreeBSD$ +# $MCom$ +# + +CATEGORIES= audio +PORTREVISION= 0 + +COMMENT= GStreamer soundtouch plugin + +GST_PLUGIN= soundtouch + +MASTERDIR= ${.CURDIR}/../../multimedia/gstreamer-plugins + +.include "${MASTERDIR}/Makefile" diff --git a/audio/gstreamer-plugins-spc/Makefile b/audio/gstreamer-plugins-spc/Makefile new file mode 100644 index 000000000..59ab3bd87 --- /dev/null +++ b/audio/gstreamer-plugins-spc/Makefile @@ -0,0 +1,17 @@ +# New ports collection makefile for: gstreamer-plugins-spc +# Date created: 22 Dec 2006 +# Whom: Michael Johnson <ahze@FreeBSD.org> +# +# $FreeBSD$ +# $MCom$ + +PORTREVISION= 0 +CATEGORIES= audio + +COMMENT= Gstreamer OpenSPC frontend + +GST_PLUGIN= spc + +MASTERDIR= ${.CURDIR}/../../multimedia/gstreamer-plugins + +.include "${MASTERDIR}/Makefile" |