[Midnightbsd-cvs] mports [20113] trunk/graphics: bring in gstreamer1 graphics ports from freebsd

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Sat Aug 29 14:43:35 EDT 2015


Revision: 20113
          http://svnweb.midnightbsd.org/mports/?rev=20113
Author:   laffer1
Date:     2015-08-29 14:43:34 -0400 (Sat, 29 Aug 2015)
Log Message:
-----------
bring in gstreamer1 graphics ports from freebsd

Modified Paths:
--------------
    trunk/graphics/Makefile

Added Paths:
-----------
    trunk/graphics/gstreamer1-plugins-aalib/
    trunk/graphics/gstreamer1-plugins-aalib/Makefile
    trunk/graphics/gstreamer1-plugins-cairo/
    trunk/graphics/gstreamer1-plugins-cairo/Makefile
    trunk/graphics/gstreamer1-plugins-gdkpixbuf/
    trunk/graphics/gstreamer1-plugins-gdkpixbuf/Makefile
    trunk/graphics/gstreamer1-plugins-gl/
    trunk/graphics/gstreamer1-plugins-gl/Makefile
    trunk/graphics/gstreamer1-plugins-gl/pkg-plist
    trunk/graphics/gstreamer1-plugins-jpeg/
    trunk/graphics/gstreamer1-plugins-jpeg/Makefile
    trunk/graphics/gstreamer1-plugins-libcaca/
    trunk/graphics/gstreamer1-plugins-libcaca/Makefile
    trunk/graphics/gstreamer1-plugins-libvisual/
    trunk/graphics/gstreamer1-plugins-libvisual/Makefile
    trunk/graphics/gstreamer1-plugins-opencv/
    trunk/graphics/gstreamer1-plugins-opencv/Makefile
    trunk/graphics/gstreamer1-plugins-openjpeg/
    trunk/graphics/gstreamer1-plugins-openjpeg/Makefile
    trunk/graphics/gstreamer1-plugins-png/
    trunk/graphics/gstreamer1-plugins-png/Makefile
    trunk/graphics/gstreamer1-plugins-webp/
    trunk/graphics/gstreamer1-plugins-webp/Makefile
    trunk/graphics/gstreamer1-plugins-zbar/
    trunk/graphics/gstreamer1-plugins-zbar/Makefile

Modified: trunk/graphics/Makefile
===================================================================
--- trunk/graphics/Makefile	2015-08-29 16:32:38 UTC (rev 20112)
+++ trunk/graphics/Makefile	2015-08-29 18:43:34 UTC (rev 20113)
@@ -56,6 +56,18 @@
 SUBDIR += graphviz
 SUBDIR += gstreamer-plugins-jpeg
 SUBDIR += gstreamer-plugins-libpng
+SUBDIR += gstreamer1-plugins-aalib
+SUBDIR += gstreamer1-plugins-cairo
+SUBDIR += gstreamer1-plugins-gdkpixbuf
+SUBDIR += gstreamer1-plugins-gl
+SUBDIR += gstreamer1-plugins-jpeg
+SUBDIR += gstreamer1-plugins-libcaca
+SUBDIR += gstreamer1-plugins-libvisual
+SUBDIR += gstreamer1-plugins-opencv
+SUBDIR += gstreamer1-plugins-openjpeg
+SUBDIR += gstreamer1-plugins-png
+SUBDIR += gstreamer1-plugins-webp
+SUBDIR += gstreamer1-plugins-zba
 SUBDIR += gtk-update-icon-cache
 SUBDIR += ilmbase
 SUBDIR += imageviewer

Added: trunk/graphics/gstreamer1-plugins-aalib/Makefile
===================================================================
--- trunk/graphics/gstreamer1-plugins-aalib/Makefile	                        (rev 0)
+++ trunk/graphics/gstreamer1-plugins-aalib/Makefile	2015-08-29 18:43:34 UTC (rev 20113)
@@ -0,0 +1,13 @@
+# $FreeBSD: head/graphics/gstreamer1-plugins-aalib/Makefile 351947 2014-04-23 14:22:47Z tijl $
+
+PORTREVISION=	0
+CATEGORIES=	graphics
+
+COMMENT=	Gstreamer ASCII art plugin
+
+GST_PLUGIN=	aalib
+DIST=		good
+
+MASTERDIR=	${.CURDIR}/../../multimedia/gstreamer1-plugins
+
+.include "${MASTERDIR}/Makefile"


