diff options
author | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2008-02-22 00:28:00 +0800 |
---|---|---|
committer | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2008-02-22 00:28:00 +0800 |
commit | cbbbcfdf686586963375eb6bce5965ca5a266174 (patch) | |
tree | 22420f6d78bfa8cbdffca8da39324c3ea0e146d1 /graphics | |
parent | 6a2889d4659e185ba3a6e00ebb0f053914484385 (diff) | |
download | marcuscom-ports-cbbbcfdf686586963375eb6bce5965ca5a266174.tar marcuscom-ports-cbbbcfdf686586963375eb6bce5965ca5a266174.tar.gz marcuscom-ports-cbbbcfdf686586963375eb6bce5965ca5a266174.tar.bz2 marcuscom-ports-cbbbcfdf686586963375eb6bce5965ca5a266174.tar.lz marcuscom-ports-cbbbcfdf686586963375eb6bce5965ca5a266174.tar.xz marcuscom-ports-cbbbcfdf686586963375eb6bce5965ca5a266174.tar.zst marcuscom-ports-cbbbcfdf686586963375eb6bce5965ca5a266174.zip |
Update gstreamer-plugins-good to 0.10.7.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@10465 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/gstreamer-plugins-gdkpixbuf/Makefile | 18 | ||||
-rw-r--r-- | graphics/gstreamer-plugins-jpeg/Makefile | 18 | ||||
-rw-r--r-- | graphics/gstreamer-plugins-libpng/Makefile | 17 |
3 files changed, 53 insertions, 0 deletions
diff --git a/graphics/gstreamer-plugins-gdkpixbuf/Makefile b/graphics/gstreamer-plugins-gdkpixbuf/Makefile new file mode 100644 index 000000000..242190bcf --- /dev/null +++ b/graphics/gstreamer-plugins-gdkpixbuf/Makefile @@ -0,0 +1,18 @@ +# New ports collection makefile for: gstreamer-plugins-gdkpixbuf +# Date created: 3 Oct 2004 +# Whom: Michael Johnson <ahze@FreeBSD.org> +# +# $FreeBSD$ +# $MCom$ +# + +PORTREVISION= 0 +CATEGORIES= graphics + +COMMENT= Gstreamer image decoder plugin + +GST_PLUGIN= gdk_pixbuf + +MASTERDIR= ${.CURDIR}/../../multimedia/gstreamer-plugins + +.include "${MASTERDIR}/Makefile" diff --git a/graphics/gstreamer-plugins-jpeg/Makefile b/graphics/gstreamer-plugins-jpeg/Makefile new file mode 100644 index 000000000..d14540f91 --- /dev/null +++ b/graphics/gstreamer-plugins-jpeg/Makefile @@ -0,0 +1,18 @@ +# New ports collection makefile for: gstreamer-plugins-jpeg +# Date created: 3 Oct 2004 +# Whom: Michael Johnson <ahze@FreeBSD.org> +# +# $FreeBSD$ +# $MCom$ +# + +PORTREVISION= 0 +CATEGORIES= graphics + +COMMENT= Gstreamer jpeg encoder/decoder plugin + +GST_PLUGIN= jpeg + +MASTERDIR= ${.CURDIR}/../../multimedia/gstreamer-plugins + +.include "${MASTERDIR}/Makefile" diff --git a/graphics/gstreamer-plugins-libpng/Makefile b/graphics/gstreamer-plugins-libpng/Makefile new file mode 100644 index 000000000..8ba1310cd --- /dev/null +++ b/graphics/gstreamer-plugins-libpng/Makefile @@ -0,0 +1,17 @@ +# New ports collection makefile for: gstreamer-plugins-libpng +# Date created: 3 Oct 2004 +# Whom: Michael Johnson <ahze@FreeBSD.org> +# +# $FreeBSD$ +# $MCom$ + +PORTREVISION= 0 +CATEGORIES= graphics + +COMMENT= Gstreamer png plugin + +GST_PLUGIN= libpng + +MASTERDIR= ${.CURDIR}/../../multimedia/gstreamer-plugins + +.include "${MASTERDIR}/Makefile" |