git: 033373634b12 - main - misc/visp: switch to Qhull8
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 18 Feb 2022 18:45:07 UTC
The branch main has been updated by thierry: URL: https://cgit.FreeBSD.org/ports/commit/?id=033373634b12c8aff9ab8333c8323ce4fc714717 commit 033373634b12c8aff9ab8333c8323ce4fc714717 Author: Thierry Thomas <thierry@FreeBSD.org> AuthorDate: 2022-02-18 18:42:41 +0000 Commit: Thierry Thomas <thierry@FreeBSD.org> CommitDate: 2022-02-18 18:44:55 +0000 misc/visp: switch to Qhull8 PR: 261283 Approved by: yuri (maintainer) --- misc/visp/Makefile | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/misc/visp/Makefile b/misc/visp/Makefile index 893c2817f387..bcfa60152efb 100644 --- a/misc/visp/Makefile +++ b/misc/visp/Makefile @@ -1,6 +1,6 @@ PORTNAME= visp DISTVERSION= 3.4.0 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= misc MASTER_SITES= https://visp-doc.inria.fr/download/releases/ @@ -20,13 +20,16 @@ LIB_DEPENDS= libblas.so:math/blas \ libopencv_core.so:graphics/opencv \ libopencv_videoio.so:graphics/opencv \ libpcl_common.so:graphics/pcl-pointclouds \ - libqhull.so:math/qhull \ + libqhull_r.so:math/qhull8 \ libpng.so:graphics/png \ - libv4l2.so:multimedia/libv4l + libv4l2.so:multimedia/libv4l \ + liblz4.so:archivers/liblz4 \ + libdc1394.so:multimedia/libdc1394 -USES= cmake compiler:c++14-lang eigen:3 fortran gnome jpeg xorg zip +USES= cmake compiler:c++14-lang eigen:3 fortran gl gnome jpeg xorg zip USE_GNOME= libxml2 USE_XORG= ice sm x11 xext +USE_GL= gl glu opengl USE_LDCONFIG= yes CMAKE_OFF= WITH_QBDEVICE BUILD_EXAMPLES BUILD_TUTORIALS BUILD_TESTS BUILD_DEMOS