summaryrefslogtreecommitdiffstats
path: root/graphics
diff options
context:
space:
mode:
authorkwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059>2012-10-06 17:04:19 +0800
committerkwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059>2012-10-06 17:04:19 +0800
commit1b00912ef27deb8704961f1e718e8f00e51db783 (patch)
tree04f14d3dd30905fb72a08e0354ce802857808869 /graphics
parenteb991d198df425acc70776601b47549349360479 (diff)
downloadmarcuscom-ports-1b00912ef27deb8704961f1e718e8f00e51db783.tar.gz
marcuscom-ports-1b00912ef27deb8704961f1e718e8f00e51db783.tar.zst
marcuscom-ports-1b00912ef27deb8704961f1e718e8f00e51db783.zip
Add most of -good plugins, the X plugins are broken for now.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@17097 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'graphics')
-rw-r--r--graphics/gstreamer1-plugins-aalib/Makefile15
-rw-r--r--graphics/gstreamer1-plugins-gdkpixbuf/Makefile15
-rw-r--r--graphics/gstreamer1-plugins-jpeg/Makefile15
-rw-r--r--graphics/gstreamer1-plugins-libcaca/Makefile15
-rw-r--r--graphics/gstreamer1-plugins-libpng/Makefile15
5 files changed, 75 insertions, 0 deletions
diff --git a/graphics/gstreamer1-plugins-aalib/Makefile b/graphics/gstreamer1-plugins-aalib/Makefile
new file mode 100644
index 000000000..170837d10
--- /dev/null
+++ b/graphics/gstreamer1-plugins-aalib/Makefile
@@ -0,0 +1,15 @@
+# Created by: Michael Johnson <ahze@FreeBSD.org>
+# $FreeBSD$
+# $MCom$
+
+PORTREVISION= 0
+CATEGORIES= graphics
+
+COMMENT= Gstreamer ASCII art plugin
+
+GST_PLUGIN= aalib
+DIST= good
+
+MASTERDIR= ${.CURDIR}/../../multimedia/gstreamer1-plugins
+
+.include "${MASTERDIR}/Makefile"
diff --git a/graphics/gstreamer1-plugins-gdkpixbuf/Makefile b/graphics/gstreamer1-plugins-gdkpixbuf/Makefile
new file mode 100644
index 000000000..1ab71ebdf
--- /dev/null
+++ b/graphics/gstreamer1-plugins-gdkpixbuf/Makefile
@@ -0,0 +1,15 @@
+# Created by: Michael Johnson <ahze@FreeBSD.org>
+# $FreeBSD$
+# $MCom$
+
+PORTREVISION= 0
+CATEGORIES= graphics
+
+COMMENT= Gstreamer image decoder plugin
+
+GST_PLUGIN= gdk_pixbuf
+DIST= good
+
+MASTERDIR= ${.CURDIR}/../../multimedia/gstreamer1-plugins
+
+.include "${MASTERDIR}/Makefile"
diff --git a/graphics/gstreamer1-plugins-jpeg/Makefile b/graphics/gstreamer1-plugins-jpeg/Makefile
new file mode 100644
index 000000000..8ba33927f
--- /dev/null
+++ b/graphics/gstreamer1-plugins-jpeg/Makefile
@@ -0,0 +1,15 @@
+# Created by: Michael Johnson <ahze@FreeBSD.org>
+# $FreeBSD$
+# $MCom$
+
+PORTREVISION= 0
+CATEGORIES= graphics
+
+COMMENT= Gstreamer jpeg encoder/decoder plugin
+
+GST_PLUGIN= jpeg
+DIST= good
+
+MASTERDIR= ${.CURDIR}/../../multimedia/gstreamer1-plugins
+
+.include "${MASTERDIR}/Makefile"
diff --git a/graphics/gstreamer1-plugins-libcaca/Makefile b/graphics/gstreamer1-plugins-libcaca/Makefile
new file mode 100644
index 000000000..6c4bd31d8
--- /dev/null
+++ b/graphics/gstreamer1-plugins-libcaca/Makefile
@@ -0,0 +1,15 @@
+# Created by: Michael Johnson <ahze@FreeBSD.org>
+# $FreeBSD$
+# $MCom$
+
+PORTREVISION= 0
+CATEGORIES= graphics
+
+COMMENT= Gstreamer color ASCII art plugin
+
+GST_PLUGIN= libcaca
+DIST= good
+
+MASTERDIR= ${.CURDIR}/../../multimedia/gstreamer1-plugins
+
+.include "${MASTERDIR}/Makefile"
diff --git a/graphics/gstreamer1-plugins-libpng/Makefile b/graphics/gstreamer1-plugins-libpng/Makefile
new file mode 100644
index 000000000..39f4b7e35
--- /dev/null
+++ b/graphics/gstreamer1-plugins-libpng/Makefile
@@ -0,0 +1,15 @@
+# Created by: Michael Johnson <ahze@FreeBSD.org>
+# $FreeBSD$
+# $MCom$
+
+PORTREVISION= 0
+CATEGORIES= graphics
+
+COMMENT= Gstreamer png plugin
+
+GST_PLUGIN= libpng
+DIST= good
+
+MASTERDIR= ${.CURDIR}/../../multimedia/gstreamer1-plugins
+
+.include "${MASTERDIR}/Makefile"