From: "Alexis Ballier" <aballier@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ros/rviz/
Date: Thu, 24 Mar 2016 11:18:52 +0000 (UTC) [thread overview]
Message-ID: <1458818322.a57d490fe983f28a222704d43ff5cb5037129721.aballier@gentoo> (raw)
commit: a57d490fe983f28a222704d43ff5cb5037129721
Author: Alexis Ballier <aballier <AT> gentoo <DOT> org>
AuthorDate: Thu Mar 24 11:15:29 2016 +0000
Commit: Alexis Ballier <aballier <AT> gentoo <DOT> org>
CommitDate: Thu Mar 24 11:18:42 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a57d490f
dev-ros/rviz: add qt5 useflag and bump to 1.11.13
Package-Manager: portage-2.2.28
Signed-off-by: Alexis Ballier <aballier <AT> gentoo.org>
dev-ros/rviz/Manifest | 1 +
.../rviz/{rviz-9999.ebuild => rviz-1.11.13.ebuild} | 22 +++++++++++++++++-----
dev-ros/rviz/rviz-9999.ebuild | 22 +++++++++++++++++-----
3 files changed, 35 insertions(+), 10 deletions(-)
diff --git a/dev-ros/rviz/Manifest b/dev-ros/rviz/Manifest
index 87d1cc3..4b1e0b5 100644
--- a/dev-ros/rviz/Manifest
+++ b/dev-ros/rviz/Manifest
@@ -1 +1,2 @@
DIST rviz-1.11.10.tar.gz 4526836 SHA256 0b1f91042d9e4c90c7c40602a2f479632f432c7ce40801e5508a0077281eadbe SHA512 552a7482f90ce70933bbf93aa7dc29e6ef1685998b508dfd60af2c8e60f43d88ae6c1b5a8585494248d79c5ac7c1c1ade784acd1260ef3aea62ee61050fecafe WHIRLPOOL 47dbd86a3f07e6a78808e5abd0f7a5a17c75839e025479f036def64be042b266adb758426f02bde2c0c0c3fd9a764150a742ad0ed42cc90cddcf6bfc0f2b5a0e
+DIST rviz-1.11.13.tar.gz 4532451 SHA256 97189c47427f1d0d7d3599777544bd001da27694f7225d7fe3c3eab1c064b9b4 SHA512 652355cfe062d22858925329081458b61a95d2f2d8ecf10f746b238e124553706dd2fa507c8191450d0f9a3907ebcfd2b1440212b918b7da69bd9f3b16d5a5a2 WHIRLPOOL 9dc30f05150304a9306b9bb41ca06ccc27271f8b4e9537128ec3a0d5ab9205598f423f234ebbf7619dd323f53ca81f0150a814bb47d280e7818159d4dbbcae2d
diff --git a/dev-ros/rviz/rviz-9999.ebuild b/dev-ros/rviz/rviz-1.11.13.ebuild
similarity index 84%
copy from dev-ros/rviz/rviz-9999.ebuild
copy to dev-ros/rviz/rviz-1.11.13.ebuild
index 43b31fc..61c0440 100644
--- a/dev-ros/rviz/rviz-9999.ebuild
+++ b/dev-ros/rviz/rviz-1.11.13.ebuild
@@ -13,17 +13,24 @@ inherit ros-catkin
DESCRIPTION="3D visualization tool for ROS"
LICENSE="BSD"
SLOT="0"
-IUSE=""
+IUSE="qt5"
RDEPEND="
dev-libs/boost:=[threads]
media-libs/assimp
dev-games/ogre
virtual/opengl
- dev-qt/qtgui:4
- dev-qt/qtopengl:4
- dev-qt/qtcore:4
- dev-qt/qtsvg:4
+ qt5? (
+ dev-qt/qtwidgets:5
+ dev-qt/qtcore:5
+ dev-qt/qtopengl:5
+ )
+ !qt5? (
+ dev-qt/qtgui:4
+ dev-qt/qtopengl:4
+ dev-qt/qtcore:4
+ dev-qt/qtsvg:4
+ )
dev-cpp/eigen:3
dev-cpp/yaml-cpp
@@ -59,3 +66,8 @@ DEPEND="${RDEPEND}
dev-ros/rostest[${PYTHON_USEDEP}]
dev-cpp/gtest
)"
+
+src_configure() {
+ local mycatkincmakeargs=( "-DUseQt5=$(usex qt5 ON OFF)" )
+ ros-catkin_src_configure
+}
diff --git a/dev-ros/rviz/rviz-9999.ebuild b/dev-ros/rviz/rviz-9999.ebuild
index 43b31fc..61c0440 100644
--- a/dev-ros/rviz/rviz-9999.ebuild
+++ b/dev-ros/rviz/rviz-9999.ebuild
@@ -13,17 +13,24 @@ inherit ros-catkin
DESCRIPTION="3D visualization tool for ROS"
LICENSE="BSD"
SLOT="0"
-IUSE=""
+IUSE="qt5"
RDEPEND="
dev-libs/boost:=[threads]
media-libs/assimp
dev-games/ogre
virtual/opengl
- dev-qt/qtgui:4
- dev-qt/qtopengl:4
- dev-qt/qtcore:4
- dev-qt/qtsvg:4
+ qt5? (
+ dev-qt/qtwidgets:5
+ dev-qt/qtcore:5
+ dev-qt/qtopengl:5
+ )
+ !qt5? (
+ dev-qt/qtgui:4
+ dev-qt/qtopengl:4
+ dev-qt/qtcore:4
+ dev-qt/qtsvg:4
+ )
dev-cpp/eigen:3
dev-cpp/yaml-cpp
@@ -59,3 +66,8 @@ DEPEND="${RDEPEND}
dev-ros/rostest[${PYTHON_USEDEP}]
dev-cpp/gtest
)"
+
+src_configure() {
+ local mycatkincmakeargs=( "-DUseQt5=$(usex qt5 ON OFF)" )
+ ros-catkin_src_configure
+}
next reply other threads:[~2016-03-24 11:19 UTC|newest]
Thread overview: 34+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-03-24 11:18 Alexis Ballier [this message]
-- strict thread matches above, loose matches on Subject: below --
2022-08-24 10:19 [gentoo-commits] repo/gentoo:master commit in: dev-ros/rviz/ Alexis Ballier
2022-06-03 12:34 Joonas Niilola
2022-03-09 13:19 Alexis Ballier
2022-03-09 13:19 Alexis Ballier
2022-03-09 13:19 Alexis Ballier
2021-08-12 16:58 Alexis Ballier
2021-08-03 7:35 Alexis Ballier
2020-07-16 13:02 Alexis Ballier
2020-07-16 13:02 Alexis Ballier
2020-04-02 0:29 Andreas Sturmlechner
2019-12-12 12:31 Alexis Ballier
2019-05-24 16:23 Alexis Ballier
2018-08-04 18:46 Alexis Ballier
2018-08-04 18:46 Alexis Ballier
2018-03-30 13:27 Alexis Ballier
2018-03-30 13:27 Alexis Ballier
2018-01-07 6:38 Alexis Ballier
2017-12-20 16:54 Alexis Ballier
2017-11-10 8:51 Alexis Ballier
2017-08-24 8:55 Alexis Ballier
2017-08-24 8:55 Alexis Ballier
2017-08-04 18:40 Alexis Ballier
2017-05-08 14:07 Alexis Ballier
2017-05-07 12:36 Alexis Ballier
2017-05-04 9:12 Alexis Ballier
2016-11-28 15:11 Alexis Ballier
2016-11-01 14:54 Alexis Ballier
2016-07-26 9:24 Alexis Ballier
2016-04-30 14:18 Alexis Ballier
2016-04-15 16:33 Alexis Ballier
2016-04-05 10:55 Alexis Ballier
2015-10-15 11:26 Alexis Ballier
2015-09-23 9:44 Alexis Ballier
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1458818322.a57d490fe983f28a222704d43ff5cb5037129721.aballier@gentoo \
--to=aballier@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox