From 3e23bf0c71efdae6a8eb0ab3f35d16c0929da845 Mon Sep 17 00:00:00 2001 From: Alexis Ballier Date: Thu, 9 Jul 2020 13:13:23 +0200 Subject: dev-ros/image_publisher: Bump to 1.15.2. Package-Manager: Portage-2.3.103, Repoman-2.3.23 Signed-off-by: Alexis Ballier --- .../image_publisher/image_publisher-1.15.2.ebuild | 29 ++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 dev-ros/image_publisher/image_publisher-1.15.2.ebuild (limited to 'dev-ros/image_publisher/image_publisher-1.15.2.ebuild') diff --git a/dev-ros/image_publisher/image_publisher-1.15.2.ebuild b/dev-ros/image_publisher/image_publisher-1.15.2.ebuild new file mode 100644 index 000000000000..ffda07317a22 --- /dev/null +++ b/dev-ros/image_publisher/image_publisher-1.15.2.ebuild @@ -0,0 +1,29 @@ +# 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_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 + media-libs/opencv:= + dev-ros/dynamic_reconfigure + dev-ros/camera_info_manager + dev-ros/image_transport + dev-ros/nodelet + dev-libs/console_bridge:= + dev-ros/roscpp + dev-ros/sensor_msgs[${CATKIN_MESSAGES_CXX_USEDEP}] + dev-libs/boost:= +" +DEPEND="${RDEPEND}" -- cgit v1.2.3-65-gdbad