# Copyright 2022 Open Source Robotics Foundation # Distributed under the terms of the BSD license EAPI=6 PYTHON_COMPAT=( python{3_5,3_6} ) inherit ament-cmake DESCRIPTION="3D visualization tool for ROS." HOMEPAGE="https://github.com/ros2/rviz/blob/ros2/README.md" SRC_URI="https://github.com/ros2-gbp/rviz-release/archive/release/galactic/${PN}/8.5.1-1.tar.gz -> ${PN}-galactic-release-${PV}.tar.gz" LICENSE="BSD" KEYWORDS="~x86 ~amd64 ~arm ~arm64" IUSE="test" RDEPEND=" ros-galactic/rviz_common ros-galactic/rviz_default_plugins ros-galactic/rviz_ogre_vendor test? ( ros-galactic/ament_cmake_cppcheck ) test? ( ros-galactic/ament_cmake_cpplint ) test? ( ros-galactic/ament_cmake_lint_cmake ) test? ( ros-galactic/ament_cmake_uncrustify ) test? ( ros-galactic/ament_cmake_xmllint ) test? ( ros-galactic/ament_lint_auto ) test? ( ros-galactic/geometry_msgs ) test? ( ros-galactic/rclcpp ) test? ( ros-galactic/sensor_msgs ) " DEPEND="${RDEPEND} ros-galactic/ament_cmake dev-qt/qtcore:5 dev-qt/qtwidgets:5 dev-qt/qttest:5 " SLOT="0" ROS_DISTRO="galactic" ROS_PREFIX="opt/ros/${ROS_DISTRO}"