Patrick Franz
08be68db8c
Update lintian-overrides.
2022-10-01 20:35:45 +02:00
Patrick Franz
f84c513f91
Update symbols from buildlogs.
2022-10-01 20:33:05 +02:00
Patrick Franz
139492c842
Update list of installed files.
2022-10-01 20:14:08 +02:00
Patrick Franz
b477dd62fc
Remove some patches as they have been applied upstream.
2022-10-01 19:46:23 +02:00
Patrick Franz
4ec5444a7a
Update ABI to 6.4.0.
2022-10-01 19:44:46 +02:00
Patrick Franz
70fe044199
New upstream release (6.4.0).
2022-10-01 19:41:26 +02:00
Patrick Franz
4fe6f72b51
New changelog entry.
2022-10-01 19:38:29 +02:00
Patrick Franz
a5d7ee8311
Release to unstable.
2022-10-01 18:59:57 +02:00
Pino Toscano
8a2be01fa1
symbols: update
2022-09-24 19:56:09 +02:00
Patrick Franz
ec1158b1fc
Move development files for libQt6EglFSDeviceIntegration, libQt6EglFsKmsGbmSupport and libQt6EglFsKmsSupport from qt6-base-dev into libqt6opengl6-dev ( Closes : #1017940 ).
2022-09-17 17:40:53 +02:00
Patrick Franz
bddd68d038
Add cmake as a dependency to qt6-base-dev-tools as qt-cmake requires it ( Closes : #1019870 ).
2022-09-17 13:54:08 +02:00
Patrick Franz
6506350290
Increase CMake verbosity level.
2022-09-11 13:58:16 +02:00
Lisandro Damián Nicanor Pérez Meyer
bb96542f29
Bump the minimum CMake version required to build.
...
Version 3.18 in stable won't create pkg-config's .pc files, and we are
installing them now. The change might have occurred in a previous CMake
version.
2022-09-05 16:48:48 -03:00
Lisandro Damián Nicanor Pérez Meyer
b0b7b35719
New changelog entry.
2022-09-05 16:46:46 -03:00
Pino Toscano
687d735f0d
release to unstable, as team upload
2022-09-03 08:15:29 +02:00
Pino Toscano
bc9781bc29
lintian: more updates
2022-09-03 08:13:36 +02:00
Pino Toscano
eb0972444a
lintian: update
2022-09-03 07:38:23 +02:00
Pino Toscano
06ca9508a0
symbols: small update
2022-09-02 19:49:15 +02:00
Pino Toscano
e4ca3507dc
note that Lisandro's change fixed #1018877
2022-09-02 19:45:08 +02:00
Lisandro Damián Nicanor Pérez Meyer
f5b4bff9c4
Add libvulkan-dev [linux-any] as a qt6-base-dev dependency.
2022-08-24 10:14:32 -03:00
Lisandro Damián Nicanor Pérez Meyer
6019d2ebe9
New changelog entry.
2022-08-24 10:12:38 -03:00
Lisandro Damián Nicanor Pérez Meyer
16445bcb8d
Team upload to unstable.
2022-08-18 22:09:08 -03:00
Lisandro Damián Nicanor Pérez Meyer
82fe0160b4
Update symbols files.
2022-08-18 22:08:47 -03:00
Lisandro Damián Nicanor Pérez Meyer
e5b9fc30d2
New changelog entry.
2022-08-18 22:07:51 -03:00
Lisandro Damián Nicanor Pérez Meyer
56e770f5d1
Team upload to unstable.
2022-08-18 14:38:36 -03:00
Lisandro Damián Nicanor Pérez Meyer
72f5e450ef
Update symbols files with current buildds' logs.
2022-08-18 14:38:06 -03:00
Lisandro Damián Nicanor Pérez Meyer
c010c53819
Fix missing Breaks against libqt6opengl6.
...
Also fix the Breaks version of libqt6network6.
2022-08-18 14:29:40 -03:00
Lisandro Damián Nicanor Pérez Meyer
4f451fcbad
New changelog entry.
2022-08-18 14:26:10 -03:00
Patrick Franz
237a98c4cd
Add .gitignore
2022-08-15 18:57:55 +02:00
Patrick Franz
9788345b7d
Release to unstable.
2022-08-15 18:54:20 +02:00
Patrick Franz
b0a142ff59
Update lintian-overrides.
2022-07-29 19:40:06 +02:00
Patrick Franz
7e9d4da7c1
Update symbols from buildlogs.
2022-07-29 19:33:20 +02:00
Patrick Franz
09b683fbf3
Move lots of QPA plugins into library packages.
2022-07-29 19:31:50 +02:00
Dmitry Shachnev
6b7c10c4a5
Make libqt6gui6 recommend qt6-qpa-plugins.
...
That package contains libqxcb.so, without which Qt will not work on
X11 platform.
2022-07-24 19:37:48 +03:00
Dmitry Shachnev
0b72da329f
Start a new changelog entry.
2022-07-24 19:36:17 +03:00
Patrick Franz
9109b23282
Release to experimental.
2022-07-17 04:04:54 +02:00
Patrick Franz
a95109232b
Update symbols from buildlogs.
2022-07-17 04:04:33 +02:00
Patrick Franz
696b21af93
New changelog entry.
2022-07-17 04:03:24 +02:00
Patrick Franz
4ee01e22f3
Release to experimental.
2022-07-16 20:38:13 +02:00
Patrick Franz
80958082b8
Add patch to not use yield on CPUs that do not support it (thx to Adrian Bunk).
2022-07-16 20:37:43 +02:00
Adrian Bunk
cc83cdff95
Don't use yield on armel where the baseline does not support it
2022-07-16 18:13:25 +03:00
Pino Toscano
d17a5cf9d6
drop -march=native from CXXFLAGS
...
TL;DR: never ever use -march=native in CXXFLAGS for distro builds.
-march=native optimizes the build for the specific hardware it is
built on; this means that, for example, newer hardware features such
as AVX on x86_64, may be used, rendering the resulting binaries
completely unusable on hardware without the build-time bits used.
Because of this, -march=native is a giant no-no in distribution builds,
as you never want to optimize something based on the specific buildd
used, but rather make sure it will work on the architecture in general,
in a way compatible with the architecture baseline.
2022-07-16 13:14:53 +02:00
Pino Toscano
c1ba03846d
start a new changelog entry for 6.3.1+dfsg-4
2022-07-16 13:12:49 +02:00
Patrick Franz
2a1acfe349
Release to experimental.
2022-07-16 02:58:31 +02:00
Patrick Franz
b1f4b68bdd
Adjust CXXFLAGS.
2022-07-16 02:58:11 +02:00
Patrick Franz
4d72f0de1b
New changelog entry.
2022-07-16 02:56:55 +02:00
Patrick Franz
5d0b2fb2c7
Merge branch 'master' into experimental
2022-07-16 02:18:40 +02:00
Patrick Franz
0828d527e4
Release to experimental.
2022-07-16 02:17:19 +02:00
Patrick Franz
1ac443a11c
Add CXXFLAGS to fix build failure on armel.
2022-07-16 02:12:19 +02:00
Patrick Franz
d0f635089e
Update symbols from buildlogs.
2022-07-16 02:00:03 +02:00