summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexis Ballier <aballier@gentoo.org>2020-07-16 14:50:32 +0200
committerAlexis Ballier <aballier@gentoo.org>2020-07-16 15:02:21 +0200
commit53eeb98019903d15b001fdee8cee8a75dda615ae (patch)
treeea03a12eeb1552ed9cefbedc2b835cdcb8095135 /ros-meta/vision_opencv/vision_opencv-1.15.0.ebuild
parentdev-ros/opencv_tests: Bump to 1.15.0. (diff)
downloadgentoo-53eeb98019903d15b001fdee8cee8a75dda615ae.tar.gz
gentoo-53eeb98019903d15b001fdee8cee8a75dda615ae.tar.bz2
gentoo-53eeb98019903d15b001fdee8cee8a75dda615ae.zip
ros-meta/vision_opencv: Bump to 1.15.0.
Package-Manager: Portage-2.3.103, Repoman-2.3.23 Signed-off-by: Alexis Ballier <aballier@gentoo.org>
Diffstat (limited to 'ros-meta/vision_opencv/vision_opencv-1.15.0.ebuild')
-rw-r--r--ros-meta/vision_opencv/vision_opencv-1.15.0.ebuild21
1 files changed, 21 insertions, 0 deletions
diff --git a/ros-meta/vision_opencv/vision_opencv-1.15.0.ebuild b/ros-meta/vision_opencv/vision_opencv-1.15.0.ebuild
new file mode 100644
index 000000000000..0fc25adc338c
--- /dev/null
+++ b/ros-meta/vision_opencv/vision_opencv-1.15.0.ebuild
@@ -0,0 +1,21 @@
+# Copyright 1999-2020 Gentoo Authors
+# 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"
+ROS_SUBDIR=${PN}
+
+inherit ros-catkin
+
+DESCRIPTION="Converts between ROS Image messages and OpenCV images"
+LICENSE="BSD"
+SLOT="0"
+IUSE=""
+
+RDEPEND="
+ dev-ros/cv_bridge
+ dev-ros/image_geometry
+ dev-ros/opencv_tests
+"
+DEPEND="${RDEPEND}"