Gentoo Archives: gentoo-commits

From: Alexis Ballier <aballier@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ros/compressed_depth_image_transport/
Date: Wed, 23 Sep 2015 12:09:40
Message-Id: 1443010001.94c1d43a733631b9218c60e5014aaa0f169314fc.aballier@gentoo
1 commit: 94c1d43a733631b9218c60e5014aaa0f169314fc
2 Author: Alexis Ballier <aballier <AT> gentoo <DOT> org>
3 AuthorDate: Wed Sep 23 12:06:41 2015 +0000
4 Commit: Alexis Ballier <aballier <AT> gentoo <DOT> org>
5 CommitDate: Wed Sep 23 12:06:41 2015 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=94c1d43a
7
8 dev-ros/compressed_depth_image_transport: Initial import. Ebuild by me.
9
10 Package-Manager: portage-2.2.21
11
12 dev-ros/compressed_depth_image_transport/Manifest | 1 +
13 .../compressed_depth_image_transport-1.9.2.ebuild | 24 ++++++++++++++++++++++
14 .../compressed_depth_image_transport-9999.ebuild | 24 ++++++++++++++++++++++
15 .../compressed_depth_image_transport/metadata.xml | 5 +++++
16 4 files changed, 54 insertions(+)
17
18 diff --git a/dev-ros/compressed_depth_image_transport/Manifest b/dev-ros/compressed_depth_image_transport/Manifest
19 new file mode 100644
20 index 0000000..431aae6
21 --- /dev/null
22 +++ b/dev-ros/compressed_depth_image_transport/Manifest
23 @@ -0,0 +1 @@
24 +DIST image_transport_plugins-1.9.2.tar.gz 23734 SHA256 b610f50cdbab30abaa94980b22a444c5d898c571e3f57f0cf83ecde53877fdf0 SHA512 5ac7429cf61699f1827fdf15374aee5d951cd6aa77321f245bfe4e9771647e1bae5902646f30cb88019675e48732cd4f705eafe0931268684a449bef356bf972 WHIRLPOOL 7136449bf3fbc5f161a89c4fabac2d24fc4d4548186895e95a0aa7175ac196b5859d63da0cd59b418a570c10c767f19a8a9e7d0d408cd2c0517bff5407a512df
25
26 diff --git a/dev-ros/compressed_depth_image_transport/compressed_depth_image_transport-1.9.2.ebuild b/dev-ros/compressed_depth_image_transport/compressed_depth_image_transport-1.9.2.ebuild
27 new file mode 100644
28 index 0000000..51e86fe
29 --- /dev/null
30 +++ b/dev-ros/compressed_depth_image_transport/compressed_depth_image_transport-1.9.2.ebuild
31 @@ -0,0 +1,24 @@
32 +# Copyright 1999-2014 Gentoo Foundation
33 +# Distributed under the terms of the GNU General Public License v2
34 +# $Id$
35 +
36 +EAPI=5
37 +ROS_REPO_URI="https://github.com/ros-perception/image_transport_plugins"
38 +KEYWORDS="~amd64 ~arm"
39 +ROS_SUBDIR=${PN}
40 +
41 +inherit ros-catkin
42 +
43 +DESCRIPTION="Plugin to image_transport for transparently sending depth images using PNG compression"
44 +LICENSE="BSD"
45 +SLOT="0"
46 +IUSE=""
47 +
48 +RDEPEND="
49 + dev-ros/cv_bridge
50 + dev-ros/dynamic_reconfigure
51 + dev-ros/image_transport
52 + dev-ros/tf
53 + media-libs/opencv
54 +"
55 +DEPEND="${RDEPEND}"
56
57 diff --git a/dev-ros/compressed_depth_image_transport/compressed_depth_image_transport-9999.ebuild b/dev-ros/compressed_depth_image_transport/compressed_depth_image_transport-9999.ebuild
58 new file mode 100644
59 index 0000000..51e86fe
60 --- /dev/null
61 +++ b/dev-ros/compressed_depth_image_transport/compressed_depth_image_transport-9999.ebuild
62 @@ -0,0 +1,24 @@
63 +# Copyright 1999-2014 Gentoo Foundation
64 +# Distributed under the terms of the GNU General Public License v2
65 +# $Id$
66 +
67 +EAPI=5
68 +ROS_REPO_URI="https://github.com/ros-perception/image_transport_plugins"
69 +KEYWORDS="~amd64 ~arm"
70 +ROS_SUBDIR=${PN}
71 +
72 +inherit ros-catkin
73 +
74 +DESCRIPTION="Plugin to image_transport for transparently sending depth images using PNG compression"
75 +LICENSE="BSD"
76 +SLOT="0"
77 +IUSE=""
78 +
79 +RDEPEND="
80 + dev-ros/cv_bridge
81 + dev-ros/dynamic_reconfigure
82 + dev-ros/image_transport
83 + dev-ros/tf
84 + media-libs/opencv
85 +"
86 +DEPEND="${RDEPEND}"
87
88 diff --git a/dev-ros/compressed_depth_image_transport/metadata.xml b/dev-ros/compressed_depth_image_transport/metadata.xml
89 new file mode 100644
90 index 0000000..c42ea5b
91 --- /dev/null
92 +++ b/dev-ros/compressed_depth_image_transport/metadata.xml
93 @@ -0,0 +1,5 @@
94 +<?xml version="1.0" encoding="UTF-8"?>
95 +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
96 +<pkgmetadata>
97 +<herd>ros</herd>
98 +</pkgmetadata>