forked from gentoo/gentoo
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Package-Manager: Portage-2.3.13, Repoman-2.3.4
- Loading branch information
Showing
2 changed files
with
24 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,2 @@ | ||
DIST vision_opencv-1.12.4.tar.gz 80675 SHA256 37a7d85de5217d29689c7b18efdacb273fdc411176350bafff378f974d29def2 SHA512 9ed426ddae7af343eed01d6ebf2769d654476bb28b095d67394e75feeec8440859aca34f62c9faff81018cf98fe58b731b96f3f7ffeaa459d14e6a3c59ad02e5 WHIRLPOOL b5c829711a9ffac0b27f0f44fac253c2feb3c7ad236d9d17de74296cdf871f70b036c203781e55d54f685f20ada927cdfa7761446d849c40159e00ff801e6c55 | ||
DIST vision_opencv-1.12.5.tar.gz 81739 SHA256 2709e5f70f14bfba47117930f796474e8c340093b0b1cf4d20bbab1b974b669f SHA512 df3ad951262a692124eead5751f64c04fbf831486db8c000e23e2f0b10f645d830c38cf2d99d23b696b96cd0388c4d732ddda4e5d8e8b7cb88a3fd5909c62c71 WHIRLPOOL 536300854a3a4fa417743617d47d09c948e97e5049d5274f60aca305b9e2e294fa8d74ae819f336344f040a8050a84cd9e1ff91af1897f4a6d27fa28f74edf6f |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
# Copyright 1999-2017 Gentoo Foundation | ||
# Distributed under the terms of the GNU General Public License v2 | ||
|
||
EAPI=5 | ||
ROS_REPO_URI="https://github.com/ros-perception/vision_opencv" | ||
KEYWORDS="~amd64 ~arm" | ||
PYTHON_COMPAT=( python2_7 ) | ||
ROS_SUBDIR=${PN} | ||
|
||
inherit ros-catkin | ||
|
||
DESCRIPTION="Converts between ROS Image messages and OpenCV images" | ||
LICENSE="BSD" | ||
SLOT="0" | ||
IUSE="" | ||
|
||
RDEPEND=" | ||
dev-ros/rosconsole | ||
media-libs/opencv:=[contrib(+)] | ||
dev-libs/boost:=[threads,python,${PYTHON_USEDEP}] | ||
dev-ros/sensor_msgs[${CATKIN_MESSAGES_CXX_USEDEP},${CATKIN_MESSAGES_PYTHON_USEDEP}] | ||
" | ||
DEPEND="${RDEPEND}" |