Property changes on: trunk/graphics/gstreamer1-plugins-aalib/Makefile
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:keywords
## -0,0 +1 ##
+MidnightBSD=%H
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property
Added: trunk/graphics/gstreamer1-plugins-cairo/Makefile
===================================================================
--- trunk/graphics/gstreamer1-plugins-cairo/Makefile	                        (rev 0)
+++ trunk/graphics/gstreamer1-plugins-cairo/Makefile	2015-08-29 18:43:34 UTC (rev 20113)
@@ -0,0 +1,13 @@
+# $FreeBSD: head/graphics/gstreamer1-plugins-cairo/Makefile 375225 2014-12-22 10:22:38Z kwm $
+
+PORTREVISION=	0
+CATEGORIES=	graphics
+
+COMMENT=	Gstreamer vector graphics plugin
+
+GST_PLUGIN=	cairo
+DIST=		good
+
+MASTERDIR=	${.CURDIR}/../../multimedia/gstreamer1-plugins
+
+.include "${MASTERDIR}/Makefile"


Property changes on: trunk/graphics/gstreamer1-plugins-cairo/Makefile
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:keywords
## -0,0 +1 ##
+MidnightBSD=%H
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property
Added: trunk/graphics/gstreamer1-plugins-gdkpixbuf/Makefile
===================================================================
--- trunk/graphics/gstreamer1-plugins-gdkpixbuf/Makefile	                        (rev 0)
+++ trunk/graphics/gstreamer1-plugins-gdkpixbuf/Makefile	2015-08-29 18:43:34 UTC (rev 20113)
@@ -0,0 +1,14 @@
+# $FreeBSD: head/graphics/gstreamer1-plugins-gdkpixbuf/Makefile 351947 2014-04-23 14:22:47Z tijl $
+
+PORTREVISION=	0
+CATEGORIES=	graphics
+PKGNAMESUFFIX=	1-plugins-gdkpixbuf
+
+COMMENT=	Gstreamer image decoder plugin
+
+GST_PLUGIN=	gdk_pixbuf
+DIST=		good
+
+MASTERDIR=	${.CURDIR}/../../multimedia/gstreamer1-plugins
+
+.include "${MASTERDIR}/Makefile"


Property changes on: trunk/graphics/gstreamer1-plugins-gdkpixbuf/Makefile
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:keywords
## -0,0 +1 ##
+MidnightBSD=%H
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property
Added: trunk/graphics/gstreamer1-plugins-gl/Makefile
===================================================================
--- trunk/graphics/gstreamer1-plugins-gl/Makefile	                        (rev 0)
+++ trunk/graphics/gstreamer1-plugins-gl/Makefile	2015-08-29 18:43:34 UTC (rev 20113)
@@ -0,0 +1,22 @@
+# $FreeBSD: head/graphics/gstreamer1-plugins-gl/Makefile 393429 2015-08-02 15:03:19Z tijl $
+
+PORTREVISION=	1
+CATEGORIES=	graphics
+
+COMMENT=	Gstreamer GL graphics plugin
+
+GST_PLUGIN=	gl
+DIST=		bad
+
+PLIST=		${.CURDIR}/pkg-plist
+
+MASTERDIR=	${.CURDIR}/../../multimedia/gstreamer1-plugins
+
+pre-build:
+	@cd ${WRKSRC}/gst-libs/gst/gl && ${GMAKE}
+
+post-install:
+	@cd ${WRKSRC}/gst-libs/gst/gl && ${SETENV} DESTDIR=${STAGEDIR} \
+		INSTALL_TARGET=${INSTALL_TARGET} ${GMAKE} install
+
+.include "${MASTERDIR}/Makefile"


