From cbbbcfdf686586963375eb6bce5965ca5a266174 Mon Sep 17 00:00:00 2001 From: kwm Date: Thu, 21 Feb 2008 16:28:00 +0000 Subject: Update gstreamer-plugins-good to 0.10.7. git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@10465 df743ca5-7f9a-e211-a948-0013205c9059 --- graphics/gstreamer-plugins-gdkpixbuf/Makefile | 18 ++++++++++++++++++ graphics/gstreamer-plugins-jpeg/Makefile | 18 ++++++++++++++++++ graphics/gstreamer-plugins-libpng/Makefile | 17 +++++++++++++++++ 3 files changed, 53 insertions(+) create mode 100644 graphics/gstreamer-plugins-gdkpixbuf/Makefile create mode 100644 graphics/gstreamer-plugins-jpeg/Makefile create mode 100644 graphics/gstreamer-plugins-libpng/Makefile (limited to 'graphics') 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 +# +# $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 +# +# $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 +# +# $FreeBSD$ +# $MCom$ + +PORTREVISION= 0 +CATEGORIES= graphics + +COMMENT= Gstreamer png plugin + +GST_PLUGIN= libpng + +MASTERDIR= ${.CURDIR}/../../multimedia/gstreamer-plugins + +.include "${MASTERDIR}/Makefile" -- cgit v1.2.3