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/camera_calibration/
Date: Wed, 23 Sep 2015 12:05:21
Message-Id: 1443009392.a50dda14195f4f8ac7c5176721c71994cd82bc29.aballier@gentoo
1 commit: a50dda14195f4f8ac7c5176721c71994cd82bc29
2 Author: Alexis Ballier <aballier <AT> gentoo <DOT> org>
3 AuthorDate: Wed Sep 23 11:56:32 2015 +0000
4 Commit: Alexis Ballier <aballier <AT> gentoo <DOT> org>
5 CommitDate: Wed Sep 23 11:56:32 2015 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a50dda14
7
8 dev-ros/camera_calibration: Initial import. Ebuild by me.
9
10 Package-Manager: portage-2.2.21
11
12 dev-ros/camera_calibration/Manifest | 1 +
13 .../camera_calibration-1.12.14.ebuild | 28 ++++++++++++++++++++++
14 .../camera_calibration-9999.ebuild | 28 ++++++++++++++++++++++
15 dev-ros/camera_calibration/metadata.xml | 5 ++++
16 4 files changed, 62 insertions(+)
17
18 diff --git a/dev-ros/camera_calibration/Manifest b/dev-ros/camera_calibration/Manifest
19 new file mode 100644
20 index 0000000..0cc1356
21 --- /dev/null
22 +++ b/dev-ros/camera_calibration/Manifest
23 @@ -0,0 +1 @@
24 +DIST image_pipeline-1.12.14.tar.gz 118296 SHA256 8e3b756932a821b4387b7f86ca9fc5233ebb2a13541b220b866e42ea6f92b17f SHA512 724b6d20edab1436c51a05f4399b852cabab74c5e04dea97f53a256fb512b4dbfc97fd6e7d74d41bfd7d92fe183aa86a993a39b8687c27dc7b7f85d1a1c81b94 WHIRLPOOL 394343ddf299f6c7e26c0a2f45e49edc2c4047a0ccd15885a998fa902bb7373fa44181f06adc222483a285f32df800e0b268485cb2fd98e54956929056868d5d
25
26 diff --git a/dev-ros/camera_calibration/camera_calibration-1.12.14.ebuild b/dev-ros/camera_calibration/camera_calibration-1.12.14.ebuild
27 new file mode 100644
28 index 0000000..417e035
29 --- /dev/null
30 +++ b/dev-ros/camera_calibration/camera_calibration-1.12.14.ebuild
31 @@ -0,0 +1,28 @@
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_pipeline"
38 +KEYWORDS="~amd64 ~arm"
39 +PYTHON_COMPAT=( python2_7 )
40 +ROS_SUBDIR=${PN}
41 +
42 +inherit ros-catkin
43 +
44 +DESCRIPTION="Calibration of monocular or stereo cameras using a checkerboard calibration target"
45 +LICENSE="BSD"
46 +SLOT="0"
47 +IUSE=""
48 +
49 +RDEPEND="
50 + dev-ros/cv_bridge[${PYTHON_USEDEP}]
51 + dev-ros/image_geometry[${PYTHON_USEDEP}]
52 + || ( media-libs/opencv[python,${PYTHON_USEDEP}] media-libs/opencv[python,python_single_target_python2_7] )
53 + dev-ros/message_filters[${PYTHON_USEDEP}]
54 + dev-ros/rospy[${PYTHON_USEDEP}]
55 + dev-ros/std_srvs[${PYTHON_USEDEP}]
56 + dev-ros/sensor_msgs[${CATKIN_MESSAGES_PYTHON_USEDEP}]
57 +"
58 +DEPEND="${RDEPEND}
59 + test? ( dev-python/nose[${PYTHON_USEDEP}] )"
60
61 diff --git a/dev-ros/camera_calibration/camera_calibration-9999.ebuild b/dev-ros/camera_calibration/camera_calibration-9999.ebuild
62 new file mode 100644
63 index 0000000..417e035
64 --- /dev/null
65 +++ b/dev-ros/camera_calibration/camera_calibration-9999.ebuild
66 @@ -0,0 +1,28 @@
67 +# Copyright 1999-2014 Gentoo Foundation
68 +# Distributed under the terms of the GNU General Public License v2
69 +# $Id$
70 +
71 +EAPI=5
72 +ROS_REPO_URI="https://github.com/ros-perception/image_pipeline"
73 +KEYWORDS="~amd64 ~arm"
74 +PYTHON_COMPAT=( python2_7 )
75 +ROS_SUBDIR=${PN}
76 +
77 +inherit ros-catkin
78 +
79 +DESCRIPTION="Calibration of monocular or stereo cameras using a checkerboard calibration target"
80 +LICENSE="BSD"
81 +SLOT="0"
82 +IUSE=""
83 +
84 +RDEPEND="
85 + dev-ros/cv_bridge[${PYTHON_USEDEP}]
86 + dev-ros/image_geometry[${PYTHON_USEDEP}]
87 + || ( media-libs/opencv[python,${PYTHON_USEDEP}] media-libs/opencv[python,python_single_target_python2_7] )
88 + dev-ros/message_filters[${PYTHON_USEDEP}]
89 + dev-ros/rospy[${PYTHON_USEDEP}]
90 + dev-ros/std_srvs[${PYTHON_USEDEP}]
91 + dev-ros/sensor_msgs[${CATKIN_MESSAGES_PYTHON_USEDEP}]
92 +"
93 +DEPEND="${RDEPEND}
94 + test? ( dev-python/nose[${PYTHON_USEDEP}] )"
95
96 diff --git a/dev-ros/camera_calibration/metadata.xml b/dev-ros/camera_calibration/metadata.xml
97 new file mode 100644
98 index 0000000..c42ea5b
99 --- /dev/null
100 +++ b/dev-ros/camera_calibration/metadata.xml
101 @@ -0,0 +1,5 @@
102 +<?xml version="1.0" encoding="UTF-8"?>
103 +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
104 +<pkgmetadata>
105 +<herd>ros</herd>
106 +</pkgmetadata>