Property changes on: trunk/graphics/gstreamer1-plugins-gl/Makefile
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:keywords
## -0,0 +1 ##
+MidnightBSD=%H
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property
Added: trunk/graphics/gstreamer1-plugins-gl/pkg-plist
===================================================================
--- trunk/graphics/gstreamer1-plugins-gl/pkg-plist	                        (rev 0)
+++ trunk/graphics/gstreamer1-plugins-gl/pkg-plist	2015-08-29 18:43:34 UTC (rev 20113)
@@ -0,0 +1,37 @@
+include/gstreamer-%%VERSION%%/gst/gl/egl/gsteglimagememory.h
+include/gstreamer-%%VERSION%%/gst/gl/egl/gstgldisplay_egl.h
+include/gstreamer-%%VERSION%%/gst/gl/gl.h
+include/gstreamer-%%VERSION%%/gst/gl/glprototypes/all_functions.h
+include/gstreamer-%%VERSION%%/gst/gl/glprototypes/base.h
+include/gstreamer-%%VERSION%%/gst/gl/glprototypes/blending.h
+include/gstreamer-%%VERSION%%/gst/gl/glprototypes/eglimage.h
+include/gstreamer-%%VERSION%%/gst/gl/glprototypes/fbo.h
+include/gstreamer-%%VERSION%%/gst/gl/glprototypes/fixedfunction.h
+include/gstreamer-%%VERSION%%/gst/gl/glprototypes/gles.h
+include/gstreamer-%%VERSION%%/gst/gl/glprototypes/gstgl_compat.h
+include/gstreamer-%%VERSION%%/gst/gl/glprototypes/gstgl_gles2compat.h
+include/gstreamer-%%VERSION%%/gst/gl/glprototypes/opengl.h
+include/gstreamer-%%VERSION%%/gst/gl/glprototypes/shaders.h
+include/gstreamer-%%VERSION%%/gst/gl/gstgl_fwd.h
+include/gstreamer-%%VERSION%%/gst/gl/gstglapi.h
+include/gstreamer-%%VERSION%%/gst/gl/gstglbufferpool.h
+include/gstreamer-%%VERSION%%/gst/gl/gstglcolorconvert.h
+include/gstreamer-%%VERSION%%/gst/gl/gstglconfig.h
+include/gstreamer-%%VERSION%%/gst/gl/gstglcontext.h
+include/gstreamer-%%VERSION%%/gst/gl/gstgldisplay.h
+include/gstreamer-%%VERSION%%/gst/gl/gstgldownload.h
+include/gstreamer-%%VERSION%%/gst/gl/gstglfeature.h
+include/gstreamer-%%VERSION%%/gst/gl/gstglfilter.h
+include/gstreamer-%%VERSION%%/gst/gl/gstglframebuffer.h
+include/gstreamer-%%VERSION%%/gst/gl/gstglmemory.h
+include/gstreamer-%%VERSION%%/gst/gl/gstglshader.h
+include/gstreamer-%%VERSION%%/gst/gl/gstglshadervariables.h
+include/gstreamer-%%VERSION%%/gst/gl/gstglupload.h
+include/gstreamer-%%VERSION%%/gst/gl/gstgluploadmeta.h
+include/gstreamer-%%VERSION%%/gst/gl/gstglutils.h
+include/gstreamer-%%VERSION%%/gst/gl/gstglwindow.h
+include/gstreamer-%%VERSION%%/gst/gl/x11/gstgldisplay_x11.h
+lib/gstreamer-%%VERSION%%/libgstopengl.so
+lib/libgstgl-%%VERSION%%.so
+lib/libgstgl-%%VERSION%%.so.0
+lib/libgstgl-%%VERSION%%.so.%%SOVERSION%%


