[gentoo-commits] repo/gentoo:master commit in: dev-ros/compressed_depth_image_transport/, ...

2020-10-20 Thread Alexis Ballier
commit: 5be3d521b85f9db06dd6c4311841aeea69c70cf5
Author: Alexis Ballier  gentoo  org>
AuthorDate: Mon Oct 19 15:08:05 2020 +
Commit: Alexis Ballier  gentoo  org>
CommitDate: Tue Oct 20 09:51:57 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5be3d521

dev-ros/compressed_depth_image_transport: only pull needed ocv components

Package-Manager: Portage-3.0.8, Repoman-3.0.2
Signed-off-by: Alexis Ballier  gentoo.org>

 .../compressed_depth_image_transport-1.14.0.ebuild  |  1 +
 .../compressed_depth_image_transport-.ebuild|  1 +
 .../compressed_depth_image_transport/files/ocv_leak.patch   | 13 +
 3 files changed, 15 insertions(+)

diff --git 
a/dev-ros/compressed_depth_image_transport/compressed_depth_image_transport-1.14.0.ebuild
 
b/dev-ros/compressed_depth_image_transport/compressed_depth_image_transport-1.14.0.ebuild
index 97f465fd487..ee76a3e1f2b 100644
--- 
a/dev-ros/compressed_depth_image_transport/compressed_depth_image_transport-1.14.0.ebuild
+++ 
b/dev-ros/compressed_depth_image_transport/compressed_depth_image_transport-1.14.0.ebuild
@@ -26,3 +26,4 @@ DEPEND="${RDEPEND}
dev-cpp/gtest
)
 "
+PATCHES=( "${FILESDIR}/ocv_leak.patch" )

diff --git 
a/dev-ros/compressed_depth_image_transport/compressed_depth_image_transport-.ebuild
 
b/dev-ros/compressed_depth_image_transport/compressed_depth_image_transport-.ebuild
index 97f465fd487..ee76a3e1f2b 100644
--- 
a/dev-ros/compressed_depth_image_transport/compressed_depth_image_transport-.ebuild
+++ 
b/dev-ros/compressed_depth_image_transport/compressed_depth_image_transport-.ebuild
@@ -26,3 +26,4 @@ DEPEND="${RDEPEND}
dev-cpp/gtest
)
 "
+PATCHES=( "${FILESDIR}/ocv_leak.patch" )

diff --git a/dev-ros/compressed_depth_image_transport/files/ocv_leak.patch 
b/dev-ros/compressed_depth_image_transport/files/ocv_leak.patch
new file mode 100644
index 000..8e1f81ae32f
--- /dev/null
+++ b/dev-ros/compressed_depth_image_transport/files/ocv_leak.patch
@@ -0,0 +1,13 @@
+Index: compressed_depth_image_transport/CMakeLists.txt
+===
+--- compressed_depth_image_transport.orig/CMakeLists.txt
 compressed_depth_image_transport/CMakeLists.txt
+@@ -5,7 +5,7 @@ if (CMAKE_COMPILER_IS_GNUCC OR CMAKE_COM
+ #  set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -Wall -Werror")
+ endif()
+ 
+-find_package(OpenCV REQUIRED)
++find_package(OpenCV REQUIRED COMPONENTS opencv_core opencv_imgcodecs 
opencv_highgui)
+ find_package(catkin REQUIRED cv_bridge dynamic_reconfigure image_transport)
+ 
+ # generate the dynamic_reconfigure config file



[gentoo-commits] repo/gentoo:master commit in: dev-ros/compressed_depth_image_transport/

2020-10-20 Thread Alexis Ballier
commit: 8f86ea7000ac588756971b735cb27ac7df6e7465
Author: Alexis Ballier  gentoo  org>
AuthorDate: Mon Oct 19 16:34:58 2020 +
Commit: Alexis Ballier  gentoo  org>
CommitDate: Tue Oct 20 09:51:58 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8f86ea70

dev-ros/compressed_depth_image_transport: revbump

Package-Manager: Portage-3.0.8, Repoman-3.0.2
Signed-off-by: Alexis Ballier  gentoo.org>

 ...rt-1.14.0.ebuild => compressed_depth_image_transport-1.14.0-r1.ebuild} | 0
 1 file changed, 0 insertions(+), 0 deletions(-)

