Pino Toscano
da4c36aa31
symbols: update
2 years ago
Pino Toscano
20f56c08b4
start a new changelog entry for 6.4.0+dfsg-2
2 years ago
Patrick Franz
19fc4949a6
Release to experimental.
2 years ago
Patrick Franz
08be68db8c
Update lintian-overrides.
2 years ago
Patrick Franz
f84c513f91
Update symbols from buildlogs.
2 years ago
Patrick Franz
139492c842
Update list of installed files.
2 years ago
Patrick Franz
b477dd62fc
Remove some patches as they have been applied upstream.
2 years ago
Patrick Franz
4ec5444a7a
Update ABI to 6.4.0.
2 years ago
Patrick Franz
70fe044199
New upstream release (6.4.0).
2 years ago
Patrick Franz
4fe6f72b51
New changelog entry.
2 years ago
Patrick Franz
a5d7ee8311
Release to unstable.
2 years ago
Pino Toscano
8a2be01fa1
symbols: update
2 years ago
Patrick Franz
ec1158b1fc
Move development files for libQt6EglFSDeviceIntegration, libQt6EglFsKmsGbmSupport and libQt6EglFsKmsSupport from qt6-base-dev into libqt6opengl6-dev ( Closes : #1017940 ).
2 years ago
Patrick Franz
bddd68d038
Add cmake as a dependency to qt6-base-dev-tools as qt-cmake requires it ( Closes : #1019870 ).
2 years ago
Patrick Franz
6506350290
Increase CMake verbosity level.
2 years ago
Lisandro Damián Nicanor Pérez Meyer
d96126250c
Merge branch 'bump_cmake_version' into 'master'
...
Bump the minimum CMake version required to build.
See merge request qt-kde-team/qt6/qt6-base!13
2 years ago
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.
2 years ago
Lisandro Damián Nicanor Pérez Meyer
b0b7b35719
New changelog entry.
2 years ago
Pino Toscano
687d735f0d
release to unstable, as team upload
2 years ago
Pino Toscano
bc9781bc29
lintian: more updates
2 years ago
Pino Toscano
eb0972444a
lintian: update
2 years ago
Pino Toscano
06ca9508a0
symbols: small update
2 years ago
Pino Toscano
e4ca3507dc
note that Lisandro's change fixed #1018877
2 years ago
Lisandro Damián Nicanor Pérez Meyer
f5b4bff9c4
Add libvulkan-dev [linux-any] as a qt6-base-dev dependency.
2 years ago
Lisandro Damián Nicanor Pérez Meyer
6019d2ebe9
New changelog entry.
2 years ago
Lisandro Damián Nicanor Pérez Meyer
16445bcb8d
Team upload to unstable.
2 years ago
Lisandro Damián Nicanor Pérez Meyer
82fe0160b4
Update symbols files.
2 years ago
Lisandro Damián Nicanor Pérez Meyer
e5b9fc30d2
New changelog entry.
2 years ago
Lisandro Damián Nicanor Pérez Meyer
56e770f5d1
Team upload to unstable.
2 years ago
Lisandro Damián Nicanor Pérez Meyer
72f5e450ef
Update symbols files with current buildds' logs.
2 years ago
Lisandro Damián Nicanor Pérez Meyer
c010c53819
Fix missing Breaks against libqt6opengl6.
...
Also fix the Breaks version of libqt6network6.
2 years ago
Lisandro Damián Nicanor Pérez Meyer
4f451fcbad
New changelog entry.
2 years ago
Patrick Franz
237a98c4cd
Add .gitignore
2 years ago
Patrick Franz
9788345b7d
Release to unstable.
2 years ago
Patrick Franz
b0a142ff59
Update lintian-overrides.
2 years ago
Patrick Franz
7e9d4da7c1
Update symbols from buildlogs.
2 years ago
Patrick Franz
09b683fbf3
Move lots of QPA plugins into library packages.
2 years ago
Dmitry Shachnev
6b7c10c4a5
Make libqt6gui6 recommend qt6-qpa-plugins.
...
That package contains libqxcb.so, without which Qt will not work on
X11 platform.
2 years ago
Dmitry Shachnev
0b72da329f
Start a new changelog entry.
2 years ago
Patrick Franz
9109b23282
Release to experimental.
2 years ago
Patrick Franz
a95109232b
Update symbols from buildlogs.
2 years ago
Patrick Franz
696b21af93
New changelog entry.
2 years ago
Patrick Franz
4ee01e22f3
Release to experimental.
2 years ago
Patrick Franz
80958082b8
Add patch to not use yield on CPUs that do not support it (thx to Adrian Bunk).
2 years ago
Patrick Franz
60a77c24a8
Merge branch 'experimental' into 'experimental'
...
Don't use yield on armel where the baseline does not support it
See merge request qt-kde-team/qt6/qt6-base!12
2 years ago
Adrian Bunk
cc83cdff95
Don't use yield on armel where the baseline does not support it
2 years ago
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.
2 years ago
Pino Toscano
c1ba03846d
start a new changelog entry for 6.3.1+dfsg-4
2 years ago
Patrick Franz
2a1acfe349
Release to experimental.
2 years ago
Patrick Franz
b1f4b68bdd
Adjust CXXFLAGS.
2 years ago