Gentoo Archives: gentoo-commits

From: Alexis Ballier <aballier@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ros/cv_bridge/
Date: Fri, 07 Aug 2020 14:44:24
Message-Id: 1596811440.71c8f1f63fb26d8422cc7fafeafd3265cf77f890.aballier@gentoo
1 commit: 71c8f1f63fb26d8422cc7fafeafd3265cf77f890
2 Author: Alexis Ballier <aballier <AT> gentoo <DOT> org>
3 AuthorDate: Fri Aug 7 14:39:55 2020 +0000
4 Commit: Alexis Ballier <aballier <AT> gentoo <DOT> org>
5 CommitDate: Fri Aug 7 14:44:00 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=71c8f1f6
7
8 dev-ros/cv_bridge: add missing deps
9
10 Closes: https://bugs.gentoo.org/736134
11 Package-Manager: Portage-3.0.1, Repoman-2.3.23
12 Signed-off-by: Alexis Ballier <aballier <AT> gentoo.org>
13
14 dev-ros/cv_bridge/cv_bridge-1.15.0.ebuild | 3 ++-
15 dev-ros/cv_bridge/cv_bridge-9999.ebuild | 3 ++-
16 2 files changed, 4 insertions(+), 2 deletions(-)
17
18 diff --git a/dev-ros/cv_bridge/cv_bridge-1.15.0.ebuild b/dev-ros/cv_bridge/cv_bridge-1.15.0.ebuild
19 index 10035c22442..582de3e58f7 100644
20 --- a/dev-ros/cv_bridge/cv_bridge-1.15.0.ebuild
21 +++ b/dev-ros/cv_bridge/cv_bridge-1.15.0.ebuild
22 @@ -15,7 +15,7 @@ IUSE=""
23
24 RDEPEND="
25 dev-ros/rosconsole
26 - >=media-libs/opencv-3:=[contrib(+)]
27 + >=media-libs/opencv-3:=[contrib(+),png,jpeg,tiff]
28 $(python_gen_cond_dep "dev-libs/boost:=[threads,python,\${PYTHON_USEDEP}]")
29 dev-ros/sensor_msgs[${CATKIN_MESSAGES_PYTHON_USEDEP}]
30 "
31 @@ -24,6 +24,7 @@ DEPEND="${RDEPEND}
32 test? (
33 dev-cpp/gtest
34 $(python_gen_cond_dep "dev-python/nose[\${PYTHON_USEDEP}]")
35 + dev-ros/rostest[${PYTHON_SINGLE_USEDEP}]
36 )
37 "
38 PATCHES=( "${FILESDIR}/boostpython.patch" )
39
40 diff --git a/dev-ros/cv_bridge/cv_bridge-9999.ebuild b/dev-ros/cv_bridge/cv_bridge-9999.ebuild
41 index 10035c22442..582de3e58f7 100644
42 --- a/dev-ros/cv_bridge/cv_bridge-9999.ebuild
43 +++ b/dev-ros/cv_bridge/cv_bridge-9999.ebuild
44 @@ -15,7 +15,7 @@ IUSE=""
45
46 RDEPEND="
47 dev-ros/rosconsole
48 - >=media-libs/opencv-3:=[contrib(+)]
49 + >=media-libs/opencv-3:=[contrib(+),png,jpeg,tiff]
50 $(python_gen_cond_dep "dev-libs/boost:=[threads,python,\${PYTHON_USEDEP}]")
51 dev-ros/sensor_msgs[${CATKIN_MESSAGES_PYTHON_USEDEP}]
52 "
53 @@ -24,6 +24,7 @@ DEPEND="${RDEPEND}
54 test? (
55 dev-cpp/gtest
56 $(python_gen_cond_dep "dev-python/nose[\${PYTHON_USEDEP}]")
57 + dev-ros/rostest[${PYTHON_SINGLE_USEDEP}]
58 )
59 "
60 PATCHES=( "${FILESDIR}/boostpython.patch" )