diff --git 
a/dev-ros/compressed_depth_image_transport/compressed_depth_image_transport-1.14.0.ebuild
 
b/dev-ros/compressed_depth_image_transport/compressed_depth_image_transport-1.14.0-r1.ebuild
similarity index 100%
rename from 
dev-ros/compressed_depth_image_transport/compressed_depth_image_transport-1.14.0.ebuild
rename to 
dev-ros/compressed_depth_image_transport/compressed_depth_image_transport-1.14.0-r1.ebuild



[gentoo-commits] repo/gentoo:master commit in: dev-ros/compressed_depth_image_transport/

2020-07-31 Thread Alexis Ballier
commit: 87654ca978d4d9ddfbe1fe75692339039f4d781a
Author: Alexis Ballier  gentoo  org>
AuthorDate: Fri Jul 31 10:17:10 2020 +
Commit: Alexis Ballier  gentoo  org>
CommitDate: Fri Jul 31 10:17:10 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=87654ca9

dev-ros/compressed_depth_image_transport: add missing deps

Closes: https://bugs.gentoo.org/734868
Package-Manager: Portage-3.0.1, Repoman-2.3.23
Signed-off-by: Alexis Ballier  gentoo.org>

 .../compressed_depth_image_transport-1.14.0.ebuild  | 6 +-
 .../compressed_depth_image_transport-.ebuild| 6 +-
 2 files changed, 10 insertions(+), 2 deletions(-)

diff --git 
a/dev-ros/compressed_depth_image_transport/compressed_depth_image_transport-1.14.0.ebuild
 
b/dev-ros/compressed_depth_image_transport/compressed_depth_image_transport-1.14.0.ebuild
index cd36472d2cb..97f465fd487 100644
--- 
a/dev-ros/compressed_depth_image_transport/compressed_depth_image_transport-1.14.0.ebuild
+++ 
b/dev-ros/compressed_depth_image_transport/compressed_depth_image_transport-1.14.0.ebuild
@@ -21,4 +21,8 @@ RDEPEND="
dev-libs/boost:=
dev-libs/console_bridge:=
 "
-DEPEND="${RDEPEND}"
+DEPEND="${RDEPEND}
+   test? (
+   dev-cpp/gtest
+   )
+"

diff --git 
a/dev-ros/compressed_depth_image_transport/compressed_depth_image_transport-.ebuild
 
b/dev-ros/compressed_depth_image_transport/compressed_depth_image_transport-.ebuild
index cd36472d2cb..97f465fd487 100644
--- 
a/dev-ros/compressed_depth_image_transport/compressed_depth_image_transport-.ebuild
+++ 
b/dev-ros/compressed_depth_image_transport/compressed_depth_image_transport-.ebuild
@@ -21,4 +21,8 @@ RDEPEND="
dev-libs/boost:=
dev-libs/console_bridge:=
 "
-DEPEND="${RDEPEND}"
+DEPEND="${RDEPEND}
+   test? (
+   dev-cpp/gtest
+   )
+"



[gentoo-commits] repo/gentoo:master commit in: dev-ros/compressed_depth_image_transport/files/, ...

2019-12-10 Thread Alexis Ballier
commit: ed5d0a390a90af5320dbf3c0929753be4fdd820d
Author: Alexis Ballier  gentoo  org>
AuthorDate: Tue Dec 10 16:21:52 2019 +
Commit: Alexis Ballier  gentoo  org>
CommitDate: Tue Dec 10 17:34:47 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ed5d0a39

dev-ros/compressed_depth_image_transport: fix build with opencv4

Package-Manager: Portage-2.3.81, Repoman-2.3.20
Signed-off-by: Alexis Ballier  gentoo.org>

 .../compressed_depth_image_transport-1.9.5-r1.ebuild|  5 +++--
 dev-ros/compressed_depth_image_transport/files/ocv4.patch   | 13 +
 2 files changed, 16 insertions(+), 2 deletions(-)

