summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexis Ballier <aballier@gentoo.org>2019-12-12 11:24:24 +0100
committerAlexis Ballier <aballier@gentoo.org>2019-12-12 11:42:06 +0100
commit4b71037afa32a69ff3709a1f986362f688e2e7c8 (patch)
treef448f6147bc6a382d394a825384a3f2327921cf5 /dev-ros/visp_auto_tracker/visp_auto_tracker-9999.ebuild
parentdev-ros/amcl: really fix build with latest cmake (diff)
downloadgentoo-4b71037afa32a69ff3709a1f986362f688e2e7c8.tar.gz
gentoo-4b71037afa32a69ff3709a1f986362f688e2e7c8.tar.bz2
gentoo-4b71037afa32a69ff3709a1f986362f688e2e7c8.zip
dev-ros/visp_auto_tracker: fix build with opencv 4
Package-Manager: Portage-2.3.81, Repoman-2.3.20 Signed-off-by: Alexis Ballier <aballier@gentoo.org>
Diffstat (limited to 'dev-ros/visp_auto_tracker/visp_auto_tracker-9999.ebuild')
-rw-r--r--dev-ros/visp_auto_tracker/visp_auto_tracker-9999.ebuild5
1 files changed, 4 insertions, 1 deletions
diff --git a/dev-ros/visp_auto_tracker/visp_auto_tracker-9999.ebuild b/dev-ros/visp_auto_tracker/visp_auto_tracker-9999.ebuild
index 119d92d4d319..0b8d39209953 100644
--- a/dev-ros/visp_auto_tracker/visp_auto_tracker-9999.ebuild
+++ b/dev-ros/visp_auto_tracker/visp_auto_tracker-9999.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=5
@@ -25,8 +25,11 @@ RDEPEND="
dev-ros/visp_tracker
sci-libs/ViSP:=[dmtx,zbar]
dev-libs/boost:=[threads]
+ media-libs/opencv:=
"
DEPEND="${RDEPEND}"
if [ "${PV#9999}" = "${PV}" ] ; then
S="${WORKDIR}/vision_visp-kinetic-${PV}/${ROS_SUBDIR}"
fi
+
+PATCHES=( "${FILESDIR}/boost170.patch" "${FILESDIR}/ocv4.patch" )