diff options
author | Alexis Ballier <aballier@gentoo.org> | 2020-05-18 14:15:36 +0200 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2020-05-18 14:17:18 +0200 |
commit | 205fb3c260c92a78317e4c17dc0a05501b5b5f7a (patch) | |
tree | 25cae1a68e4f381a863c460d2fd4d4c4aae85d7b /dev-ros/rqt_image_view | |
parent | dev-python/selenium: Add dep on dev-python/urllib3 (diff) | |
download | gentoo-205fb3c260c92a78317e4c17dc0a05501b5b5f7a.tar.gz gentoo-205fb3c260c92a78317e4c17dc0a05501b5b5f7a.tar.bz2 gentoo-205fb3c260c92a78317e4c17dc0a05501b5b5f7a.zip |
dev-ros/rqt_image_view: bump to 0.4.15
Closes: https://bugs.gentoo.org/704996
Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Alexis Ballier <aballier@gentoo.org>
Diffstat (limited to 'dev-ros/rqt_image_view')
-rw-r--r-- | dev-ros/rqt_image_view/Manifest | 1 | ||||
-rw-r--r-- | dev-ros/rqt_image_view/rqt_image_view-0.4.15.ebuild | 28 |
2 files changed, 29 insertions, 0 deletions
diff --git a/dev-ros/rqt_image_view/Manifest b/dev-ros/rqt_image_view/Manifest index 5d55c24ee09d..28cf0bac8a02 100644 --- a/dev-ros/rqt_image_view/Manifest +++ b/dev-ros/rqt_image_view/Manifest @@ -1,2 +1,3 @@ DIST rqt_image_view-0.4.11.tar.gz 12610 BLAKE2B 5501c54339cf94d709eb25b943dee3e4bb80e5462ee40b185196d7e18dd01a74829c57d505a7cf905caf117e4db547b6d1bbfa0bda02466b6f77c7c4a00eaaae SHA512 5f6bf27e277d2c3486a9cae5a007cb71d57e846d958a27cc0bf447728e6c72ca368ab56b5d4b092f1c48d0017bb74e54cf64468b8f7c4fbaebc05c642afaad21 DIST rqt_image_view-0.4.13.tar.gz 13428 BLAKE2B 5a26e8361f7483bef0104dc704623a5a992234b5d939137815cf9bd48d6167b650cee44ab42648a5c672d7f4f85231948b06d711a05ca80806f110f3aa8d70de SHA512 fc9006059dd1f8829074244ea0b8b47b596ddc449a9445593cd96d56d5e9429b5f144cee2b52a4422eff183aa0577395eab647530742d87b14068bc401b9d8c8 +DIST rqt_image_view-0.4.15.tar.gz 14817 BLAKE2B 00c196bac88eb18f039e88e34d9a943a8e5b052f038682297ecf4c1a31bbb3f25b28a252a6034b774186518a33684f82d94fe89ec2cf6a9449aa961dd2b60435 SHA512 347abc44f930ca2a2d72ed9b8a3c825caf23e0643c80a394c8f74b4452d9549bab8ecc91cf5231d8d51b4be345f3c44783a266cd22c0b1197d3376698b849989 diff --git a/dev-ros/rqt_image_view/rqt_image_view-0.4.15.ebuild b/dev-ros/rqt_image_view/rqt_image_view-0.4.15.ebuild new file mode 100644 index 000000000000..f5abb169155c --- /dev/null +++ b/dev-ros/rqt_image_view/rqt_image_view-0.4.15.ebuild @@ -0,0 +1,28 @@ +# Copyright 1999-2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=5 + +KEYWORDS="~amd64" +ROS_REPO_URI="https://github.com/ros-visualization/rqt_image_view" +PYTHON_COMPAT=( python2_7 ) + +inherit ros-catkin + +DESCRIPTION="GUI plugin for displaying images using image_transport" +LICENSE="BSD" +SLOT="0" +IUSE="" + +RDEPEND=" + dev-ros/cv_bridge[${PYTHON_USEDEP}] + media-libs/opencv:= + dev-ros/image_transport + dev-ros/rqt_gui[${PYTHON_USEDEP}] + >=dev-ros/rqt_gui_cpp-0.3 + dev-ros/sensor_msgs[${CATKIN_MESSAGES_PYTHON_USEDEP}] + dev-qt/qtwidgets:5 + dev-libs/boost:= + dev-libs/console_bridge:= +" +DEPEND="${RDEPEND}" |