diff --git 
a/dev-ros/compressed_depth_image_transport/compressed_depth_image_transport-1.9.5-r1.ebuild
 
b/dev-ros/compressed_depth_image_transport/compressed_depth_image_transport-1.9.5-r1.ebuild
index d4ef693e9dd..d3bccdcdc1c 100644
--- 
a/dev-ros/compressed_depth_image_transport/compressed_depth_image_transport-1.9.5-r1.ebuild
+++ 
b/dev-ros/compressed_depth_image_transport/compressed_depth_image_transport-1.9.5-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
@@ -18,8 +18,9 @@ RDEPEND="
dev-ros/cv_bridge
dev-ros/dynamic_reconfigure[${PYTHON_USEDEP}]
dev-ros/image_transport
-   media-libs/opencv:=
+   >=media-libs/opencv-4:=
dev-libs/boost:=
dev-libs/console_bridge:=
 "
 DEPEND="${RDEPEND}"
+PATCHES=( "${FILESDIR}/ocv4.patch" )

diff --git a/dev-ros/compressed_depth_image_transport/files/ocv4.patch 
b/dev-ros/compressed_depth_image_transport/files/ocv4.patch
new file mode 100644
index 000..9d1c7d79ce6
--- /dev/null
+++ b/dev-ros/compressed_depth_image_transport/files/ocv4.patch
@@ -0,0 +1,13 @@
+Index: compressed_depth_image_transport/src/codec.cpp
+===
+--- compressed_depth_image_transport.orig/src/codec.cpp
 compressed_depth_image_transport/src/codec.cpp
