Skip to content
Snippets Groups Projects
Commit cfc05fa5 authored by Anthony Mallet's avatar Anthony Mallet
Browse files

[wip/qgv] Delete: moved to robotpkg/graphics/qt-qgv

parent ec0176f7
No related branches found
No related tags found
No related merge requests found
......@@ -111,7 +111,6 @@ SUBDIR+= py-sot-tools-v3
SUBDIR+= py-sot-torque-control
SUBDIR+= py-tsid
SUBDIR+= pyrene-motions
SUBDIR+= qgv
SUBDIR+= roralink
SUBDIR+= roscontrol-sot
SUBDIR+= ros-baxter-common
......
Interactive Qt graphViz display
# robotpkg Makefile for: wip/qgv
# Created: Guilhem Saurel on Thu, 24 Jan 2019
#
ORG= gepetto
NAME= qgv
VERSION= 1.1.0
DISTNAME= ${NAME}-${VERSION}
PKGNAME= ${PKGTAG.qt-}${DISTNAME}
MASTER_SITES= ${MASTER_SITE_OPENROBOTS:=${NAME}/}
MASTER_REPOSITORY= git https://github.com/${ORG}/${NAME}.git
CHECKOUT_VCS_OPTS+= --recursive
CATEGORIES= wip
COMMENT= Interactive Qt graphViz display
LICENSE= gnu-lgpl-v3
MAINTAINER= gsaurel@laas.fr
DYNAMIC_PLIST_DIRS+= share/doc/${NAME}
include ../../pkgtools/pkg-config/depend.mk
include ../../mk/sysdep/graphviz.mk
include ../../mk/sysdep/cmake.mk
include ../../mk/sysdep/qt.mk
include ../../mk/language/c.mk
include ../../mk/language/c++.mk
include ../../mk/robotpkg.mk
@comment Thu Jan 24 15:41:54 CET 2019
include/QGVCore/QGVEdge.h
include/QGVCore/QGVNode.h
include/QGVCore/QGVScene.h
include/QGVCore/QGVSubGraph.h
include/QGVCore/qgv.h
include/qgv/config.hh
include/qgv/deprecated.hh
include/qgv/warning.hh
lib/libqgvcore.so
lib/pkgconfig/QGVCore.pc
lib/pkgconfig/qgv.pc
# robotpkg Makefile for: wip/qgv
# Created: Guilhem Saurel on Thu, 24 Jan 2019
#
DEPEND_DEPTH:= ${DEPEND_DEPTH}+
QGV_DEPEND_MK:= ${QGV_DEPEND_MK}+
ifeq (+,$(DEPEND_DEPTH))
DEPEND_PKG+= qgv
endif
ifeq (+,$(QGV_DEPEND_MK)) # ------------------------------------------
PREFER.qgv?= robotpkg
#TODO
SYSTEM_SEARCH.qgv=\
'include/qgv/config.hh:/QGV_VERSION/s/[^0-9.]//gp' \
'lib/libqgvcore.so' \
'lib/pkgconfig/qgv.pc:/Version/s/[^0-9.]//gp'
DEPEND_USE+= qgv
# depend on appropriate Qt version when using Qt, all versions otherwise.
_qgv_qts={qt4,qt5}
_qgv_qt=$(if $(filter qt,${PKG_ALTERNATIVES}),${PKG_ALTERNATIVE.qt},${_qgv_qts})
DEPEND_ABI.qgv?= ${_qgv_qt}-qgv>=1.1.0
DEPEND_DIR.qgv?= ../../wip/qgv
endif # QGV_DEPEND_MK ------------------------------------------------
DEPEND_DEPTH:= ${DEPEND_DEPTH:+=}
SHA1 (qgv-1.1.0.tar.gz) = 3a7cfadd3206d2a89e149150bd2f33b179236639
RMD160 (qgv-1.1.0.tar.gz) = 0d387049a48a1f91e3fe13e3f3880c0306ba9e76
Size (qgv-1.1.0.tar.gz) = 805932 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