diff options
-rw-r--r-- | audio/gstreamer-plugins-esound/Makefile | 18 | ||||
-rw-r--r-- | audio/gstreamer-plugins-flac/Makefile | 18 | ||||
-rw-r--r-- | audio/gstreamer-plugins-ladspa/Makefile | 18 | ||||
-rw-r--r-- | graphics/gstreamer-plugins-aalib/Makefile | 18 | ||||
-rw-r--r-- | graphics/gstreamer-plugins-cairo/Makefile | 18 | ||||
-rw-r--r-- | graphics/gstreamer-plugins-libcaca/Makefile | 18 | ||||
-rw-r--r-- | multimedia/gstreamer-plugins-dv/Makefile | 18 | ||||
-rw-r--r-- | sysutils/gstreamer-plugins-hal/Makefile | 18 | ||||
-rw-r--r-- | textproc/gstreamer-plugins-annodex/Makefile | 18 |
9 files changed, 162 insertions, 0 deletions
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 <ahze@FreeBSD.org> +# +# $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 <ahze@FreeBSD.org> +# +# $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 <ahze@FreeBSD.org> +# +# $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" diff --git a/graphics/gstreamer-plugins-aalib/Makefile b/graphics/gstreamer-plugins-aalib/Makefile new file mode 100644 index 000000000..f08995bce --- /dev/null +++ b/graphics/gstreamer-plugins-aalib/Makefile @@ -0,0 +1,18 @@ +# New ports collection makefile for: gstreamer-plugins-aalib +# Date created: 3 Oct 2004 +# Whom: Michael Johnson <ahze@FreeBSD.org> +# +# $FreeBSD$ +# $MCom$ +# + +PORTREVISION= 0 +CATEGORIES= graphics + +COMMENT= Gstreamer ascii art plugin + +GST_PLUGIN= aalib + +MASTERDIR= ${.CURDIR}/../../multimedia/gstreamer-plugins + +.include "${MASTERDIR}/Makefile" diff --git a/graphics/gstreamer-plugins-cairo/Makefile b/graphics/gstreamer-plugins-cairo/Makefile new file mode 100644 index 000000000..e112a07e2 --- /dev/null +++ b/graphics/gstreamer-plugins-cairo/Makefile @@ -0,0 +1,18 @@ +# New ports collection makefile for: gstreamer-plugins-cairo +# Date created: Mar 8 2005 +# Whom: Michael Johnson <ahze@FreeBSD.org> +# +# $FreeBSD$ +# $MCom$ +# + +PORTREVISION= 0 +CATEGORIES= graphics + +COMMENT= Gstreamer vector graphics plugin + +GST_PLUGIN= cairo + +MASTERDIR= ${.CURDIR}/../../multimedia/gstreamer-plugins + +.include "${MASTERDIR}/Makefile" diff --git a/graphics/gstreamer-plugins-libcaca/Makefile b/graphics/gstreamer-plugins-libcaca/Makefile new file mode 100644 index 000000000..75585bc97 --- /dev/null +++ b/graphics/gstreamer-plugins-libcaca/Makefile @@ -0,0 +1,18 @@ +# New ports collection makefile for: gstreamer-plugins-libcaca +# Date created: 3 Oct 2004 +# Whom: Michael Johnson <ahze@FreeBSD.org> +# +# $FreeBSD$ +# $MCom$ +# + +PORTREVISION= 0 +CATEGORIES= graphics + +COMMENT= Gstreamer color ascii art plugin + +GST_PLUGIN= libcaca + +MASTERDIR= ${.CURDIR}/../../multimedia/gstreamer-plugins + +.include "${MASTERDIR}/Makefile" diff --git a/multimedia/gstreamer-plugins-dv/Makefile b/multimedia/gstreamer-plugins-dv/Makefile new file mode 100644 index 000000000..3ed1cd327 --- /dev/null +++ b/multimedia/gstreamer-plugins-dv/Makefile @@ -0,0 +1,18 @@ +# New ports collection makefile for: gstreamer-plugins-dv +# Date created: 3 Oct 2004 +# Whom: Michael Johnson <ahze@FreeBSD.org> +# +# $FreeBSD$ +# $MCom$ +# + +PORTREVISION= 0 +CATEGORIES= multimedia + +COMMENT= Gstreamer dv plugin + +GST_PLUGIN= dv + +MASTERDIR= ${.CURDIR}/../../multimedia/gstreamer-plugins + +.include "${MASTERDIR}/Makefile" diff --git a/sysutils/gstreamer-plugins-hal/Makefile b/sysutils/gstreamer-plugins-hal/Makefile new file mode 100644 index 000000000..2514e0753 --- /dev/null +++ b/sysutils/gstreamer-plugins-hal/Makefile @@ -0,0 +1,18 @@ +# New ports collection makefile for: gstreamer-plugins-cdio +# Date created: 16 May 2006 +# Whom: Michael Johnson <ahze@FreeBSD.org> +# +# $FreeBSD$ +# $MCom$ +# + +PORTREVISION= 0 +CATEGORIES= sysutils + +COMMENT= Gstreamer cdio plugin + +GST_PLUGIN= cdio + +MASTERDIR= ${.CURDIR}/../../multimedia/gstreamer-plugins + +.include "${MASTERDIR}/Makefile" diff --git a/textproc/gstreamer-plugins-annodex/Makefile b/textproc/gstreamer-plugins-annodex/Makefile new file mode 100644 index 000000000..cbbbd70e3 --- /dev/null +++ b/textproc/gstreamer-plugins-annodex/Makefile @@ -0,0 +1,18 @@ +# New ports collection makefile for: gstreamer-plugins-annodex +# Date created: 14 Feb 2008 +# Whom: Koop Mast <kwm@FreeBSD.org> +# +# $FreeBSD$ +# $MCom$ +# + +PORTREVISION= 0 +CATEGORIES= textproc + +COMMENT= Gstreamer annodex xml plugin + +GST_PLUGIN= annodex + +MASTERDIR= ${.CURDIR}/../../multimedia/gstreamer-plugins + +.include "${MASTERDIR}/Makefile" |