diff options
author | Alexis Ballier <aballier@gentoo.org> | 2017-12-28 19:17:45 +0100 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2017-12-28 20:10:36 +0100 |
commit | 8bf899ed54758bc46c2d0bcc9bf04304ea7f23fd (patch) | |
tree | b3b8ad19dd7a08366fa38cd1399eec3033feb601 /dev-ros/image_publisher/image_publisher-1.12.22-r1.ebuild | |
parent | dev-ros/image_publisher: Remove old (diff) | |
download | gentoo-8bf899ed54758bc46c2d0bcc9bf04304ea7f23fd.tar.gz gentoo-8bf899ed54758bc46c2d0bcc9bf04304ea7f23fd.tar.bz2 gentoo-8bf899ed54758bc46c2d0bcc9bf04304ea7f23fd.zip |
dev-ros/image_publisher: add missing console bridge dep
Package-Manager: Portage-2.3.19, Repoman-2.3.6
Diffstat (limited to 'dev-ros/image_publisher/image_publisher-1.12.22-r1.ebuild')
-rw-r--r-- | dev-ros/image_publisher/image_publisher-1.12.22-r1.ebuild | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/dev-ros/image_publisher/image_publisher-1.12.22-r1.ebuild b/dev-ros/image_publisher/image_publisher-1.12.22-r1.ebuild new file mode 100644 index 000000000000..7a3fea27064f --- /dev/null +++ b/dev-ros/image_publisher/image_publisher-1.12.22-r1.ebuild @@ -0,0 +1,29 @@ +# Copyright 1999-2017 Gentoo Foundation +# 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}" |