summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexis Ballier <aballier@gentoo.org>2015-12-01 12:46:38 +0100
committerAlexis Ballier <aballier@gentoo.org>2015-12-01 12:51:11 +0100
commitbe3a043ae54e8d26130dd6d5756646952ec816c5 (patch)
treed2495461fee43ffb16f6de68b0520af256ee33ff /ros-meta/image_common/image_common-1.11.8.ebuild
parentdev-ros/polled_camera: Bump to 1.11.8. (diff)
downloadgentoo-be3a043ae54e8d26130dd6d5756646952ec816c5.tar.gz
gentoo-be3a043ae54e8d26130dd6d5756646952ec816c5.tar.bz2
gentoo-be3a043ae54e8d26130dd6d5756646952ec816c5.zip
ros-meta/image_common: Bump to 1.11.8.
Package-Manager: portage-2.2.26 Signed-off-by: Alexis Ballier <aballier@gentoo.org>
Diffstat (limited to 'ros-meta/image_common/image_common-1.11.8.ebuild')
-rw-r--r--ros-meta/image_common/image_common-1.11.8.ebuild23
1 files changed, 23 insertions, 0 deletions
diff --git a/ros-meta/image_common/image_common-1.11.8.ebuild b/ros-meta/image_common/image_common-1.11.8.ebuild
new file mode 100644
index 000000000000..37bda88f6397
--- /dev/null
+++ b/ros-meta/image_common/image_common-1.11.8.ebuild
@@ -0,0 +1,23 @@
+# Copyright 1999-2014 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+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}"