[Midnightbsd-cvs] mports [21625] trunk/graphics: add opengl for qt5
laffer1 at midnightbsd.org
laffer1 at midnightbsd.org
Sat Aug 13 17:20:10 EDT 2016
Revision: 21625
http://svnweb.midnightbsd.org/mports/?rev=21625
Author: laffer1
Date: 2016-08-13 17:20:09 -0400 (Sat, 13 Aug 2016)
Log Message:
-----------
add opengl for qt5
Modified Paths:
--------------
trunk/graphics/Makefile
Added Paths:
-----------
trunk/graphics/qt5-opengl/
trunk/graphics/qt5-opengl/Makefile
trunk/graphics/qt5-opengl/pkg-plist
Modified: trunk/graphics/Makefile
===================================================================
--- trunk/graphics/Makefile 2016-08-13 21:15:53 UTC (rev 21624)
+++ trunk/graphics/Makefile 2016-08-13 21:20:09 UTC (rev 21625)
@@ -167,6 +167,7 @@
SUBDIR += qt4-opengl
SUBDIR += qt4-pixeltool
SUBDIR += qt4-svg
+SUBDIR += qt5-opengl
SUBDIR += sane-backends
SUBDIR += scr2png
SUBDIR += sdl_gfx
Added: trunk/graphics/qt5-opengl/Makefile
===================================================================
--- trunk/graphics/qt5-opengl/Makefile (rev 0)
+++ trunk/graphics/qt5-opengl/Makefile 2016-08-13 21:20:09 UTC (rev 21625)
@@ -0,0 +1,26 @@
+# $MidnightBSD$
+# $FreeBSD: head/graphics/qt5-opengl/Makefile 403678 2015-12-13 17:15:59Z rakuco $
+
+PORTNAME= opengl
+DISTVERSION= ${QT5_VERSION}
+CATEGORIES= graphics
+PKGNAMEPREFIX= qt5-
+
+MAINTAINER= ports at MidnightBSD.org
+COMMENT= Qt 5-compatible OpenGL support module
+
+LICENSE= gpl3
+
+USE_GL= gl
+USE_QT5= core gui widgets qmake_build buildtools_build
+QT_DIST= base
+HAS_CONFIGURE= yes
+USE_LDCONFIG= ${PREFIX}/${QT_LIBDIR_REL}
+
+BUILD_WRKSRC= ${WRKSRC}/src/${PORTNAME}
+INSTALL_WRKSRC= ${BUILD_WRKSRC}
+
+QT_DEFINES= OPENGL
+QT_CONFIG= opengl
+
+.include <bsd.port.mk>
Property changes on: trunk/graphics/qt5-opengl/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/qt5-opengl/pkg-plist
===================================================================
--- trunk/graphics/qt5-opengl/pkg-plist (rev 0)
+++ trunk/graphics/qt5-opengl/pkg-plist 2016-08-13 21:20:09 UTC (rev 21625)
@@ -0,0 +1,50 @@
+%%QT_INCDIR%%/QtOpenGL/%%FULLVER%%/QtOpenGL/private/qgl2pexvertexarray_p.h
+%%QT_INCDIR%%/QtOpenGL/%%FULLVER%%/QtOpenGL/private/qgl_p.h
+%%QT_INCDIR%%/QtOpenGL/%%FULLVER%%/QtOpenGL/private/qglcustomshaderstage_p.h
+%%QT_INCDIR%%/QtOpenGL/%%FULLVER%%/QtOpenGL/private/qglengineshadermanager_p.h
+%%QT_INCDIR%%/QtOpenGL/%%FULLVER%%/QtOpenGL/private/qglengineshadersource_p.h
+%%QT_INCDIR%%/QtOpenGL/%%FULLVER%%/QtOpenGL/private/qglframebufferobject_p.h
+%%QT_INCDIR%%/QtOpenGL/%%FULLVER%%/QtOpenGL/private/qglgradientcache_p.h
+%%QT_INCDIR%%/QtOpenGL/%%FULLVER%%/QtOpenGL/private/qglpaintdevice_p.h
+%%QT_INCDIR%%/QtOpenGL/%%FULLVER%%/QtOpenGL/private/qglpixelbuffer_p.h
+%%QT_INCDIR%%/QtOpenGL/%%FULLVER%%/QtOpenGL/private/qglshadercache_meego_p.h
+%%QT_INCDIR%%/QtOpenGL/%%FULLVER%%/QtOpenGL/private/qglshadercache_p.h
+%%QT_INCDIR%%/QtOpenGL/%%FULLVER%%/QtOpenGL/private/qgraphicsshadereffect_p.h
+%%QT_INCDIR%%/QtOpenGL/%%FULLVER%%/QtOpenGL/private/qpaintengineex_opengl2_p.h
+%%QT_INCDIR%%/QtOpenGL/%%FULLVER%%/QtOpenGL/private/qtextureglyphcache_gl_p.h
+%%QT_INCDIR%%/QtOpenGL/QGL
+%%QT_INCDIR%%/QtOpenGL/QGLBuffer
+%%QT_INCDIR%%/QtOpenGL/QGLColormap
+%%QT_INCDIR%%/QtOpenGL/QGLContext
+%%QT_INCDIR%%/QtOpenGL/QGLFormat
+%%QT_INCDIR%%/QtOpenGL/QGLFramebufferObject
+%%QT_INCDIR%%/QtOpenGL/QGLFramebufferObjectFormat
+%%QT_INCDIR%%/QtOpenGL/QGLFunctions
+%%QT_INCDIR%%/QtOpenGL/QGLFunctionsPrivate
+%%QT_INCDIR%%/QtOpenGL/QGLPixelBuffer
+%%QT_INCDIR%%/QtOpenGL/QGLShader
+%%QT_INCDIR%%/QtOpenGL/QGLShaderProgram
+%%QT_INCDIR%%/QtOpenGL/QGLWidget
+%%QT_INCDIR%%/QtOpenGL/QtOpenGL
+%%QT_INCDIR%%/QtOpenGL/QtOpenGLDepends
+%%QT_INCDIR%%/QtOpenGL/QtOpenGLVersion
+%%QT_INCDIR%%/QtOpenGL/qgl.h
+%%QT_INCDIR%%/QtOpenGL/qglbuffer.h
+%%QT_INCDIR%%/QtOpenGL/qglcolormap.h
+%%QT_INCDIR%%/QtOpenGL/qglframebufferobject.h
+%%QT_INCDIR%%/QtOpenGL/qglfunctions.h
+%%QT_INCDIR%%/QtOpenGL/qglpixelbuffer.h
+%%QT_INCDIR%%/QtOpenGL/qglshaderprogram.h
+%%QT_INCDIR%%/QtOpenGL/qtopenglglobal.h
+%%QT_INCDIR%%/QtOpenGL/qtopenglversion.h
+%%QT_LIBDIR%%/cmake/Qt5OpenGL/Qt5OpenGLConfig.cmake
+%%QT_LIBDIR%%/cmake/Qt5OpenGL/Qt5OpenGLConfigVersion.cmake
+%%QT_LIBDIR%%/libQt5OpenGL.prl
+%%QT_LIBDIR%%/libQt5OpenGL.so
+%%QT_LIBDIR%%/libQt5OpenGL.so.5
+%%QT_LIBDIR%%/libQt5OpenGL.so.%%SHORTVER%%
+%%QT_LIBDIR%%/libQt5OpenGL.so.%%FULLVER%%
+%%DEBUG%%%%QT_LIBDIR%%/libQt5OpenGL.so.%%FULLVER%%.debug
+%%QT_MKSPECDIR%%/modules/qt_lib_opengl.pri
+%%QT_MKSPECDIR%%/modules/qt_lib_opengl_private.pri
+libdata/pkgconfig/Qt5OpenGL.pc
Property changes on: trunk/graphics/qt5-opengl/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
More information about the Midnightbsd-cvs
mailing list