public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Andreas Sturmlechner" <asturm@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-qt/qtdeclarative/
Date: Tue, 10 Jan 2023 00:04:50 +0000 (UTC)	[thread overview]
Message-ID: <1673309074.f74337bbd00038bede4f847d990f90afa7ba2b2d.asturm@gentoo> (raw)

commit:     f74337bbd00038bede4f847d990f90afa7ba2b2d
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Mon Jan  9 23:49:16 2023 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Tue Jan 10 00:04:34 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f74337bb

dev-qt/qtdeclarative: Bump to QT5_KDEPATCHSET_REV=2

Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 dev-qt/qtdeclarative/Manifest                      |  1 +
 .../qtdeclarative/qtdeclarative-5.15.8-r1.ebuild   | 67 ++++++++++++++++++++++
 2 files changed, 68 insertions(+)

diff --git a/dev-qt/qtdeclarative/Manifest b/dev-qt/qtdeclarative/Manifest
index a67365f7f3a8..36bff9fc1c2d 100644
--- a/dev-qt/qtdeclarative/Manifest
+++ b/dev-qt/qtdeclarative/Manifest
@@ -1,5 +1,6 @@
 DIST qtdeclarative-5.15.7-gentoo-kde-1.tar.xz 24768 BLAKE2B 4595a64432e7c05eb51d9b565189d7f1d76e4d372db4247f1c21f8b4a655a0243c2487203ea669ac88143bb3f3d5dad969370d56522b046bc8fcc28d6597e124 SHA512 96859b52ccc453379c9137587176a26f99f2d4339bbf9008f8268585e77852339b32ffd86b57715109d573b5c6e2ad4963638ae946359d5b46e7a2e570ab2c64
 DIST qtdeclarative-5.15.8-gentoo-kde-1.tar.xz 19932 BLAKE2B e889597ce322d642f0a1a60fd47b23a34b7d40585ab34841cfbce2225c24a4c56075698a3c9b9b93eb8dce80f2a42140269b84538a6c2817997221404892c180 SHA512 88c9483fca6eb10ecf4810dac369260b7d85372a1b698ea9587201398f65d442b6f8bd87603a277acc71f94e6f7cff2cca750888261a3b31c2734c09415d1fd3
+DIST qtdeclarative-5.15.8-gentoo-kde-2.tar.xz 20772 BLAKE2B ff77a5abd7e21cc80ba65cc236b7c7319f026b2b75df171c53043f766393b46da518c9dfe64a191b7445b6152bb91acb5ae628d8e354dfb701cf855d61960dbe SHA512 bea576f5b3366c21c2ef7f1225db9a355c9a6d8e643d5a084e02b2c6567ca4c93d910ba1f0c0a2620b4f6ac25ce4fd0d6276b14f8b77040b1d3a91a802294cd8
 DIST qtdeclarative-everywhere-opensource-src-5.15.7.tar.xz 21591224 BLAKE2B bdb11b3929419a80a3ccd4bbcbc38c17069f1ddbfe5a8bb06345afda7d1cec66396b262b8e2783227912fca90c62b83b388922f631fb284b3b4476c43882276a SHA512 909721a7c756ad3f55fa30b539ddd7f459449edc599883a4e04acbe6f1cecaf44b3a5f2b3b17adb83adaf8cd3e1e5e7e09829b30b0df3dacb1e203892b996508
 DIST qtdeclarative-everywhere-opensource-src-5.15.8.tar.xz 21592984 BLAKE2B 623264ffcca9f623896d73ce946cc0f621bdae50b520e454b59a1888a2c767f0ff089f69ed1c5e028d01fd28ae447add826fb09c615718af61e787fa1849b16e SHA512 c611cc1d25b7eea1da3e5932d253d024459044d8fff6a31066033ea5867dd20aeb183b2d2ba8a2ca71cf263fc1921126509212dd43ab680134e7a9df8d937d73
 DIST qtdeclarative-everywhere-src-6.4.0.tar.xz 30538764 BLAKE2B 919081ba8a29a07daa01084388454a3d5f814e12ff5d1a4d3b647650e4bd6a839876baee1ab09e664e55e814338dbf675e70e4c44c28842a363c8f2dcf1a2b18 SHA512 6d43c09a14e2ca236fc50166ed477e37084e89a67a04d914f30f31662a18a4e6d0433cb9b2f0654ba9ffcbcd7abcb5dadcb7b12f0ef5928fc11b10925ee6f41e

