From 6f4113208ce9126416cde7fb59b8556570558948 Mon Sep 17 00:00:00 2001 From: Alexis Ballier Date: Tue, 26 Jul 2016 12:00:59 +0200 Subject: dev-ros/image_publisher: initial import; ebuild by me Package-Manager: portage-2.3.0 --- .../image_publisher/image_publisher-1.12.19.ebuild | 27 ++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 dev-ros/image_publisher/image_publisher-1.12.19.ebuild (limited to 'dev-ros/image_publisher/image_publisher-1.12.19.ebuild') diff --git a/dev-ros/image_publisher/image_publisher-1.12.19.ebuild b/dev-ros/image_publisher/image_publisher-1.12.19.ebuild new file mode 100644 index 000000000000..c7d3a6523f22 --- /dev/null +++ b/dev-ros/image_publisher/image_publisher-1.12.19.ebuild @@ -0,0 +1,27 @@ +# Copyright 1999-2016 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_pipeline" +KEYWORDS="~amd64 ~arm" +PYTHON_COMPAT=( python2_7 ) +ROS_SUBDIR=${PN} + +inherit ros-catkin + +DESCRIPTION="Publish an image stream from single image file or avi file." +LICENSE="BSD" +SLOT="0" +IUSE="" + +RDEPEND=" + dev-ros/cv_bridge + dev-ros/dynamic_reconfigure + dev-ros/camera_info_manager + dev-ros/image_transport + dev-ros/nodelet + dev-ros/roscpp + dev-ros/sensor_msgs[${CATKIN_MESSAGES_CXX_USEDEP}] +" +DEPEND="${RDEPEND}" -- cgit v1.2.3-65-gdbad