diff options
| author | Andreas Sturmlechner <asturm@gentoo.org> | 2024-01-01 19:36:37 +0100 |
|---|---|---|
| committer | Andreas Sturmlechner <asturm@gentoo.org> | 2024-01-01 22:01:17 +0100 |
| commit | d44f11ea9871c91e111047e4ad5e2d00151e1fb9 (patch) | |
| tree | a04bdf1cbb874727aafd8e0d3e691254a3be13ce /eclass/qt5-build.eclass | |
| parent | 70463f1b59f1f519e8d0be0d67162d2186d2733b (diff) | |
| download | gentoo-d44f11ea9871c91e111047e4ad5e2d00151e1fb9.tar.gz gentoo-d44f11ea9871c91e111047e4ad5e2d00151e1fb9.tar.bz2 gentoo-d44f11ea9871c91e111047e4ad5e2d00151e1fb9.zip | |
qt5-build.eclass: qtbase: Bump _QT5_GENTOOPATCHSET_REV=5 for 5.15.12
New patches since _QT5_GENTOOPATCHSET_REV=4:
Allan Sandfeld Jensen (3):
Match deadcode elimination with cpu feature check
Sync qt_scale_image_argb32_on_argb32_sse2 and qt_scale_image_32bit
Avoid SSE2 punning
Thiago Macieira (1):
qsimd: Don't force RDRND on if __AVX2__
Ulf Hermann (1):
Gui: Always declare qt_memfill{32|64} as function pointers on x86
See also:
https://invent.kde.org/qt/qt/qtbase/-/merge_requests/295
https://invent.kde.org/qt/qt/qtbase/-/merge_requests/297
https://invent.kde.org/qt/qt/qtbase/-/merge_requests/298
Bug: https://bugs.gentoo.org/704392
Bug: https://bugs.gentoo.org/707390
Bug: https://bugs.gentoo.org/777480
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'eclass/qt5-build.eclass')
| -rw-r--r-- | eclass/qt5-build.eclass | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/eclass/qt5-build.eclass b/eclass/qt5-build.eclass index 223955f5ac12..0cb64f3010ea 100644 --- a/eclass/qt5-build.eclass +++ b/eclass/qt5-build.eclass @@ -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 # @ECLASS: qt5-build.eclass @@ -126,11 +126,11 @@ fi if [[ ${QT5_MODULE} == qtbase ]]; then case ${PV} in - 5.15.8) - _QT5_GENTOOPATCHSET_REV=3 + 5.15.11) + _QT5_GENTOOPATCHSET_REV=4 ;; *) - _QT5_GENTOOPATCHSET_REV=4 + _QT5_GENTOOPATCHSET_REV=5 ;; esac SRC_URI+=" https://dev.gentoo.org/~asturm/distfiles/qtbase-5.15-gentoo-patchset-${_QT5_GENTOOPATCHSET_REV}.tar.xz" |
