Skip to content
Snippets Groups Projects
Commit 5d5cb0b0 authored by Guilhem Saurel's avatar Guilhem Saurel
Browse files

[wip/qt-osgqt] Initial import

parent 1717ede0
No related branches found
No related tags found
No related merge requests found
......@@ -121,6 +121,7 @@ SUBDIR+= py-talos-rbprm
SUBDIR+= py-talos-torque-control
SUBDIR+= py-tiago-tutorials
SUBDIR+= pyrene-motions
SUBDIR+= qt-osgqt
SUBDIR+= roralink
SUBDIR+= ros-aicp-mapping
SUBDIR+= ros-four-wheel-steering-msgs
......
This is a Qt project for making use of OpenSceneGraph(OSG)
# robotpkg Makefile for: graphics/qt4-osgQt
# Created: Guilhem Saurel on Mon, 25 May 2020
#
ORG= gepetto
NAME= osgQt
VERSION= 3.6.0
DISTNAME= ${VERSION}
MASTER_SITES= ${MASTER_SITE_GITHUB:=${ORG}/${NAME}}/archive/
WRKSRC= ${WRKDIR}/${NAME}-${DISTNAME}
PKGNAME= ${PKGTAG.qt-}${NAME}-${VERSION}
CATEGORIES= graphics
COMMENT= open source high performance 3D graphics toolkit
LICENSE= gnu-lgpl-v2.1
MAINTAINER= gsaurel@laas.fr
CMAKE_ARGS+= -DDESIRED_QT_VERSION=${QT_SELECT}
CMAKE_ARGS+= -DLIB_POSTFIX=""
CMAKE_PREFIX_PATH= ${PREFIX.openscenegraph}
include ../../wip/openscenegraph/depend.mk
include ../../mk/sysdep/qt.mk
include ../../mk/sysdep/cmake.mk
include ../../mk/language/c.mk
include ../../mk/language/c++.mk
include ../../mk/robotpkg.mk
@comment Mon May 25 11:52:48 CEST 2020
include/osgQOpenGL/CullVisitorEx
include/osgQOpenGL/Export
include/osgQOpenGL/GraphicsWindowEx
include/osgQOpenGL/OSGRenderer
include/osgQOpenGL/RenderStageEx
include/osgQOpenGL/StateEx
include/osgQOpenGL/osgQOpenGLWidget
include/osgQOpenGL/osgQOpenGLWindow
lib/libosgQOpenGL.so
lib/libosgQOpenGL.so.145
lib/libosgQOpenGL.so.3.6.5
lib/pkgconfig/openscenegraph-osgQt.pc
share/OpenSceneGraph/bin/osgviewerQt
# robotpkg depend.mk for: graphics/qt4-osgQt
# Created: Guilhem Saurel on Mon, 25 May 2020
#
DEPEND_DEPTH:= ${DEPEND_DEPTH}+
OSGQT_DEPEND_MK:= ${OSGQT_DEPEND_MK}+
ifeq (+,$(DEPEND_DEPTH))
DEPEND_PKG+= qt-osgqt
endif
ifeq (+,$(OSGQT_DEPEND_MK)) # -------------------------------------
DEPEND_USE+= qt-osgqt
DEPEND_ABI.qt-osgqt?= ${PKGTAG.qt-}osgQt>=3.6
DEPEND_DIR.qt-osgqt?= ../../wip/qt-osgqt
SYSTEM_SEARCH.qt-osgqt= \
'include/osgQOpenGL/Export' \
'lib/libosgQOpenGL.so' \
'lib/pkgconfig/openscenegraph-osgQt.pc:/Version/s/[^0-9.]//gp'
include ../../mk/sysdep/qt.mk
endif # OSGQT_DEPEND_MK -------------------------------------------
DEPEND_DEPTH:= ${DEPEND_DEPTH:+=}
SHA1 (3.6.0.tar.gz) = 62b77746122175b832487f0b5dd8745c556e29d3
RMD160 (3.6.0.tar.gz) = 6f7368051fa6b5a08c3eebbf8ae60a596721876f
Size (3.6.0.tar.gz) = 1166632 bytes
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment