dev-ros/image_publisher: initial import; ebuild by me
authorAlexis Ballier <aballier@gentoo.org>
Tue, 26 Jul 2016 10:00:59 +0000 (12:00 +0200)
committerAlexis Ballier <aballier@gentoo.org>
Tue, 26 Jul 2016 10:03:54 +0000 (12:03 +0200)
Package-Manager: portage-2.3.0

dev-ros/image_publisher/Manifest [new file with mode: 0644]
dev-ros/image_publisher/image_publisher-1.12.19.ebuild [new file with mode: 0644]
dev-ros/image_publisher/image_publisher-9999.ebuild [new file with mode: 0644]
dev-ros/image_publisher/metadata.xml [new file with mode: 0644]

diff --git a/dev-ros/image_publisher/Manifest b/dev-ros/image_publisher/Manifest
new file mode 100644 (file)
index 0000000..202746f
--- /dev/null
@@ -0,0 +1 @@
+DIST image_pipeline-1.12.19.tar.gz 130635 SHA256 fc3073428fc930523efd6ed4a86d838ab0f0ff04a312eb4188c72a854d300e97 SHA512 f0677e4a811622ffc19792af828f4766408b6a051d271950a8a096d064b043dae1457b2a6f2d59fe5c2971795db04e7abf5e0878ead1428a4da19033693829ba WHIRLPOOL ecb1cdcc07109d3781bb82e88c0fe7e91754b2dfac0bfc7f5d053e6df9ce78b95b4131a9b65715fbce1b44b0acab6f833bd9c0d4f2fb68718fee4f4bfd586c63
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 (file)
index 0000000..c7d3a65
--- /dev/null
@@ -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}"
diff --git a/dev-ros/image_publisher/image_publisher-9999.ebuild b/dev-ros/image_publisher/image_publisher-9999.ebuild
new file mode 100644 (file)
index 0000000..c7d3a65
--- /dev/null
@@ -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}"
diff --git a/dev-ros/image_publisher/metadata.xml b/dev-ros/image_publisher/metadata.xml
new file mode 100644 (file)
index 0000000..7536ca0
--- /dev/null
@@ -0,0 +1,11 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+       <maintainer type="project">
+               <email>ros@gentoo.org</email>
+               <name>Gentoo ROS Project</name>
+       </maintainer>
+       <upstream>
+               <remote-id type="github">ros-perception/image_pipeline</remote-id>
+       </upstream>
+</pkgmetadata>