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/theora_image_transport/
Date: Wed, 23 Sep 2015 12:09:39
Message-Id: 1443010105.7245aa26d2c266edd566fbb8fb06163565b3d154.aballier@gentoo
1 commit: 7245aa26d2c266edd566fbb8fb06163565b3d154
2 Author: Alexis Ballier <aballier <AT> gentoo <DOT> org>
3 AuthorDate: Wed Sep 23 12:08:25 2015 +0000
4 Commit: Alexis Ballier <aballier <AT> gentoo <DOT> org>
5 CommitDate: Wed Sep 23 12:08:25 2015 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7245aa26
7
8 dev-ros/theora_image_transport: Initial import. Ebuild by me.
9
10 Package-Manager: portage-2.2.21
11
12 dev-ros/theora_image_transport/Manifest | 1 +
13 dev-ros/theora_image_transport/metadata.xml | 5 ++++
14 .../theora_image_transport-1.9.2.ebuild | 33 ++++++++++++++++++++++
15 .../theora_image_transport-9999.ebuild | 33 ++++++++++++++++++++++
16 4 files changed, 72 insertions(+)
17
18 diff --git a/dev-ros/theora_image_transport/Manifest b/dev-ros/theora_image_transport/Manifest
19 new file mode 100644
20 index 0000000..431aae6
21 --- /dev/null
22 +++ b/dev-ros/theora_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/theora_image_transport/metadata.xml b/dev-ros/theora_image_transport/metadata.xml
27 new file mode 100644
28 index 0000000..c42ea5b
29 --- /dev/null
30 +++ b/dev-ros/theora_image_transport/metadata.xml
31 @@ -0,0 +1,5 @@
32 +<?xml version="1.0" encoding="UTF-8"?>
33 +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
34 +<pkgmetadata>
35 +<herd>ros</herd>
36 +</pkgmetadata>
37
38 diff --git a/dev-ros/theora_image_transport/theora_image_transport-1.9.2.ebuild b/dev-ros/theora_image_transport/theora_image_transport-1.9.2.ebuild
39 new file mode 100644
40 index 0000000..24e52f9
41 --- /dev/null
42 +++ b/dev-ros/theora_image_transport/theora_image_transport-1.9.2.ebuild
43 @@ -0,0 +1,33 @@
44 +# Copyright 1999-2014 Gentoo Foundation
45 +# Distributed under the terms of the GNU General Public License v2
46 +# $Id$
47 +
48 +EAPI=5
49 +ROS_REPO_URI="https://github.com/ros-perception/image_transport_plugins"
50 +KEYWORDS="~amd64 ~arm"
51 +ROS_SUBDIR=${PN}
52 +CATKIN_HAS_MESSAGES=yes
53 +PYTHON_COMPAT=( python2_7 )
54 +CATKIN_MESSAGES_TRANSITIVE_DEPS="dev-ros/std_msgs"
55 +
56 +inherit ros-catkin
57 +
58 +DESCRIPTION="Plugin to image_transport for transparently sending an image stream encoded with the Theora codec"
59 +LICENSE="BSD"
60 +SLOT="0"
61 +IUSE=""
62 +
63 +RDEPEND="
64 + dev-ros/cv_bridge
65 + dev-ros/dynamic_reconfigure
66 + dev-ros/image_transport
67 + dev-ros/tf
68 + media-libs/opencv
69 + dev-ros/tf
70 + dev-ros/rosbag
71 + dev-ros/pluginlib
72 + media-libs/libogg
73 + media-libs/libtheora[encode]
74 +"
75 +DEPEND="${RDEPEND}
76 + virtual/pkgconfig"
77
78 diff --git a/dev-ros/theora_image_transport/theora_image_transport-9999.ebuild b/dev-ros/theora_image_transport/theora_image_transport-9999.ebuild
79 new file mode 100644
80 index 0000000..24e52f9
81 --- /dev/null
82 +++ b/dev-ros/theora_image_transport/theora_image_transport-9999.ebuild
83 @@ -0,0 +1,33 @@
84 +# Copyright 1999-2014 Gentoo Foundation
85 +# Distributed under the terms of the GNU General Public License v2
86 +# $Id$
87 +
88 +EAPI=5
89 +ROS_REPO_URI="https://github.com/ros-perception/image_transport_plugins"
90 +KEYWORDS="~amd64 ~arm"
91 +ROS_SUBDIR=${PN}
92 +CATKIN_HAS_MESSAGES=yes
93 +PYTHON_COMPAT=( python2_7 )
94 +CATKIN_MESSAGES_TRANSITIVE_DEPS="dev-ros/std_msgs"
95 +
96 +inherit ros-catkin
97 +
98 +DESCRIPTION="Plugin to image_transport for transparently sending an image stream encoded with the Theora codec"
99 +LICENSE="BSD"
100 +SLOT="0"
101 +IUSE=""
102 +
103 +RDEPEND="
104 + dev-ros/cv_bridge
105 + dev-ros/dynamic_reconfigure
106 + dev-ros/image_transport
107 + dev-ros/tf
108 + media-libs/opencv
109 + dev-ros/tf
110 + dev-ros/rosbag
111 + dev-ros/pluginlib
112 + media-libs/libogg
113 + media-libs/libtheora[encode]
114 +"
115 +DEPEND="${RDEPEND}
116 + virtual/pkgconfig"