diff options
author | Alexis Ballier <aballier@gentoo.org> | 2016-01-19 12:53:32 +0100 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2016-01-19 13:03:03 +0100 |
commit | 319fe26b69043a1a237cbc67f44da4605b72cbf8 (patch) | |
tree | 5eb64e9c833beb8cbf3e2364cee4edd48244764d /ros-meta/image_transport_plugins | |
parent | dev-ros/theora_image_transport: Bump to 1.9.3. (diff) | |
download | gentoo-319fe26b69043a1a237cbc67f44da4605b72cbf8.tar.gz gentoo-319fe26b69043a1a237cbc67f44da4605b72cbf8.tar.bz2 gentoo-319fe26b69043a1a237cbc67f44da4605b72cbf8.zip |
ros-meta/image_transport_plugins: Bump to 1.9.3.
Package-Manager: portage-2.2.27
Signed-off-by: Alexis Ballier <aballier@gentoo.org>
Diffstat (limited to 'ros-meta/image_transport_plugins')
-rw-r--r-- | ros-meta/image_transport_plugins/Manifest | 1 | ||||
-rw-r--r-- | ros-meta/image_transport_plugins/image_transport_plugins-1.9.3.ebuild | 22 |
2 files changed, 23 insertions, 0 deletions
diff --git a/ros-meta/image_transport_plugins/Manifest b/ros-meta/image_transport_plugins/Manifest index 431aae62326c..8a42cb322af4 100644 --- a/ros-meta/image_transport_plugins/Manifest +++ b/ros-meta/image_transport_plugins/Manifest @@ -1 +1,2 @@ DIST image_transport_plugins-1.9.2.tar.gz 23734 SHA256 b610f50cdbab30abaa94980b22a444c5d898c571e3f57f0cf83ecde53877fdf0 SHA512 5ac7429cf61699f1827fdf15374aee5d951cd6aa77321f245bfe4e9771647e1bae5902646f30cb88019675e48732cd4f705eafe0931268684a449bef356bf972 WHIRLPOOL 7136449bf3fbc5f161a89c4fabac2d24fc4d4548186895e95a0aa7175ac196b5859d63da0cd59b418a570c10c767f19a8a9e7d0d408cd2c0517bff5407a512df +DIST image_transport_plugins-1.9.3.tar.gz 25291 SHA256 2d9b10f1e3c22145d58ba922dcafc72b149bb4561e641fff17eddf1510294271 SHA512 51ec14f5bef48e337146e303a4b87290c932d418621e3ae65d5a2f96247c4d0e9ac63df5c4e102f1532737448b272f07e2ce841030a33b8701febacad1698781 WHIRLPOOL c255da767e2dd668eef9499e26822b7eb3d6c144343287a34e3d396574776b29eff2ed90c384f99e1f9b53031a0f6d14a7311c0d2022bd4fc46af53c0a432025 diff --git a/ros-meta/image_transport_plugins/image_transport_plugins-1.9.3.ebuild b/ros-meta/image_transport_plugins/image_transport_plugins-1.9.3.ebuild new file mode 100644 index 000000000000..2775b4f0bfdd --- /dev/null +++ b/ros-meta/image_transport_plugins/image_transport_plugins-1.9.3.ebuild @@ -0,0 +1,22 @@ +# 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_transport_plugins" +KEYWORDS="~amd64 ~arm" +ROS_SUBDIR=${PN} + +inherit ros-catkin + +DESCRIPTION="Plugins for publishing and subscribing topics in representations other than raw pixel data" +LICENSE="BSD" +SLOT="0" +IUSE="" + +RDEPEND=" + dev-ros/compressed_depth_image_transport + dev-ros/compressed_image_transport + dev-ros/theora_image_transport +" +DEPEND="${RDEPEND}" |