guix_mirror_bot pushed a change to branch ungraft
in repository guix.
discard 12f682f492 gnu: clisp: Disable parallel tests.
discard e8cd1b632d gnu: python-joblib: Limit parallelism of tests.
discard c4ca74cbe8 gnu: python-ipywidgets: Use older setuptools.
discard 201685ceac gnu: clisp: Fix some tests.
discard 6dd6e28bd0 gnu: python-azure-common: Switch to pyproject-build-system.
discard ca5d4a4a44 gnu: python-azure-nspkg: Switch to pyproject-build-system.
discard b98947e3c6 gnu: python-pyotp: Switch to pyproject-build-system.
discard ac46ab3df0 gnu: pantalaimon: Update to 0.10.6.
discard ee8e68dc2b gnu: python-aiohttp-client-cache: Update to 0.14.2.
discard cb959f7817 gnu: python-pytest-aiohttp: Update to 1.1.0.
discard fbb4f6a1af gnu: webkitgtk: Ungraft.
discard ee3ac96fef gnu: python-jmespath: Use older setuptools.
discard 8a1471db73 gnu: python-genshi: Use older setuptools.
discard 121ece7582 gnu: python-polib: Use older setuptools.
discard e27e410592 gnu: python-beautifulsoup4: Update to 4.14.3.
discard 91333b164b gnu: python-gpg: Fix build.
discard 2e29cabfc8 gnu: python-joblib: Update to 1.5.2.
discard df5268b63f gnu: python-markdown: Update to 3.10.
discard e4e022508b gnu: python-3.11: Ungraft.
discard 4baf13feb3 gnu: gtk+: Ungraft.
add 4a1ba85b97 gnu: python-orocos-kinematics-dynamics: Fix build.
add 4a2281923a gnu: qtbase: Always find libvulkan.
add 1e87499a77 gnu: qtwebengine: Update to 6.9.3.
add 4a2ea8fab6 gnu: qtwebengine: Fix GPU rendering with mesa-25.2.0.
add 1d81d04d2b gnu: qtbase@6: Don't install test junk.
new e351bf60a3 gnu: gtk+: Ungraft.
new 7667981a0e gnu: python-3.11: Ungraft.
new d195b85fa3 gnu: python-markdown: Update to 3.10.
new b60314a7da gnu: python-joblib: Update to 1.5.2.
new 8f7e69a295 gnu: python-gpg: Fix build.
new 9c86b3d6a4 gnu: python-beautifulsoup4: Update to 4.14.3.
new 0d487351f1 gnu: python-polib: Use older setuptools.
new dc8feb0ac8 gnu: python-genshi: Use older setuptools.
new 3b85e46443 gnu: python-jmespath: Use older setuptools.
new 9debe21346 gnu: webkitgtk: Ungraft.
new 98abbedfe6 gnu: python-pytest-aiohttp: Update to 1.1.0.
new 9968b5b5dc gnu: python-aiohttp-client-cache: Update to 0.14.2.
new 302e598bcf gnu: pantalaimon: Update to 0.10.6.
new b91a2738eb gnu: python-pyotp: Switch to pyproject-build-system.
new 8901c13377 gnu: python-azure-nspkg: Switch to pyproject-build-system.
new 6ee0efdf51 gnu: python-azure-common: Switch to pyproject-build-system.
new 18199c66ef gnu: clisp: Fix some tests.
new aadf9777bd gnu: python-ipywidgets: Use older setuptools.
new 3b50195217 gnu: python-joblib: Limit parallelism of tests.
new e846379a0e gnu: clisp: Disable parallel tests.
This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version. This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:
* -- * -- B -- O -- O -- O (12f682f492)
\
N -- N -- N refs/heads/ungraft (e846379a0e)
You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.
Any revisions marked "omit" are not gone; other references still
refer to them. Any revisions marked "discard" are gone forever.
The 20 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
gnu/local.mk | 3 +-
gnu/packages/engineering.scm | 47 +++--
gnu/packages/patches/qtbase-patch-libvulkan.patch | 28 +++
.../patches/qtwebengine-fix-dependencies.patch | 25 ---
gnu/packages/patches/qtwebengine-revert-egl.patch | 228 +++++++++++++++++++++
gnu/packages/qt.scm | 27 ++-
6 files changed, 299 insertions(+), 59 deletions(-)
create mode 100644 gnu/packages/patches/qtbase-patch-libvulkan.patch
delete mode 100644 gnu/packages/patches/qtwebengine-fix-dependencies.patch
create mode 100644 gnu/packages/patches/qtwebengine-revert-egl.patch