Property changes on: trunk/graphics/gstreamer1-plugins-gl/pkg-plist
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property
Added: trunk/graphics/gstreamer1-plugins-jpeg/Makefile
===================================================================
--- trunk/graphics/gstreamer1-plugins-jpeg/Makefile	                        (rev 0)
+++ trunk/graphics/gstreamer1-plugins-jpeg/Makefile	2015-08-29 18:43:34 UTC (rev 20113)
@@ -0,0 +1,13 @@
+# $FreeBSD: head/graphics/gstreamer1-plugins-jpeg/Makefile 375225 2014-12-22 10:22:38Z kwm $
+
+PORTREVISION=	0
+CATEGORIES=	graphics
+
+COMMENT=	Gstreamer jpeg encoder/decoder plugin
+
+GST_PLUGIN=	jpeg
+DIST=		good
+
+MASTERDIR=	${.CURDIR}/../../multimedia/gstreamer1-plugins
+
+.include "${MASTERDIR}/Makefile"


Property changes on: trunk/graphics/gstreamer1-plugins-jpeg/Makefile
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:keywords
## -0,0 +1 ##
+MidnightBSD=%H
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property
Added: trunk/graphics/gstreamer1-plugins-libcaca/Makefile
===================================================================
--- trunk/graphics/gstreamer1-plugins-libcaca/Makefile	                        (rev 0)
+++ trunk/graphics/gstreamer1-plugins-libcaca/Makefile	2015-08-29 18:43:34 UTC (rev 20113)
@@ -0,0 +1,13 @@
+# $FreeBSD: head/graphics/gstreamer1-plugins-libcaca/Makefile 374804 2014-12-16 13:35:01Z kwm $
+
+PORTREVISION=	0
+CATEGORIES=	graphics
+
+COMMENT=	Gstreamer color ASCII art plugin
+
+GST_PLUGIN=	libcaca
+DIST=		good
+
+MASTERDIR=	${.CURDIR}/../../multimedia/gstreamer1-plugins
+
+.include "${MASTERDIR}/Makefile"


Property changes on: trunk/graphics/gstreamer1-plugins-libcaca/Makefile
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:keywords
## -0,0 +1 ##
+MidnightBSD=%H
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property
Added: trunk/graphics/gstreamer1-plugins-libvisual/Makefile
===================================================================
--- trunk/graphics/gstreamer1-plugins-libvisual/Makefile	                        (rev 0)
+++ trunk/graphics/gstreamer1-plugins-libvisual/Makefile	2015-08-29 18:43:34 UTC (rev 20113)
@@ -0,0 +1,13 @@
+# $FreeBSD: head/graphics/gstreamer1-plugins-libvisual/Makefile 375225 2014-12-22 10:22:38Z kwm $
+
+PORTREVISION=	0
+CATEGORIES=	graphics
+
+COMMENT=	Gstreamer libvisual plugin
+
+GST_PLUGIN=	libvisual
+DIST=		base
+
+MASTERDIR=	${.CURDIR}/../../multimedia/gstreamer1-plugins
+
+.include "${MASTERDIR}/Makefile"


Property changes on: trunk/graphics/gstreamer1-plugins-libvisual/Makefile
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:keywords
## -0,0 +1 ##
+MidnightBSD=%H
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property
Added: trunk/graphics/gstreamer1-plugins-opencv/Makefile
===================================================================
--- trunk/graphics/gstreamer1-plugins-opencv/Makefile	                        (rev 0)
+++ trunk/graphics/gstreamer1-plugins-opencv/Makefile	2015-08-29 18:43:34 UTC (rev 20113)
@@ -0,0 +1,13 @@
+# $FreeBSD: head/graphics/gstreamer1-plugins-opencv/Makefile 384092 2015-04-16 08:05:47Z kwm $
+
+PORTREVISION=	1
+CATEGORIES=	graphics
+
+COMMENT=	Gstreamer opencv real time computer vision plugin
+
+GST_PLUGIN=	opencv
+DIST=		bad
+
+MASTERDIR=	${.CURDIR}/../../multimedia/gstreamer1-plugins
+
+.include "${MASTERDIR}/Makefile"


