summary |
shortlog | log |
commit |
commitdiff |
tree
first ⋅ prev ⋅ next
Lisandro Damián Nicanor Pérez Meyer [Fri, 4 Oct 2024 23:12:57 +0000 (01:12 +0200)]
Enable skipping plugins search at build time.
Forwarded: not-needed
This patch sets
QT_SKIP_AUTO_PLUGIN_INCLUSION and QT_SKIP_AUTO_QML_PLUGIN_INCLUSION to ON
by default, thus avoiding unnecesary build dependencies on plugins.
The variables can still be set to OFF by the user at build time, allowing
them to find the packages if necessary. But if you need so for a Debian
package please reach the Qt maintainers first. We want to know why you
need to do so. Thanks in advance!
Gbp-Pq: Name enable_skip_plugins.patch
John David Anglin [Fri, 4 Oct 2024 23:12:57 +0000 (01:12 +0200)]
Change how stack grows on HPPA.
Bug-Debian: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=
1042018
Reviewed-by: Lisandro Damián Nicanor Pérez Meyer <lisandro@debian.org>
Last-Update: 2023-07-28
On HPPA stack grows upwards. This patch introduces this change for
this 3rd party code.
Gbp-Pq: Name forkfd_grow_stack_upwards_on_hppa.patch
Lisandro Damián Nicanor Pérez Meyer [Fri, 4 Oct 2024 23:12:57 +0000 (01:12 +0200)]
remove RPATH/RUNPATH from examples' binaries.
Forwarded: not-needed
Last-Update: 2024-02-15
On Debian the examples are built against system's libraries, so there is no
need to set RPATH/RUNPATH.
Gbp-Pq: Name remove_rpath_from_examples.patch
Debian Qt/KDE Maintainers [Fri, 4 Oct 2024 23:12:57 +0000 (01:12 +0200)]
cross
Gbp-Pq: Name cross.patch
Vagrant Cascadian [Fri, 25 Feb 2022 03:00:05 +0000 (03:00 +0000)]
[PATCH] cmake/QtBuildInternalsExtra.cmake.in: Patch out embedded build path.
The original build path should not be needed in the shipped package,
and causes reproducibility issues when built in different paths.
https://reproducible-builds.org/docs/build-path/
Gbp-Pq: Name build_path_embedded_qtbuildinternalsextra_cmake.patch
Lisandro Damián Nicanor Pérez Meyer [Fri, 4 Oct 2024 23:12:57 +0000 (01:12 +0200)]
remove non-used privacy-breach code
Forwarded: not-needed
Last-Update: 2015-02-18
This code makes Lintian unhappy. But we are really not using it, it only
gets inserted when building the online doc.
Anyways the best way to calm down Lintian is to simply remove it.
Gbp-Pq: Name remove_privacy_breaches.diff
Dmitry Shachnev [Fri, 4 Oct 2024 23:12:57 +0000 (01:12 +0200)]
use _Float16 only when SSE2 is enabled
Forwarded: https://codereview.qt-project.org/c/qt/qtbase/+/579205
Last-Update: 2024-08-01
The GCC documentation [1] says: “On x86 targets with SSE2 enabled, GCC
supports half-precision (16-bit) floating point via the _Float16 type”.
On non-SSE2 x86 (such as Debian i386 baseline [2]), __FLT16_MAX__ is
defined starting with GCC 14 [3], however any non-trivial use of the
_Float16 type results in an error:
error: operation not permitted on type ‘_Float16’ without option ‘-msse2’
which makes some packages fail to build on i386 architecture [4].
[1]: https://gcc.gnu.org/onlinedocs/gcc/Half-Precision.html
[2]: https://wiki.debian.org/ArchitectureSpecificsMemo#i386-1
[3]: https://gcc.gnu.org/g:
9a19fa8b616f83474c35cc5b34a3865073ced829
[4]: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=
1076986
Gbp-Pq: Name use_float16_only_with_sse2.patch
John Paul Adrian Glaubitz [Fri, 4 Oct 2024 23:12:57 +0000 (01:12 +0200)]
Add SH description
Bug-Debian: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=
1043225
Reviewed-by: Lisandro Damián Nicanor Pérez Meyer <lisandro@debian.org>
Upstream processes archs from time to time and tends to disable those that
they do not know wether they are working or not.
SH is working on Debian, so as an intermediate measure re enable it here.
Gbp-Pq: Name Add-SH-detection.patch
Pino Toscano [Sat, 22 Jun 2024 17:55:15 +0000 (19:55 +0200)]
[PATCH] IPC: add PATH_MAX-less fallback definition for MAX_PATH
Define MAX_PATH also when PATH_MAX is not defined (e.g on GNU/Hurd).
MAX_PATH is Windows constant, and it is used in this file only in a
code path for Windows; because of this, the static fallback define
should be good enough.
Change-Id: Ic1b9fee3b62505f86aa8ec89bbd20493bfe1f67c
Reviewed-by: Thiago Macieira <thiago.macieira@intel.com>
Gbp-Pq: Name upstream_IPC-add-PATH_MAX-less-fallback-definition-for-MAX_PA.patch
Patrick Franz [Fri, 4 Oct 2024 23:12:57 +0000 (01:12 +0200)]
qt6-base (6.7.2+dfsg-3) unstable; urgency=medium
* Merge 6.6.2+dfsg-12 upload from unstable.
[dgit import unpatched qt6-base 6.7.2+dfsg-3]
Patrick Franz [Fri, 4 Oct 2024 23:12:57 +0000 (01:12 +0200)]
Import qt6-base_6.7.2+dfsg-3.debian.tar.xz
[dgit import tarball qt6-base 6.7.2+dfsg-3 qt6-base_6.7.2+dfsg-3.debian.tar.xz]
Patrick Franz [Wed, 28 Aug 2024 23:31:57 +0000 (01:31 +0200)]
Import qt6-base_6.7.2+dfsg.orig.tar.xz
[dgit import orig qt6-base_6.7.2+dfsg.orig.tar.xz]