From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 1209E139BC8 for ; Wed, 23 Sep 2015 12:09:40 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 48D07E084D; Wed, 23 Sep 2015 12:09:38 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id C1633E0850 for ; Wed, 23 Sep 2015 12:09:37 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id C953734068A for ; Wed, 23 Sep 2015 12:09:35 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D6CAB18C for ; Wed, 23 Sep 2015 12:09:33 +0000 (UTC) From: "Alexis Ballier" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Alexis Ballier" Message-ID: <1443010001.94c1d43a733631b9218c60e5014aaa0f169314fc.aballier@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ros/compressed_depth_image_transport/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ros/compressed_depth_image_transport/Manifest dev-ros/compressed_depth_image_transport/compressed_depth_image_transport-1.9.2.ebuild dev-ros/compressed_depth_image_transport/compressed_depth_image_transport-9999.ebuild dev-ros/compressed_depth_image_transport/metadata.xml X-VCS-Directories: dev-ros/compressed_depth_image_transport/ X-VCS-Committer: aballier X-VCS-Committer-Name: Alexis Ballier X-VCS-Revision: 94c1d43a733631b9218c60e5014aaa0f169314fc X-VCS-Branch: master Date: Wed, 23 Sep 2015 12:09:33 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 5bab571e-215b-4b25-b015-30d446076e33 X-Archives-Hash: 1bcd15c3e868a8c8bc9539c8ca21e4f3 commit: 94c1d43a733631b9218c60e5014aaa0f169314fc Author: Alexis Ballier gentoo org> AuthorDate: Wed Sep 23 12:06:41 2015 +0000 Commit: Alexis Ballier gentoo org> CommitDate: Wed Sep 23 12:06:41 2015 +0000 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-9999.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 0000000..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 0000000..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-9999.ebuild b/dev-ros/compressed_depth_image_transport/compressed_depth_image_transport-9999.ebuild new file mode 100644 index 0000000..51e86fe --- /dev/null +++ b/dev-ros/compressed_depth_image_transport/compressed_depth_image_transport-9999.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 0000000..c42ea5b --- /dev/null +++ b/dev-ros/compressed_depth_image_transport/metadata.xml @@ -0,0 +1,5 @@ + + + +ros +