summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexis Ballier <aballier@gentoo.org>2018-05-20 09:35:49 +0200
committerAlexis Ballier <aballier@gentoo.org>2018-05-22 13:27:57 +0200
commitf6f4820cdb6b556a8d93e6217efad443c71dee4f (patch)
treee0a41b84e14d29b373c8bfbd87be9012b6cd8de1 /ros-meta/vision_opencv/vision_opencv-1.13.0.ebuild
parentdev-ros/opencv_tests: Bump to 1.13.0. (diff)
downloadgentoo-f6f4820cdb6b556a8d93e6217efad443c71dee4f.tar.gz
gentoo-f6f4820cdb6b556a8d93e6217efad443c71dee4f.tar.bz2
gentoo-f6f4820cdb6b556a8d93e6217efad443c71dee4f.zip
ros-meta/vision_opencv: Bump to 1.13.0.
Package-Manager: Portage-2.3.38, Repoman-2.3.9
Diffstat (limited to 'ros-meta/vision_opencv/vision_opencv-1.13.0.ebuild')
-rw-r--r--ros-meta/vision_opencv/vision_opencv-1.13.0.ebuild21
1 files changed, 21 insertions, 0 deletions
diff --git a/ros-meta/vision_opencv/vision_opencv-1.13.0.ebuild b/ros-meta/vision_opencv/vision_opencv-1.13.0.ebuild
new file mode 100644
index 000000000000..9818603983c8
--- /dev/null
+++ b/ros-meta/vision_opencv/vision_opencv-1.13.0.ebuild
@@ -0,0 +1,21 @@
+# Copyright 1999-2018 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"
+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}"