Property changes on: trunk/graphics/gstreamer1-plugins-opencv/Makefile
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:keywords
## -0,0 +1 ##
+MidnightBSD=%H
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property
Added: trunk/graphics/gstreamer1-plugins-openjpeg/Makefile
===================================================================
--- trunk/graphics/gstreamer1-plugins-openjpeg/Makefile	                        (rev 0)
+++ trunk/graphics/gstreamer1-plugins-openjpeg/Makefile	2015-08-29 18:43:34 UTC (rev 20113)
@@ -0,0 +1,13 @@
+# $FreeBSD: head/graphics/gstreamer1-plugins-openjpeg/Makefile 375225 2014-12-22 10:22:38Z kwm $
+
+PORTREVISION=	0
+CATEGORIES=	graphics
+
+COMMENT=	Gstreamer jpeg2000 decoder plugin
+
+GST_PLUGIN=	openjpeg
+DIST=		bad
+
+MASTERDIR=	${.CURDIR}/../../multimedia/gstreamer1-plugins
+
+.include "${MASTERDIR}/Makefile"


Property changes on: trunk/graphics/gstreamer1-plugins-openjpeg/Makefile
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:keywords
## -0,0 +1 ##
+MidnightBSD=%H
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property
Added: trunk/graphics/gstreamer1-plugins-png/Makefile
===================================================================
--- trunk/graphics/gstreamer1-plugins-png/Makefile	                        (rev 0)
+++ trunk/graphics/gstreamer1-plugins-png/Makefile	2015-08-29 18:43:34 UTC (rev 20113)
@@ -0,0 +1,15 @@
+# $MidnightBSD$
+# $FreeBSD: head/graphics/gstreamer1-plugins-png/Makefile 375598 2014-12-25 20:54:41Z bapt $
+
+PORTREVISION=	1
+CATEGORIES=	graphics
+PKGNAMESUFFIX=	1-plugins-png
+
+COMMENT=	Gstreamer png plugin
+
+GST_PLUGIN=	libpng
+DIST=		good
+
+MASTERDIR=	${.CURDIR}/../../multimedia/gstreamer1-plugins
+
+.include "${MASTERDIR}/Makefile"


Property changes on: trunk/graphics/gstreamer1-plugins-png/Makefile
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:keywords
## -0,0 +1 ##
+MidnightBSD=%H
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property
Added: trunk/graphics/gstreamer1-plugins-webp/Makefile
===================================================================
--- trunk/graphics/gstreamer1-plugins-webp/Makefile	                        (rev 0)
+++ trunk/graphics/gstreamer1-plugins-webp/Makefile	2015-08-29 18:43:34 UTC (rev 20113)
@@ -0,0 +1,13 @@
+# $FreeBSD: head/graphics/gstreamer1-plugins-webp/Makefile 375225 2014-12-22 10:22:38Z kwm $
+
+PORTREVISION=	0
+CATEGORIES=	graphics
+
+COMMENT=	Gstreamer webp image decoder plugin
+
+GST_PLUGIN=	webp
+DIST=		bad
+
+MASTERDIR=	${.CURDIR}/../../multimedia/gstreamer1-plugins
+
+.include "${MASTERDIR}/Makefile"


Property changes on: trunk/graphics/gstreamer1-plugins-webp/Makefile
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:keywords
## -0,0 +1 ##
+MidnightBSD=%H
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property
Added: trunk/graphics/gstreamer1-plugins-zbar/Makefile
===================================================================
--- trunk/graphics/gstreamer1-plugins-zbar/Makefile	                        (rev 0)
+++ trunk/graphics/gstreamer1-plugins-zbar/Makefile	2015-08-29 18:43:34 UTC (rev 20113)
@@ -0,0 +1,13 @@
+# $FreeBSD: head/graphics/gstreamer1-plugins-zbar/Makefile 375225 2014-12-22 10:22:38Z kwm $
+
+PORTREVISION=	0
+CATEGORIES=	graphics
+
+COMMENT=	Gstreamer ZBar barcode detector plugin
+
+GST_PLUGIN=	zbar
+DIST=		bad
+
+MASTERDIR=	${.CURDIR}/../../multimedia/gstreamer1-plugins
+
+.include "${MASTERDIR}/Makefile"


Property changes on: trunk/graphics/gstreamer1-plugins-zbar/Makefile
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:keywords
## -0,0 +1 ##
+MidnightBSD=%H
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property


More information about the Midnightbsd-cvs mailing list