diff --git a/dev-qt/qtdeclarative/qtdeclarative-5.15.8-r1.ebuild b/dev-qt/qtdeclarative/qtdeclarative-5.15.8-r1.ebuild
new file mode 100644
index 000000000000..27750dcfd317
--- /dev/null
+++ b/dev-qt/qtdeclarative/qtdeclarative-5.15.8-r1.ebuild
@@ -0,0 +1,67 @@
+# Copyright 2009-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+if [[ ${PV} != *9999* ]]; then
+	QT5_KDEPATCHSET_REV=2
+	KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~loong ~ppc ~ppc64 ~riscv ~sparc ~x86"
+fi
+
+PYTHON_COMPAT=( python3_{8..11} )
+inherit flag-o-matic python-any-r1 qt5-build
+
+DESCRIPTION="The QML and Quick modules for the Qt5 framework"
+
+IUSE="gles2-only +jit localstorage vulkan +widgets"
+
+# qtgui[gles2-only=] is needed because of bug 504322
+DEPEND="
+	=dev-qt/qtcore-${QT5_PV}*
+	=dev-qt/qtgui-${QT5_PV}*:5=[gles2-only=,vulkan=]
+	=dev-qt/qtnetwork-${QT5_PV}*
+	=dev-qt/qttest-${QT5_PV}*
+	media-libs/libglvnd
+	localstorage? ( =dev-qt/qtsql-${QT5_PV}* )
+	widgets? ( =dev-qt/qtwidgets-${QT5_PV}*[gles2-only=] )
+"
+RDEPEND="${DEPEND}"
+BDEPEND="${PYTHON_DEPS}"
+
+PATCHES=(
+	"${FILESDIR}/${PN}-5.14.2-QQuickItemView-fix-maxXY-extent.patch" # QTBUG-83890
+)
+
+src_prepare() {
+	qt_use_disable_mod localstorage sql \
+		src/imports/imports.pro
+
+	qt_use_disable_mod widgets widgets \
+		src/src.pro \
+		src/qmltest/qmltest.pro \
+		tests/auto/auto.pro \
+		tools/tools.pro \
+		tools/qmlscene/qmlscene.pro \
+		tools/qml/qml.pro
+
+	qt5-build_src_prepare
+}
+
+src_configure() {
+	replace-flags "-Os" "-O2" # bug 840861
+
+	local myqmakeargs=(
+		--
+		-qml-debug
+		$(qt_use jit feature-qml-jit)
+	)
+	qt5-build_src_configure
+}
+
+src_install() {
+	qt5-build_src_install
+	qt5_symlink_binary_to_path qml 5
+	qt5_symlink_binary_to_path qmleasing 5
+	qt5_symlink_binary_to_path qmlpreview 5
+	qt5_symlink_binary_to_path qmlscene 5
+}


             reply	other threads:[~2023-01-10  0:04 UTC|newest]

