diff options
author | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2008-02-22 00:27:58 +0800 |
---|---|---|
committer | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2008-02-22 00:27:58 +0800 |
commit | 6a2889d4659e185ba3a6e00ebb0f053914484385 (patch) | |
tree | 9e7782966d34f7efd5e3886e442cfd59f4868923 /graphics | |
parent | 162e0591fc86ed6add074de3ae8960597edff661 (diff) | |
download | marcuscom-ports-6a2889d4659e185ba3a6e00ebb0f053914484385.tar.gz marcuscom-ports-6a2889d4659e185ba3a6e00ebb0f053914484385.tar.zst marcuscom-ports-6a2889d4659e185ba3a6e00ebb0f053914484385.zip |
Update gstreamer-plugins-good to 0.10.7.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@10464 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'graphics')
-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 |
3 files changed, 54 insertions, 0 deletions
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" |