+@@ -135,7 +135,7 @@ sensor_msgs::Image::Ptr decodeCompressed
+   // Decode raw image
+   try
+   {
+-cv_ptr->image = cv::imdecode(imageData, CV_LOAD_IMAGE_UNCHANGED);
++cv_ptr->image = cv::imdecode(imageData, cv::IMREAD_UNCHANGED);
+   }
+   catch (cv::Exception& e)
+   {



[gentoo-commits] repo/gentoo:master commit in: dev-ros/compressed_depth_image_transport/

2017-09-12 Thread Alexis Ballier
commit: c7963d26e6623cc1b76ad568866571b89f4927df
Author: Alexis Ballier  gentoo  org>
AuthorDate: Tue Sep 12 11:50:47 2017 +
Commit: Alexis Ballier  gentoo  org>
CommitDate: Tue Sep 12 11:59:44 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c7963d26

dev-ros/compressed_depth_image_transport: add missing boost dep

Package-Manager: Portage-2.3.8, Repoman-2.3.3

 .../compressed_depth_image_transport-1.9.5.ebuild| 1 +
 .../compressed_depth_image_transport-.ebuild | 1 +
 2 files changed, 2 insertions(+)

diff --git 
a/dev-ros/compressed_depth_image_transport/compressed_depth_image_transport-1.9.5.ebuild
 
b/dev-ros/compressed_depth_image_transport/compressed_depth_image_transport-1.9.5.ebuild
index 778ad4580a9..9d29ad79f5d 100644
--- 
a/dev-ros/compressed_depth_image_transport/compressed_depth_image_transport-1.9.5.ebuild
+++ 
b/dev-ros/compressed_depth_image_transport/compressed_depth_image_transport-1.9.5.ebuild
@@ -19,5 +19,6 @@ RDEPEND="
dev-ros/dynamic_reconfigure[${PYTHON_USEDEP}]
dev-ros/image_transport
media-libs/opencv:=
+   dev-libs/boost:=
 "
 DEPEND="${RDEPEND}"

diff --git 
a/dev-ros/compressed_depth_image_transport/compressed_depth_image_transport-.ebuild
 
b/dev-ros/compressed_depth_image_transport/compressed_depth_image_transport-.ebuild
index 778ad4580a9..9d29ad79f5d 100644
--- 
a/dev-ros/compressed_depth_image_transport/compressed_depth_image_transport-.ebuild
+++ 
b/dev-ros/compressed_depth_image_transport/compressed_depth_image_transport-.ebuild
@@ -19,5 +19,6 @@ RDEPEND="
dev-ros/dynamic_reconfigure[${PYTHON_USEDEP}]
dev-ros/image_transport
media-libs/opencv:=
+   dev-libs/boost:=
 "
 DEPEND="${RDEPEND}"



[gentoo-commits] repo/gentoo:master commit in: dev-ros/compressed_depth_image_transport/

2017-04-17 Thread Alexis Ballier
commit: 6fa9f41bba40710f5538fd08ba134d2408c2b19c
Author: Alexis Ballier  gentoo  org>
AuthorDate: Mon Apr 17 09:27:51 2017 +
Commit: Alexis Ballier  gentoo  org>
CommitDate: Mon Apr 17 09:55:03 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6fa9f41b

dev-ros/compressed_depth_image_transport: remove old

Package-Manager: Portage-2.3.5, Repoman-2.3.2

 dev-ros/compressed_depth_image_transport/Manifest  |  2 --
 ...ompressed_depth_image_transport-1.9.2-r1.ebuild | 24 --
 .../compressed_depth_image_transport-1.9.3.ebuild  | 23 -
 3 files changed, 49 deletions(-)

diff --git a/dev-ros/compressed_depth_image_transport/Manifest 
b/dev-ros/compressed_depth_image_transport/Manifest
index 1702843878f..a3ad5e967e4 100644
--- a/dev-ros/compressed_depth_image_transport/Manifest
+++ b/dev-ros/compressed_depth_image_transport/Manifest
@@ -1,3 +1 @@
-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
 DIST image_transport_plugins-1.9.5.tar.gz 26268 SHA256 
a3dcd3af617bcafba5b8dab5fbd89183fbaf31798ee4e4e63a91059fa110168c SHA512 
54f459719a386f028578889f9b88b8b080f495d75899cee6c8bfb58204970fb2395b2a8da70034eb391ba62f4ce462cb89b97bcdc576a177444613076b5ed02c
 WHIRLPOOL 
1796f983cd0a904b6cce58ecec4a59034ab23ca8ca7a3c2a9b3fa8764d60c1426754c3a6bdb9eaf8bcff1859768af76b3d4f3a3350ee6cd6af5cc89f90ae639a

diff --git 
a/dev-ros/compressed_depth_image_transport/compressed_depth_image_transport-1.9.2-r1.ebuild
 
b/dev-ros/compressed_depth_image_transport/compressed_depth_image_transport-1.9.2-r1.ebuild
deleted file mode 100644
index 22cf149d8d2..000
--- 
a/dev-ros/compressed_depth_image_transport/compressed_depth_image_transport-1.9.2-r1.ebuild
+++ /dev/null
@@ -1,24 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-ROS_REPO_URI="https://github.com/ros-perception/image_transport_plugins;
-KEYWORDS="~amd64 ~arm"
-ROS_SUBDIR=${PN}
-PYTHON_COMPAT=( python2_7 )
-
-inherit ros-catkin
-
-DESCRIPTION="Plugin to image_transport for transparently sending depth images 
using PNG compression"
-LICENSE="BSD"
-SLOT="0"
-IUSE=""
-
-RDEPEND="
-   dev-ros/cv_bridge
-   dev-ros/dynamic_reconfigure[${PYTHON_USEDEP}]
-   dev-ros/image_transport
-   dev-ros/tf
-   media-libs/opencv
-"
-DEPEND="${RDEPEND}"

diff --git 
a/dev-ros/compressed_depth_image_transport/compressed_depth_image_transport-1.9.3.ebuild
 
b/dev-ros/compressed_depth_image_transport/compressed_depth_image_transport-1.9.3.ebuild
deleted file mode 100644
index 99ed55de379..000
--- 
a/dev-ros/compressed_depth_image_transport/compressed_depth_image_transport-1.9.3.ebuild
+++ /dev/null
@@ -1,23 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-ROS_REPO_URI="https://github.com/ros-perception/image_transport_plugins;
-KEYWORDS="~amd64 ~arm"
-ROS_SUBDIR=${PN}
-PYTHON_COMPAT=( python2_7 )
-
-inherit ros-catkin
-
-DESCRIPTION="Plugin to image_transport for transparently sending depth images 
using PNG compression"
-LICENSE="BSD"
-SLOT="0"
-IUSE=""
-
-RDEPEND="
-   dev-ros/cv_bridge
-   dev-ros/dynamic_reconfigure[${PYTHON_USEDEP}]
-   dev-ros/image_transport
-   media-libs/opencv
-"
-DEPEND="${RDEPEND}"



[gentoo-commits] repo/gentoo:master commit in: dev-ros/compressed_depth_image_transport/

2017-04-17 Thread Alexis Ballier
commit: 851bf4219b50c9573f1d5231cfdad8293d93fc15
Author: Alexis Ballier  gentoo  org>
AuthorDate: Mon Apr 17 09:28:34 2017 +
Commit: Alexis Ballier  gentoo  org>
CommitDate: Mon Apr 17 09:55:03 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=851bf421

dev-ros/compressed_depth_image_transport: add := dep on opencv

Package-Manager: Portage-2.3.5, Repoman-2.3.2

 .../compressed_depth_image_transport-1.9.5.ebuild | 4 ++--
 .../compressed_depth_image_transport-.ebuild  | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git 
a/dev-ros/compressed_depth_image_transport/compressed_depth_image_transport-1.9.5.ebuild
 
b/dev-ros/compressed_depth_image_transport/compressed_depth_image_transport-1.9.5.ebuild
index c9e52ce1e1d..778ad4580a9 100644
--- 
a/dev-ros/compressed_depth_image_transport/compressed_depth_image_transport-1.9.5.ebuild
+++ 
b/dev-ros/compressed_depth_image_transport/compressed_depth_image_transport-1.9.5.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
@@ -18,6 +18,6 @@ RDEPEND="
dev-ros/cv_bridge
dev-ros/dynamic_reconfigure[${PYTHON_USEDEP}]
dev-ros/image_transport
-   media-libs/opencv
+   media-libs/opencv:=
 "
 DEPEND="${RDEPEND}"

diff --git 
a/dev-ros/compressed_depth_image_transport/compressed_depth_image_transport-.ebuild
 
b/dev-ros/compressed_depth_image_transport/compressed_depth_image_transport-.ebuild
index 99ed55de379..778ad4580a9 100644
--- 
a/dev-ros/compressed_depth_image_transport/compressed_depth_image_transport-.ebuild
+++ 
b/dev-ros/compressed_depth_image_transport/compressed_depth_image_transport-.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
@@ -18,6 +18,6 @@ RDEPEND="
dev-ros/cv_bridge
dev-ros/dynamic_reconfigure[${PYTHON_USEDEP}]
dev-ros/image_transport
-   media-libs/opencv
+   media-libs/opencv:=
 "
 DEPEND="${RDEPEND}"



[gentoo-commits] repo/gentoo:master commit in: dev-ros/compressed_depth_image_transport/

2016-10-07 Thread Alexis Ballier
commit: 214e8b6b4130f7cfdab5f00e6f0940e0a358faa2
Author: Alexis Ballier  gentoo  org>
AuthorDate: Fri Oct  7 11:33:02 2016 +
Commit: Alexis Ballier  gentoo  org>
CommitDate: Fri Oct  7 11:33:02 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=214e8b6b

dev-ros/compressed_depth_image_transport: Bump to 1.9.5.

Package-Manager: portage-2.3.1

 dev-ros/compressed_depth_image_transport/Manifest  |  1 +
 .../compressed_depth_image_transport-1.9.5.ebuild  | 24 ++
 2 files changed, 25 insertions(+)

diff --git a/dev-ros/compressed_depth_image_transport/Manifest 
b/dev-ros/compressed_depth_image_transport/Manifest
index 8a42cb3..1702843 100644
--- a/dev-ros/compressed_depth_image_transport/Manifest
+++ b/dev-ros/compressed_depth_image_transport/Manifest
@@ -1,2 +1,3 @@
 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
+DIST image_transport_plugins-1.9.5.tar.gz 26268 SHA256 
a3dcd3af617bcafba5b8dab5fbd89183fbaf31798ee4e4e63a91059fa110168c SHA512 
54f459719a386f028578889f9b88b8b080f495d75899cee6c8bfb58204970fb2395b2a8da70034eb391ba62f4ce462cb89b97bcdc576a177444613076b5ed02c
 WHIRLPOOL 
1796f983cd0a904b6cce58ecec4a59034ab23ca8ca7a3c2a9b3fa8764d60c1426754c3a6bdb9eaf8bcff1859768af76b3d4f3a3350ee6cd6af5cc89f90ae639a

diff --git 
a/dev-ros/compressed_depth_image_transport/compressed_depth_image_transport-1.9.5.ebuild
 
b/dev-ros/compressed_depth_image_transport/compressed_depth_image_transport-1.9.5.ebuild
new file mode 100644
index ..0a22bed
--- /dev/null
+++ 
b/dev-ros/compressed_depth_image_transport/compressed_depth_image_transport-1.9.5.ebuild
@@ -0,0 +1,24 @@
+# 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_transport_plugins;
+KEYWORDS="~amd64 ~arm"
+ROS_SUBDIR=${PN}
+PYTHON_COMPAT=( python2_7 )
+
+inherit ros-catkin
+
+DESCRIPTION="Plugin to image_transport for transparently sending depth images 
using PNG compression"
+LICENSE="BSD"
+SLOT="0"
+IUSE=""
+
+RDEPEND="
+   dev-ros/cv_bridge
+   dev-ros/dynamic_reconfigure[${PYTHON_USEDEP}]
+   dev-ros/image_transport
+   media-libs/opencv
+"
+DEPEND="${RDEPEND}"



[gentoo-commits] repo/gentoo:master commit in: dev-ros/compressed_depth_image_transport/

2016-01-19 Thread Alexis Ballier
commit: 00d079cac699f43616c867b8b21571ba5b9bfecc
Author: Alexis Ballier  gentoo  org>
AuthorDate: Tue Jan 19 11:51:47 2016 +
Commit: Alexis Ballier  gentoo  org>
CommitDate: Tue Jan 19 12:03:03 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=00d079ca

dev-ros/compressed_depth_image_transport: remove tf dep

Package-Manager: portage-2.2.27
Signed-off-by: Alexis Ballier  gentoo.org>

 .../compressed_depth_image_transport-.ebuild | 1 -
 1 file changed, 1 deletion(-)

diff --git 
a/dev-ros/compressed_depth_image_transport/compressed_depth_image_transport-.ebuild
 
b/dev-ros/compressed_depth_image_transport/compressed_depth_image_transport-.ebuild
index 26ea9b6..4a0b0ad 100644
--- 
a/dev-ros/compressed_depth_image_transport/compressed_depth_image_transport-.ebuild
+++ 
b/dev-ros/compressed_depth_image_transport/compressed_depth_image_transport-.ebuild
@@ -19,7 +19,6 @@ RDEPEND="
dev-ros/cv_bridge
dev-ros/dynamic_reconfigure[${PYTHON_USEDEP}]
dev-ros/image_transport
-   dev-ros/tf
media-libs/opencv
 "
 DEPEND="${RDEPEND}"



[gentoo-commits] repo/gentoo:master commit in: dev-ros/compressed_depth_image_transport/

2016-01-19 Thread Alexis Ballier
commit: 9a8296712a62ae4e3da012d875eae0683fd59581
Author: Alexis Ballier  gentoo  org>
AuthorDate: Tue Jan 19 11:53:13 2016 +
Commit: Alexis Ballier  gentoo  org>
CommitDate: Tue Jan 19 12:03:03 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9a829671

dev-ros/compressed_depth_image_transport: Bump to 1.9.3.

Package-Manager: portage-2.2.27
Signed-off-by: Alexis Ballier  gentoo.org>

 dev-ros/compressed_depth_image_transport/Manifest  |  1 +
 .../compressed_depth_image_transport-1.9.3.ebuild  | 24 ++
 2 files changed, 25 insertions(+)

diff --git a/dev-ros/compressed_depth_image_transport/Manifest 
b/dev-ros/compressed_depth_image_transport/Manifest
index 431aae6..8a42cb3 100644
--- a/dev-ros/compressed_depth_image_transport/Manifest
+++ b/dev-ros/compressed_depth_image_transport/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/dev-ros/compressed_depth_image_transport/compressed_depth_image_transport-1.9.3.ebuild
 
b/dev-ros/compressed_depth_image_transport/compressed_depth_image_transport-1.9.3.ebuild
new file mode 100644
index 000..4a0b0ad
--- /dev/null
+++ 
b/dev-ros/compressed_depth_image_transport/compressed_depth_image_transport-1.9.3.ebuild
@@ -0,0 +1,24 @@
+# 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}
+PYTHON_COMPAT=( python2_7 )
+
+inherit ros-catkin
+
+DESCRIPTION="Plugin to image_transport for transparently sending depth images 
using PNG compression"
+LICENSE="BSD"
+SLOT="0"
+IUSE=""
+
+RDEPEND="
+   dev-ros/cv_bridge
+   dev-ros/dynamic_reconfigure[${PYTHON_USEDEP}]
+   dev-ros/image_transport
+   media-libs/opencv
+"
+DEPEND="${RDEPEND}"



[gentoo-commits] repo/gentoo:master commit in: dev-ros/compressed_depth_image_transport/

2015-11-09 Thread Alexis Ballier
commit: 401639fd958bd68ff207bd958400c56f41ed2392
Author: Alexis Ballier  gentoo  org>
AuthorDate: Mon Nov  9 08:43:42 2015 +
Commit: Alexis Ballier  gentoo  org>
CommitDate: Mon Nov  9 08:43:42 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=401639fd

dev-ros/compressed_depth_image_transport: Set PYTHON_COMPAT and PYTHON_USEDEP 
for dynamic reconfigure. Bug #565156.

Package-Manager: portage-2.2.24
Signed-off-by: Alexis Ballier  gentoo.org>

 ...t-1.9.2.ebuild => compressed_depth_image_transport-1.9.2-r1.ebuild} | 3 ++-
 .../compressed_depth_image_transport-.ebuild   | 3 ++-
 2 files changed, 4 insertions(+), 2 deletions(-)

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-r1.ebuild
similarity index 86%
rename from 
dev-ros/compressed_depth_image_transport/compressed_depth_image_transport-1.9.2.ebuild
rename to 
dev-ros/compressed_depth_image_transport/compressed_depth_image_transport-1.9.2-r1.ebuild
index 51e86fe..26ea9b6 100644
--- 
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-r1.ebuild
@@ -6,6 +6,7 @@ EAPI=5
 ROS_REPO_URI="https://github.com/ros-perception/image_transport_plugins;
 KEYWORDS="~amd64 ~arm"
 ROS_SUBDIR=${PN}
