summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexis Ballier <aballier@gentoo.org>2020-07-16 14:03:41 +0200
committerAlexis Ballier <aballier@gentoo.org>2020-07-16 15:02:13 +0200
commit578b1dbc59d128c57a08cf2c564fbac221229e66 (patch)
tree6a4889d4fd3b72c8bfef5afe2243ab4e10557032 /ros-meta/image_common/image_common-1.12.0.ebuild
parentdev-ros/polled_camera: Bump to 1.12.0. (diff)
downloadgentoo-578b1dbc59d128c57a08cf2c564fbac221229e66.tar.gz
gentoo-578b1dbc59d128c57a08cf2c564fbac221229e66.tar.bz2
gentoo-578b1dbc59d128c57a08cf2c564fbac221229e66.zip
ros-meta/image_common: Bump to 1.12.0.
Package-Manager: Portage-2.3.103, Repoman-2.3.23 Signed-off-by: Alexis Ballier <aballier@gentoo.org>
Diffstat (limited to 'ros-meta/image_common/image_common-1.12.0.ebuild')
-rw-r--r--ros-meta/image_common/image_common-1.12.0.ebuild22
1 files changed, 22 insertions, 0 deletions
diff --git a/ros-meta/image_common/image_common-1.12.0.ebuild b/ros-meta/image_common/image_common-1.12.0.ebuild
new file mode 100644
index 000000000000..f2b62f109fad
--- /dev/null
+++ b/ros-meta/image_common/image_common-1.12.0.ebuild
@@ -0,0 +1,22 @@
+# 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/image_common"
+KEYWORDS="~amd64 ~arm"
+ROS_SUBDIR=${PN}
+
+inherit ros-catkin
+
+DESCRIPTION="Common code for working with images in ROS"
+LICENSE="BSD"
+SLOT="0"
+IUSE=""
+
+RDEPEND="
+ dev-ros/camera_calibration_parsers
+ dev-ros/camera_info_manager
+ dev-ros/image_transport
+ dev-ros/polled_camera
+"
+DEPEND="${RDEPEND}"