public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Maciej Mrozowski" <reavertm@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/SoQt/
Date: Sat, 24 Feb 2024 04:46:17 +0000 (UTC)	[thread overview]
Message-ID: <1708749888.f330102cb784869c8e89b34e5a3f6493e8b1d1c8.reavertm@gentoo> (raw)

commit:     f330102cb784869c8e89b34e5a3f6493e8b1d1c8
Author:     Maciej Mrozowski <reavertm <AT> gentoo <DOT> org>
AuthorDate: Sat Feb 24 02:40:30 2024 +0000
Commit:     Maciej Mrozowski <reavertm <AT> gentoo <DOT> org>
CommitDate: Sat Feb 24 04:44:48 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f330102c

media-libs/SoQt: 1.6.2: update EAPI 7 -> 8, add qt6 USE flag

Signed-off-by: Maciej Mrozowski <reavertm <AT> gentoo.org>

 media-libs/SoQt/SoQt-1.6.2.ebuild | 25 +++++++++++++++++--------
 1 file changed, 17 insertions(+), 8 deletions(-)

diff --git a/media-libs/SoQt/SoQt-1.6.2.ebuild b/media-libs/SoQt/SoQt-1.6.2.ebuild
index 1d15e23f337a..02627ad53741 100644
--- a/media-libs/SoQt/SoQt-1.6.2.ebuild
+++ b/media-libs/SoQt/SoQt-1.6.2.ebuild
@@ -1,7 +1,7 @@
 # Copyright 1999-2024 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=7
+EAPI=8
 
 inherit cmake flag-o-matic
 
@@ -14,21 +14,30 @@ SRC_URI="https://github.com/coin3d/soqt/releases/download/v${PV}/${MY_P}-src.tar
 LICENSE="GPL-2"
 KEYWORDS="~amd64 ~x86"
 SLOT="0"
-IUSE="debug doc"
+IUSE="debug doc qt6"
 
 RDEPEND="
 	media-libs/coin
-	dev-qt/qtcore:5
-	dev-qt/qtgui:5
-	dev-qt/qtwidgets:5
-	dev-qt/qtopengl:5
 	virtual/opengl
 	x11-libs/libX11
 	x11-libs/libXi
+	!qt6? (
+		dev-qt/qtcore:5
+		dev-qt/qtgui:5
+		dev-qt/qtwidgets:5
+		dev-qt/qtopengl:5
+	)
+	qt6? (
+		dev-qt/qtbase:6[gui,opengl,widgets]
+	)
 "
+
 DEPEND="${RDEPEND}
-	virtual/pkgconfig
 	x11-base/xorg-proto
+"
+
+BDEPEND="
+	virtual/pkgconfig
 	doc? ( app-text/doxygen )
 "
 
@@ -42,7 +51,7 @@ src_configure() {
 		-DCMAKE_INSTALL_DOCDIR="${EPREFIX}/usr/share/doc/${PF}"
 		-DSOQT_BUILD_DOCUMENTATION=$(usex doc)
 		-DSOQT_BUILD_INTERNAL_DOCUMENTATION=OFF
-		-DSOQT_USE_QT6=OFF
+		-DSOQT_USE_QT6=$(usex qt6)
 		-DSOQT_VERBOSE=$(usex debug)
 	)
 	cmake_src_configure


             reply	other threads:[~2024-02-24  4:46 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-02-24  4:46 Maciej Mrozowski [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-12-18  0:15 [gentoo-commits] repo/gentoo:master commit in: media-libs/SoQt/ Andreas Sturmlechner
2024-11-08 13:31 Andreas Sturmlechner
2024-03-25 12:38 Andreas Sturmlechner
2024-03-25 11:22 Sam James
2024-03-25 11:22 Sam James
2024-02-24  0:21 Maciej Mrozowski
2023-12-09  1:54 Maciej Mrozowski
2021-04-11 11:11 Sam James
2021-04-11  0:13 Thomas Deutschmann
2020-10-05 22:10 Maciej Mrozowski
2017-08-29 14:34 Guilherme Amadio
2015-08-24 15:57 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=1708749888.f330102cb784869c8e89b34e5a3f6493e8b1d1c8.reavertm@gentoo \
    --to=reavertm@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