+PYTHON_COMPAT=( python2_7 )
 
 inherit ros-catkin
 
@@ -16,7 +17,7 @@ IUSE=""
 
 RDEPEND="
dev-ros/cv_bridge
-   dev-ros/dynamic_reconfigure
+   dev-ros/dynamic_reconfigure[${PYTHON_USEDEP}]
dev-ros/image_transport
dev-ros/tf
media-libs/opencv

diff --git 
a/dev-ros/compressed_depth_image_transport/compressed_depth_image_transport-.ebuild
 
b/dev-ros/compressed_depth_image_transport/compressed_depth_image_transport-.ebuild
index 51e86fe..26ea9b6 100644
--- 
a/dev-ros/compressed_depth_image_transport/compressed_depth_image_transport-.ebuild
+++ 
b/dev-ros/compressed_depth_image_transport/compressed_depth_image_transport-.ebuild
@@ -6,6 +6,7 @@ EAPI=5
 ROS_REPO_URI="https://github.com/ros-perception/image_transport_plugins;
 KEYWORDS="~amd64 ~arm"
 ROS_SUBDIR=${PN}
+PYTHON_COMPAT=( python2_7 )
 
 inherit ros-catkin
 
@@ -16,7 +17,7 @@ IUSE=""
 
 RDEPEND="
dev-ros/cv_bridge
-   dev-ros/dynamic_reconfigure
+   dev-ros/dynamic_reconfigure[${PYTHON_USEDEP}]
dev-ros/image_transport
dev-ros/tf
media-libs/opencv



[gentoo-commits] repo/gentoo:master commit in: dev-ros/compressed_depth_image_transport/

2015-09-23 Thread Alexis Ballier
commit: 94c1d43a733631b9218c60e5014aaa0f169314fc
Author: Alexis Ballier  gentoo  org>
AuthorDate: Wed Sep 23 12:06:41 2015 +
Commit: Alexis Ballier  gentoo  org>
CommitDate: Wed Sep 23 12:06:41 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=94c1d43a

dev-ros/compressed_depth_image_transport: Initial import. Ebuild by me.

Package-Manager: portage-2.2.21

 dev-ros/compressed_depth_image_transport/Manifest  |  1 +
 .../compressed_depth_image_transport-1.9.2.ebuild  | 24 ++
 .../compressed_depth_image_transport-.ebuild   | 24 ++
 .../compressed_depth_image_transport/metadata.xml  |  5 +
 4 files changed, 54 insertions(+)

diff --git a/dev-ros/compressed_depth_image_transport/Manifest 
b/dev-ros/compressed_depth_image_transport/Manifest
new file mode 100644
index 000..431aae6
--- /dev/null
+++ b/dev-ros/compressed_depth_image_transport/Manifest
@@ -0,0 +1 @@
+DIST image_transport_plugins-1.9.2.tar.gz 23734 SHA256 
b610f50cdbab30abaa94980b22a444c5d898c571e3f57f0cf83ecde53877fdf0 SHA512 
5ac7429cf61699f1827fdf15374aee5d951cd6aa77321f245bfe4e9771647e1bae5902646f30cb88019675e48732cd4f705eafe0931268684a449bef356bf972
 WHIRLPOOL 