Thread overview: 187+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-01-10  0:04 Andreas Sturmlechner [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-10-07  2:52 [gentoo-commits] repo/gentoo:master commit in: dev-qt/qtdeclarative/ Sam James
2024-10-03  3:45 Ionen Wolkens
2024-09-27  7:26 Ionen Wolkens
2024-09-24  9:57 Ionen Wolkens
2024-07-08 16:40 Arthur Zamarin
2024-07-08 11:16 Arthur Zamarin
2024-07-08 10:09 Sam James
2024-06-02  4:04 Sam James
2024-06-01 14:53 Arthur Zamarin
2024-05-20  8:48 Ionen Wolkens
2024-05-19 12:11 Ionen Wolkens
2024-05-13  5:49 Ionen Wolkens
2024-04-20 14:20 Ionen Wolkens
2024-04-03 19:06 Arthur Zamarin
2024-04-03 18:48 Arthur Zamarin
2024-04-02  6:09 Arthur Zamarin
2024-03-30  0:29 Ionen Wolkens
2024-03-26  7:10 Ionen Wolkens
2024-03-22 10:29 Ionen Wolkens
2024-03-22  6:16 Arthur Zamarin
2024-03-14  7:14 Ionen Wolkens
2024-03-12 20:32 Ionen Wolkens
2024-03-12 12:01 Ionen Wolkens
2024-02-15  9:52 Ionen Wolkens
2024-02-14 12:24 Ionen Wolkens
2024-01-31 22:47 Ionen Wolkens
2023-12-19 20:58 Andreas Sturmlechner
2023-12-19 20:33 Ionen Wolkens
2023-12-18  8:27 Arthur Zamarin
2023-12-16 11:36 Sam James
2023-12-01 19:48 Jakov Smolić
2023-12-01  6:21 Sam James
2023-12-01  6:21 Sam James
2023-11-29 22:33 Sam James
2023-11-29  8:23 Arthur Zamarin
2023-11-27  8:47 Ionen Wolkens
2023-11-23 19:53 Sam James
2023-11-23 16:47 Arthur Zamarin
2023-11-23 16:47 Arthur Zamarin
2023-11-20  2:07 Ionen Wolkens
2023-11-15 19:28 Ionen Wolkens
2023-11-14 22:55 Andreas Sturmlechner
2023-11-08 22:30 Andreas Sturmlechner
2023-11-06  7:14 Arthur Zamarin
2023-10-24 10:26 Andreas Sturmlechner
2023-10-10 14:51 Ionen Wolkens
2023-09-30 10:00 Andreas Sturmlechner
2023-09-27 19:24 Arthur Zamarin
2023-09-26 19:48 Ionen Wolkens
2023-09-24 17:09 WANG Xuerui
2023-09-24 17:09 WANG Xuerui
2023-09-22 20:53 Sam James
2023-09-19 12:33 Andreas Sturmlechner
2023-09-15  4:49 Sam James
2023-09-12  1:28 Sam James
2023-09-12  1:26 Sam James
2023-09-11 22:59 Sam James
2023-08-05 23:06 Andreas Sturmlechner
2023-07-26 13:31 Jimi Huotari
2023-07-20 19:41 Jimi Huotari
2023-07-12 23:39 Sam James
2023-07-12  1:13 Sam James
2023-06-19 20:57 Andreas Sturmlechner
2023-06-10 13:33 Jimi Huotari
2023-05-23  2:52 Sam James
2023-05-06 11:26 Jimi Huotari
2023-04-25  9:42 Arthur Zamarin
2023-04-15 18:39 Jimi Huotari
2023-03-26 16:59 Jimi Huotari
2023-03-19 13:09 Jimi Huotari
2023-02-09 10:02 Andreas Sturmlechner
2023-01-21 19:37 Arthur Zamarin
2023-01-21 19:33 Arthur Zamarin
2023-01-10 20:00 Andreas Sturmlechner
2023-01-10  0:04 Andreas Sturmlechner
2023-01-05 22:39 Jimi Huotari
2022-12-05 19:45 Arthur Zamarin
2022-12-01 19:19 Andreas Sturmlechner
2022-09-24 14:32 Andreas Sturmlechner
2022-08-02 21:51 Sam James
2022-07-04 17:58 Arthur Zamarin
2022-07-03 22:46 Andreas Sturmlechner
2022-07-02 12:54 Arthur Zamarin
2022-06-21 21:37 Andreas Sturmlechner
2022-06-19 22:45 Sam James
2022-06-19 22:45 Sam James
2022-06-19  5:30 Sam James
2022-06-19  5:29 Sam James
2022-06-13 21:18 Sam James
2022-04-17 19:32 Sam James
2022-04-12 18:45 Arthur Zamarin
2022-03-31 19:23 Andreas Sturmlechner
2022-03-30 18:57 Andreas Sturmlechner
2022-03-30 18:57 Andreas Sturmlechner
2022-03-22 13:32 Andreas Sturmlechner
2022-03-22 13:19 Andreas Sturmlechner
2022-03-16 23:53 Sam James
2022-03-10  9:33 Jakov Smolić
2022-03-07  7:28 Agostino Sarubbo
2022-03-07  7:26 Agostino Sarubbo
2022-03-06  7:51 Sam James
2022-02-11 10:06 Andreas Sturmlechner
2021-12-16 12:29 Andreas Sturmlechner
2021-12-15 23:55 Sam James
2021-12-15 23:55 Sam James
2021-12-15 23:55 Sam James
2021-12-15 23:38 Sam James
2021-12-15 14:46 Jakov Smolić
2021-12-15 13:41 Jakov Smolić
2021-12-10 13:19 Andreas Sturmlechner
2021-12-10 13:19 Andreas Sturmlechner
2021-11-07 23:42 Andreas Sturmlechner
2021-10-17  0:29 Sam James
2021-10-17  0:27 Sam James
2021-09-29 17:30 Andreas Sturmlechner
2021-09-29 17:30 Andreas Sturmlechner
2021-09-22 20:01 Andreas Sturmlechner
2021-08-25 14:36 Andreas Sturmlechner
2021-08-23  2:06 Sam James
2021-07-24 23:43 Yixun Lan
2021-01-09 21:18 Sam James
2021-01-09 13:42 Sam James
2020-12-26 23:46 Andreas Sturmlechner
2020-10-13  9:51 Agostino Sarubbo
2020-10-12 11:55 Sam James
2020-07-30 10:11 Andreas Sturmlechner
2020-07-30 10:11 Andreas Sturmlechner
2020-06-21 22:25 Andreas Sturmlechner
2020-06-21 17:03 Agostino Sarubbo
2020-06-21 16:58 Agostino Sarubbo
2020-06-20 13:48 Thomas Deutschmann
2020-06-17 14:21 Mart Raudsepp
2020-06-03 18:47 Andreas Sturmlechner
2020-06-03 18:42 Agostino Sarubbo
2020-05-30 19:33 Sergei Trofimovich
2020-05-22  8:02 Sergei Trofimovich
2020-05-18  6:20 Andreas Sturmlechner
2020-05-09  7:43 Agostino Sarubbo
2020-04-16 18:05 Sergei Trofimovich
2020-03-19 10:12 Agostino Sarubbo
2020-02-26 22:57 Andreas Sturmlechner
2020-02-26 22:02 Andreas Sturmlechner
2020-02-26 22:02 Andreas Sturmlechner
2020-01-27 10:48 Mikle Kolyada
2020-01-13 19:50 Sergei Trofimovich
2019-05-23 13:20 Mikle Kolyada
2019-04-26 17:51 Anthony G. Basile
2019-03-12  7:10 Andreas Sturmlechner
2019-03-12  7:10 Andreas Sturmlechner
2018-12-03  2:43 Jonathan Callen
2018-11-24 13:32 Sergei Trofimovich
2018-09-07 23:46 Sergei Trofimovich
2018-08-22  1:21 Mikle Kolyada
2018-08-17 21:12 Sergei Trofimovich
2018-07-13 13:41 Mikle Kolyada
2018-03-26  7:04 Sergei Trofimovich
2018-03-21  7:25 Sergei Trofimovich
2018-03-17  0:22 Michael Palimaka
2018-03-15 20:17 Markus Meier
2018-03-13 19:51 Michał Górny
2017-12-10 10:17 Pacho Ramos
2017-11-18 19:19 Sergei Trofimovich
2017-11-13 22:37 Sergei Trofimovich
2017-11-07 13:18 Manuel Rüger
2017-11-02 21:16 Thomas Deutschmann
2017-09-25 13:53 Michael Palimaka
2017-06-06 16:12 Markus Meier
2017-06-03 20:09 Sergei Trofimovich
2017-05-22 11:40 Agostino Sarubbo
2017-05-21 16:41 Michael Weber
2017-05-20 10:37 Michael Weber
2017-05-19  7:40 Jeroen Roovers
2017-05-18 12:39 Agostino Sarubbo
2017-03-17  7:47 Jeroen Roovers
2017-01-02 18:54 Markus Meier
2016-10-13  9:41 Agostino Sarubbo
2016-08-23 19:29 Markus Meier
2016-03-27 16:47 Agostino Sarubbo
2016-03-24  5:53 Markus Meier
2016-03-09  4:12 Jeroen Roovers
2015-10-18  9:40 Mikle Kolyada
2015-09-21  4:58 Jeroen Roovers
2015-08-26 14:56 Mikle Kolyada
2015-08-25 12:21 Davide Pesavento
2015-08-25  5:49 Jeroen Roovers
2015-08-23  9:24 Jeroen Roovers

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=1673309074.f74337bbd00038bede4f847d990f90afa7ba2b2d.asturm@gentoo \
    --to=asturm@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