From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 15508138335 for ; Tue, 10 Dec 2019 17:35:09 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4C87CE09FE; Tue, 10 Dec 2019 17:35:06 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 372FEE09FE for ; Tue, 10 Dec 2019 17:35:06 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id EC27834D916 for ; Tue, 10 Dec 2019 17:35:04 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 82BFC904 for ; Tue, 10 Dec 2019 17:35:01 +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: <1575999286.5d96bf319ef46b37d0acccd2c13fd1c942212774.aballier@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ros/image_view/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ros/image_view/Manifest dev-ros/image_view/image_view-1.13.0.ebuild X-VCS-Directories: dev-ros/image_view/ X-VCS-Committer: aballier X-VCS-Committer-Name: Alexis Ballier X-VCS-Revision: 5d96bf319ef46b37d0acccd2c13fd1c942212774 X-VCS-Branch: master Date: Tue, 10 Dec 2019 17:35:01 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 5b4dfa77-d3a4-4612-b4a0-9cb8544ac535 X-Archives-Hash: 991ca074973cf54736510710c3e10766 commit: 5d96bf319ef46b37d0acccd2c13fd1c942212774 Author: Alexis Ballier gentoo org> AuthorDate: Tue Dec 10 15:52:11 2019 +0000 Commit: Alexis Ballier gentoo org> CommitDate: Tue Dec 10 17:34:46 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5d96bf31 dev-ros/image_view: Bump to 1.13.0. Package-Manager: Portage-2.3.81, Repoman-2.3.20 Signed-off-by: Alexis Ballier gentoo.org> dev-ros/image_view/Manifest | 1 + dev-ros/image_view/image_view-1.13.0.ebuild | 34 +++++++++++++++++++++++++++++ 2 files changed, 35 insertions(+) diff --git a/dev-ros/image_view/Manifest b/dev-ros/image_view/Manifest index b0887f9d9ad..fe3876d80ca 100644 --- a/dev-ros/image_view/Manifest +++ b/dev-ros/image_view/Manifest @@ -1 +1,2 @@ DIST image_pipeline-1.12.23.tar.gz 139986 BLAKE2B 22349762d6119a2246cb812cce310ebe98b046881ea1192425c4a0ebd7717b8e2768cd4f357ebf905f81e2be9816b7b864ee1040e570d156f9377f51386274a1 SHA512 cb9df1845ae3e7a08788e8f401b8e1b5354cc06f9a4b1aa62d2729c5d84033adbc0049a837236644a0b89951a172b230d4c074bc403bb265ba6cf0ad8016dbdd +DIST image_pipeline-1.13.0.tar.gz 143194 BLAKE2B 618f95271196e37126f158e3454ffb81b1543af1fd87db281f6b8ec00bcf37a812139063318b576c7d39cde7828fc45e3caec24fcbb3e6b4a047d16907427ad2 SHA512 91aeb8e7a14090679e639a65de434c51e8d67f9a9c53bde69f9a5b4f3ae64e5fb1470baf5d2ba33debd2f46cd1699cf69bec53ef2160ea405c46c0e19bb3c3af diff --git a/dev-ros/image_view/image_view-1.13.0.ebuild b/dev-ros/image_view/image_view-1.13.0.ebuild new file mode 100644 index 00000000000..b9c0dff05ba --- /dev/null +++ b/dev-ros/image_view/image_view-1.13.0.ebuild @@ -0,0 +1,34 @@ +# Copyright 1999-2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=5 +ROS_REPO_URI="https://github.com/ros-perception/image_pipeline" +KEYWORDS="~amd64 ~arm" +PYTHON_COMPAT=( python2_7 ) +ROS_SUBDIR=${PN} + +inherit ros-catkin + +DESCRIPTION="Simple viewer for ROS image topics" +LICENSE="BSD" +SLOT="0" +IUSE="" + +RDEPEND=" + dev-libs/boost:=[threads] + media-libs/opencv:= + x11-libs/gtk+:2 + dev-ros/camera_calibration_parsers + >=dev-ros/cv_bridge-1.11.10 + dev-ros/image_transport + dev-ros/message_filters + dev-ros/nodelet + dev-ros/rosconsole + dev-libs/console_bridge:= + dev-ros/roscpp + dev-ros/stereo_msgs[${CATKIN_MESSAGES_CXX_USEDEP}] + dev-ros/sensor_msgs[${CATKIN_MESSAGES_CXX_USEDEP}] + dev-ros/std_srvs[${CATKIN_MESSAGES_CXX_USEDEP}] + dev-ros/dynamic_reconfigure[${PYTHON_USEDEP}] +" +DEPEND="${RDEPEND}"