7136449bf3fbc5f161a89c4fabac2d24fc4d4548186895e95a0aa7175ac196b5859d63da0cd59b418a570c10c767f19a8a9e7d0d408cd2c0517bff5407a512df

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
new file mode 100644
index 000..51e86fe
--- /dev/null
+++ 
b/dev-ros/compressed_depth_image_transport/compressed_depth_image_transport-1.9.2.ebuild
@@ -0,0 +1,24 @@
+# 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="Plugin to image_transport for transparently sending depth images 
using PNG compression"
+LICENSE="BSD"
+SLOT="0"
+IUSE=""
+
+RDEPEND="
+   dev-ros/cv_bridge
+   dev-ros/dynamic_reconfigure
+   dev-ros/image_transport
+   dev-ros/tf
+   media-libs/opencv
+"
+DEPEND="${RDEPEND}"

diff --git 
a/dev-ros/compressed_depth_image_transport/compressed_depth_image_transport-.ebuild
 
b/dev-ros/compressed_depth_image_transport/compressed_depth_image_transport-.ebuild
new file mode 100644
index 000..51e86fe
--- /dev/null
+++ 
b/dev-ros/compressed_depth_image_transport/compressed_depth_image_transport-.ebuild
@@ -0,0 +1,24 @@
+# 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="Plugin to image_transport for transparently sending depth images 
using PNG compression"
+LICENSE="BSD"
+SLOT="0"
+IUSE=""
+
+RDEPEND="
+   dev-ros/cv_bridge
+   dev-ros/dynamic_reconfigure
+   dev-ros/image_transport
+   dev-ros/tf
+   media-libs/opencv
+"
+DEPEND="${RDEPEND}"

diff --git a/dev-ros/compressed_depth_image_transport/metadata.xml 
b/dev-ros/compressed_depth_image_transport/metadata.xml
new file mode 100644
index 000..c42ea5b
--- /dev/null
+++ b/dev-ros/compressed_depth_image_transport/metadata.xml
@@ -0,0 +1,5 @@
+
+http://www.gentoo.org/dtd/metadata.dtd;>
+
+ros
+