public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Viorel Munteanu" <ceamac@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: app-emulation/punes/
Date: Thu,  4 Jan 2024 11:55:35 +0000 (UTC)	[thread overview]
Message-ID: <1704369270.903bf89ec3aa9d582e2b7efd7e3cab81cc010d66.ceamac@gentoo> (raw)

commit:     903bf89ec3aa9d582e2b7efd7e3cab81cc010d66
Author:     Azamat H. Hackimov <azamat.hackimov <AT> gmail <DOT> com>
AuthorDate: Thu Oct 19 20:18:56 2023 +0000
Commit:     Viorel Munteanu <ceamac <AT> gentoo <DOT> org>
CommitDate: Thu Jan  4 11:54:30 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=903bf89e

app-emulation/punes: add qt6 USE-flag

Signed-off-by: Azamat H. Hackimov <azamat.hackimov <AT> gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/33421
Signed-off-by: Viorel Munteanu <ceamac <AT> gentoo.org>

 app-emulation/punes/punes-0.110.ebuild | 30 +++++++++++++++++++-----------
 1 file changed, 19 insertions(+), 11 deletions(-)

diff --git a/app-emulation/punes/punes-0.110.ebuild b/app-emulation/punes/punes-0.110.ebuild
index 9a5f143123d4..16b8811e4a80 100644
--- a/app-emulation/punes/punes-0.110.ebuild
+++ b/app-emulation/punes/punes-0.110.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2023 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
@@ -13,14 +13,9 @@ S="${WORKDIR}/puNES-${PV}"
 LICENSE="GPL-2+"
 SLOT="0"
 KEYWORDS="~amd64 ~x86"
-IUSE="X cg ffmpeg"
+IUSE="X cg ffmpeg qt6"
 
 RDEPEND="
-	dev-qt/qtcore:5
-	dev-qt/qtgui:5
-	dev-qt/qtnetwork:5
-	dev-qt/qtsvg:5
-	dev-qt/qtwidgets:5
 	media-libs/alsa-lib
 	media-libs/libglvnd[X?]
 	virtual/glu
@@ -30,18 +25,31 @@ RDEPEND="
 		x11-libs/libXrandr
 	)
 	cg? ( media-gfx/nvidia-cg-toolkit )
-	ffmpeg? ( media-video/ffmpeg:= )"
+	ffmpeg? ( media-video/ffmpeg:= )
+	qt6? (
+		dev-qt/qtbase:6[gui,network,opengl,widgets]
+		dev-qt/qtsvg:6
+	)
+	!qt6? (
+		dev-qt/qtcore:5
+		dev-qt/qtgui:5
+		dev-qt/qtnetwork:5
+		dev-qt/qtsvg:5
+		dev-qt/qtwidgets:5
+	)"
+
 DEPEND="
 	${RDEPEND}
 	X? ( x11-base/xorg-proto )"
 BDEPEND="
-	dev-qt/linguist-tools:5
-	virtual/pkgconfig"
+	virtual/pkgconfig
+	qt6? ( dev-qt/qttools[linguist] )
+	!qt6? ( dev-qt/linguist-tools:5 )"
 
 src_configure() {
 	local mycmakeargs=(
 		-DENABLE_GIT_INFO=OFF
-		-DENABLE_QT6_LIBS=OFF
+		-DENABLE_QT6_LIBS=$(usex qt6)
 		-DDISABLE_PORTABLE_MODE=OFF
 		-DENABLE_FFMPEG=$(usex ffmpeg)
 		-DENABLE_FULLSCREEN_RESFREQ=$(usex X)


             reply	other threads:[~2024-01-04 11:55 UTC|newest]

Thread overview: 17+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-01-04 11:55 Viorel Munteanu [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-12-31  9:08 [gentoo-commits] repo/gentoo:master commit in: app-emulation/punes/ Andreas Sturmlechner
2024-10-24 17:58 Sam James
2024-07-21  0:32 Sam James
2024-03-22  6:22 Arthur Zamarin
2024-03-22  6:22 Arthur Zamarin
2023-01-24 10:01 Joonas Niilola
2022-10-14 13:25 Ionen Wolkens
2021-02-02 13:08 Joonas Niilola
2020-08-08  9:04 Joonas Niilola
2020-08-08  9:04 Joonas Niilola
2020-03-21 16:13 Joonas Niilola
2019-10-28 15:14 Joonas Niilola
2019-10-28 15:14 Joonas Niilola
2019-05-15 10:48 Michael Palimaka
2019-03-11 10:13 Patrice Clement
2018-01-26 21:23 Patrice Clement

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=1704369270.903bf89ec3aa9d582e2b7efd7e3cab81cc010d66.ceamac@gentoo \
    --to=ceamac@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