summaryrefslogtreecommitdiffstats
path: root/graphics
diff options
context:
space:
mode:
authorahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059>2004-11-15 13:44:15 +0800
committerahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059>2004-11-15 13:44:15 +0800
commit6e56d6a5ebeee89e690668e1d98ef1a1c9b21101 (patch)
treea33621e2b1a7ab9bed73e6e170d51aced1189a43 /graphics
parentd21e4ffb56bfe8a6115c626e06dbb815b771d03b (diff)
downloadmarcuscom-ports-6e56d6a5ebeee89e690668e1d98ef1a1c9b21101.tar
marcuscom-ports-6e56d6a5ebeee89e690668e1d98ef1a1c9b21101.tar.gz
marcuscom-ports-6e56d6a5ebeee89e690668e1d98ef1a1c9b21101.tar.bz2
marcuscom-ports-6e56d6a5ebeee89e690668e1d98ef1a1c9b21101.tar.lz
marcuscom-ports-6e56d6a5ebeee89e690668e1d98ef1a1c9b21101.tar.xz
marcuscom-ports-6e56d6a5ebeee89e690668e1d98ef1a1c9b21101.tar.zst
marcuscom-ports-6e56d6a5ebeee89e690668e1d98ef1a1c9b21101.zip
Massive import of gstreamer-plugins
This is gstreamer-plugins with each plugin in its own separate port. Includes bsd.gstreamer.mk so ports can use the following examples WANT_GSTREAMER= yes .include <bsd.port.pre.mk> .if defined(WITH_VORBIS) USE_GSTREAMER+= vorbis .endif or USE_GSTREAMER= yes .include <bsd.port.pre.mk> .if defined(WITH_FAAD) USE_GSTREAMER+= faad .endif USE_GSTREAMER=yes will always install multimedia/gstreamer-plugins WITH_GSTREAMER=yes will only include bsd.gstreamer.mk for use after bsd.port.pre.mk Approved by: marcus git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@3061 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'graphics')
-rw-r--r--graphics/gstreamer-plugins-aalib/Makefile14
-rw-r--r--graphics/gstreamer-plugins-gdkpixbuf/Makefile14
-rw-r--r--graphics/gstreamer-plugins-hermes/Makefile14
-rw-r--r--graphics/gstreamer-plugins-jpeg-mmx/Makefile14
-rw-r--r--graphics/gstreamer-plugins-jpeg/Makefile14
-rw-r--r--graphics/gstreamer-plugins-libcaca/Makefile14
-rw-r--r--graphics/gstreamer-plugins-libmng/Makefile14
-rw-r--r--graphics/gstreamer-plugins-libpng/Makefile14
-rw-r--r--graphics/gstreamer-plugins-swfdec/Makefile14
-rw-r--r--graphics/gstreamer-plugins-theora/Makefile14
10 files changed, 140 insertions, 0 deletions
diff --git a/graphics/gstreamer-plugins-aalib/Makefile b/graphics/gstreamer-plugins-aalib/Makefile
new file mode 100644
index 000000000..0291fc849
--- /dev/null
+++ b/graphics/gstreamer-plugins-aalib/Makefile
@@ -0,0 +1,14 @@
+# New ports collection makefile for: gstreamer-plugins-aalib
+# Date created: 3 Oct 2004
+# Whom: Michael Johnson <ahze@FreeBSD.org>
+#
+# $FreeBSD$
+#
+
+CATEGORIES= graphics
+
+GST_PLUGIN= aalib
+
+MASTERDIR= ${.CURDIR}/../../multimedia/gstreamer-plugins
+
+.include "${MASTERDIR}/Makefile"
diff --git a/graphics/gstreamer-plugins-gdkpixbuf/Makefile b/graphics/gstreamer-plugins-gdkpixbuf/Makefile
new file mode 100644
index 000000000..6ac9aadab
--- /dev/null
+++ b/graphics/gstreamer-plugins-gdkpixbuf/Makefile
@@ -0,0 +1,14 @@
+# New ports collection makefile for: gstreamer-plugins-gdkpixbuf
+# Date created: 3 Oct 2004
+# Whom: Michael Johnson <ahze@FreeBSD.org>
+#
+# $FreeBSD$
+#
+
+CATEGORIES= graphics
+
+GST_PLUGIN= gdkpixbuf
+
+MASTERDIR= ${.CURDIR}/../../multimedia/gstreamer-plugins
+
+.include "${MASTERDIR}/Makefile"
diff --git a/graphics/gstreamer-plugins-hermes/Makefile b/graphics/gstreamer-plugins-hermes/Makefile
new file mode 100644
index 000000000..27ca22459
--- /dev/null
+++ b/graphics/gstreamer-plugins-hermes/Makefile
@@ -0,0 +1,14 @@
+# New ports collection makefile for: gstreamer-plugins-hermes
+# Date created: 3 Oct 2004
+# Whom: Michael Johnson <ahze@FreeBSD.org>
+#
+# $FreeBSD$
+#
+
+CATEGORIES= graphics
+
+GST_PLUGIN= hermes
+
+MASTERDIR= ${.CURDIR}/../../multimedia/gstreamer-plugins
+
+.include "${MASTERDIR}/Makefile"
diff --git a/graphics/gstreamer-plugins-jpeg-mmx/Makefile b/graphics/gstreamer-plugins-jpeg-mmx/Makefile
new file mode 100644
index 000000000..5ade87b0f
--- /dev/null
+++ b/graphics/gstreamer-plugins-jpeg-mmx/Makefile
@@ -0,0 +1,14 @@
+# New ports collection makefile for: gstreamer-plugins-jpeg-mmx
+# Date created: 1 Nov 2004
+# Whom: Michael Johnson <ahze@FreeBSD.org>
+#
+# $FreeBSD$
+#
+
+CATEGORIES= graphics
+
+GST_PLUGIN= jpeg-mmx
+
+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..fa259294d
--- /dev/null
+++ b/graphics/gstreamer-plugins-jpeg/Makefile
@@ -0,0 +1,14 @@
+# New ports collection makefile for: gstreamer-plugins-jpeg
+# Date created: 3 Oct 2004
+# Whom: Michael Johnson <ahze@FreeBSD.org>
+#
+# $FreeBSD$
+#
+
+CATEGORIES= graphics
+
+GST_PLUGIN= jpeg
+
+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..76d986e60
--- /dev/null
+++ b/graphics/gstreamer-plugins-libcaca/Makefile
@@ -0,0 +1,14 @@
+# New ports collection makefile for: gstreamer-plugins-libcaca
+# Date created: 3 Oct 2004
+# Whom: Michael Johnson <ahze@FreeBSD.org>
+#
+# $FreeBSD$
+#
+
+CATEGORIES= graphics
+
+GST_PLUGIN= libcaca
+
+MASTERDIR= ${.CURDIR}/../../multimedia/gstreamer-plugins
+
+.include "${MASTERDIR}/Makefile"
diff --git a/graphics/gstreamer-plugins-libmng/Makefile b/graphics/gstreamer-plugins-libmng/Makefile
new file mode 100644
index 000000000..af2a78bae
--- /dev/null
+++ b/graphics/gstreamer-plugins-libmng/Makefile
@@ -0,0 +1,14 @@
+# New ports collection makefile for: gstreamer-plugins-libmng
+# Date created: 6 Oct 2004
+# Whom: Michael Johnson <ahze@FreeBSD.org>
+#
+# $FreeBSD$
+#
+
+CATEGORIES= graphics
+
+GST_PLUGIN= libpng
+
+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..87c375a2d
--- /dev/null
+++ b/graphics/gstreamer-plugins-libpng/Makefile
@@ -0,0 +1,14 @@
+# New ports collection makefile for: gstreamer-plugins-libpng
+# Date created: 3 Oct 2004
+# Whom: Michael Johnson <ahze@FreeBSD.org>
+#
+# $FreeBSD$
+#
+
+CATEGORIES= graphics
+
+GST_PLUGIN= libpng
+
+MASTERDIR= ${.CURDIR}/../../multimedia/gstreamer-plugins
+
+.include "${MASTERDIR}/Makefile"
diff --git a/graphics/gstreamer-plugins-swfdec/Makefile b/graphics/gstreamer-plugins-swfdec/Makefile
new file mode 100644
index 000000000..1a2cff7bf
--- /dev/null
+++ b/graphics/gstreamer-plugins-swfdec/Makefile
@@ -0,0 +1,14 @@
+# New ports collection makefile for: gstreamer-plugins-swfdec
+# Date created: 3 Oct 2004
+# Whom: Michael Johnson <ahze@FreeBSD.org>
+#
+# $FreeBSD$
+#
+
+CATEGORIES= graphics
+
+GST_PLUGIN= swfdec
+
+MASTERDIR= ${.CURDIR}/../../multimedia/gstreamer-plugins
+
+.include "${MASTERDIR}/Makefile"
diff --git a/graphics/gstreamer-plugins-theora/Makefile b/graphics/gstreamer-plugins-theora/Makefile
new file mode 100644
index 000000000..889e516b4
--- /dev/null
+++ b/graphics/gstreamer-plugins-theora/Makefile
@@ -0,0 +1,14 @@
+# New ports collection makefile for: gstreamer-plugins-theora
+# Date created: 3 Oct 2004
+# Whom: Michael Johnson <ahze@FreeBSD.org>
+#
+# $FreeBSD$
+#
+
+CATEGORIES= graphics
+
+GST_PLUGIN= theora
+
+MASTERDIR= ${.CURDIR}/../../multimedia/gstreamer-plugins
+
+.include "${MASTERDIR}/Makefile"