(for PR #28495)
2026-05-04 08:20.05: New job: build efl.1.19.0, using opam dev
from https://github.com/ocaml/opam-repository.git#refs/pull/28495/head (f8e3c652f6bedf44059eb5199142f50d0ff975ef)
on opensuse-tumbleweed-ocaml-4.14/amd64
To reproduce locally:
cd $(mktemp -d)
git clone --recursive "https://github.com/ocaml/opam-repository.git" && cd "opam-repository" && git fetch origin "refs/pull/28495/head" && git reset --hard f8e3c652
git fetch origin master
git merge --no-edit 7d5cbdbc1151b699e44529b13fd680723b359453
cat > ../Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam:opensuse-tumbleweed-ocaml-4.14@sha256:284892e23d23438792718db4cf27cc707722c128966053f97711a9d00b48145d
USER 1000:1000
WORKDIR /home/opam
RUN sudo ln -f /usr/bin/opam-dev /usr/bin/opam
RUN opam init --reinit -ni
RUN opam option solver=builtin-0install && opam config report
ENV OPAMDOWNLOADJOBS="1"
ENV OPAMERRLOGLEN="0"
ENV OPAMPRECISETRACKING="1"
ENV CI="true"
ENV OPAM_REPO_CI="true"
RUN rm -rf opam-repository/
COPY --chown=1000:1000 . opam-repository/
RUN opam repository set-url --strict default opam-repository/
RUN opam update --depexts || true
RUN opam pin add -k version -yn efl.1.19.0 1.19.0
RUN opam reinstall efl.1.19.0; \
res=$?; \
test "$res" != 31 && exit "$res"; \
export OPAMCLI=2.0; \
build_dir=$(opam var prefix)/.opam-switch/build; \
failed=$(ls "$build_dir"); \
partial_fails=""; \
for pkg in $failed; do \
if opam show -f x-ci-accept-failures: "$pkg" | grep -qF "\"opensuse-tumbleweed\""; then \
echo "A package failed and has been disabled for CI using the 'x-ci-accept-failures' field."; \
fi; \
test "$pkg" != 'efl.1.19.0' && partial_fails="$partial_fails $pkg"; \
done; \
test "${partial_fails}" != "" && echo "opam-repo-ci detected dependencies failing: ${partial_fails}"; \
exit 1
END-OF-DOCKERFILE
docker build -f ../Dockerfile .
2026-05-04 08:20.05: Using cache hint "ocaml/opam:opensuse-tumbleweed-ocaml-4.14@sha256:284892e23d23438792718db4cf27cc707722c128966053f97711a9d00b48145d-efl.1.19.0-f8e3c652f6bedf44059eb5199142f50d0ff975ef"
2026-05-04 08:20.05: Using OBuilder spec:
((from ocaml/opam:opensuse-tumbleweed-ocaml-4.14@sha256:284892e23d23438792718db4cf27cc707722c128966053f97711a9d00b48145d)
(user (uid 1000) (gid 1000))
(workdir /home/opam)
(run (shell "sudo ln -f /usr/bin/opam-dev /usr/bin/opam"))
(run (network host)
(shell "opam init --reinit --config .opamrc-sandbox -ni"))
(run (shell "opam option solver=builtin-0install && opam config report"))
(env OPAMDOWNLOADJOBS 1)
(env OPAMERRLOGLEN 0)
(env OPAMPRECISETRACKING 1)
(env CI true)
(env OPAM_REPO_CI true)
(run (shell "rm -rf opam-repository/"))
(copy (src .) (dst opam-repository/))
(run (shell "opam repository set-url --strict default opam-repository/"))
(run (network host)
(shell "opam update --depexts || true"))
(run (shell "opam pin add -k version -yn efl.1.19.0 1.19.0"))
(run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "opam reinstall efl.1.19.0;\
\n res=$?;\
\n test \"$res\" != 31 && exit \"$res\";\
\n export OPAMCLI=2.0;\
\n build_dir=$(opam var prefix)/.opam-switch/build;\
\n failed=$(ls \"$build_dir\");\
\n partial_fails=\"\";\
\n for pkg in $failed; do\
\n if opam show -f x-ci-accept-failures: \"$pkg\" | grep -qF \"\\\"opensuse-tumbleweed\\\"\"; then\
\n echo \"A package failed and has been disabled for CI using the 'x-ci-accept-failures' field.\";\
\n fi;\
\n test \"$pkg\" != 'efl.1.19.0' && partial_fails=\"$partial_fails $pkg\";\
\n done;\
\n test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
\n exit 1"))
)
2026-05-04 08:20.05: Waiting for resource in pool OCluster
2026-05-04 08:27.20: Waiting for worker…
2026-05-04 08:32.29: Got resource from pool OCluster
Building on phoebe.caelum.ci.dev
All commits already cached
HEAD is now at 7d5cbdbc11 Merge pull request #29840 from mtelvers/opam-publish-dockerfile-cmd.8.3.7
Merge made by the 'ort' strategy.
packages/efl/efl.1.12.0/opam | 2 +-
packages/efl/efl.1.13.0/opam | 2 +-
packages/efl/efl.1.17.0/opam | 2 +-
packages/efl/efl.1.18.0/opam | 2 +-
packages/efl/efl.1.19.0/opam | 2 +-
packages/efl/efl.1.20.0/opam | 2 +-
packages/efl/efl.1.22.0/opam | 2 +-
packages/efl/efl.1.24.0/opam | 2 +-
8 files changed, 8 insertions(+), 8 deletions(-)
(from ocaml/opam:opensuse-tumbleweed-ocaml-4.14@sha256:284892e23d23438792718db4cf27cc707722c128966053f97711a9d00b48145d)
Unable to find image 'ocaml/opam:opensuse-tumbleweed-ocaml-4.14@sha256:284892e23d23438792718db4cf27cc707722c128966053f97711a9d00b48145d' locally
docker.io/ocaml/opam@sha256:284892e23d23438792718db4cf27cc707722c128966053f97711a9d00b48145d: Pulling from ocaml/opam
961546824cd2: Already exists
ebfcb6b5a4cd: Already exists
79497b11780a: Already exists
61e097018e3e: Already exists
effb3ca1abcb: Already exists
052222b8cf77: Already exists
aaf699fc9fdb: Already exists
bf44a77dd60f: Already exists
bb06d2fb98d5: Already exists
9763cfe4baa7: Already exists
05ac39cdf49e: Already exists
20ac8808a929: Already exists
0c7d7182aec7: Already exists
6ec11884b3e7: Already exists
ee753c1f0237: Already exists
9dbc0351d8a2: Already exists
c1f004a1ffe7: Already exists
519d406de032: Already exists
cceb7fc969a5: Already exists
4f4fb700ef54: Already exists
270d9a66b1a0: Already exists
7b3f22abd1b2: Already exists
5f123298dd68: Already exists
12bf96f7bcf2: Already exists
86c76669c60c: Already exists
20c91cb220e3: Already exists
6fcc2c8b4e27: Already exists
eb1923c5439e: Already exists
33e61e89abbe: Already exists
041d725eee91: Already exists
0de9a5f57665: Already exists
f296b1aaee3d: Already exists
9d29f7791dc9: Already exists
24dc056876d6: Already exists
273c107f05e1: Already exists
86fb6217a6aa: Already exists
c898e172cbd4: Already exists
415f38ea5445: Already exists
443cdc6387f8: Pulling fs layer
d473258de396: Pulling fs layer
ae7a96da1dc5: Pulling fs layer
443cdc6387f8: Waiting
68966f93e06e: Pulling fs layer
d473258de396: Waiting
17d3fd9a5817: Pulling fs layer
68966f93e06e: Waiting
ae7a96da1dc5: Waiting
17d3fd9a5817: Waiting
443cdc6387f8: Verifying Checksum
443cdc6387f8: Download complete
ae7a96da1dc5: Verifying Checksum
ae7a96da1dc5: Download complete
68966f93e06e: Download complete
17d3fd9a5817: Verifying Checksum
17d3fd9a5817: Download complete
d473258de396: Verifying Checksum
d473258de396: Download complete
443cdc6387f8: Pull complete
d473258de396: Pull complete
ae7a96da1dc5: Pull complete
68966f93e06e: Pull complete
17d3fd9a5817: Pull complete
Digest: sha256:284892e23d23438792718db4cf27cc707722c128966053f97711a9d00b48145d
Status: Downloaded newer image for ocaml/opam@sha256:284892e23d23438792718db4cf27cc707722c128966053f97711a9d00b48145d
2026-05-04 08:32.41 ---> using "50351c5a0ddffd7b092f7d8296cc6415d143dbdfc632756d133cbea1a3e910ea" from cache
/: (user (uid 1000) (gid 1000))
/: (workdir /home/opam)
/home/opam: (run (shell "sudo ln -f /usr/bin/opam-dev /usr/bin/opam"))
2026-05-04 08:32.41 ---> using "83390c889a9b980bc79fd628654f63eb52516e55ce1e538a22667b19fdb034c2" from cache
/home/opam: (run (network host)
(shell "opam init --reinit --config .opamrc-sandbox -ni"))
Configuring from /home/opam/.opamrc-sandbox, then /home/opam/.opamrc, and finally from built-in defaults.
Checking for available remotes: rsync and local, git.
- you won't be able to use mercurial repositories unless you install the hg command on your system.
- you won't be able to use darcs repositories unless you install the darcs command on your system.
This version of opam requires an update to the layout of /home/opam/.opam from version 2.0 to version 2.2, which can't be reverted.
You may want to back it up before going further.
Continue? [Y/n] y
Format upgrade done.
<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>
[ocaml-patches-overlay] no changes from git+https://github.com/ocurrent/opam-repository#patches
[default] Initialised
2026-05-04 08:32.41 ---> using "2ba0ff47e98734f96c0e64e0fb7e9f569a000a17c5ab24f3cd65d35b9af00b69" from cache
/home/opam: (run (shell "opam option solver=builtin-0install && opam config report"))
Set to 'builtin-0install' the field solver in global configuration
# opam config report
# opam-version 2.5.1
# self-upgrade no
# system arch=x86_64 os=linux os-distribution=opensuse-tumbleweed os-version=20260422
# solver builtin-0install
# install-criteria -changed,-count[avoid-version,solution]
# upgrade-criteria -count[avoid-version,solution]
# jobs 71
# repositories 2 (version-controlled)
# pinned 1 (version)
# current-switch 4.14
# invariant ["ocaml-base-compiler" {= "4.14.3"}]
# compiler-packages ocaml-base-compiler.4.14.3, ocaml-options-vanilla.1
# ocaml:native true
# ocaml:native-tools true
# ocaml:native-dynlink true
# ocaml:stubsdir /home/opam/.opam/4.14/lib/ocaml/stublibs:/home/opam/.opam/4.14/lib/ocaml
# ocaml:preinstalled false
# ocaml:compiler 4.14.3
2026-05-04 08:32.41 ---> using "586a149901ca10e623655f04c3e0bd8196f94fd7bae4e909e8c8f276e0578fd0" from cache
/home/opam: (env OPAMDOWNLOADJOBS 1)
/home/opam: (env OPAMERRLOGLEN 0)
/home/opam: (env OPAMPRECISETRACKING 1)
/home/opam: (env CI true)
/home/opam: (env OPAM_REPO_CI true)
/home/opam: (run (shell "rm -rf opam-repository/"))
2026-05-04 08:32.41 ---> using "decaca1626cb1558bdbe945648ff15f7377a373a3475e84f4252523583aed710" from cache
/home/opam: (copy (src .) (dst opam-repository/))
2026-05-04 08:32.58 ---> saved as "44d290c85b8af88e649f8cf257cbb09c104bb548dc22781ad1440a87dc0911a0"
/home/opam: (run (shell "opam repository set-url --strict default opam-repository/"))
[default] Initialised
2026-05-04 08:33.18 ---> saved as "a9c4af46e8b3f6449abb27773d5e56ebc2e4f057b289887eb8a3e00f64b0fcd2"
/home/opam: (run (network host)
(shell "opam update --depexts || true"))
+ /usr/bin/sudo "zypper" "--non-interactive" "refresh"
- Repository 'openSUSE-Tumbleweed-Update' is up to date.
- Retrieving repository 'openSUSE-Tumbleweed-Non-Oss' metadata [.
- ..
- Looking for gpg keys in repository openSUSE-Tumbleweed-Non-Oss.
- gpgkey=http://download.opensuse.org/tumbleweed/repo/non-oss/repodata/repomd.xml.key
- ...
- .
- .......done]
- Building repository 'openSUSE-Tumbleweed-Non-Oss' cache [....done]
- Retrieving repository 'openSUSE-Tumbleweed-Oss' metadata [...
- Looking for gpg keys in repository openSUSE-Tumbleweed-Oss.
- gpgkey=http://download.opensuse.org/tumbleweed/repo/oss/repodata/repomd.xml.key
- ....
- .........
- .........
- .......
- .........
- .........
- ..........
- .........
- .....
- .......
- .........
- ........
- .........
- ........
- ......
- .......
- .........
- ........
- ........
- .........
- .......
- ........
- .......
- .....
- ...
- .......
- ....
- ......
- .
- ....
- ..
- ......
- .......
- .........
- .........
- ..........
- .........
- .........
- .........
- ......
- ......
- ......
- ......
- .......
- ....
- ........
- ......
- .........
- ......
- ......
- .......
- .....
- ......
- ..
- .....
- ........
- .......
- .........
- .........
- ........
- .......
- .........
- ........
- ....
- .......
- ......
- ......
- ........
- ...
- ........
- ......
- ......
- ...
- .....
- ...
- .........
- .....
- ........
- ........
- ..........
- ......
- ........
- ........
- ......
- ...
- ......
- ..
- .....
- .....
- ........
- ......
- .........
- .........
- ..........
- ........
- ..........
- .......
- ........
- ....
- .....
- .
- ...
- .........
- .........
- .........
- .....
- ......
- ....
- ..
- ...
- .....
- ........
- .....
- ......
- .......
- .....
- ....
- ....
- ......
- .......
- ......
- .....
- .....
- ..
- ......
- ......
- ......
- ......
- .......
- .....
- .....
- .....
- ......
- ......
- .....
- .
- ...
- ...
- ........
- ....
- ....
- ......
- .....
- .....
- .....
- .
- ...
- .
- .
- .....
- ..
- ..
- .
- .....
- ....
- ....
- ..
- .....
- .
- ....
- .
- ..
- ....
- ...
- .....
- .....
- .......
- ..
- ..
- ......
- .....
- .....
- ....
- .......
- .....
- .......
- ........
- .
- .
- ..
- .
- .done]
- Building repository 'openSUSE-Tumbleweed-Oss' cache [..
- ..done]
- All repositories have been refreshed.
2026-05-04 08:37.09 ---> saved as "18b97a9ef7f7bb5b48d2e8d998070e1ad0ff79f08311a61096d964161252bdc7"
/home/opam: (run (shell "opam pin add -k version -yn efl.1.19.0 1.19.0"))
efl is now pinned to version 1.19.0
2026-05-04 08:37.10 ---> saved as "ef7c1d1ee750b9be67e55f306423fb64f6a067869029fc021b9b446664ddef33"
/home/opam: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "opam reinstall efl.1.19.0;\
\n res=$?;\
\n test \"$res\" != 31 && exit \"$res\";\
\n export OPAMCLI=2.0;\
\n build_dir=$(opam var prefix)/.opam-switch/build;\
\n failed=$(ls \"$build_dir\");\
\n partial_fails=\"\";\
\n for pkg in $failed; do\
\n if opam show -f x-ci-accept-failures: \"$pkg\" | grep -qF \"\\\"opensuse-tumbleweed\\\"\"; then\
\n echo \"A package failed and has been disabled for CI using the 'x-ci-accept-failures' field.\";\
\n fi;\
\n test \"$pkg\" != 'efl.1.19.0' && partial_fails=\"$partial_fails $pkg\";\
\n done;\
\n test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
\n exit 1"))
efl.1.19.0 is not installed. Install it? [Y/n] y
The following actions will be performed:
=== install 5 packages
- install conf-efl 1.8 [required by efl]
- install conf-pkg-config 4 [required by conf-efl]
- install efl 1.19.0 (pinned)
- install ocamlbuild 0.16.1 [required by efl]
- install ocamlfind 1.9.8 [required by efl]
The following system packages will first need to be installed:
efl-devel
<><> Handling external dependencies <><><><><><><><><><><><><><><><><><><><><><>
opam believes some required external dependencies are missing. opam can:
> 1. Run zypper to install them (may need root/sudo access)
2. Display the recommended zypper command and wait while you run it manually (e.g. in another terminal)
3. Continue anyway, and, upon success, permanently register that this external dependency is present, but not detectable
4. Abort the installation
[1/2/3/4] 1
+ /usr/bin/sudo "zypper" "--non-interactive" "install" "efl-devel"
- Loading repository data...
- Reading installed packages...
- Resolving package dependencies...
-
- The following 11 packages are going to be upgraded:
- glibc glibc-devel glibc-gconv-modules-extra glibc-locale-base libbrotlicommon1 libbrotlidec1 libnghttp2-14 libngtcp2-16 libngtcp2_crypto_ossl0 libsystemd0 libudev1
-
- The following 396 NEW packages are going to be installed:
- Mesa Mesa-KHR-devel Mesa-dri Mesa-dri-devel Mesa-libEGL-devel Mesa-libEGL1 Mesa-libGL-devel Mesa-libGL1 Mesa-libGLESv2-devel Mesa-vulkan-device-select alts cairo-devel cups-config dav1d-devel dbus-1 dbus-1-daemon dbus-1-devel dbus-1-tools efl efl-devel flac-devel fontconfig fontconfig-devel freetype2-devel fribidi-devel gdk-pixbuf-devel gdk-pixbuf-query-loaders giflib-devel gio-branding-openSUSE girepository-1_0 glib2-devel glib2-tools glycin-loaders graphite2-devel gstreamer gstreamer-devel gstreamer-plugins-base gstreamer-plugins-base-devel gstreamer-utils gtk3-data gtk3-schema gtk3-tools harfbuzz-devel hicolor-icon-theme keyutils-devel krb5-devel lerc-devel libBulletFileLoader3_17 libBulletInverseDynamicsUtils3_17 libBulletWorldImporter3_17 libBulletXmlWorldImporter3_17 libConvexDecomposition3_17 libFLAC++11 libFLAC14 libGIMPACTUtils3_17 libHACD3_17 libLLVM22 libLerc4 libSDL-1_2-0 libSDL2-2_0-0 libSDL3-0 libSPIRV-Tools-2026_1 libSvtAv1Enc3 libXcomposite-devel libXcomposite1 libXcursor-devel libXcursor1 libXdamage1 libXdmcp-devel libXdmcp6 libXext-devel libXext6 libXfixes-devel libXfixes3 libXft-devel libXft2 libXi-devel libXi6 libXinerama-devel libXinerama1 libXp-devel libXp6 libXrandr-devel libXrandr2 libXrender-devel libXrender1 libXss-devel libXss1 libXtst-devel libXtst6 libXv1 libXxf86vm1 libalternatives1 libaom3 libasound2 libass9 libatk-1_0-0 libatk-bridge-2_0-0 libatspi0 libavahi-client3 libavahi-common3 libavc1394-0 libavcodec62 libavfilter11 libavformat62 libavutil60 libblkid-devel libbluetooth3 libbluray3 libbrotli-devel libbrotlienc1 libbs2b0 libbullet-devel libbullet3_17 libbz2-devel libcairo-gobject2 libcairo-script-interpreter2 libcairo2 libcamera-base0_7 libcamera0_7 libcodec2-1_2 libcolord2 libcom_err-devel libconfig++15 libcpuinfo-suse0 libcrypto57 libcups2 libcurl-devel libdatrie-devel libdatrie1 libdav1d7 libdbus-1-3 libdecor libdecor-0-0 libdisplay-info3 libdovi3 libdrm-devel libdrm2 libdrm_amdgpu1 libdrm_intel1 libdrm_nouveau2 libdrm_radeon1 libdw-devel libdw1 libebur128-1 libeconf-devel libelf-devel libelf1 libepoxy0 libevdev2 libexif-devel libexif12 libexpat-devel libfdk-aac2 libffado2 libffi-devel libfftw3-3 libfontconfig1 libfreetype6 libfribidi0 libgbm-devel libgbm1 libgdk_pixbuf-2_0-0 libgif7 libgio-2_0-0 libgirepository-1_0-1 libgirepository-2_0-0 libglibmm-2_4-1 libglslang16 libglvnd libglvnd-devel libglycin-2-0 libglycin-devel libgmodule-2_0-0 libgobject-2_0-0 libgraphene-1_0-0 libgraphite2-3 libgsm1 libgstallocators-1_0-0 libgstapp-1_0-0 libgstaudio-1_0-0 libgstfft-1_0-0 libgstgl-1_0-0 libgstpbutils-1_0-0 libgstreamer-1_0-0 libgstriff-1_0-0 libgstrtp-1_0-0 libgstrtsp-1_0-0 libgstsdp-1_0-0 libgsttag-1_0-0 libgstvideo-1_0-0 libgthread-2_0-0 libgtk-3-0 libgudev-1_0-0 libgudev-1_0-devel libharfbuzz-cairo0 libharfbuzz-gobject0 libharfbuzz-gpu0 libharfbuzz-icu0 libharfbuzz-raster0 libharfbuzz-subset0 libharfbuzz-vector0 libharfbuzz0 libheif1 libhwy1 libicu-devel libicu78 libicu78-ledata libidn2-devel libiec61883-0 libinput-devel libinput10 libjbig2 libjpeg62 libjpeg62-devel libjpeg8 libjxl0_11 liblc3-1 liblcms2-2 liblcms2-devel libldac2 liblilv-0-0 libluajit-5_1-2 liblzo2-2 libmount-devel libmp3lame0 libmpdec4 libmpg123-0 libmtdev1 libmysofa1 libnghttp2-devel libngtcp2_crypto_ossl-devel libogg-devel libogg0 libopencore-amrnb0 libopencore-amrwb0 libopenh264-8 libopenjp2-7 libopenmpt0 libopus-devel libopus0 liborc-0_4-0 libpango-1_0-0 libpciaccess-devel libpciaccess0 libpcre2-16-0 libpcre2-32-0 libpcre2-posix3 libpgm-5_3-0 libpipewire-0_3-0 libpixman-1-0 libpixman-1-0-devel libplacebo360 libpng16-16 libpng16-compat-devel libpng16-devel libpsl-devel libpulse-devel libpulse-mainloop-glib0 libpulse0 libpython3_13-1_0 librav1e0_8 libraw1394-11 libressl-devel librist4 librsvg-2-2 librsvg-devel librubberband3 libsbc1 libseccomp-devel libselinux-devel libsepol-devel libserd-0-0 libshaderc_shared1 libsharpyuv0 libsndfile-devel libsndfile1 libsodium26 libsord-0-0 libsoxr0 libspandsp3 libspeex1 libsratom-0-0 libsrt1_5 libssh-devel libssl60 libswresample6 libswscale9 libthai-data libthai-devel libthai0 libtheoradec2 libtheoraenc2 libtiff-devel libtiff6 libtinyxml2-11 libtls33 libtwolame0 libudfread3 libunibreak6 libunwind-coredump0 libunwind-devel libunwind-ptrace0 libunwind-setjmp0 libunwind8 libva-drm2 libva-x11-2 libva2 libvdpau1 libverto-devel libvidstab1_2 libvmaf3 libvo-amrwbenc0 libvorbis-devel libvorbis0 libvorbisenc2 libvorbisfile3 libvpl2 libvpx12 libvulkan1 libvulkan_lvp libwacom-data libwacom9 libwayland-client0 libwayland-cursor0 libwayland-egl1 libwayland-server0 libwebp7 libwebpdemux2 libwebpmux3 libwebrtc-audio-processing-1-3 libxkbcommon-devel libxkbcommon-x11-0 libxkbcommon-x11-devel libxkbcommon0 libxml++-3_0-1 libxml2-devel libxml2-tools libxshmfence1 libxvidcore4 libyaml-0-2 libzimg2 libzix-0-0 libzmq5 libzstd-devel libzvbi0 lua-interpreter lua-macros luajit luajit-devel lzo-devel nghttp3-devel ngtcp2-devel orc pango-devel patterns-glibc-hwcaps-x86_64_v3 pcre2-devel pipewire-modules-0_3 pipewire-spa-plugins-0_2 printproto-devel python313-base sdl12_compat-devel shared-mime-info system-user-lp systemd-devel systemd-rpm-macros typelib-1_0-GIRepository-3_0 typelib-1_0-GLib-2_0 typelib-1_0-GLibUnix-2_0 typelib-1_0-GModule-2_0 typelib-1_0-GObject-2_0 typelib-1_0-GUdev-1_0 typelib-1_0-GdkPixbuf-2_0 typelib-1_0-GdkPixdata-2_0 typelib-1_0-Gio-2_0 typelib-1_0-Gly_2 typelib-1_0-Gst-1_0 typelib-1_0-GstAllocators-1_0 typelib-1_0-GstApp-1_0 typelib-1_0-GstAudio-1_0 typelib-1_0-GstGL-1_0 typelib-1_0-GstGLEGL-1_0 typelib-1_0-GstGLWayland-1_0 typelib-1_0-GstGLX11-1_0 typelib-1_0-GstPbutils-1_0 typelib-1_0-GstRtp-1_0 typelib-1_0-GstRtsp-1_0 typelib-1_0-GstSdp-1_0 typelib-1_0-GstTag-1_0 typelib-1_0-GstVideo-1_0 typelib-1_0-HarfBuzz-0_0 typelib-1_0-Pango-1_0 typelib-1_0-Rsvg-2_0 wayland-devel xkeyboard-config xz-devel
-
- The following NEW pattern is going to be installed:
- x86_64_v3
-
- 11 packages to upgrade, 396 new.
-
- Package download size: 182.4 MiB
-
- Package install size change:
- | 652.7 MiB required by packages that will be installed
- 630.2 MiB | - 22.5 MiB released by packages that will be removed
-
- Backend: classic_rpmtrans
- Continue? [y/n/v/...? shows all options] (y): y
- Preloading Packages [.
- ..
- .
- ..
- ..
- .
- ..
- ..
-
- Preloading: libgio-2_0-0-2.88.0-2.2.x86_64.rpm [Error: "Could not resolve host: mirror.nl.leaseweb.net", trying next mirror.]
- .
- Preloading: glib2-tools-2.88.0-2.2.x86_64.rpm [Error: "Failed to connect to mirror.nl.leaseweb.net port 80 after 10013 ms: Could not connect to server", trying next mirror.]
- ..
- .
- Preloading: libspandsp3-3.0.0+g57-1.4.x86_64.rpm [done]
- .
- Preloading: gio-branding-openSUSE-42.1-5.2.noarch.rpm [done]
- ..
- Preloading: dbus-1-1.14.10-5.4.x86_64.rpm [done]
- .
- ..
- .
-
- Preloading: liblilv-0-0-0.26.4-1.2.x86_64.rpm [Error: "The requested URL returned error: 404", trying next mirror.]
- ..
- Preloading: liblilv-0-0-0.26.4-1.2.x86_64.rpm [done]
- .
- Preloading: libxkbcommon-x11-devel-1.13.1-1.2.x86_64.rpm [done]
- .
- Preloading: libopenmpt0-0.8.6-1.2.x86_64.rpm [Error: "The requested URL returned error: 404", trying next mirror.]
- ..
- ..
- .
- ..
- Preloading: krb5-devel-1.22.2-2.3.x86_64.rpm [done]
- .
-
- Preloading: glib2-tools-2.88.0-2.2.x86_64.rpm [done]
- ...
- Preloading: libcups2-2.4.19-1.2.x86_64.rpm [done]
- .
-
- Preloading: libtiff-devel-4.7.1-5.2.x86_64.rpm [done]
- ..
- Preloading: libvorbis-devel-1.3.7-5.5.x86_64.rpm [done]
- .
- Preloading: libselinux-devel-3.10-1.3.x86_64.rpm [done]
- ..
- Preloading: libshaderc_shared1-2026.1-1.3.x86_64.rpm [done]
- .
- .
- Preloading: libXinerama-devel-1.1.6-1.3.x86_64.rpm [done]
- ..
- .
- Preloading: libXp-devel-1.0.4-1.8.x86_64.rpm [done]
- .
- Preloading: libXi-devel-1.8.2-1.5.x86_64.rpm [done]
- ..
- Preloading: libXss-devel-1.2.5-1.3.x86_64.rpm [done]
- .
- Preloading: libXrandr-devel-1.5.5-1.3.x86_64.rpm [done]
- .
- ..
- .
- Preloading: libXcursor-devel-1.2.3-1.5.x86_64.rpm [done]
- .
- Preloading: libXcomposite-devel-0.4.7-1.3.x86_64.rpm [done]
- ..
- Preloading: lua-interpreter-5-3.2.noarch.rpm [done]
- .
- .
- Preloading: libgio-2_0-0-2.88.0-2.2.x86_64.rpm [done]
- ..
- Preloading: libbrotli-devel-1.2.0-2.2.x86_64.rpm [done]
- .
- ..
- ..
-
- Preloading: luajit-2.1.20250826-2.3.x86_64.rpm [done]
- ..
- Preloading: libavutil60-8.1-3.2.x86_64.rpm [done]
- .
- Preloading: dbus-1-devel-1.14.10-5.4.x86_64.rpm [done]
- ..
- Preloading: libmount-devel-2.41.3-5.3.x86_64.rpm [done]
- .
- ..
-
- Preloading: typelib-1_0-Gio-2_0-2.88.0-2.2.x86_64.rpm [done]
- ...
- ..
- ..
- ..
-
- Preloading: libelf-devel-0.194-1.2.x86_64.rpm [done]
- ...
- Preloading: libharfbuzz0-14.2.0-1.2.x86_64.rpm [done]
- .
-
- Preloading: libXtst-devel-1.2.5-1.5.x86_64.rpm [done]
- ..
- Preloading: libswresample6-8.1-3.2.x86_64.rpm [done]
- .
- Preloading: lua-macros-20210827-10.1.noarch.rpm [done]
- ..
- .
- ..
- ..
- ..
- .
- Preloading: libswscale9-8.1-3.2.x86_64.rpm [done]
- ..
- ..
- Preloading: fontconfig-2.17.1-1.2.x86_64.rpm [done]
- .
- Preloading: libopenmpt0-0.8.6-1.2.x86_64.rpm [done]
- .
- ..
- ..
- ..
- .
- Preloading: libfontconfig1-2.17.1-1.2.x86_64.rpm [done]
- ..
- .
- Preloading: freetype2-devel-2.14.2-2.3.x86_64.rpm [done]
- .
- Preloading: libBulletXmlWorldImporter3_17-3.17-2.8.x86_64.rpm [done]
- ..
- ..
- ..
- .
- ..
- Preloading: libressl-devel-4.2.1-1.3.x86_64.rpm [done]
- .
-
- Preloading: libplacebo360-7.360.1-1.4.x86_64.rpm [done]
- ...
- ..
- ..
- .
- Preloading: Mesa-libEGL1-26.0.5-2.2.x86_64.rpm [done]
- ..
- ..
- Preloading: Mesa-26.0.5-2.2.x86_64.rpm [done]
- .
- ..
- .
- Preloading: libfreetype6-2.14.2-2.3.x86_64.rpm [done]
- ..
- ..
- ..
-
- Preloading: libglvnd-1.7.0-2.2.x86_64.rpm [done]
- ..
- Preloading: typelib-1_0-GUdev-1_0-238-1.9.x86_64.rpm [done]
- ..
- Preloading: libinput10-1.31.1-1.2.x86_64.rpm [done]
- .
- .
- Preloading: flac-devel-1.5.0-1.4.x86_64.rpm [done]
- ..
- ..
-
- Preloading: libpng16-compat-devel-1.6.57-1.2.x86_64.rpm [done]
- ...
-
- Preloading: wayland-devel-1.25.0-1.2.x86_64.rpm [done]
- ...
- .
- Preloading: libsndfile1-1.2.2-4.3.x86_64.rpm [done]
- .
- Preloading: libxkbcommon-devel-1.13.1-1.2.x86_64.rpm [done]
- .
-
- Preloading: libxkbcommon-x11-0-1.13.1-1.2.x86_64.rpm [done]
- ..
- Preloading: graphite2-devel-1.3.14-6.3.x86_64.rpm [done]
- .
- Preloading: keyutils-devel-1.6.3-7.7.x86_64.rpm [done]
- ..
- Preloading: libbz2-devel-1.0.8-5.14.x86_64.rpm [done]
- .
-
- Preloading: libcom_err-devel-1.47.3-1.4.x86_64.rpm [done]
- ...
- Preloading: libffado2-2.4.9-4.4.x86_64.rpm [done]
- .
- .
- Preloading: libexpat-devel-2.7.5-1.2.x86_64.rpm [done]
- ..
- Preloading: liblcms2-devel-2.19-1.2.x86_64.rpm [done]
- .
- ..
- .
- Preloading: libexif-devel-0.6.25-1.4.x86_64.rpm [done]
- ..
- ..
- Preloading: libogg-devel-1.3.6-1.3.x86_64.rpm [done]
- .
- Preloading: libunwind-devel-1.8.3-1.3.x86_64.rpm [done]
- .
- ..
-
- Preloading: libsepol-devel-3.10-1.3.x86_64.rpm [done]
- ...
- ..
- ..
-
- Preloading: libpng16-devel-1.6.57-1.2.x86_64.rpm [done]
- ..
- Preloading: libzstd-devel-1.5.7-4.2.x86_64.rpm [done]
- ..
- ..
- .
- ..
- ..
- ..
- .
- Preloading: libicu-devel-78.3-1.2.x86_64.rpm [done]
- ..
- ..
- .
- Preloading: libtiff6-4.7.1-5.2.x86_64.rpm [done]
- ..
- Preloading: libXdmcp-devel-1.1.5-1.6.x86_64.rpm [done]
- .
- ..
- .
- Preloading: libXext-devel-1.3.7-1.3.x86_64.rpm [done]
- ..
- .
- Preloading: libXi6-1.8.2-1.5.x86_64.rpm [done]
- .
- Preloading: libXinerama1-1.1.6-1.3.x86_64.rpm [done]
- ..
- .
- .
- Preloading: libXp6-1.0.4-1.8.x86_64.rpm [done]
- ..
- ..
- ..
- Preloading: libXrandr2-1.5.5-1.3.x86_64.rpm [done]
- .
- ..
- ..
- ..
- .
- ..
- .
- Preloading: typelib-1_0-GLibUnix-2_0-2.88.0-2.2.x86_64.rpm [done]
- ..
- ..
- ..
- ..
- ..
- ..
- ..
- ..
- ..
- ..
- ..
-
- Preloading: libdw-devel-0.194-1.2.x86_64.rpm [done]
- ...
- ..
- ..
- .
- ..
- ..
- Preloading: libglslang16-16.2.0-1.4.x86_64.rpm [done]
- .
- ..
- .
- Preloading: libBulletWorldImporter3_17-3.17-2.8.x86_64.rpm [done]
- ..
-
- Preloading: libGIMPACTUtils3_17-3.17-2.8.x86_64.rpm [done]
- ...
- .
- Preloading: libtls33-4.2.1-1.3.x86_64.rpm [done]
- ..
- Preloading: libheif1-1.21.2-2.3.x86_64.rpm [done]
- .
- ..
-
- Preloading: libthai-devel-0.1.30-1.3.x86_64.rpm [done]
- ...
- ..
- ..
-
- Preloading: libdrm-devel-2.4.133-1.2.x86_64.rpm [done]
- ...
- .
- Preloading: libgbm-devel-26.0.5-2.2.x86_64.rpm [done]
- ..
- ..
- .
- .
- Preloading: libcamera-base0_7-0.7.0-2.2.x86_64.rpm [done]
- ..
- .
- Preloading: libxml++-3_0-1-3.2.5-2.4.x86_64.rpm [done]
- ..
- Preloading: libwacom9-2.18.0-1.3.x86_64.rpm [done]
- .
- ..
- ..
- ..
- ..
- ..
- ..
- ..
- ..
- ..
- ..
- ..
- ..
-
- Preloading: libgstreamer-1_0-0-1.28.2-1.2.x86_64.rpm [done]
- ...
- Preloading: typelib-1_0-GModule-2_0-2.88.0-2.2.x86_64.rpm [done]
- .
- Preloading: libjxl0_11-0.11.2-1.3.x86_64.rpm [done]
- .
- .
- Preloading: libFLAC++11-1.5.0-1.4.x86_64.rpm [done]
- ..
- Preloading: typelib-1_0-GObject-2_0-2.88.0-2.2.x86_64.rpm [done]
- .
-
- Preloading: libvorbisfile3-1.3.7-5.5.x86_64.rpm [done]
- ..
- Preloading: libsratom-0-0-0.6.20-1.3.x86_64.rpm [done]
- .
- Preloading: libwebpdemux2-1.6.0-1.4.x86_64.rpm [done]
- ..
-
- Preloading: libwebpmux3-1.6.0-1.4.x86_64.rpm [done]
- .
- Preloading: libvorbisenc2-1.3.7-5.5.x86_64.rpm [done]
- ..
- Preloading: dbus-1-tools-1.14.10-5.4.x86_64.rpm [done]
- ..
-
- Preloading: libavahi-client3-0.8-42.3.x86_64.rpm [done]
- .
- Preloading: dbus-1-daemon-1.14.10-5.4.x86_64.rpm [done]
- ..
- Preloading: lerc-devel-4.1.0-2.2.x86_64.rpm [done]
- ..
- ..
-
- Preloading: libgstpbutils-1_0-0-1.28.2-1.2.x86_64.rpm [done]
- ...
- ..
- ..
- ..
- ..
- .
- ..
- ..
- ..
- ..
- ..
- ..
- ..
- ..
- ..
- .
- ..
- ..
- ..
- Preloading: gstreamer-plugins-base-1.28.2-1.2.x86_64.rpm [done]
- .
- ..
-
- Preloading: libvulkan_lvp-26.0.5-2.3.x86_64.rpm [done]
- ...
- ..
- .
- Preloading: libSDL3-0-3.4.4-1.2.x86_64.rpm [done]
- ..
- .
- Preloading: libdecor-0.2.5-1.4.x86_64.rpm [done]
- ..
-
- Preloading: libgstgl-1_0-0-1.28.2-1.2.x86_64.rpm [done]
- ..
- Preloading: libdecor-0-0-0.2.5-1.4.x86_64.rpm [done]
- ..
- ..
-
- Preloading: libgstvideo-1_0-0-1.28.2-1.2.x86_64.rpm [done]
- ...
- ..
- Preloading: gtk3-tools-3.24.52-1.3.x86_64.rpm [done]
- .
- ..
- .
- Preloading: libgstallocators-1_0-0-1.28.2-1.2.x86_64.rpm [done]
- ..
- .
- ..
- ..
- ..
- ..
- ..
- .
- Preloading: libpipewire-0_3-0-1.6.4-2.2.x86_64.rpm [done]
- ..
- ..
-
- Preloading: libgstapp-1_0-0-1.28.2-1.2.x86_64.rpm [done]
- ...
- ..
- .
- Preloading: pango-devel-1.57.1-1.2.x86_64.rpm [done]
- ..
- .
- Preloading: pipewire-modules-0_3-1.6.4-2.2.x86_64.rpm [done]
- ..
- Preloading: gdk-pixbuf-devel-2.44.6-1.2.x86_64.rpm [done]
- .
- ..
- ..
- ..
- ..
-
- Preloading: libgstaudio-1_0-0-1.28.2-1.2.x86_64.rpm [done]
- ...
- .
- Preloading: librsvg-devel-2.62.0-1.2.x86_64.rpm [done]
- ..
-
- Preloading: typelib-1_0-Rsvg-2_0-2.62.0-1.2.x86_64.rpm [done]
- ...
- .
- ..
- ..
- Preloading: harfbuzz-devel-14.2.0-1.2.x86_64.rpm [done]
- .
- Preloading: typelib-1_0-GdkPixdata-2_0-2.44.6-1.2.x86_64.rpm [done]
- .
- ..
- ..
- Preloading: Mesa-libGLESv2-devel-26.0.5-2.2.x86_64.rpm [done]
- .
- ..
- ..
- ..
- ..
- ..
- ..
- ..
- ..
- ..
- ..
- .
- ..
- ..
- ..
- ..
- ..
- ..
- ..
- ..
- ..
-
- Preloading: pipewire-spa-plugins-0_2-1.6.4-2.2.x86_64.rpm [done]
- ...
- .
- ..
- Preloading: libgsttag-1_0-0-1.28.2-1.2.x86_64.rpm [done]
- .
- ..
- .
- Preloading: libavfilter11-8.1-3.2.x86_64.rpm [done]
- ..
- ..
- ..
- ..
- ..
- ..
- ..
- ..
-
- Preloading: Mesa-dri-26.0.5-2.3.x86_64.rpm [done]
- ...
- ..
- ..
- ..
- ..
- .
- .
- Preloading: libgtk-3-0-3.24.52-1.3.x86_64.rpm [done]
- ..
- ..
- ..
- ..
- ..
- ..
- ..
- ..
- ..
- ..
- ..
- ..
-
- Preloading: gstreamer-plugins-base-devel-1.28.2-1.2.x86_64.rpm [done]
- ...
- ..
- Preloading: typelib-1_0-GstRtsp-1_0-1.28.2-1.2.x86_64.rpm [done]
- .
- ..
- Preloading: typelib-1_0-GstSdp-1_0-1.28.2-1.2.x86_64.rpm [done]
- .
- ..
-
- Preloading: typelib-1_0-GstGLEGL-1_0-1.28.2-1.2.x86_64.rpm [done]
- ...
- .
- Preloading: typelib-1_0-GstGLWayland-1_0-1.28.2-1.2.x86_64.rpm [done]
- ..
- .
- Preloading: typelib-1_0-GstGLX11-1_0-1.28.2-1.2.x86_64.rpm [done]
- .
- Preloading: glycin-loaders-2.1.1-1.1.x86_64.rpm [done]
- .
- Preloading: librsvg-2-2-2.62.0-1.2.x86_64.rpm [done]
- .
- ..
- Preloading: typelib-1_0-GstGL-1_0-1.28.2-1.2.x86_64.rpm [done]
- .
- .
- Preloading: libgstsdp-1_0-0-1.28.2-1.2.x86_64.rpm [done]
- ..
- Preloading: typelib-1_0-GstRtp-1_0-1.28.2-1.2.x86_64.rpm [done]
- .
- Preloading: typelib-1_0-GstPbutils-1_0-1.28.2-1.2.x86_64.rpm [done]
- .
- .
- Preloading: libgstfft-1_0-0-1.28.2-1.2.x86_64.rpm [done]
- ..
- Preloading: sdl12_compat-devel-1.2.76-1.2.x86_64.rpm [done]
- .
- Preloading: typelib-1_0-Pango-1_0-1.57.1-1.2.x86_64.rpm [done]
- .
- ..
- .
- Preloading: typelib-1_0-GstAllocators-1_0-1.28.2-1.2.x86_64.rpm [done]
- ..
-
- Preloading: libgstrtp-1_0-0-1.28.2-1.2.x86_64.rpm [done]
- ...
-
- Preloading: libgstrtsp-1_0-0-1.28.2-1.2.x86_64.rpm [done]
- ..
- Preloading: typelib-1_0-GstVideo-1_0-1.28.2-1.2.x86_64.rpm [done]
- .
- Preloading: libSDL-1_2-0-1.2.76-1.2.x86_64.rpm [done]
- ..
-
- Preloading: typelib-1_0-GstApp-1_0-1.28.2-1.2.x86_64.rpm [done]
- .
- Preloading: typelib-1_0-GstAudio-1_0-1.28.2-1.2.x86_64.rpm [done]
- ..
- Preloading: libgstriff-1_0-0-1.28.2-1.2.x86_64.rpm [done]
- ..
- Preloading: typelib-1_0-GstTag-1_0-1.28.2-1.2.x86_64.rpm [done]
- .
- .
- Preloading: libSDL2-2_0-0-2.32.66-1.2.x86_64.rpm [done]
- ..
- .
- Preloading: libharfbuzz-raster0-14.2.0-1.2.x86_64.rpm [done]
- .
- Preloading: luajit-devel-2.1.20250826-2.3.x86_64.rpm [done]
- ..
-
- Preloading: fontconfig-devel-2.17.1-1.2.x86_64.rpm [done]
- ...
-
- Preloading: libXft2-2.3.9-1.3.x86_64.rpm [done]
- ..
- Preloading: efl-devel-1.26.3-36.6.x86_64.rpm [done]
- .
- .
- Preloading: libass9-0.17.4-1.5.x86_64.rpm [done]
- ..
- ..
-
- Preloading: libbluray3-1.4.0-1.3.x86_64.rpm [done]
- ...
- ..
- ..
- Preloading: libglycin-2-0-2.1.1-1.1.x86_64.rpm [done]
- .
- Preloading: libharfbuzz-gobject0-14.2.0-1.2.x86_64.rpm [done]
- .
- Preloading: libharfbuzz-gpu0-14.2.0-1.2.x86_64.rpm [done]
- .
- Preloading: libharfbuzz-icu0-14.2.0-1.2.x86_64.rpm [done]
- .
- ..
- ..
- .
- Preloading: typelib-1_0-Gst-1_0-1.28.2-1.2.x86_64.rpm [done]
- ..
- ..
- ..
- ..
- ..
- .
- Preloading: libcairo2-1.18.4-4.3.x86_64.rpm [done]
- ..
- ..
-
- Preloading: libharfbuzz-vector0-14.2.0-1.2.x86_64.rpm [done]
- ...
- ..
-
- Preloading: libharfbuzz-subset0-14.2.0-1.2.x86_64.rpm [done]
- .
- Preloading: libngtcp2_crypto_ossl-devel-1.22.1-1.2.x86_64.rpm [done]
- ...
- ..
- ..
- ..
- ..
-
- Preloading: Mesa-libGL1-26.0.5-2.2.x86_64.rpm [done]
- .
- Preloading: libinput-devel-1.31.1-1.2.x86_64.rpm [done]
- ..
- ..
- ..
- Preloading: libsndfile-devel-1.2.2-4.3.x86_64.rpm [done]
- .
- ..
-
- Preloading: libbullet-devel-3.17-2.8.x86_64.rpm [done]
- ..
- Preloading: gdk-pixbuf-query-loaders-2.44.6-1.2.x86_64.rpm [done]
- ..
- ..
- .
- Preloading: libatspi0-2.60.2-1.2.x86_64.rpm [done]
- .
- Preloading: libpulse0-17.0-7.2.x86_64.rpm [done]
- ..
- ..
- .
- Preloading: glib2-devel-2.88.0-2.2.x86_64.rpm [done]
- ..
- ..
- Preloading: libcairo-script-interpreter2-1.18.4-4.3.x86_64.rpm [done]
- .
- ..
- ..
- Preloading: libcolord2-1.4.8-1.4.x86_64.rpm [done]
- .
- .
- Preloading: typelib-1_0-GdkPixbuf-2_0-2.44.6-1.2.x86_64.rpm [done]
- ..
- ..
-
- Preloading: libglycin-devel-2.1.1-1.1.x86_64.rpm [done]
- ..
- .
- Preloading: cairo-devel-1.18.4-4.3.x86_64.rpm [done]
- ..
- ..
- Preloading: Mesa-libEGL-devel-26.0.5-2.2.x86_64.rpm [done]
- .
- Preloading: gstreamer-1.28.2-1.2.x86_64.rpm [done]
- .
- ..
- ..
- Preloading: libpulse-devel-17.0-7.2.x86_64.rpm [done]
- .
- ..
- .
- Preloading: libgudev-1_0-devel-238-1.9.x86_64.rpm [done]
- ..
- ..
- ..
- ..
- ..
- ..
- ..
-
- Preloading: Mesa-libGL-devel-26.0.5-2.2.x86_64.rpm [done]
- ..
- .
- Preloading: libXft-devel-2.3.9-1.3.x86_64.rpm [done]
- ..
- ..
- ..
- ..
- ..
- ..
- ..
- ..
- ..
- .
- Preloading: gstreamer-devel-1.28.2-1.2.x86_64.rpm [done]
- .
- Preloading: libcairo-gobject2-1.18.4-4.3.x86_64.rpm [done]
- .
- Preloading: libXss1-1.2.5-1.3.x86_64.rpm [done]
- .
- Preloading: libharfbuzz-cairo0-14.2.0-1.2.x86_64.rpm [done]
- .
- .
- Preloading: libpango-1_0-0-1.57.1-1.2.x86_64.rpm [done]
- ..
- .
- Preloading: libgdk_pixbuf-2_0-0-2.44.6-1.2.x86_64.rpm [done]
- ..
- Preloading: typelib-1_0-Gly_2-2.1.1-1.1.x86_64.rpm [done]
- .
- Preloading: typelib-1_0-HarfBuzz-0_0-14.2.0-1.2.x86_64.rpm [done]
- .
- Preloading: Mesa-dri-devel-26.0.5-2.2.x86_64.rpm [done]
- .
- ..
- ..
- ..
- ..
- ..
- ..
-
- Preloading: libcurl-devel-8.19.0-2.2.x86_64.rpm [done]
- .
- Preloading: libavformat62-8.1-3.2.x86_64.rpm [done]
- ..
- Preloading: libglvnd-devel-1.7.0-2.2.x86_64.rpm [done]
- .
- Preloading: libpulse-mainloop-glib0-17.0-7.2.x86_64.rpm [done]
- ..
- ..
-
- Preloading: libatk-bridge-2_0-0-2.60.2-1.2.x86_64.rpm [done]
- ..
- Preloading: gstreamer-utils-1.28.2-1.2.x86_64.rpm [done]
- ..
-
- Preloading: libcamera0_7-0.7.0-2.2.x86_64.rpm [done]
- ..
- Preloading: libnghttp2-14-1.69.0-1.1.x86_64.rpm [done]
- ..
- ..
- .
- ..
- .
- Preloading: libpcre2-32-0-10.47-1.4.x86_64.rpm [done]
- ..
- Preloading: libogg0-1.3.6-1.3.x86_64.rpm [done]
- .
- ..
- Preloading: libopencore-amrnb0-0.1.6-1.9.x86_64.rpm [done]
- .
- .
- Preloading: libopencore-amrwb0-0.1.6-1.9.x86_64.rpm [done]
- .
- Preloading: libngtcp2-16-1.22.1-1.2.x86_64.rpm [done]
- ..
- Preloading: libopenh264-8-2.6.0~noopenh264-1.3.x86_64.rpm [done]
- .
- ..
- ..
- ..
- ..
- ..
-
- Preloading: libopus0-1.6.1-1.3.x86_64.rpm [done]
- ..
- Preloading: libopenjp2-7-2.5.4-2.4.x86_64.rpm [done]
- .
- Preloading: libpciaccess0-0.19-1.2.x86_64.rpm [done]
- ..
- .
- Preloading: libavcodec62-8.1-3.2.x86_64.rpm [done]
- ..
- .
- Preloading: libmtdev1-1.1.6-1.19.x86_64.rpm [done]
- ..
- Preloading: libpcre2-posix3-10.47-1.4.x86_64.rpm [done]
- .
- ..
- ..
- ..
- .
- Preloading: liborc-0_4-0-0.4.42-1.5.x86_64.rpm [done]
- ..
- .
- Preloading: libpcre2-16-0-10.47-1.4.x86_64.rpm [done]
- ..
- .
- Preloading: libpgm-5_3-0-5.3.128-3.3.x86_64.rpm [done]
- ..
- Preloading: libpng16-16-1.6.57-1.2.x86_64.rpm [done]
- .
-
- Preloading: libraw1394-11-2.1.2-2.6.x86_64.rpm [done]
- ..
- ..
- Preloading: librist4-0.2.11-2.2.x86_64.rpm [done]
- .
- .
- Preloading: libsbc1-2.2-1.2.x86_64.rpm [done]
- ..
- .
- Preloading: libserd-0-0-0.32.8-1.2.x86_64.rpm [done]
- .
- Preloading: libsharpyuv0-1.6.0-1.4.x86_64.rpm [done]
- ..
- ..
- .
- Preloading: libpixman-1-0-0.46.4-2.3.x86_64.rpm [done]
- ..
- Preloading: libsodium26-1.0.22-1.2.x86_64.rpm [done]
- .
- .
- Preloading: libsoxr0-0.1.3-3.3.x86_64.rpm [done]
- ..
- Preloading: libmysofa1-1.3.3-1.3.x86_64.rpm [done]
- .
- .
- Preloading: libevdev2-1.13.6-1.3.x86_64.rpm [done]
- ..
- ..
- Preloading: libhwy1-1.4.0-1.2.x86_64.rpm [done]
- .
- .
- Preloading: libepoxy0-1.5.10-2.10.x86_64.rpm [done]
- ..
- ..
- ..
-
- Preloading: libfdk-aac2-2.0.0-2.15.x86_64.rpm [done]
- ..
- Preloading: libfribidi0-1.0.16-1.2.x86_64.rpm [done]
- .
- Preloading: libgif7-5.2.2-3.2.x86_64.rpm [done]
- ..
- Preloading: librav1e0_8-0.8.1-1.4.x86_64.rpm [done]
- .
- Preloading: libexif12-0.6.25-1.4.x86_64.rpm [done]
- .
- Preloading: libgmodule-2_0-0-2.88.0-2.2.x86_64.rpm [done]
- .
-
- Preloading: libgsm1-1.0.24-1.2.x86_64.rpm [done]
- .
- Preloading: libgthread-2_0-0-2.88.0-2.2.x86_64.rpm [done]
- ..
- Preloading: libspeex1-1.2.1-2.6.x86_64.rpm [done]
- .
- Preloading: libjbig2-2.1-5.7.x86_64.rpm [done]
- .
- Preloading: libgraphite2-3-1.3.14-6.3.x86_64.rpm [done]
- ..
- ..
- ..
- ..
- Preloading: libjpeg8-8.3.2-83.2.x86_64.rpm [done]
- .
- Preloading: libgobject-2_0-0-2.88.0-2.2.x86_64.rpm [done]
- .
- ..
- Preloading: liblc3-1-1.1.3-1.5.x86_64.rpm [done]
- .
-
- Preloading: libldac2-2.0.2.3-4.18.x86_64.rpm [done]
- ..
- Preloading: libjpeg62-62.4.0-83.2.x86_64.rpm [done]
- .
- Preloading: liblcms2-2-2.19-1.2.x86_64.rpm [done]
- ..
-
- Preloading: liblzo2-2-2.10-9.5.x86_64.rpm [done]
- ..
- Preloading: libmpdec4-4.0.1-2.3.x86_64.rpm [done]
- ..
-
- Preloading: libmpg123-0-1.33.5-1.2.x86_64.rpm [done]
- .
- Preloading: libmp3lame0-3.100-5.14.x86_64.rpm [done]
- ..
- Preloading: libzix-0-0-0.8.0-1.3.x86_64.rpm [done]
- ..
- Preloading: patterns-glibc-hwcaps-x86_64_v3-20230201-3.6.x86_64.rpm [done]
- .
- .
- Preloading: libthai-data-0.1.30-1.3.x86_64.rpm [done]
- ..
- Preloading: xz-devel-5.8.3-1.2.x86_64.rpm [done]
- .
-
- Preloading: libluajit-5_1-2-2.1.20250826-2.3.x86_64.rpm [done]
- ...
- ..
- .
- Preloading: typelib-1_0-GIRepository-3_0-2.88.0-2.2.x86_64.rpm [done]
- .
- .
- Preloading: systemd-rpm-macros-26-1.2.noarch.rpm [done]
- .
- Preloading: system-user-lp-20250822-2.2.noarch.rpm [done]
- .
- Preloading: printproto-devel-1.0.5-4.25.x86_64.rpm [done]
- ..
- Preloading: nghttp3-devel-1.15.0-1.2.x86_64.rpm [done]
- .
- ..
- ..
- .
- Preloading: libwacom-data-2.18.0-1.3.x86_64.rpm [done]
- .
- Preloading: shared-mime-info-2.4-3.8.x86_64.rpm [done]
- ..
- Preloading: libverto-devel-0.3.2-3.7.x86_64.rpm [done]
- .
- ..
- Preloading: libssh-devel-0.11.4-2.2.x86_64.rpm [done]
- .
- ..
- .
- Preloading: libzimg2-3.0.6+20250919.gdf9c147-1.3.x86_64.rpm [done]
- ..
- Preloading: libpsl-devel-0.21.5-1.7.x86_64.rpm [done]
- .
- Preloading: libseccomp-devel-2.6.0-2.4.x86_64.rpm [done]
- .
- .
- Preloading: libidn2-devel-2.3.8-1.3.x86_64.rpm [done]
- ..
- .
- Preloading: libffi-devel-3.5.2-2.3.x86_64.rpm [done]
- ..
- ..
- Preloading: libeconf-devel-0.8.3-1.3.x86_64.rpm [done]
- .
- ..
- .
- Preloading: hicolor-icon-theme-0.18-1.4.noarch.rpm [done]
- ..
-
- Preloading: gtk3-schema-3.24.52-1.3.noarch.rpm [done]
- ..
- Preloading: gtk3-data-3.24.52-1.3.noarch.rpm [done]
- ..
- ..
- .
- .
- Preloading: libfftw3-3-3.3.10-6.3.x86_64.rpm [done]
- ..
- ..
- ..
- ..
- ..
- ..
- ..
- ..
- ..
- ..
- ..
- .
- ..
- ..
- ..
- .
- Preloading: xkeyboard-config-2.47-2.1.noarch.rpm [done]
- ..
- Preloading: libvo-amrwbenc0-0.1.3+5-1.8.x86_64.rpm [done]
- .
- ..
- ..
- ..
- .
- Preloading: libsrt1_5-1.5.5-1.1.x86_64.rpm [done]
- ..
- ..
- ..
- ..
- .
- ..
- ..
- ..
- ..
- ..
- ..
- ..
- .
- ..
- ..
- ..
- ..
- Preloading: glibc-gconv-modules-extra-2.43-1.1.x86_64.rpm [done]
- .
-
- Preloading: libsystemd0-260.1-1.3.x86_64.rpm [done]
- .
- Preloading: libtinyxml2-11-11.0.0-1.3.x86_64.rpm [done]
- ...
-
- Preloading: libtheoradec2-1.2.0-2.3.x86_64.rpm [done]
- .
- Preloading: libtwolame0-0.4.0-1.23.x86_64.rpm [done]
- .
- Preloading: libudfread3-1.2.0-1.3.x86_64.rpm [done]
- .
- Preloading: libunibreak6-6.1-1.3.x86_64.rpm [done]
- .
- Preloading: libunwind8-1.8.3-1.3.x86_64.rpm [done]
- ..
- .
- Preloading: libva2-2.23.0-1.4.x86_64.rpm [done]
- .
- Preloading: libvidstab1_2-1.1.1-2.3.x86_64.rpm [done]
- ..
- ..
- ..
- .
- Preloading: libudev1-260.1-1.3.x86_64.rpm [done]
- ..
- .
- Preloading: libelf1-0.194-1.2.x86_64.rpm [done]
- ..
- ..
- Preloading: libvpl2-2.16.0-2.2.x86_64.rpm [done]
- .
- ..
-
- Preloading: libvmaf3-3.1.0-1.2.x86_64.rpm [done]
- ...
- ..
- ..
- .
- Preloading: libvulkan1-1.4.341-1.3.x86_64.rpm [done]
- .
- Preloading: libwayland-client0-1.25.0-1.2.x86_64.rpm [done]
- .
- Preloading: libwayland-egl1-1.25.0-1.2.x86_64.rpm [done]
- ..
- Preloading: libwayland-server0-1.25.0-1.2.x86_64.rpm [done]
- .
- ..
- ..
- .
- Preloading: libvpx12-1.16.0-1.2.x86_64.rpm [done]
- ..
-
- Preloading: libxml2-tools-2.15.3-1.2.x86_64.rpm [done]
- .
- Preloading: libxshmfence1-1.3.3-1.4.x86_64.rpm [done]
- .
- Preloading: libwebrtc-audio-processing-1-3-1.3-2.3.x86_64.rpm [done]
- .
- Preloading: libyaml-0-2-0.2.5-2.9.x86_64.rpm [done]
- ..
- .
- Preloading: typelib-1_0-GLib-2_0-2.88.0-2.2.x86_64.rpm [done]
- .
- Preloading: libva-drm2-2.23.0-1.4.x86_64.rpm [done]
- ..
- Preloading: libxvidcore4-1.3.7-4.3.x86_64.rpm [done]
- .
- ..
- Preloading: librubberband3-4.0.0-1.3.x86_64.rpm [done]
- .
- .
- Preloading: fribidi-devel-1.0.16-1.2.x86_64.rpm [done]
- .
- Preloading: glibc-2.43-1.1.x86_64.rpm [done]
- ..
- Preloading: giflib-devel-5.2.2-3.2.x86_64.rpm [done]
- .
- Preloading: libdw1-0.194-1.2.x86_64.rpm [done]
- .
- Preloading: girepository-1_0-1.86.0-3.2.x86_64.rpm [done]
- .
- ..
-
- Preloading: libgirepository-1_0-1-1.86.0-3.2.x86_64.rpm [done]
- ..
- Preloading: libgirepository-2_0-0-2.88.0-2.2.x86_64.rpm [done]
- ..
- Preloading: libgraphene-1_0-0-1.10.8-2.4.x86_64.rpm [done]
- .
-
- Preloading: libgudev-1_0-0-238-1.9.x86_64.rpm [done]
- .
- Preloading: libatk-1_0-0-2.60.2-1.2.x86_64.rpm [done]
- ..
- Preloading: libgbm1-26.0.5-2.2.x86_64.rpm [done]
- .
- Preloading: lzo-devel-2.10-9.5.x86_64.rpm [done]
- ..
-
- Preloading: libglibmm-2_4-1-2.66.8-1.3.x86_64.rpm [done]
- ...
- .
- Preloading: libjpeg62-devel-62.4.0-83.2.x86_64.rpm [done]
- ..
- .
- Preloading: libnghttp2-devel-1.69.0-1.1.x86_64.rpm [done]
- ..
-
- Preloading: libngtcp2_crypto_ossl0-1.22.1-1.2.x86_64.rpm [done]
- ...
- ..
-
- Preloading: ngtcp2-devel-1.22.1-1.2.x86_64.rpm [done]
- ...
- ..
- ..
- .
- ..
- ..
- Preloading: libFLAC14-1.5.0-1.4.x86_64.rpm [done]
- .
- ..
- Preloading: libtheoraenc2-1.2.0-2.3.x86_64.rpm [done]
- .
- ..
- .
- Preloading: libvorbis0-1.3.7-5.5.x86_64.rpm [done]
- ..
- .
- Preloading: libopus-devel-1.6.1-1.3.x86_64.rpm [done]
- ..
-
- Preloading: orc-0.4.42-1.5.x86_64.rpm [done]
- ..
- Preloading: libBulletInverseDynamicsUtils3_17-3.17-2.8.x86_64.rpm [done]
- .
- Preloading: libXtst6-1.2.5-1.5.x86_64.rpm [done]
- ..
- Preloading: libXv1-1.0.13-1.4.x86_64.rpm [done]
- .
-
- Preloading: libXxf86vm1-1.1.7-1.3.x86_64.rpm [done]
- ..
- Preloading: libva-x11-2-2.23.0-1.4.x86_64.rpm [done]
- .
- Preloading: libvdpau1-1.5-5.3.x86_64.rpm [done]
- ..
-
- Preloading: libXcursor1-1.2.3-1.5.x86_64.rpm [done]
- .
- Preloading: libXfixes-devel-6.0.2-2.3.x86_64.rpm [done]
- ..
- Preloading: libXrender-devel-0.9.12-1.4.x86_64.rpm [done]
- ..
-
- Preloading: alts-1.2+31.da24cd4-1.3.x86_64.rpm [done]
- ..
- Preloading: libbrotlidec1-1.2.0-2.2.x86_64.rpm [done]
- ..
- ..
- ..
- ..
- ..
- .
- Preloading: libbrotlienc1-1.2.0-2.2.x86_64.rpm [done]
- ..
- Preloading: libBulletFileLoader3_17-3.17-2.8.x86_64.rpm [done]
- .
- ..
-
- Preloading: libpciaccess-devel-0.19-1.2.x86_64.rpm [done]
- ...
- .
- Preloading: libConvexDecomposition3_17-3.17-2.8.x86_64.rpm [done]
- ..
- .
- .
- Preloading: libpython3_13-1_0-3.13.13-2.2.x86_64.rpm [done]
- ..
- ..
- Preloading: libssl60-4.2.1-1.3.x86_64.rpm [done]
- .
- ..
- Preloading: libdatrie-devel-0.2.14-1.4.x86_64.rpm [done]
- .
- Preloading: libthai0-0.1.30-1.3.x86_64.rpm [done]
- .
- Preloading: dav1d-devel-1.5.3-1.3.x86_64.rpm [done]
- .
- Preloading: Mesa-vulkan-device-select-26.0.5-2.3.x86_64.rpm [done]
- .
- Preloading: libdrm_amdgpu1-2.4.133-1.2.x86_64.rpm [done]
- .
- Preloading: libdrm_intel1-2.4.133-1.2.x86_64.rpm [done]
- .
- Preloading: libdrm_nouveau2-2.4.133-1.2.x86_64.rpm [done]
- .
-
- Preloading: libdrm_radeon1-2.4.133-1.2.x86_64.rpm [done]
- ..
- Preloading: libbs2b0-3.1.0-14.7.x86_64.rpm [done]
- ..
- ..
- ..
- ..
- ..
- ..
- ..
- ..
- ..
- ..
- ..
- .
- ..
- ..
- ..
- ..
- ..
- ..
- ..
-
- Preloading: libSPIRV-Tools-2026_1-2026.1-2.2.x86_64.rpm [done]
- .
- Preloading: libXcomposite1-0.4.7-1.3.x86_64.rpm [done]
- .
- Preloading: libXdamage1-1.1.7-1.3.x86_64.rpm [done]
- .
- Preloading: libXdmcp6-1.1.5-1.6.x86_64.rpm [done]
- ..
- Preloading: libXext6-1.3.7-1.3.x86_64.rpm [done]
- .
- Preloading: libXfixes3-6.0.2-2.3.x86_64.rpm [done]
- ..
-
- Preloading: libXrender1-0.9.12-1.4.x86_64.rpm [done]
- .
- Preloading: libalternatives1-1.2+31.da24cd4-1.3.x86_64.rpm [done]
- ...
- .
- ..
- ..
- ..
- ..
- ..
- ..
- ..
- ..
-
- Preloading: libasound2-1.2.15.3-1.3.x86_64.rpm [Error: "Could not resolve host: opensuse-mirror-gce-eu.opensu.se", trying next mirror.]
- ...
- ..
-
- Preloading: efl-1.26.3-36.6.x86_64.rpm [done]
- .
- Preloading: libasound2-1.2.15.3-1.3.x86_64.rpm [Error: "The requested URL returned error: 404", trying next mirror.]
- ..
- Preloading: libavahi-common3-0.8-42.3.x86_64.rpm [done]
- .
- .
- Preloading: libasound2-1.2.15.3-1.3.x86_64.rpm [Error: "The requested URL returned error: 404", trying next mirror.]
- .
- Preloading: libasound2-1.2.15.3-1.3.x86_64.rpm [done]
- .
- Preloading: libbrotlicommon1-1.2.0-2.2.x86_64.rpm [done]
- .
- Preloading: libLerc4-4.1.0-2.2.x86_64.rpm [done]
- ..
- ..
- .
- Preloading: libbluetooth3-5.82-2.2.x86_64.rpm [done]
- ..
- ..
- ..
- ..
- ..
- ..
- ..
- ..
-
- Preloading: libSvtAv1Enc3-3.0.1-1.3.x86_64.rpm [done]
- ..
- Preloading: libbullet3_17-3.17-2.8.x86_64.rpm [done]
- .
- Preloading: libcpuinfo-suse0-0~git1739936485.b73ae6c-2.3.x86_64.rpm [done]
- ..
- .
- Preloading: libconfig++15-1.8.1-1.4.x86_64.rpm [done]
- ..
- .
- Preloading: libdatrie1-0.2.14-1.4.x86_64.rpm [done]
- .
- Preloading: libcodec2-1_2-1.2.0-2.5.x86_64.rpm [done]
- ..
-
- Preloading: libdisplay-info3-0.3.0-2.3.x86_64.rpm [done]
- ..
- .
- Preloading: libcrypto57-4.2.1-1.3.x86_64.rpm [done]
- ..
- Preloading: libdrm2-2.4.133-1.2.x86_64.rpm [done]
- .
- .
- Preloading: libebur128-1-1.2.6-2.5.x86_64.rpm [done]
- .
- Preloading: libunwind-setjmp0-1.8.3-1.3.x86_64.rpm [done]
- ..
- ..
- .
- Preloading: libdovi3-3.3.2-1.3.x86_64.rpm [done]
- ..
- ..
- ..
- ..
- ..
-
- Preloading: pcre2-devel-10.47-1.4.x86_64.rpm [done]
- .
- Preloading: libpixman-1-0-devel-0.46.4-2.3.x86_64.rpm [done]
- ..
- Preloading: libzvbi0-0.2.44-1.4.x86_64.rpm [done]
- .
- Preloading: libavc1394-0-0.5.4-20.6.x86_64.rpm [done]
- ..
- .
- Preloading: libzmq5-4.3.5-1.9.x86_64.rpm [done]
- .
- Preloading: libiec61883-0-1.2.0-9.3.x86_64.rpm [done]
- ..
-
- Preloading: libsord-0-0-0.16.20-1.3.x86_64.rpm [done]
- ..
- ..
- ..
- Preloading: libdav1d7-1.5.3-1.3.x86_64.rpm [done]
- .
- ..
-
- Preloading: libdbus-1-3-1.14.10-5.4.x86_64.rpm [done]
- ...
- Preloading: libwebp7-1.6.0-1.4.x86_64.rpm [done]
- .
- Preloading: libunwind-coredump0-1.8.3-1.3.x86_64.rpm [done]
- .
-
- Preloading: libunwind-ptrace0-1.8.3-1.3.x86_64.rpm [done]
- ...
- ..
-
- Preloading: Mesa-KHR-devel-26.0.5-2.2.x86_64.rpm [done]
- ..
- Preloading: libwayland-cursor0-1.25.0-1.2.x86_64.rpm [done]
- ..
-
- Preloading: systemd-devel-260.1-1.3.x86_64.rpm [done]
- ...
- ..
- .
- Preloading: libxml2-devel-2.15.3-1.2.x86_64.rpm [done]
- ..
- ..
- .
- .
- Preloading: libxkbcommon0-1.13.1-1.2.x86_64.rpm [done]
- ..
- ..
- .
- Preloading: cups-config-2.4.19-1.2.x86_64.rpm [done]
- ..
- ..
- Preloading: libblkid-devel-2.41.3-5.3.x86_64.rpm [done]
- .
- ..
- ..
- .
- ..
- ..
- ..
- ..
- ..
- ..
- ..
- ..
- Preloading: glibc-devel-2.43-1.1.x86_64.rpm [done]
- .
- ..
- ..
- ..
- ..
- .
- ..
- ..
- Preloading: glibc-locale-base-2.43-1.1.x86_64.rpm [done]
- .
- ..
- Preloading: libHACD3_17-3.17-2.8.x86_64.rpm [done]
- .
- ..
- ..
- ..
- ..
- ..
- .
- Preloading: libicu78-ledata-78.3-1.2.noarch.rpm [done]
- .
- ..
- ..
- ..
- ..
- ..
- .
- ..
- ..
- ..
- ..
- ..
- ..
- ..
- ..
- ..
- .
- ..
- ..
- ..
- ..
- ..
- ..
- ..
- ..
- ..
-
- Preloading: libicu78-78.3-1.2.x86_64.rpm [done]
- ...
- .
- Preloading: python313-base-3.13.13-2.2.x86_64.rpm [done]
- .
- .
- ..
- ..
- ..
- .
- ..
- .
- .
- Preloading: libaom3-3.13.1-2.3.x86_64.rpm [done]
- ..
- ..
- .
- ..
- ..
- ..
- .
- ..
- .
- ..
- ..
- ..
- ..
- .
- .
- .
- .
- ..
- .
- ..
- ..
- ..
- .
- ..
- .
- ..
- .
- ..
- ..
- .
- ..
- ..
- ..
- ..
- ..
- ..
- .
- ..
- ..
- ..
- .
- .
- ..
- ..
- ..
- ..
- .
- ..
- .
- ..
- ..
- .
- ..
- ..
- ..
- ..
- ..
- ..
- .
- ..
- ..
- ..
- .
- .
- ..
- ..
- .
- ..
- .
- ..
- .
- ..
- .
- .
- .
- .
- ..
- ..
- ..
- ..
- ..
- ..
- .
- ..
- ..
- ..
- ..
- ..
- .
- ..
- ..
- .
- .
- ..
- ..
- .
- ..
- ..
- ..
- .
- ..
- ..
- ..
- ..
- .
- ..
- ..
- ..
- .
- ..
- ..
- ..
- .
- ..
- .
- ..
- .
- ..
- ..
- ..
- .
- ..
- ..
- ..
- .
- ..
- ..
- .
- ..
- ..
- ..
- ..
- ..
- .
- ..
- ..
- .
- ..
- ..
- ..
- ..
- .
- ..
- ..
- ..
- .
- ..
- .
- ..
- ..
- ..
- ..
- .
- ..
- ..
- ..
- ..
- .
- ..
- ..
- ..
- .
- ..
- .
- ..
- .
- ..
- ..
- ..
- ..
- ..
- .
- ..
- ..
- ..
- .
- ..
- ..
- .
- ..
- ..
- ..
- .
- ..
- ..
- ..
- ..
- .
- ..
- ..
- ..
- ..
- ..
- .
- .
- .
- .
- ..
- ..
- .
- ..
- ..
- ..
- ..
- ..
- .
- ..
- .
- .
- .
- ..
- ..
- .
- ..
- ..
- ..
- .
- ..
- .
- ..
- ..
- ..
- .
- ..
- .
- ..
- ..
- ..
- ..
- ..
- ..
- .
- ..
- ..
- ..
- ..
- ..
- .
- .
- ..
- ..
- ..
- .
- ..
- ..
- ..
- .
- .
- ..
- ..
- ..
- ..
- ..
- .
- ..
- ..
- ..
- ..
- .
- ..
- ..
- ..
- .
- ..
- .
- ..
- .
- ..
- ..
- ..
- .
- ..
- .
- ..
- ..
- .
- ..
- ..
- ..
- ..
- ..
- .
- ..
- ..
- ..
- ..
- ..
- ..
- .
- ..
- ..
- ..
- .
- ..
- ..
- ..
- .
- .
- ..
- .
- ..
- ..
- ..
- .
- ..
- ..
- .
- ..
- ..
- .
- ..
- .
- ..
- ..
- ..
- ..
- .
- ..
- ..
- ..
- ..
- .
- ..
- .
- ..
- ..
- .
- ..
- ..
- .
- ..
- ..
- ..
- ..
- ..
- .
- ..
- ..
- ..
- ..
- .
- .
- ..
- ..
- .
- ..
- .
- ..
- ..
- ..
- .
- ..
- ..
- ..
- .
- ..
- ..
- ..
- ..
- .
- ..
- ..
- ..
- ..
- ..
- .
- ..
- ..
- .
- ..
- .
- ..
- .
- .
- ..
- ..
- ..
- .
- ..
- ..
- .
- ..
- ..
- ..
- ..
- ..
- .
- ..
- ..
- ..
- ..
- .
- ..
- ..
- ..
- ..
- ..
- .
- ..
- ..
- ..
- .
- ..
- ..
- ..
- .
- ..
- ..
- ..
- ..
- ..
- ..
- .
- ..
- ..
- ..
- ..
- ..
- .
- ..
- ..
- ..
- .
- ..
- ..
- ..
- .
- ..
- ..
- ..
- ..
- .
- ..
- ..
- ..
- ..
- ..
- ..
- .
- ..
- ..
- ..
- ..
- ..
- ..
- ..
- .
- ..
- .
- ..
- ..
- .
- .
- ..
- ..
- ..
- .
- ..
- ..
- .
- ..
- .
- ..
- ..
- .
- ..
- ..
- ..
- ..
- ..
- .
- ..
- ..
- ..
- .
- .
- ..
- ..
- .
- .
- .
- ..
- ..
- .
- ..
- ..
- .
- ..
- ..
- ..
- ..
- ..
- .
- ..
- .
- Preloading: libLLVM22-22.1.4-1.2.x86_64.rpm [done]
- .done]
- Retrieving: Mesa-KHR-devel-26.0.5-2.2.x86_64 (openSUSE-Tumbleweed-Oss) (1/407), 57.1 KiB
- Retrieving: glibc-2.43-1.1.x86_64 (openSUSE-Tumbleweed-Oss) (2/407), 2.1 MiB
- Retrieving: glibc-gconv-modules-extra-2.43-1.1.x86_64 (openSUSE-Tumbleweed-Oss) (3/407), 1.3 MiB
- Retrieving: gtk3-data-3.24.52-1.3.noarch (openSUSE-Tumbleweed-Oss) (4/407), 20.5 KiB
- Retrieving: gtk3-schema-3.24.52-1.3.noarch (openSUSE-Tumbleweed-Oss) (5/407), 20.2 KiB
- Retrieving: hicolor-icon-theme-0.18-1.4.noarch (openSUSE-Tumbleweed-Oss) (6/407), 76.3 KiB
- Retrieving: libeconf-devel-0.8.3-1.3.x86_64 (openSUSE-Tumbleweed-Oss) (7/407), 66.7 KiB
- Retrieving: libffi-devel-3.5.2-2.3.x86_64 (openSUSE-Tumbleweed-Oss) (8/407), 29.8 KiB
- Retrieving: libicu78-ledata-78.3-1.2.noarch (openSUSE-Tumbleweed-Oss) (9/407), 8.8 MiB
- Retrieving: libidn2-devel-2.3.8-1.3.x86_64 (openSUSE-Tumbleweed-Oss) (10/407), 56.9 KiB
- Retrieving: libpsl-devel-0.21.5-1.7.x86_64 (openSUSE-Tumbleweed-Oss) (11/407), 28.7 KiB
- Retrieving: libseccomp-devel-2.6.0-2.4.x86_64 (openSUSE-Tumbleweed-Oss) (12/407), 52.5 KiB
- Retrieving: libssh-devel-0.11.4-2.2.x86_64 (openSUSE-Tumbleweed-Oss) (13/407), 46.2 KiB
- Retrieving: libthai-data-0.1.30-1.3.x86_64 (openSUSE-Tumbleweed-Oss) (14/407), 156.8 KiB
- Retrieving: libverto-devel-0.3.2-3.7.x86_64 (openSUSE-Tumbleweed-Oss) (15/407), 14.7 KiB
- Retrieving: libwacom-data-2.18.0-1.3.x86_64 (openSUSE-Tumbleweed-Oss) (16/407), 217.9 KiB
- Retrieving: nghttp3-devel-1.15.0-1.2.x86_64 (openSUSE-Tumbleweed-Oss) (17/407), 31.3 KiB
- Retrieving: printproto-devel-1.0.5-4.25.x86_64 (openSUSE-Tumbleweed-Oss) (18/407), 21.8 KiB
- Retrieving: system-user-lp-20250822-2.2.noarch (openSUSE-Tumbleweed-Oss) (19/407), 8.7 KiB
- Retrieving: systemd-rpm-macros-26-1.2.noarch (openSUSE-Tumbleweed-Oss) (20/407), 15.8 KiB
- Retrieving: typelib-1_0-GIRepository-3_0-2.88.0-2.2.x86_64 (openSUSE-Tumbleweed-Oss) (21/407), 58.5 KiB
- Retrieving: xkeyboard-config-2.47-2.1.noarch (openSUSE-Tumbleweed-Oss) (22/407), 439.8 KiB
- Retrieving: xz-devel-5.8.3-1.2.x86_64 (openSUSE-Tumbleweed-Oss) (23/407), 72.3 KiB
- Retrieving: shared-mime-info-2.4-3.8.x86_64 (openSUSE-Tumbleweed-Oss) (24/407), 319.8 KiB
- Retrieving: patterns-glibc-hwcaps-x86_64_v3-20230201-3.6.x86_64 (openSUSE-Tumbleweed-Oss) (25/407), 7.5 KiB
- Retrieving: libzix-0-0-0.8.0-1.3.x86_64 (openSUSE-Tumbleweed-Oss) (26/407), 32.1 KiB
- Retrieving: libzimg2-3.0.6+20250919.gdf9c147-1.3.x86_64 (openSUSE-Tumbleweed-Oss) (27/407), 220.8 KiB
- Retrieving: libyaml-0-2-0.2.5-2.9.x86_64 (openSUSE-Tumbleweed-Oss) (28/407), 57.8 KiB
- Retrieving: libxvidcore4-1.3.7-4.3.x86_64 (openSUSE-Tumbleweed-Oss) (29/407), 226.0 KiB
- Retrieving: libxshmfence1-1.3.3-1.4.x86_64 (openSUSE-Tumbleweed-Oss) (30/407), 11.9 KiB
- Retrieving: libxml2-tools-2.15.3-1.2.x86_64 (openSUSE-Tumbleweed-Oss) (31/407), 72.8 KiB
- Retrieving: libwebrtc-audio-processing-1-3-1.3-2.3.x86_64 (openSUSE-Tumbleweed-Oss) (32/407), 426.4 KiB
- Retrieving: libwayland-server0-1.25.0-1.2.x86_64 (openSUSE-Tumbleweed-Oss) (33/407), 43.3 KiB
- Retrieving: libwayland-egl1-1.25.0-1.2.x86_64 (openSUSE-Tumbleweed-Oss) (34/407), 12.3 KiB
- Retrieving: libwayland-client0-1.25.0-1.2.x86_64 (openSUSE-Tumbleweed-Oss) (35/407), 37.5 KiB
- Retrieving: libvulkan1-1.4.341-1.3.x86_64 (openSUSE-Tumbleweed-Oss) (36/407), 150.2 KiB
- Retrieving: libvpx12-1.16.0-1.2.x86_64 (openSUSE-Tumbleweed-Oss) (37/407), 860.7 KiB
- Retrieving: libvpl2-2.16.0-2.2.x86_64 (openSUSE-Tumbleweed-Oss) (38/407), 145.7 KiB
- Retrieving: libvo-amrwbenc0-0.1.3+5-1.8.x86_64 (openSUSE-Tumbleweed-Oss) (39/407), 80.3 KiB
- Retrieving: libvmaf3-3.1.0-1.2.x86_64 (openSUSE-Tumbleweed-Oss) (40/407), 270.2 KiB
- Retrieving: libvidstab1_2-1.1.1-2.3.x86_64 (openSUSE-Tumbleweed-Oss) (41/407), 43.1 KiB
- Retrieving: libva2-2.23.0-1.4.x86_64 (openSUSE-Tumbleweed-Oss) (42/407), 84.7 KiB
- Retrieving: libunwind8-1.8.3-1.3.x86_64 (openSUSE-Tumbleweed-Oss) (43/407), 65.3 KiB
- Retrieving: libunibreak6-6.1-1.3.x86_64 (openSUSE-Tumbleweed-Oss) (44/407), 30.2 KiB
- Retrieving: libudfread3-1.2.0-1.3.x86_64 (openSUSE-Tumbleweed-Oss) (45/407), 30.0 KiB
- Retrieving: libudev1-260.1-1.3.x86_64 (openSUSE-Tumbleweed-Oss) (46/407), 189.4 KiB
- Retrieving: libtwolame0-0.4.0-1.23.x86_64 (openSUSE-Tumbleweed-Oss) (47/407), 59.2 KiB
- Retrieving: libtinyxml2-11-11.0.0-1.3.x86_64 (openSUSE-Tumbleweed-Oss) (48/407), 43.1 KiB
- Retrieving: libtheoradec2-1.2.0-2.3.x86_64 (openSUSE-Tumbleweed-Oss) (49/407), 54.3 KiB
- Retrieving: libsystemd0-260.1-1.3.x86_64 (openSUSE-Tumbleweed-Oss) (50/407), 517.5 KiB
- Retrieving: libsrt1_5-1.5.5-1.1.x86_64 (openSUSE-Tumbleweed-Oss) (51/407), 351.7 KiB
- Retrieving: libspeex1-1.2.1-2.6.x86_64 (openSUSE-Tumbleweed-Oss) (52/407), 66.6 KiB
- Retrieving: libsoxr0-0.1.3-3.3.x86_64 (openSUSE-Tumbleweed-Oss) (53/407), 97.2 KiB
- Retrieving: libsodium26-1.0.22-1.2.x86_64 (openSUSE-Tumbleweed-Oss) (54/407), 210.3 KiB
- Retrieving: libsharpyuv0-1.6.0-1.4.x86_64 (openSUSE-Tumbleweed-Oss) (55/407), 20.4 KiB
- Retrieving: libserd-0-0-0.32.8-1.2.x86_64 (openSUSE-Tumbleweed-Oss) (56/407), 58.9 KiB
- Retrieving: libsbc1-2.2-1.2.x86_64 (openSUSE-Tumbleweed-Oss) (57/407), 49.8 KiB
- Retrieving: librist4-0.2.11-2.2.x86_64 (openSUSE-Tumbleweed-Oss) (58/407), 112.2 KiB
- Retrieving: libraw1394-11-2.1.2-2.6.x86_64 (openSUSE-Tumbleweed-Oss) (59/407), 31.3 KiB
- Retrieving: librav1e0_8-0.8.1-1.4.x86_64 (openSUSE-Tumbleweed-Oss) (60/407), 1.0 MiB
- Retrieving: libpng16-16-1.6.57-1.2.x86_64 (openSUSE-Tumbleweed-Oss) (61/407), 150.1 KiB
- Retrieving: libpixman-1-0-0.46.4-2.3.x86_64 (openSUSE-Tumbleweed-Oss) (62/407), 290.1 KiB
- Retrieving: libpgm-5_3-0-5.3.128-3.3.x86_64 (openSUSE-Tumbleweed-Oss) (63/407), 179.2 KiB
- Retrieving: libpcre2-posix3-10.47-1.4.x86_64 (openSUSE-Tumbleweed-Oss) (64/407), 19.2 KiB
- Retrieving: libpcre2-32-0-10.47-1.4.x86_64 (openSUSE-Tumbleweed-Oss) (65/407), 254.4 KiB
- Retrieving: libpcre2-16-0-10.47-1.4.x86_64 (openSUSE-Tumbleweed-Oss) (66/407), 272.4 KiB
- Retrieving: libpciaccess0-0.19-1.2.x86_64 (openSUSE-Tumbleweed-Oss) (67/407), 26.8 KiB
- Retrieving: liborc-0_4-0-0.4.42-1.5.x86_64 (openSUSE-Tumbleweed-Oss) (68/407), 288.2 KiB
- Retrieving: libopus0-1.6.1-1.3.x86_64 (openSUSE-Tumbleweed-Oss) (69/407), 250.6 KiB
- Retrieving: libopenjp2-7-2.5.4-2.4.x86_64 (openSUSE-Tumbleweed-Oss) (70/407), 178.1 KiB
- Retrieving: libopenh264-8-2.6.0~noopenh264-1.3.x86_64 (openSUSE-Tumbleweed-Oss) (71/407), 19.5 KiB
- Retrieving: libopencore-amrwb0-0.1.6-1.9.x86_64 (openSUSE-Tumbleweed-Oss) (72/407), 58.8 KiB
- Retrieving: libopencore-amrnb0-0.1.6-1.9.x86_64 (openSUSE-Tumbleweed-Oss) (73/407), 104.0 KiB
- Retrieving: libogg0-1.3.6-1.3.x86_64 (openSUSE-Tumbleweed-Oss) (74/407), 32.0 KiB
- Retrieving: libngtcp2-16-1.22.1-1.2.x86_64 (openSUSE-Tumbleweed-Oss) (75/407), 157.9 KiB
- Retrieving: libnghttp2-14-1.69.0-1.1.x86_64 (openSUSE-Tumbleweed-Oss) (76/407), 91.1 KiB
- Retrieving: libmysofa1-1.3.3-1.3.x86_64 (openSUSE-Tumbleweed-Oss) (77/407), 1.1 MiB
- Retrieving: libmtdev1-1.1.6-1.19.x86_64 (openSUSE-Tumbleweed-Oss) (78/407), 19.1 KiB
- Retrieving: libmpg123-0-1.33.5-1.2.x86_64 (openSUSE-Tumbleweed-Oss) (79/407), 199.5 KiB
- Retrieving: libmpdec4-4.0.1-2.3.x86_64 (openSUSE-Tumbleweed-Oss) (80/407), 87.5 KiB
- Retrieving: libmp3lame0-3.100-5.14.x86_64 (openSUSE-Tumbleweed-Oss) (81/407), 156.7 KiB
- Retrieving: liblzo2-2-2.10-9.5.x86_64 (openSUSE-Tumbleweed-Oss) (82/407), 62.3 KiB
- Retrieving: libluajit-5_1-2-2.1.20250826-2.3.x86_64 (openSUSE-Tumbleweed-Oss) (83/407), 283.1 KiB
- Retrieving: libldac2-2.0.2.3-4.18.x86_64 (openSUSE-Tumbleweed-Oss) (84/407), 38.8 KiB
- Retrieving: liblcms2-2-2.19-1.2.x86_64 (openSUSE-Tumbleweed-Oss) (85/407), 174.2 KiB
- Retrieving: liblc3-1-1.1.3-1.5.x86_64 (openSUSE-Tumbleweed-Oss) (86/407), 103.2 KiB
- Retrieving: libjpeg8-8.3.2-83.2.x86_64 (openSUSE-Tumbleweed-Oss) (87/407), 243.7 KiB
- Retrieving: libjpeg62-62.4.0-83.2.x86_64 (openSUSE-Tumbleweed-Oss) (88/407), 243.2 KiB
- Retrieving: libjbig2-2.1-5.7.x86_64 (openSUSE-Tumbleweed-Oss) (89/407), 35.6 KiB
- Retrieving: libhwy1-1.4.0-1.2.x86_64 (openSUSE-Tumbleweed-Oss) (90/407), 463.2 KiB
- Retrieving: libgthread-2_0-0-2.88.0-2.2.x86_64 (openSUSE-Tumbleweed-Oss) (91/407), 62.4 KiB
- Retrieving: libgsm1-1.0.24-1.2.x86_64 (openSUSE-Tumbleweed-Oss) (92/407), 30.9 KiB
- Retrieving: libgraphite2-3-1.3.14-6.3.x86_64 (openSUSE-Tumbleweed-Oss) (93/407), 68.6 KiB
- Retrieving: libgobject-2_0-0-2.88.0-2.2.x86_64 (openSUSE-Tumbleweed-Oss) (94/407), 200.8 KiB
- Retrieving: libgmodule-2_0-0-2.88.0-2.2.x86_64 (openSUSE-Tumbleweed-Oss) (95/407), 66.4 KiB
- Retrieving: libgif7-5.2.2-3.2.x86_64 (openSUSE-Tumbleweed-Oss) (96/407), 30.3 KiB
- Retrieving: libfribidi0-1.0.16-1.2.x86_64 (openSUSE-Tumbleweed-Oss) (97/407), 40.3 KiB
- Retrieving: libfftw3-3-3.3.10-6.3.x86_64 (openSUSE-Tumbleweed-Oss) (98/407), 1.4 MiB
- Retrieving: libfdk-aac2-2.0.0-2.15.x86_64 (openSUSE-Tumbleweed-Oss) (99/407), 330.7 KiB
- Retrieving: libexif12-0.6.25-1.4.x86_64 (openSUSE-Tumbleweed-Oss) (100/407), 465.9 KiB
- Retrieving: libevdev2-1.13.6-1.3.x86_64 (openSUSE-Tumbleweed-Oss) (101/407), 42.4 KiB
- Retrieving: libepoxy0-1.5.10-2.10.x86_64 (openSUSE-Tumbleweed-Oss) (102/407), 230.6 KiB
- Retrieving: libelf1-0.194-1.2.x86_64 (openSUSE-Tumbleweed-Oss) (103/407), 58.5 KiB
- Retrieving: libebur128-1-1.2.6-2.5.x86_64 (openSUSE-Tumbleweed-Oss) (104/407), 23.5 KiB
- Retrieving: libdrm2-2.4.133-1.2.x86_64 (openSUSE-Tumbleweed-Oss) (105/407), 52.7 KiB
- Retrieving: libdovi3-3.3.2-1.3.x86_64 (openSUSE-Tumbleweed-Oss) (106/407), 278.4 KiB
- Retrieving: libdisplay-info3-0.3.0-2.3.x86_64 (openSUSE-Tumbleweed-Oss) (107/407), 82.1 KiB
- Retrieving: libdav1d7-1.5.3-1.3.x86_64 (openSUSE-Tumbleweed-Oss) (108/407), 625.1 KiB
- Retrieving: libdatrie1-0.2.14-1.4.x86_64 (openSUSE-Tumbleweed-Oss) (109/407), 50.5 KiB
- Retrieving: libcrypto57-4.2.1-1.3.x86_64 (openSUSE-Tumbleweed-Oss) (110/407), 682.3 KiB
- Retrieving: libcpuinfo-suse0-0~git1739936485.b73ae6c-2.3.x86_64 (openSUSE-Tumbleweed-Oss) (111/407), 25.2 KiB
- Retrieving: libconfig++15-1.8.1-1.4.x86_64 (openSUSE-Tumbleweed-Oss) (112/407), 58.3 KiB
- Retrieving: libcodec2-1_2-1.2.0-2.5.x86_64 (openSUSE-Tumbleweed-Oss) (113/407), 657.7 KiB
- Retrieving: libbullet3_17-3.17-2.8.x86_64 (openSUSE-Tumbleweed-Oss) (114/407), 1.2 MiB
- Retrieving: libbs2b0-3.1.0-14.7.x86_64 (openSUSE-Tumbleweed-Oss) (115/407), 18.8 KiB
- Retrieving: libbrotlicommon1-1.2.0-2.2.x86_64 (openSUSE-Tumbleweed-Oss) (116/407), 66.0 KiB
- Retrieving: libbluetooth3-5.82-2.2.x86_64 (openSUSE-Tumbleweed-Oss) (117/407), 117.6 KiB
- Retrieving: libavahi-common3-0.8-42.3.x86_64 (openSUSE-Tumbleweed-Oss) (118/407), 30.5 KiB
- Retrieving: libasound2-1.2.15.3-1.3.x86_64 (openSUSE-Tumbleweed-Oss) (119/407), 440.3 KiB
- Retrieving: libalternatives1-1.2+31.da24cd4-1.3.x86_64 (openSUSE-Tumbleweed-Oss) (120/407), 19.4 KiB
- Retrieving: libXrender1-0.9.12-1.4.x86_64 (openSUSE-Tumbleweed-Oss) (121/407), 26.2 KiB
- Retrieving: libXfixes3-6.0.2-2.3.x86_64 (openSUSE-Tumbleweed-Oss) (122/407), 18.7 KiB
- Retrieving: libXext6-1.3.7-1.3.x86_64 (openSUSE-Tumbleweed-Oss) (123/407), 36.1 KiB
- Retrieving: libXdmcp6-1.1.5-1.6.x86_64 (openSUSE-Tumbleweed-Oss) (124/407), 18.1 KiB
- Retrieving: libXdamage1-1.1.7-1.3.x86_64 (openSUSE-Tumbleweed-Oss) (125/407), 12.3 KiB
- Retrieving: libXcomposite1-0.4.7-1.3.x86_64 (openSUSE-Tumbleweed-Oss) (126/407), 12.4 KiB
- Retrieving: libSPIRV-Tools-2026_1-2026.1-2.2.x86_64 (openSUSE-Tumbleweed-Oss) (127/407), 1.7 MiB
- Retrieving: libLerc4-4.1.0-2.2.x86_64 (openSUSE-Tumbleweed-Oss) (128/407), 220.4 KiB
- Retrieving: libLLVM22-22.1.4-1.2.x86_64 (openSUSE-Tumbleweed-Oss) (129/407), 31.7 MiB
- Retrieving: libHACD3_17-3.17-2.8.x86_64 (openSUSE-Tumbleweed-Oss) (130/407), 52.8 KiB
- Retrieving: glibc-locale-base-2.43-1.1.x86_64 (openSUSE-Tumbleweed-Oss) (131/407), 431.5 KiB
- Retrieving: glibc-devel-2.43-1.1.x86_64 (openSUSE-Tumbleweed-Oss) (132/407), 639.8 KiB
- Retrieving: libblkid-devel-2.41.3-5.3.x86_64 (openSUSE-Tumbleweed-Oss) (133/407), 44.4 KiB
- Retrieving: libicu78-78.3-1.2.x86_64 (openSUSE-Tumbleweed-Oss) (134/407), 2.2 MiB
- Retrieving: cups-config-2.4.19-1.2.x86_64 (openSUSE-Tumbleweed-Oss) (135/407), 285.7 KiB
- Retrieving: libxkbcommon0-1.13.1-1.2.x86_64 (openSUSE-Tumbleweed-Oss) (136/407), 170.2 KiB
- Retrieving: libxml2-devel-2.15.3-1.2.x86_64 (openSUSE-Tumbleweed-Oss) (137/407), 180.4 KiB
- Retrieving: libwayland-cursor0-1.25.0-1.2.x86_64 (openSUSE-Tumbleweed-Oss) (138/407), 19.0 KiB
- Retrieving: libaom3-3.13.1-2.3.x86_64 (openSUSE-Tumbleweed-Oss) (139/407), 1.9 MiB
- Retrieving: libunwind-setjmp0-1.8.3-1.3.x86_64 (openSUSE-Tumbleweed-Oss) (140/407), 13.5 KiB
- Retrieving: libunwind-ptrace0-1.8.3-1.3.x86_64 (openSUSE-Tumbleweed-Oss) (141/407), 20.6 KiB
- Retrieving: libunwind-coredump0-1.8.3-1.3.x86_64 (openSUSE-Tumbleweed-Oss) (142/407), 22.9 KiB
- Retrieving: systemd-devel-260.1-1.3.x86_64 (openSUSE-Tumbleweed-Oss) (143/407), 128.8 KiB
- Retrieving: libdbus-1-3-1.14.10-5.4.x86_64 (openSUSE-Tumbleweed-Oss) (144/407), 142.2 KiB
- Retrieving: libwebp7-1.6.0-1.4.x86_64 (openSUSE-Tumbleweed-Oss) (145/407), 247.4 KiB
- Retrieving: libsord-0-0-0.16.20-1.3.x86_64 (openSUSE-Tumbleweed-Oss) (146/407), 24.9 KiB
- Retrieving: libiec61883-0-1.2.0-9.3.x86_64 (openSUSE-Tumbleweed-Oss) (147/407), 39.8 KiB
- Retrieving: libavc1394-0-0.5.4-20.6.x86_64 (openSUSE-Tumbleweed-Oss) (148/407), 20.6 KiB
- Retrieving: libzvbi0-0.2.44-1.4.x86_64 (openSUSE-Tumbleweed-Oss) (149/407), 237.5 KiB
- Retrieving: libpixman-1-0-devel-0.46.4-2.3.x86_64 (openSUSE-Tumbleweed-Oss) (150/407), 21.4 KiB
- Retrieving: libzmq5-4.3.5-1.9.x86_64 (openSUSE-Tumbleweed-Oss) (151/407), 237.2 KiB
- Retrieving: pcre2-devel-10.47-1.4.x86_64 (openSUSE-Tumbleweed-Oss) (152/407), 297.9 KiB
- Retrieving: libpciaccess-devel-0.19-1.2.x86_64 (openSUSE-Tumbleweed-Oss) (153/407), 15.9 KiB
- Retrieving: orc-0.4.42-1.5.x86_64 (openSUSE-Tumbleweed-Oss) (154/407), 69.0 KiB
- Retrieving: libopus-devel-1.6.1-1.3.x86_64 (openSUSE-Tumbleweed-Oss) (155/407), 41.1 KiB
- Retrieving: libvorbis0-1.3.7-5.5.x86_64 (openSUSE-Tumbleweed-Oss) (156/407), 105.6 KiB
- Retrieving: libtheoraenc2-1.2.0-2.3.x86_64 (openSUSE-Tumbleweed-Oss) (157/407), 110.1 KiB
- Retrieving: libFLAC14-1.5.0-1.4.x86_64 (openSUSE-Tumbleweed-Oss) (158/407), 259.8 KiB
- Retrieving: ngtcp2-devel-1.22.1-1.2.x86_64 (openSUSE-Tumbleweed-Oss) (159/407), 66.8 KiB
- Retrieving: libngtcp2_crypto_ossl0-1.22.1-1.2.x86_64 (openSUSE-Tumbleweed-Oss) (160/407), 45.9 KiB
- Retrieving: libnghttp2-devel-1.69.0-1.1.x86_64 (openSUSE-Tumbleweed-Oss) (161/407), 63.0 KiB
- Retrieving: python313-base-3.13.13-2.2.x86_64 (openSUSE-Tumbleweed-Oss) (162/407), 9.2 MiB
- Retrieving: libpython3_13-1_0-3.13.13-2.2.x86_64 (openSUSE-Tumbleweed-Oss) (163/407), 1.9 MiB
- Retrieving: lzo-devel-2.10-9.5.x86_64 (openSUSE-Tumbleweed-Oss) (164/407), 48.9 KiB
- Retrieving: libjpeg62-devel-62.4.0-83.2.x86_64 (openSUSE-Tumbleweed-Oss) (165/407), 112.2 KiB
- Retrieving: typelib-1_0-GLib-2_0-2.88.0-2.2.x86_64 (openSUSE-Tumbleweed-Oss) (166/407), 112.5 KiB
- Retrieving: libgudev-1_0-0-238-1.9.x86_64 (openSUSE-Tumbleweed-Oss) (167/407), 31.2 KiB
- Retrieving: libgraphene-1_0-0-1.10.8-2.4.x86_64 (openSUSE-Tumbleweed-Oss) (168/407), 54.8 KiB
- Retrieving: libatk-1_0-0-2.60.2-1.2.x86_64 (openSUSE-Tumbleweed-Oss) (169/407), 64.5 KiB
- Retrieving: libglibmm-2_4-1-2.66.8-1.3.x86_64 (openSUSE-Tumbleweed-Oss) (170/407), 241.6 KiB
- Retrieving: libgirepository-2_0-0-2.88.0-2.2.x86_64 (openSUSE-Tumbleweed-Oss) (171/407), 145.8 KiB
- Retrieving: girepository-1_0-1.86.0-3.2.x86_64 (openSUSE-Tumbleweed-Oss) (172/407), 55.0 KiB
- Retrieving: libgirepository-1_0-1-1.86.0-3.2.x86_64 (openSUSE-Tumbleweed-Oss) (173/407), 75.4 KiB
- Retrieving: giflib-devel-5.2.2-3.2.x86_64 (openSUSE-Tumbleweed-Oss) (174/407), 16.5 KiB
- Retrieving: fribidi-devel-1.0.16-1.2.x86_64 (openSUSE-Tumbleweed-Oss) (175/407), 65.1 KiB
- Retrieving: librubberband3-4.0.0-1.3.x86_64 (openSUSE-Tumbleweed-Oss) (176/407), 176.0 KiB
- Retrieving: libdw1-0.194-1.2.x86_64 (openSUSE-Tumbleweed-Oss) (177/407), 247.6 KiB
- Retrieving: libva-drm2-2.23.0-1.4.x86_64 (openSUSE-Tumbleweed-Oss) (178/407), 17.6 KiB
- Retrieving: libgbm1-26.0.5-2.2.x86_64 (openSUSE-Tumbleweed-Oss) (179/407), 59.8 KiB
- Retrieving: libdrm_radeon1-2.4.133-1.2.x86_64 (openSUSE-Tumbleweed-Oss) (180/407), 34.8 KiB
- Retrieving: libdrm_nouveau2-2.4.133-1.2.x86_64 (openSUSE-Tumbleweed-Oss) (181/407), 32.5 KiB
- Retrieving: libdrm_intel1-2.4.133-1.2.x86_64 (openSUSE-Tumbleweed-Oss) (182/407), 79.6 KiB
- Retrieving: libdrm_amdgpu1-2.4.133-1.2.x86_64 (openSUSE-Tumbleweed-Oss) (183/407), 40.2 KiB
- Retrieving: Mesa-vulkan-device-select-26.0.5-2.3.x86_64 (openSUSE-Tumbleweed-Oss) (184/407), 94.2 KiB
- Retrieving: dav1d-devel-1.5.3-1.3.x86_64 (openSUSE-Tumbleweed-Oss) (185/407), 35.8 KiB
- Retrieving: libthai0-0.1.30-1.3.x86_64 (openSUSE-Tumbleweed-Oss) (186/407), 24.3 KiB
- Retrieving: libdatrie-devel-0.2.14-1.4.x86_64 (openSUSE-Tumbleweed-Oss) (187/407), 112.5 KiB
- Retrieving: libssl60-4.2.1-1.3.x86_64 (openSUSE-Tumbleweed-Oss) (188/407), 156.3 KiB
- Retrieving: libSvtAv1Enc3-3.0.1-1.3.x86_64 (openSUSE-Tumbleweed-Oss) (189/407), 2.0 MiB
- Retrieving: libConvexDecomposition3_17-3.17-2.8.x86_64 (openSUSE-Tumbleweed-Oss) (190/407), 61.2 KiB
- Retrieving: libBulletInverseDynamicsUtils3_17-3.17-2.8.x86_64 (openSUSE-Tumbleweed-Oss) (191/407), 38.0 KiB
- Retrieving: libBulletFileLoader3_17-3.17-2.8.x86_64 (openSUSE-Tumbleweed-Oss) (192/407), 33.9 KiB
- Retrieving: libbrotlienc1-1.2.0-2.2.x86_64 (openSUSE-Tumbleweed-Oss) (193/407), 272.6 KiB
- Retrieving: libbrotlidec1-1.2.0-2.2.x86_64 (openSUSE-Tumbleweed-Oss) (194/407), 30.7 KiB
- Retrieving: alts-1.2+31.da24cd4-1.3.x86_64 (openSUSE-Tumbleweed-Oss) (195/407), 22.4 KiB
- Retrieving: libXrender-devel-0.9.12-1.4.x86_64 (openSUSE-Tumbleweed-Oss) (196/407), 21.4 KiB
- Retrieving: libXfixes-devel-6.0.2-2.3.x86_64 (openSUSE-Tumbleweed-Oss) (197/407), 15.1 KiB
- Retrieving: libXcursor1-1.2.3-1.5.x86_64 (openSUSE-Tumbleweed-Oss) (198/407), 30.2 KiB
- Retrieving: libvdpau1-1.5-5.3.x86_64 (openSUSE-Tumbleweed-Oss) (199/407), 21.9 KiB
- Retrieving: libva-x11-2-2.23.0-1.4.x86_64 (openSUSE-Tumbleweed-Oss) (200/407), 23.0 KiB
- Retrieving: libXxf86vm1-1.1.7-1.3.x86_64 (openSUSE-Tumbleweed-Oss) (201/407), 17.4 KiB
- Retrieving: libXv1-1.0.13-1.4.x86_64 (openSUSE-Tumbleweed-Oss) (202/407), 17.4 KiB
- Retrieving: libXtst6-1.2.5-1.5.x86_64 (openSUSE-Tumbleweed-Oss) (203/407), 18.1 KiB
- Retrieving: libXss1-1.2.5-1.3.x86_64 (openSUSE-Tumbleweed-Oss) (204/407), 13.1 KiB
- Retrieving: libXrandr2-1.5.5-1.3.x86_64 (openSUSE-Tumbleweed-Oss) (205/407), 25.6 KiB
- Retrieving: libXp6-1.0.4-1.8.x86_64 (openSUSE-Tumbleweed-Oss) (206/407), 22.1 KiB
- Retrieving: libXinerama1-1.1.6-1.3.x86_64 (openSUSE-Tumbleweed-Oss) (207/407), 11.6 KiB
- Retrieving: libXi6-1.8.2-1.5.x86_64 (openSUSE-Tumbleweed-Oss) (208/407), 39.2 KiB
- Retrieving: libXext-devel-1.3.7-1.3.x86_64 (openSUSE-Tumbleweed-Oss) (209/407), 100.4 KiB
- Retrieving: libXdmcp-devel-1.1.5-1.6.x86_64 (openSUSE-Tumbleweed-Oss) (210/407), 27.4 KiB
- Retrieving: libglslang16-16.2.0-1.4.x86_64 (openSUSE-Tumbleweed-Oss) (211/407), 1.0 MiB
- Retrieving: libtiff6-4.7.1-5.2.x86_64 (openSUSE-Tumbleweed-Oss) (212/407), 231.8 KiB
- Retrieving: lerc-devel-4.1.0-2.2.x86_64 (openSUSE-Tumbleweed-Oss) (213/407), 3.2 MiB
- Retrieving: libzstd-devel-1.5.7-4.2.x86_64 (openSUSE-Tumbleweed-Oss) (214/407), 68.9 KiB
- Retrieving: libsepol-devel-3.10-1.3.x86_64 (openSUSE-Tumbleweed-Oss) (215/407), 43.2 KiB
- Retrieving: libpng16-devel-1.6.57-1.2.x86_64 (openSUSE-Tumbleweed-Oss) (216/407), 196.5 KiB
- Retrieving: libpng16-compat-devel-1.6.57-1.2.x86_64 (openSUSE-Tumbleweed-Oss) (217/407), 96.6 KiB
- Retrieving: libogg-devel-1.3.6-1.3.x86_64 (openSUSE-Tumbleweed-Oss) (218/407), 195.6 KiB
- Retrieving: liblcms2-devel-2.19-1.2.x86_64 (openSUSE-Tumbleweed-Oss) (219/407), 36.6 KiB
- Retrieving: libexpat-devel-2.7.5-1.2.x86_64 (openSUSE-Tumbleweed-Oss) (220/407), 38.3 KiB
- Retrieving: libexif-devel-0.6.25-1.4.x86_64 (openSUSE-Tumbleweed-Oss) (221/407), 203.9 KiB
- Retrieving: libcom_err-devel-1.47.3-1.4.x86_64 (openSUSE-Tumbleweed-Oss) (222/407), 24.2 KiB
- Retrieving: libbz2-devel-1.0.8-5.14.x86_64 (openSUSE-Tumbleweed-Oss) (223/407), 17.3 KiB
- Retrieving: keyutils-devel-1.6.3-7.7.x86_64 (openSUSE-Tumbleweed-Oss) (224/407), 13.1 KiB
- Retrieving: graphite2-devel-1.3.14-6.3.x86_64 (openSUSE-Tumbleweed-Oss) (225/407), 21.8 KiB
- Retrieving: libicu-devel-78.3-1.2.x86_64 (openSUSE-Tumbleweed-Oss) (226/407), 729.0 KiB
- Retrieving: libxkbcommon-x11-0-1.13.1-1.2.x86_64 (openSUSE-Tumbleweed-Oss) (227/407), 29.3 KiB
- Retrieving: libxkbcommon-devel-1.13.1-1.2.x86_64 (openSUSE-Tumbleweed-Oss) (228/407), 99.9 KiB
- Retrieving: wayland-devel-1.25.0-1.2.x86_64 (openSUSE-Tumbleweed-Oss) (229/407), 105.7 KiB
- Retrieving: libunwind-devel-1.8.3-1.3.x86_64 (openSUSE-Tumbleweed-Oss) (230/407), 94.1 KiB
- Retrieving: libavahi-client3-0.8-42.3.x86_64 (openSUSE-Tumbleweed-Oss) (231/407), 34.8 KiB
- Retrieving: dbus-1-tools-1.14.10-5.4.x86_64 (openSUSE-Tumbleweed-Oss) (232/407), 41.3 KiB
- Retrieving: dbus-1-daemon-1.14.10-5.4.x86_64 (openSUSE-Tumbleweed-Oss) (233/407), 145.7 KiB
- Retrieving: libwebpmux3-1.6.0-1.4.x86_64 (openSUSE-Tumbleweed-Oss) (234/407), 29.3 KiB
- Retrieving: libwebpdemux2-1.6.0-1.4.x86_64 (openSUSE-Tumbleweed-Oss) (235/407), 18.3 KiB
- Retrieving: libsratom-0-0-0.6.20-1.3.x86_64 (openSUSE-Tumbleweed-Oss) (236/407), 25.0 KiB
- Retrieving: libvorbisfile3-1.3.7-5.5.x86_64 (openSUSE-Tumbleweed-Oss) (237/407), 24.6 KiB
- Retrieving: libvorbisenc2-1.3.7-5.5.x86_64 (openSUSE-Tumbleweed-Oss) (238/407), 85.6 KiB
- Retrieving: libFLAC++11-1.5.0-1.4.x86_64 (openSUSE-Tumbleweed-Oss) (239/407), 64.9 KiB
- Retrieving: typelib-1_0-GObject-2_0-2.88.0-2.2.x86_64 (openSUSE-Tumbleweed-Oss) (240/407), 68.1 KiB
- Retrieving: typelib-1_0-GModule-2_0-2.88.0-2.2.x86_64 (openSUSE-Tumbleweed-Oss) (241/407), 52.6 KiB
- Retrieving: typelib-1_0-GLibUnix-2_0-2.88.0-2.2.x86_64 (openSUSE-Tumbleweed-Oss) (242/407), 52.8 KiB
- Retrieving: libwacom9-2.18.0-1.3.x86_64 (openSUSE-Tumbleweed-Oss) (243/407), 48.8 KiB
- Retrieving: libxml++-3_0-1-3.2.5-2.4.x86_64 (openSUSE-Tumbleweed-Oss) (244/407), 104.8 KiB
- Retrieving: libcamera-base0_7-0.7.0-2.2.x86_64 (openSUSE-Tumbleweed-Oss) (245/407), 78.4 KiB
- Retrieving: libgbm-devel-26.0.5-2.2.x86_64 (openSUSE-Tumbleweed-Oss) (246/407), 60.9 KiB
- Retrieving: libdrm-devel-2.4.133-1.2.x86_64 (openSUSE-Tumbleweed-Oss) (247/407), 186.8 KiB
- Retrieving: libvulkan_lvp-26.0.5-2.3.x86_64 (openSUSE-Tumbleweed-Oss) (248/407), 2.2 MiB
- Retrieving: libthai-devel-0.1.30-1.3.x86_64 (openSUSE-Tumbleweed-Oss) (249/407), 20.4 KiB
- Retrieving: libtls33-4.2.1-1.3.x86_64 (openSUSE-Tumbleweed-Oss) (250/407), 38.6 KiB
- Retrieving: libGIMPACTUtils3_17-3.17-2.8.x86_64 (openSUSE-Tumbleweed-Oss) (251/407), 18.4 KiB
- Retrieving: libBulletWorldImporter3_17-3.17-2.8.x86_64 (openSUSE-Tumbleweed-Oss) (252/407), 48.8 KiB
- Retrieving: libjxl0_11-0.11.2-1.3.x86_64 (openSUSE-Tumbleweed-Oss) (253/407), 999.4 KiB
- Retrieving: libheif1-1.21.2-2.3.x86_64 (openSUSE-Tumbleweed-Oss) (254/407), 562.7 KiB
- Retrieving: libfreetype6-2.14.2-2.3.x86_64 (openSUSE-Tumbleweed-Oss) (255/407), 540.6 KiB
- Retrieving: libbrotli-devel-1.2.0-2.2.x86_64 (openSUSE-Tumbleweed-Oss) (256/407), 34.4 KiB
- Retrieving: luajit-2.1.20250826-2.3.x86_64 (openSUSE-Tumbleweed-Oss) (257/407), 344.9 KiB
- Retrieving: lua-interpreter-5-3.2.noarch (openSUSE-Tumbleweed-Oss) (258/407), 7.1 KiB
- Retrieving: libXcomposite-devel-0.4.7-1.3.x86_64 (openSUSE-Tumbleweed-Oss) (259/407), 17.4 KiB
- Retrieving: libXcursor-devel-1.2.3-1.5.x86_64 (openSUSE-Tumbleweed-Oss) (260/407), 31.9 KiB
- Retrieving: libavutil60-8.1-3.2.x86_64 (openSUSE-Tumbleweed-Oss) (261/407), 358.6 KiB
- Retrieving: libXss-devel-1.2.5-1.3.x86_64 (openSUSE-Tumbleweed-Oss) (262/407), 18.6 KiB
- Retrieving: libXrandr-devel-1.5.5-1.3.x86_64 (openSUSE-Tumbleweed-Oss) (263/407), 20.9 KiB
- Retrieving: libXp-devel-1.0.4-1.8.x86_64 (openSUSE-Tumbleweed-Oss) (264/407), 79.0 KiB
- Retrieving: libXinerama-devel-1.1.6-1.3.x86_64 (openSUSE-Tumbleweed-Oss) (265/407), 13.9 KiB
- Retrieving: libXi-devel-1.8.2-1.5.x86_64 (openSUSE-Tumbleweed-Oss) (266/407), 144.1 KiB
- Retrieving: libshaderc_shared1-2026.1-1.3.x86_64 (openSUSE-Tumbleweed-Oss) (267/407), 47.5 KiB
- Retrieving: libspandsp3-3.0.0+g57-1.4.x86_64 (openSUSE-Tumbleweed-Oss) (268/407), 378.5 KiB
- Retrieving: libtiff-devel-4.7.1-5.2.x86_64 (openSUSE-Tumbleweed-Oss) (269/407), 61.0 KiB
- Retrieving: libelf-devel-0.194-1.2.x86_64 (openSUSE-Tumbleweed-Oss) (270/407), 801.7 KiB
- Retrieving: libselinux-devel-3.10-1.3.x86_64 (openSUSE-Tumbleweed-Oss) (271/407), 124.1 KiB
- Retrieving: krb5-devel-1.22.2-2.3.x86_64 (openSUSE-Tumbleweed-Oss) (272/407), 137.5 KiB
- Retrieving: libxkbcommon-x11-devel-1.13.1-1.2.x86_64 (openSUSE-Tumbleweed-Oss) (273/407), 20.3 KiB
- Retrieving: libcups2-2.4.19-1.2.x86_64 (openSUSE-Tumbleweed-Oss) (274/407), 306.5 KiB
- Retrieving: dbus-1-1.14.10-5.4.x86_64 (openSUSE-Tumbleweed-Oss) (275/407), 75.5 KiB
- Retrieving: gio-branding-openSUSE-42.1-5.2.noarch (openSUSE-Tumbleweed-Oss) (276/407), 13.2 KiB
- Retrieving: libgio-2_0-0-2.88.0-2.2.x86_64 (openSUSE-Tumbleweed-Oss) (277/407), 728.1 KiB
- Retrieving: glib2-tools-2.88.0-2.2.x86_64 (openSUSE-Tumbleweed-Oss) (278/407), 173.8 KiB
- Retrieving: liblilv-0-0-0.26.4-1.2.x86_64 (openSUSE-Tumbleweed-Oss) (279/407), 52.3 KiB
- Retrieving: libopenmpt0-0.8.6-1.2.x86_64 (openSUSE-Tumbleweed-Oss) (280/407), 762.3 KiB
- Retrieving: libvorbis-devel-1.3.7-5.5.x86_64 (openSUSE-Tumbleweed-Oss) (281/407), 21.7 KiB
- Retrieving: libsndfile1-1.2.2-4.3.x86_64 (openSUSE-Tumbleweed-Oss) (282/407), 209.7 KiB
- Retrieving: flac-devel-1.5.0-1.4.x86_64 (openSUSE-Tumbleweed-Oss) (283/407), 93.1 KiB
- Retrieving: typelib-1_0-GUdev-1_0-238-1.9.x86_64 (openSUSE-Tumbleweed-Oss) (284/407), 11.6 KiB
- Retrieving: libinput10-1.31.1-1.2.x86_64 (openSUSE-Tumbleweed-Oss) (285/407), 190.6 KiB
- Retrieving: libffado2-2.4.9-4.4.x86_64 (openSUSE-Tumbleweed-Oss) (286/407), 840.3 KiB
- Retrieving: Mesa-26.0.5-2.2.x86_64 (openSUSE-Tumbleweed-Oss) (287/407), 58.2 KiB
- Retrieving: Mesa-dri-26.0.5-2.3.x86_64 (openSUSE-Tumbleweed-Oss) (288/407), 10.6 MiB
- Retrieving: libglvnd-1.7.0-2.2.x86_64 (openSUSE-Tumbleweed-Oss) (289/407), 384.2 KiB
- Retrieving: Mesa-libEGL1-26.0.5-2.2.x86_64 (openSUSE-Tumbleweed-Oss) (290/407), 193.5 KiB
- Retrieving: libressl-devel-4.2.1-1.3.x86_64 (openSUSE-Tumbleweed-Oss) (291/407), 183.6 KiB
- Retrieving: libBulletXmlWorldImporter3_17-3.17-2.8.x86_64 (openSUSE-Tumbleweed-Oss) (292/407), 27.2 KiB
- Retrieving: libharfbuzz0-14.2.0-1.2.x86_64 (openSUSE-Tumbleweed-Oss) (293/407), 591.2 KiB
- Retrieving: libfontconfig1-2.17.1-1.2.x86_64 (openSUSE-Tumbleweed-Oss) (294/407), 150.7 KiB
- Retrieving: fontconfig-2.17.1-1.2.x86_64 (openSUSE-Tumbleweed-Oss) (295/407), 63.6 KiB
- Retrieving: freetype2-devel-2.14.2-2.3.x86_64 (openSUSE-Tumbleweed-Oss) (296/407), 813.2 KiB
- Retrieving: lua-macros-20210827-10.1.noarch (openSUSE-Tumbleweed-Oss) (297/407), 10.0 KiB
- Retrieving: libswresample6-8.1-3.2.x86_64 (openSUSE-Tumbleweed-Oss) (298/407), 63.3 KiB
- Retrieving: libXtst-devel-1.2.5-1.5.x86_64 (openSUSE-Tumbleweed-Oss) (299/407), 29.0 KiB
- Retrieving: libswscale9-8.1-3.2.x86_64 (openSUSE-Tumbleweed-Oss) (300/407), 309.4 KiB
- Retrieving: libplacebo360-7.360.1-1.4.x86_64 (openSUSE-Tumbleweed-Oss) (301/407), 434.6 KiB
- Retrieving: libdw-devel-0.194-1.2.x86_64 (openSUSE-Tumbleweed-Oss) (302/407), 3.2 MiB
- Retrieving: libmount-devel-2.41.3-5.3.x86_64 (openSUSE-Tumbleweed-Oss) (303/407), 45.6 KiB
- Retrieving: dbus-1-devel-1.14.10-5.4.x86_64 (openSUSE-Tumbleweed-Oss) (304/407), 38.0 KiB
- Retrieving: typelib-1_0-Gio-2_0-2.88.0-2.2.x86_64 (openSUSE-Tumbleweed-Oss) (305/407), 137.6 KiB
- Retrieving: libgstreamer-1_0-0-1.28.2-1.2.x86_64 (openSUSE-Tumbleweed-Oss) (306/407), 903.2 KiB
- Retrieving: gstreamer-1.28.2-1.2.x86_64 (openSUSE-Tumbleweed-Oss) (307/407), 500.6 KiB
- Retrieving: libcolord2-1.4.8-1.4.x86_64 (openSUSE-Tumbleweed-Oss) (308/407), 150.5 KiB
- Retrieving: libatspi0-2.60.2-1.2.x86_64 (openSUSE-Tumbleweed-Oss) (309/407), 99.6 KiB
- Retrieving: gdk-pixbuf-query-loaders-2.44.6-1.2.x86_64 (openSUSE-Tumbleweed-Oss) (310/407), 20.2 KiB
- Retrieving: libpulse0-17.0-7.2.x86_64 (openSUSE-Tumbleweed-Oss) (311/407), 296.4 KiB
- Retrieving: libsndfile-devel-1.2.2-4.3.x86_64 (openSUSE-Tumbleweed-Oss) (312/407), 105.5 KiB
- Retrieving: libinput-devel-1.31.1-1.2.x86_64 (openSUSE-Tumbleweed-Oss) (313/407), 48.0 KiB
- Retrieving: Mesa-libGL1-26.0.5-2.2.x86_64 (openSUSE-Tumbleweed-Oss) (314/407), 184.9 KiB
- Retrieving: libngtcp2_crypto_ossl-devel-1.22.1-1.2.x86_64 (openSUSE-Tumbleweed-Oss) (315/407), 30.2 KiB
- Retrieving: libbullet-devel-3.17-2.8.x86_64 (openSUSE-Tumbleweed-Oss) (316/407), 473.3 KiB
- Retrieving: libharfbuzz-vector0-14.2.0-1.2.x86_64 (openSUSE-Tumbleweed-Oss) (317/407), 81.1 KiB
- Retrieving: libharfbuzz-subset0-14.2.0-1.2.x86_64 (openSUSE-Tumbleweed-Oss) (318/407), 529.2 KiB
- Retrieving: libharfbuzz-raster0-14.2.0-1.2.x86_64 (openSUSE-Tumbleweed-Oss) (319/407), 83.3 KiB
- Retrieving: libharfbuzz-icu0-14.2.0-1.2.x86_64 (openSUSE-Tumbleweed-Oss) (320/407), 44.6 KiB
- Retrieving: libharfbuzz-gpu0-14.2.0-1.2.x86_64 (openSUSE-Tumbleweed-Oss) (321/407), 77.3 KiB
- Retrieving: libharfbuzz-gobject0-14.2.0-1.2.x86_64 (openSUSE-Tumbleweed-Oss) (322/407), 65.9 KiB
- Retrieving: libglycin-2-0-2.1.1-1.1.x86_64 (openSUSE-Tumbleweed-Oss) (323/407), 1.6 MiB
- Retrieving: libcairo2-1.18.4-4.3.x86_64 (openSUSE-Tumbleweed-Oss) (324/407), 580.3 KiB
- Retrieving: libbluray3-1.4.0-1.3.x86_64 (openSUSE-Tumbleweed-Oss) (325/407), 137.5 KiB
- Retrieving: libass9-0.17.4-1.5.x86_64 (openSUSE-Tumbleweed-Oss) (326/407), 123.6 KiB
- Retrieving: libXft2-2.3.9-1.3.x86_64 (openSUSE-Tumbleweed-Oss) (327/407), 52.0 KiB
- Retrieving: fontconfig-devel-2.17.1-1.2.x86_64 (openSUSE-Tumbleweed-Oss) (328/407), 22.7 KiB
- Retrieving: luajit-devel-2.1.20250826-2.3.x86_64 (openSUSE-Tumbleweed-Oss) (329/407), 18.8 KiB
- Retrieving: libavcodec62-8.1-3.2.x86_64 (openSUSE-Tumbleweed-Oss) (330/407), 4.3 MiB
- Retrieving: glib2-devel-2.88.0-2.2.x86_64 (openSUSE-Tumbleweed-Oss) (331/407), 1.4 MiB
- Retrieving: typelib-1_0-Gst-1_0-1.28.2-1.2.x86_64 (openSUSE-Tumbleweed-Oss) (332/407), 155.0 KiB
- Retrieving: gstreamer-utils-1.28.2-1.2.x86_64 (openSUSE-Tumbleweed-Oss) (333/407), 135.2 KiB
- Retrieving: libatk-bridge-2_0-0-2.60.2-1.2.x86_64 (openSUSE-Tumbleweed-Oss) (334/407), 84.1 KiB
- Retrieving: libpulse-mainloop-glib0-17.0-7.2.x86_64 (openSUSE-Tumbleweed-Oss) (335/407), 16.8 KiB
- Retrieving: libglvnd-devel-1.7.0-2.2.x86_64 (openSUSE-Tumbleweed-Oss) (336/407), 19.2 KiB
- Retrieving: libcamera0_7-0.7.0-2.2.x86_64 (openSUSE-Tumbleweed-Oss) (337/407), 598.9 KiB
- Retrieving: Mesa-dri-devel-26.0.5-2.2.x86_64 (openSUSE-Tumbleweed-Oss) (338/407), 72.5 KiB
- Retrieving: libcurl-devel-8.19.0-2.2.x86_64 (openSUSE-Tumbleweed-Oss) (339/407), 144.1 KiB
- Retrieving: typelib-1_0-HarfBuzz-0_0-14.2.0-1.2.x86_64 (openSUSE-Tumbleweed-Oss) (340/407), 77.5 KiB
- Retrieving: typelib-1_0-Gly_2-2.1.1-1.1.x86_64 (openSUSE-Tumbleweed-Oss) (341/407), 32.7 KiB
- Retrieving: libgdk_pixbuf-2_0-0-2.44.6-1.2.x86_64 (openSUSE-Tumbleweed-Oss) (342/407), 148.8 KiB
- Retrieving: libharfbuzz-cairo0-14.2.0-1.2.x86_64 (openSUSE-Tumbleweed-Oss) (343/407), 57.0 KiB
- Retrieving: libcairo-script-interpreter2-1.18.4-4.3.x86_64 (openSUSE-Tumbleweed-Oss) (344/407), 66.1 KiB
- Retrieving: libcairo-gobject2-1.18.4-4.3.x86_64 (openSUSE-Tumbleweed-Oss) (345/407), 23.4 KiB
- Retrieving: libpango-1_0-0-1.57.1-1.2.x86_64 (openSUSE-Tumbleweed-Oss) (346/407), 304.1 KiB
- Retrieving: libXft-devel-2.3.9-1.3.x86_64 (openSUSE-Tumbleweed-Oss) (347/407), 37.6 KiB
- Retrieving: libavformat62-8.1-3.2.x86_64 (openSUSE-Tumbleweed-Oss) (348/407), 1.2 MiB
- Retrieving: libgudev-1_0-devel-238-1.9.x86_64 (openSUSE-Tumbleweed-Oss) (349/407), 38.2 KiB
- Retrieving: gstreamer-devel-1.28.2-1.2.x86_64 (openSUSE-Tumbleweed-Oss) (350/407), 622.7 KiB
- Retrieving: libpulse-devel-17.0-7.2.x86_64 (openSUSE-Tumbleweed-Oss) (351/407), 82.7 KiB
- Retrieving: Mesa-libGL-devel-26.0.5-2.2.x86_64 (openSUSE-Tumbleweed-Oss) (352/407), 518.0 KiB
- Retrieving: Mesa-libEGL-devel-26.0.5-2.2.x86_64 (openSUSE-Tumbleweed-Oss) (353/407), 73.2 KiB
- Retrieving: libglycin-devel-2.1.1-1.1.x86_64 (openSUSE-Tumbleweed-Oss) (354/407), 43.3 KiB
- Retrieving: typelib-1_0-GdkPixbuf-2_0-2.44.6-1.2.x86_64 (openSUSE-Tumbleweed-Oss) (355/407), 19.6 KiB
- Retrieving: cairo-devel-1.18.4-4.3.x86_64 (openSUSE-Tumbleweed-Oss) (356/407), 268.9 KiB
- Retrieving: typelib-1_0-Pango-1_0-1.57.1-1.2.x86_64 (openSUSE-Tumbleweed-Oss) (357/407), 41.0 KiB
- Retrieving: librsvg-2-2-2.62.0-1.2.x86_64 (openSUSE-Tumbleweed-Oss) (358/407), 1.9 MiB
- Retrieving: libgsttag-1_0-0-1.28.2-1.2.x86_64 (openSUSE-Tumbleweed-Oss) (359/407), 139.3 KiB
- Retrieving: libavfilter11-8.1-3.2.x86_64 (openSUSE-Tumbleweed-Oss) (360/407), 1.5 MiB
- Retrieving: Mesa-libGLESv2-devel-26.0.5-2.2.x86_64 (openSUSE-Tumbleweed-Oss) (361/407), 88.1 KiB
- Retrieving: typelib-1_0-GdkPixdata-2_0-2.44.6-1.2.x86_64 (openSUSE-Tumbleweed-Oss) (362/407), 15.0 KiB
- Retrieving: harfbuzz-devel-14.2.0-1.2.x86_64 (openSUSE-Tumbleweed-Oss) (363/407), 198.3 KiB
- Retrieving: typelib-1_0-Rsvg-2_0-2.62.0-1.2.x86_64 (openSUSE-Tumbleweed-Oss) (364/407), 31.0 KiB
- Retrieving: glycin-loaders-2.1.1-1.1.x86_64 (openSUSE-Tumbleweed-Oss) (365/407), 3.3 MiB
- Retrieving: libgstaudio-1_0-0-1.28.2-1.2.x86_64 (openSUSE-Tumbleweed-Oss) (366/407), 244.9 KiB
- Retrieving: pipewire-spa-plugins-0_2-1.6.4-2.2.x86_64 (openSUSE-Tumbleweed-Oss) (367/407), 1.8 MiB
- Retrieving: gdk-pixbuf-devel-2.44.6-1.2.x86_64 (openSUSE-Tumbleweed-Oss) (368/407), 69.2 KiB
- Retrieving: pango-devel-1.57.1-1.2.x86_64 (openSUSE-Tumbleweed-Oss) (369/407), 160.1 KiB
- Retrieving: gtk3-tools-3.24.52-1.3.x86_64 (openSUSE-Tumbleweed-Oss) (370/407), 1.4 MiB
- Retrieving: libgtk-3-0-3.24.52-1.3.x86_64 (openSUSE-Tumbleweed-Oss) (371/407), 2.9 MiB
- Retrieving: libgstallocators-1_0-0-1.28.2-1.2.x86_64 (openSUSE-Tumbleweed-Oss) (372/407), 53.5 KiB
- Retrieving: libpipewire-0_3-0-1.6.4-2.2.x86_64 (openSUSE-Tumbleweed-Oss) (373/407), 479.4 KiB
- Retrieving: pipewire-modules-0_3-1.6.4-2.2.x86_64 (openSUSE-Tumbleweed-Oss) (374/407), 956.1 KiB
- Retrieving: librsvg-devel-2.62.0-1.2.x86_64 (openSUSE-Tumbleweed-Oss) (375/407), 1.1 MiB
- Retrieving: libdecor-0-0-0.2.5-1.4.x86_64 (openSUSE-Tumbleweed-Oss) (376/407), 21.1 KiB
- Retrieving: libdecor-0.2.5-1.4.x86_64 (openSUSE-Tumbleweed-Oss) (377/407), 45.2 KiB
- Retrieving: libgstvideo-1_0-0-1.28.2-1.2.x86_64 (openSUSE-Tumbleweed-Oss) (378/407), 337.9 KiB
- Retrieving: libgstgl-1_0-0-1.28.2-1.2.x86_64 (openSUSE-Tumbleweed-Oss) (379/407), 259.1 KiB
- Retrieving: libSDL3-0-3.4.4-1.2.x86_64 (openSUSE-Tumbleweed-Oss) (380/407), 1.1 MiB
- Retrieving: libgstpbutils-1_0-0-1.28.2-1.2.x86_64 (openSUSE-Tumbleweed-Oss) (381/407), 138.1 KiB
- Retrieving: gstreamer-plugins-base-1.28.2-1.2.x86_64 (openSUSE-Tumbleweed-Oss) (382/407), 1.0 MiB
- Retrieving: libgstapp-1_0-0-1.28.2-1.2.x86_64 (openSUSE-Tumbleweed-Oss) (383/407), 73.4 KiB
- Retrieving: libSDL2-2_0-0-2.32.66-1.2.x86_64 (openSUSE-Tumbleweed-Oss) (384/407), 126.0 KiB
- Retrieving: typelib-1_0-GstTag-1_0-1.28.2-1.2.x86_64 (openSUSE-Tumbleweed-Oss) (385/407), 45.1 KiB
- Retrieving: typelib-1_0-GstAudio-1_0-1.28.2-1.2.x86_64 (openSUSE-Tumbleweed-Oss) (386/407), 57.1 KiB
- Retrieving: typelib-1_0-GstApp-1_0-1.28.2-1.2.x86_64 (openSUSE-Tumbleweed-Oss) (387/407), 43.8 KiB
- Retrieving: libgstriff-1_0-0-1.28.2-1.2.x86_64 (openSUSE-Tumbleweed-Oss) (388/407), 64.5 KiB
- Retrieving: libSDL-1_2-0-1.2.76-1.2.x86_64 (openSUSE-Tumbleweed-Oss) (389/407), 83.9 KiB
- Retrieving: typelib-1_0-GstVideo-1_0-1.28.2-1.2.x86_64 (openSUSE-Tumbleweed-Oss) (390/407), 71.3 KiB
- Retrieving: typelib-1_0-GstAllocators-1_0-1.28.2-1.2.x86_64 (openSUSE-Tumbleweed-Oss) (391/407), 42.0 KiB
- Retrieving: libgstrtsp-1_0-0-1.28.2-1.2.x86_64 (openSUSE-Tumbleweed-Oss) (392/407), 97.7 KiB
- Retrieving: libgstrtp-1_0-0-1.28.2-1.2.x86_64 (openSUSE-Tumbleweed-Oss) (393/407), 104.9 KiB
- Retrieving: libgstfft-1_0-0-1.28.2-1.2.x86_64 (openSUSE-Tumbleweed-Oss) (394/407), 57.4 KiB
- Retrieving: efl-1.26.3-36.6.x86_64 (openSUSE-Tumbleweed-Oss) (395/407), 17.2 MiB
- Retrieving: sdl12_compat-devel-1.2.76-1.2.x86_64 (openSUSE-Tumbleweed-Oss) (396/407), 72.1 KiB
- Retrieving: typelib-1_0-GstPbutils-1_0-1.28.2-1.2.x86_64 (openSUSE-Tumbleweed-Oss) (397/407), 48.1 KiB
- Retrieving: typelib-1_0-GstGL-1_0-1.28.2-1.2.x86_64 (openSUSE-Tumbleweed-Oss) (398/407), 58.6 KiB
- Retrieving: typelib-1_0-GstRtp-1_0-1.28.2-1.2.x86_64 (openSUSE-Tumbleweed-Oss) (399/407), 50.7 KiB
- Retrieving: libgstsdp-1_0-0-1.28.2-1.2.x86_64 (openSUSE-Tumbleweed-Oss) (400/407), 78.9 KiB
- Retrieving: typelib-1_0-GstGLX11-1_0-1.28.2-1.2.x86_64 (openSUSE-Tumbleweed-Oss) (401/407), 40.8 KiB
- Retrieving: typelib-1_0-GstGLWayland-1_0-1.28.2-1.2.x86_64 (openSUSE-Tumbleweed-Oss) (402/407), 40.8 KiB
- Retrieving: typelib-1_0-GstGLEGL-1_0-1.28.2-1.2.x86_64 (openSUSE-Tumbleweed-Oss) (403/407), 42.1 KiB
- Retrieving: typelib-1_0-GstSdp-1_0-1.28.2-1.2.x86_64 (openSUSE-Tumbleweed-Oss) (404/407), 46.6 KiB
- Retrieving: typelib-1_0-GstRtsp-1_0-1.28.2-1.2.x86_64 (openSUSE-Tumbleweed-Oss) (405/407), 50.9 KiB
- Retrieving: gstreamer-plugins-base-devel-1.28.2-1.2.x86_64 (openSUSE-Tumbleweed-Oss) (406/407), 543.4 KiB
- Retrieving: efl-devel-1.26.3-36.6.x86_64 (openSUSE-Tumbleweed-Oss) (407/407), 2.1 MiB
-
- Checking for file conflicts: [...
- ......done]
- ( 1/407) Installing: Mesa-KHR-devel-26.0.5-2.2.x86_64 [..done]
- ( 2/407) Installing: glibc-2.43-1.1.x86_64 [...done]
- ( 3/407) Installing: glibc-gconv-modules-extra-2.43-1.1.x86_64 [...done]
- ( 4/407) Installing: gtk3-data-3.24.52-1.3.noarch [.
- .done]
- ( 5/407) Installing: gtk3-schema-3.24.52-1.3.noarch [..done]
- ( 6/407) Installing: hicolor-icon-theme-0.18-1.4.noarch [..done]
- ( 7/407) Installing: libeconf-devel-0.8.3-1.3.x86_64 [..done]
- ( 8/407) Installing: libffi-devel-3.5.2-2.3.x86_64 [..done]
- ( 9/407) Installing: libicu78-ledata-78.3-1.2.noarch [.....done]
- ( 10/407) Installing: libidn2-devel-2.3.8-1.3.x86_64 [..done]
- ( 11/407) Installing: libpsl-devel-0.21.5-1.7.x86_64 [..done]
- ( 12/407) Installing: libseccomp-devel-2.6.0-2.4.x86_64 [..done]
- ( 13/407) Installing: libssh-devel-0.11.4-2.2.x86_64 [..done]
- ( 14/407) Installing: libthai-data-0.1.30-1.3.x86_64 [..done]
- ( 15/407) Installing: libverto-devel-0.3.2-3.7.x86_64 [..done]
- ( 16/407) Installing: libwacom-data-2.18.0-1.3.x86_64 [..done]
- ( 17/407) Installing: nghttp3-devel-1.15.0-1.2.x86_64 [..done]
- ( 18/407) Installing: printproto-devel-1.0.5-4.25.x86_64 [..done]
- ( 19/407) Installing: system-user-lp-20250822-2.2.noarch [..
- /usr/bin/systemd-sysusers --replace=/usr/lib/sysusers.d/system-user-lp.conf -
- Creating group 'systemd-journal' with GID 496.
- Creating group 'lp' with GID 495.
- Creating user 'lp' (Printing daemon) with UID 495 and GID 495.
- Creating group 'systemd-coredump' with GID 494.
- Creating user 'systemd-coredump' (systemd Core Dumper) with UID 494 and GID 494.
- done]
- ( 20/407) Installing: systemd-rpm-macros-26-1.2.noarch [..done]
- ( 21/407) Installing: typelib-1_0-GIRepository-3_0-2.88.0-2.2.x86_64 [..done]
- ( 22/407) Installing: xkeyboard-config-2.47-2.1.noarch [..
- done]
- ( 23/407) Installing: xz-devel-5.8.3-1.2.x86_64 [..done]
- ( 24/407) Installing: shared-mime-info-2.4-3.8.x86_64 [..done]
- ( 25/407) Installing: patterns-glibc-hwcaps-x86_64_v3-20230201-3.6.x86_64 [..done]
- ( 26/407) Installing: libzix-0-0-0.8.0-1.3.x86_64 [..done]
- ( 27/407) Installing: libzimg2-3.0.6+20250919.gdf9c147-1.3.x86_64 [..done]
- ( 28/407) Installing: libyaml-0-2-0.2.5-2.9.x86_64 [..done]
- ( 29/407) Installing: libxvidcore4-1.3.7-4.3.x86_64 [..done]
- ( 30/407) Installing: libxshmfence1-1.3.3-1.4.x86_64 [..done]
- ( 31/407) Installing: libxml2-tools-2.15.3-1.2.x86_64 [..done]
- ( 32/407) Installing: libwebrtc-audio-processing-1-3-1.3-2.3.x86_64 [..done]
- ( 33/407) Installing: libwayland-server0-1.25.0-1.2.x86_64 [..done]
- ( 34/407) Installing: libwayland-egl1-1.25.0-1.2.x86_64 [.
- .done]
- ( 35/407) Installing: libwayland-client0-1.25.0-1.2.x86_64 [..done]
- ( 36/407) Installing: libvulkan1-1.4.341-1.3.x86_64 [..done]
- ( 37/407) Installing: libvpx12-1.16.0-1.2.x86_64 [..done]
- ( 38/407) Installing: libvpl2-2.16.0-2.2.x86_64 [..done]
- ( 39/407) Installing: libvo-amrwbenc0-0.1.3+5-1.8.x86_64 [..done]
- ( 40/407) Installing: libvmaf3-3.1.0-1.2.x86_64 [..done]
- ( 41/407) Installing: libvidstab1_2-1.1.1-2.3.x86_64 [..done]
- ( 42/407) Installing: libva2-2.23.0-1.4.x86_64 [..done]
- ( 43/407) Installing: libunwind8-1.8.3-1.3.x86_64 [..done]
- ( 44/407) Installing: libunibreak6-6.1-1.3.x86_64 [..done]
- ( 45/407) Installing: libudfread3-1.2.0-1.3.x86_64 [..done]
- ( 46/407) Installing: libudev1-260.1-1.3.x86_64 [..done]
- ( 47/407) Installing: libtwolame0-0.4.0-1.23.x86_64 [..done]
- ( 48/407) Installing: libtinyxml2-11-11.0.0-1.3.x86_64 [..done]
- ( 49/407) Installing: libtheoradec2-1.2.0-2.3.x86_64 [..done]
- ( 50/407) Installing: libsystemd0-260.1-1.3.x86_64 [..done]
- ( 51/407) Installing: libsrt1_5-1.5.5-1.1.x86_64 [..done]
- ( 52/407) Installing: libspeex1-1.2.1-2.6.x86_64 [..done]
- ( 53/407) Installing: libsoxr0-0.1.3-3.3.x86_64 [..done]
- ( 54/407) Installing: libsodium26-1.0.22-1.2.x86_64 [..done]
- ( 55/407) Installing: libsharpyuv0-1.6.0-1.4.x86_64 [..done]
- ( 56/407) Installing: libserd-0-0-0.32.8-1.2.x86_64 [..done]
- ( 57/407) Installing: libsbc1-2.2-1.2.x86_64 [..
- done]
- ( 58/407) Installing: librist4-0.2.11-2.2.x86_64 [..done]
- ( 59/407) Installing: libraw1394-11-2.1.2-2.6.x86_64 [..done]
- ( 60/407) Installing: librav1e0_8-0.8.1-1.4.x86_64 [..done]
- ( 61/407) Installing: libpng16-16-1.6.57-1.2.x86_64 [..done]
- ( 62/407) Installing: libpixman-1-0-0.46.4-2.3.x86_64 [..done]
- ( 63/407) Installing: libpgm-5_3-0-5.3.128-3.3.x86_64 [..done]
- ( 64/407) Installing: libpcre2-posix3-10.47-1.4.x86_64 [..done]
- ( 65/407) Installing: libpcre2-32-0-10.47-1.4.x86_64 [..done]
- ( 66/407) Installing: libpcre2-16-0-10.47-1.4.x86_64 [..done]
- ( 67/407) Installing: libpciaccess0-0.19-1.2.x86_64 [..done]
- ( 68/407) Installing: liborc-0_4-0-0.4.42-1.5.x86_64 [..done]
- ( 69/407) Installing: libopus0-1.6.1-1.3.x86_64 [..done]
- ( 70/407) Installing: libopenjp2-7-2.5.4-2.4.x86_64 [..done]
- ( 71/407) Installing: libopenh264-8-2.6.0~noopenh264-1.3.x86_64 [..done]
- ( 72/407) Installing: libopencore-amrwb0-0.1.6-1.9.x86_64 [..done]
- ( 73/407) Installing: libopencore-amrnb0-0.1.6-1.9.x86_64 [..done]
- ( 74/407) Installing: libogg0-1.3.6-1.3.x86_64 [..done]
- ( 75/407) Installing: libngtcp2-16-1.22.1-1.2.x86_64 [..done]
- ( 76/407) Installing: libnghttp2-14-1.69.0-1.1.x86_64 [..done]
- ( 77/407) Installing: libmysofa1-1.3.3-1.3.x86_64 [..done]
- ( 78/407) Installing: libmtdev1-1.1.6-1.19.x86_64 [..done]
- ( 79/407) Installing: libmpg123-0-1.33.5-1.2.x86_64 [.
- .done]
- ( 80/407) Installing: libmpdec4-4.0.1-2.3.x86_64 [..done]
- ( 81/407) Installing: libmp3lame0-3.100-5.14.x86_64 [..done]
- ( 82/407) Installing: liblzo2-2-2.10-9.5.x86_64 [..done]
- ( 83/407) Installing: libluajit-5_1-2-2.1.20250826-2.3.x86_64 [..done]
- ( 84/407) Installing: libldac2-2.0.2.3-4.18.x86_64 [..done]
- ( 85/407) Installing: liblcms2-2-2.19-1.2.x86_64 [..done]
- ( 86/407) Installing: liblc3-1-1.1.3-1.5.x86_64 [..done]
- ( 87/407) Installing: libjpeg8-8.3.2-83.2.x86_64 [..done]
- ( 88/407) Installing: libjpeg62-62.4.0-83.2.x86_64 [..done]
- ( 89/407) Installing: libjbig2-2.1-5.7.x86_64 [..done]
- ( 90/407) Installing: libhwy1-1.4.0-1.2.x86_64 [..done]
- ( 91/407) Installing: libgthread-2_0-0-2.88.0-2.2.x86_64 [..done]
- ( 92/407) Installing: libgsm1-1.0.24-1.2.x86_64 [..done]
- ( 93/407) Installing: libgraphite2-3-1.3.14-6.3.x86_64 [..done]
- ( 94/407) Installing: libgobject-2_0-0-2.88.0-2.2.x86_64 [..done]
- ( 95/407) Installing: libgmodule-2_0-0-2.88.0-2.2.x86_64 [..done]
- ( 96/407) Installing: libgif7-5.2.2-3.2.x86_64 [..done]
- ( 97/407) Installing: libfribidi0-1.0.16-1.2.x86_64 [..done]
- ( 98/407) Installing: libfftw3-3-3.3.10-6.3.x86_64 [..done]
- ( 99/407) Installing: libfdk-aac2-2.0.0-2.15.x86_64 [..done]
- (100/407) Installing: libexif12-0.6.25-1.4.x86_64 [..done]
- (101/407) Installing: libevdev2-1.13.6-1.3.x86_64 [..done]
- (102/407) Installing: libepoxy0-1.5.10-2.10.x86_64 [..
- done]
- (103/407) Installing: libelf1-0.194-1.2.x86_64 [..done]
- (104/407) Installing: libebur128-1-1.2.6-2.5.x86_64 [..done]
- (105/407) Installing: libdrm2-2.4.133-1.2.x86_64 [..done]
- (106/407) Installing: libdovi3-3.3.2-1.3.x86_64 [..done]
- (107/407) Installing: libdisplay-info3-0.3.0-2.3.x86_64 [..done]
- (108/407) Installing: libdav1d7-1.5.3-1.3.x86_64 [..done]
- (109/407) Installing: libdatrie1-0.2.14-1.4.x86_64 [..done]
- (110/407) Installing: libcrypto57-4.2.1-1.3.x86_64 [..done]
- (111/407) Installing: libcpuinfo-suse0-0~git1739936485.b73ae6c-2.3.x86_64 [..done]
- (112/407) Installing: libconfig++15-1.8.1-1.4.x86_64 [..done]
- (113/407) Installing: libcodec2-1_2-1.2.0-2.5.x86_64 [..done]
- (114/407) Installing: libbullet3_17-3.17-2.8.x86_64 [..done]
- (115/407) Installing: libbs2b0-3.1.0-14.7.x86_64 [..done]
- (116/407) Installing: libbrotlicommon1-1.2.0-2.2.x86_64 [..done]
- (117/407) Installing: libbluetooth3-5.82-2.2.x86_64 [..done]
- (118/407) Installing: libavahi-common3-0.8-42.3.x86_64 [..done]
- (119/407) Installing: libasound2-1.2.15.3-1.3.x86_64 [..done]
- (120/407) Installing: libalternatives1-1.2+31.da24cd4-1.3.x86_64 [..done]
- (121/407) Installing: libXrender1-0.9.12-1.4.x86_64 [..done]
- (122/407) Installing: libXfixes3-6.0.2-2.3.x86_64 [..done]
- (123/407) Installing: libXext6-1.3.7-1.3.x86_64 [..done]
- (124/407) Installing: libXdmcp6-1.1.5-1.6.x86_64 [..done]
- (125/407) Installing: libXdamage1-1.1.7-1.3.x86_64 [..done]
- (126/407) Installing: libXcomposite1-0.4.7-1.3.x86_64 [.
- .done]
- (127/407) Installing: libSPIRV-Tools-2026_1-2026.1-2.2.x86_64 [..done]
- (128/407) Installing: libLerc4-4.1.0-2.2.x86_64 [..done]
- (129/407) Installing: libLLVM22-22.1.4-1.2.x86_64 [.....
- .......done]
- (130/407) Installing: libHACD3_17-3.17-2.8.x86_64 [..done]
- (131/407) Installing: glibc-locale-base-2.43-1.1.x86_64 [..done]
- (132/407) Installing: glibc-devel-2.43-1.1.x86_64 [..done]
- (133/407) Installing: libblkid-devel-2.41.3-5.3.x86_64 [..done]
- (134/407) Installing: libicu78-78.3-1.2.x86_64 [..
- done]
- (135/407) Installing: cups-config-2.4.19-1.2.x86_64 [..done]
- (136/407) Installing: libxkbcommon0-1.13.1-1.2.x86_64 [..done]
- (137/407) Installing: libxml2-devel-2.15.3-1.2.x86_64 [..done]
- (138/407) Installing: libwayland-cursor0-1.25.0-1.2.x86_64 [..done]
- (139/407) Installing: libaom3-3.13.1-2.3.x86_64 [..done]
- (140/407) Installing: libunwind-setjmp0-1.8.3-1.3.x86_64 [..done]
- (141/407) Installing: libunwind-ptrace0-1.8.3-1.3.x86_64 [..done]
- (142/407) Installing: libunwind-coredump0-1.8.3-1.3.x86_64 [..done]
- (143/407) Installing: systemd-devel-260.1-1.3.x86_64 [..done]
- (144/407) Installing: libdbus-1-3-1.14.10-5.4.x86_64 [..done]
- (145/407) Installing: libwebp7-1.6.0-1.4.x86_64 [..done]
- (146/407) Installing: libsord-0-0-0.16.20-1.3.x86_64 [..done]
- (147/407) Installing: libiec61883-0-1.2.0-9.3.x86_64 [..done]
- (148/407) Installing: libavc1394-0-0.5.4-20.6.x86_64 [..done]
- (149/407) Installing: libzvbi0-0.2.44-1.4.x86_64 [..done]
- (150/407) Installing: libpixman-1-0-devel-0.46.4-2.3.x86_64 [..done]
- (151/407) Installing: libzmq5-4.3.5-1.9.x86_64 [..done]
- (152/407) Installing: pcre2-devel-10.47-1.4.x86_64 [..done]
- (153/407) Installing: libpciaccess-devel-0.19-1.2.x86_64 [..done]
- (154/407) Installing: orc-0.4.42-1.5.x86_64 [..done]
- (155/407) Installing: libopus-devel-1.6.1-1.3.x86_64 [..done]
- (156/407) Installing: libvorbis0-1.3.7-5.5.x86_64 [..done]
- (157/407) Installing: libtheoraenc2-1.2.0-2.3.x86_64 [..
- done]
- (158/407) Installing: libFLAC14-1.5.0-1.4.x86_64 [..done]
- (159/407) Installing: ngtcp2-devel-1.22.1-1.2.x86_64 [..done]
- (160/407) Installing: libngtcp2_crypto_ossl0-1.22.1-1.2.x86_64 [..done]
- (161/407) Installing: libnghttp2-devel-1.69.0-1.1.x86_64 [..done]
- (162/407) Installing: python313-base-3.13.13-2.2.x86_64 [.......done]
- (163/407) Installing: libpython3_13-1_0-3.13.13-2.2.x86_64 [.
- .done]
- (164/407) Installing: lzo-devel-2.10-9.5.x86_64 [..done]
- (165/407) Installing: libjpeg62-devel-62.4.0-83.2.x86_64 [..done]
- (166/407) Installing: typelib-1_0-GLib-2_0-2.88.0-2.2.x86_64 [..done]
- (167/407) Installing: libgudev-1_0-0-238-1.9.x86_64 [..done]
- (168/407) Installing: libgraphene-1_0-0-1.10.8-2.4.x86_64 [..done]
- (169/407) Installing: libatk-1_0-0-2.60.2-1.2.x86_64 [..done]
- (170/407) Installing: libglibmm-2_4-1-2.66.8-1.3.x86_64 [..done]
- (171/407) Installing: libgirepository-2_0-0-2.88.0-2.2.x86_64 [..done]
- (172/407) Installing: girepository-1_0-1.86.0-3.2.x86_64 [..done]
- (173/407) Installing: libgirepository-1_0-1-1.86.0-3.2.x86_64 [..done]
- (174/407) Installing: giflib-devel-5.2.2-3.2.x86_64 [..done]
- (175/407) Installing: fribidi-devel-1.0.16-1.2.x86_64 [..done]
- (176/407) Installing: librubberband3-4.0.0-1.3.x86_64 [..done]
- (177/407) Installing: libdw1-0.194-1.2.x86_64 [..done]
- (178/407) Installing: libva-drm2-2.23.0-1.4.x86_64 [..done]
- (179/407) Installing: libgbm1-26.0.5-2.2.x86_64 [..done]
- (180/407) Installing: libdrm_radeon1-2.4.133-1.2.x86_64 [..done]
- (181/407) Installing: libdrm_nouveau2-2.4.133-1.2.x86_64 [..done]
- (182/407) Installing: libdrm_intel1-2.4.133-1.2.x86_64 [..done]
- (183/407) Installing: libdrm_amdgpu1-2.4.133-1.2.x86_64 [..done]
- (184/407) Installing: Mesa-vulkan-device-select-26.0.5-2.3.x86_64 [..done]
- (185/407) Installing: dav1d-devel-1.5.3-1.3.x86_64 [..done]
- (186/407) Installing: libthai0-0.1.30-1.3.x86_64 [..
- done]
- (187/407) Installing: libdatrie-devel-0.2.14-1.4.x86_64 [..done]
- (188/407) Installing: libssl60-4.2.1-1.3.x86_64 [..done]
- (189/407) Installing: libSvtAv1Enc3-3.0.1-1.3.x86_64 [..done]
- (190/407) Installing: libConvexDecomposition3_17-3.17-2.8.x86_64 [..done]
- (191/407) Installing: libBulletInverseDynamicsUtils3_17-3.17-2.8.x86_64 [..done]
- (192/407) Installing: libBulletFileLoader3_17-3.17-2.8.x86_64 [..done]
- (193/407) Installing: libbrotlienc1-1.2.0-2.2.x86_64 [..done]
- (194/407) Installing: libbrotlidec1-1.2.0-2.2.x86_64 [..done]
- (195/407) Installing: alts-1.2+31.da24cd4-1.3.x86_64 [..done]
- (196/407) Installing: libXrender-devel-0.9.12-1.4.x86_64 [..done]
- (197/407) Installing: libXfixes-devel-6.0.2-2.3.x86_64 [..done]
- (198/407) Installing: libXcursor1-1.2.3-1.5.x86_64 [..done]
- (199/407) Installing: libvdpau1-1.5-5.3.x86_64 [..done]
- (200/407) Installing: libva-x11-2-2.23.0-1.4.x86_64 [..done]
- (201/407) Installing: libXxf86vm1-1.1.7-1.3.x86_64 [..done]
- (202/407) Installing: libXv1-1.0.13-1.4.x86_64 [..done]
- (203/407) Installing: libXtst6-1.2.5-1.5.x86_64 [..done]
- (204/407) Installing: libXss1-1.2.5-1.3.x86_64 [..done]
- (205/407) Installing: libXrandr2-1.5.5-1.3.x86_64 [..done]
- (206/407) Installing: libXp6-1.0.4-1.8.x86_64 [..done]
- (207/407) Installing: libXinerama1-1.1.6-1.3.x86_64 [..done]
- (208/407) Installing: libXi6-1.8.2-1.5.x86_64 [..done]
- (209/407) Installing: libXext-devel-1.3.7-1.3.x86_64 [..done]
- (210/407) Installing: libXdmcp-devel-1.1.5-1.6.x86_64 [.
- .done]
- (211/407) Installing: libglslang16-16.2.0-1.4.x86_64 [..done]
- (212/407) Installing: libtiff6-4.7.1-5.2.x86_64 [..done]
- (213/407) Installing: lerc-devel-4.1.0-2.2.x86_64 [..done]
- (214/407) Installing: libzstd-devel-1.5.7-4.2.x86_64 [..done]
- (215/407) Installing: libsepol-devel-3.10-1.3.x86_64 [..done]
- (216/407) Installing: libpng16-devel-1.6.57-1.2.x86_64 [..done]
- (217/407) Installing: libpng16-compat-devel-1.6.57-1.2.x86_64 [..done]
- (218/407) Installing: libogg-devel-1.3.6-1.3.x86_64 [..done]
- (219/407) Installing: liblcms2-devel-2.19-1.2.x86_64 [..done]
- (220/407) Installing: libexpat-devel-2.7.5-1.2.x86_64 [..done]
- (221/407) Installing: libexif-devel-0.6.25-1.4.x86_64 [..done]
- (222/407) Installing: libcom_err-devel-1.47.3-1.4.x86_64 [..done]
- (223/407) Installing: libbz2-devel-1.0.8-5.14.x86_64 [..done]
- (224/407) Installing: keyutils-devel-1.6.3-7.7.x86_64 [..done]
- (225/407) Installing: graphite2-devel-1.3.14-6.3.x86_64 [..done]
- (226/407) Installing: libicu-devel-78.3-1.2.x86_64 [..done]
- (227/407) Installing: libxkbcommon-x11-0-1.13.1-1.2.x86_64 [..done]
- (228/407) Installing: libxkbcommon-devel-1.13.1-1.2.x86_64 [..done]
- (229/407) Installing: wayland-devel-1.25.0-1.2.x86_64 [..done]
- (230/407) Installing: libunwind-devel-1.8.3-1.3.x86_64 [..done]
- (231/407) Installing: libavahi-client3-0.8-42.3.x86_64 [..done]
- (232/407) Installing: dbus-1-tools-1.14.10-5.4.x86_64 [..
- done]
- (233/407) Installing: dbus-1-daemon-1.14.10-5.4.x86_64 [..done]
- (234/407) Installing: libwebpmux3-1.6.0-1.4.x86_64 [..done]
- (235/407) Installing: libwebpdemux2-1.6.0-1.4.x86_64 [..done]
- (236/407) Installing: libsratom-0-0-0.6.20-1.3.x86_64 [..done]
- (237/407) Installing: libvorbisfile3-1.3.7-5.5.x86_64 [..done]
- (238/407) Installing: libvorbisenc2-1.3.7-5.5.x86_64 [..done]
- (239/407) Installing: libFLAC++11-1.5.0-1.4.x86_64 [..done]
- (240/407) Installing: typelib-1_0-GObject-2_0-2.88.0-2.2.x86_64 [..done]
- (241/407) Installing: typelib-1_0-GModule-2_0-2.88.0-2.2.x86_64 [..done]
- (242/407) Installing: typelib-1_0-GLibUnix-2_0-2.88.0-2.2.x86_64 [..done]
- (243/407) Installing: libwacom9-2.18.0-1.3.x86_64 [..done]
- (244/407) Installing: libxml++-3_0-1-3.2.5-2.4.x86_64 [..done]
- (245/407) Installing: libcamera-base0_7-0.7.0-2.2.x86_64 [..done]
- (246/407) Installing: libgbm-devel-26.0.5-2.2.x86_64 [..done]
- (247/407) Installing: libdrm-devel-2.4.133-1.2.x86_64 [..done]
- (248/407) Installing: libvulkan_lvp-26.0.5-2.3.x86_64 [...done]
- (249/407) Installing: libthai-devel-0.1.30-1.3.x86_64 [..done]
- (250/407) Installing: libtls33-4.2.1-1.3.x86_64 [..done]
- (251/407) Installing: libGIMPACTUtils3_17-3.17-2.8.x86_64 [..done]
- (252/407) Installing: libBulletWorldImporter3_17-3.17-2.8.x86_64 [..done]
- (253/407) Installing: libjxl0_11-0.11.2-1.3.x86_64 [..
- done]
- (254/407) Installing: libheif1-1.21.2-2.3.x86_64 [..done]
- (255/407) Installing: libfreetype6-2.14.2-2.3.x86_64 [..done]
- (256/407) Installing: libbrotli-devel-1.2.0-2.2.x86_64 [..done]
- (257/407) Installing: luajit-2.1.20250826-2.3.x86_64 [..done]
- (258/407) Installing: lua-interpreter-5-3.2.noarch [..done]
- (259/407) Installing: libXcomposite-devel-0.4.7-1.3.x86_64 [..done]
- (260/407) Installing: libXcursor-devel-1.2.3-1.5.x86_64 [..done]
- (261/407) Installing: libavutil60-8.1-3.2.x86_64 [..done]
- (262/407) Installing: libXss-devel-1.2.5-1.3.x86_64 [..done]
- (263/407) Installing: libXrandr-devel-1.5.5-1.3.x86_64 [..done]
- (264/407) Installing: libXp-devel-1.0.4-1.8.x86_64 [..done]
- (265/407) Installing: libXinerama-devel-1.1.6-1.3.x86_64 [..done]
- (266/407) Installing: libXi-devel-1.8.2-1.5.x86_64 [..done]
- (267/407) Installing: libshaderc_shared1-2026.1-1.3.x86_64 [..done]
- (268/407) Installing: libspandsp3-3.0.0+g57-1.4.x86_64 [..done]
- (269/407) Installing: libtiff-devel-4.7.1-5.2.x86_64 [..done]
- (270/407) Installing: libelf-devel-0.194-1.2.x86_64 [..done]
- (271/407) Installing: libselinux-devel-3.10-1.3.x86_64 [..done]
- (272/407) Installing: krb5-devel-1.22.2-2.3.x86_64 [..done]
- (273/407) Installing: libxkbcommon-x11-devel-1.13.1-1.2.x86_64 [..done]
- (274/407) Installing: libcups2-2.4.19-1.2.x86_64 [..done]
- (275/407) Installing: dbus-1-1.14.10-5.4.x86_64 [..done]
- (276/407) Installing: gio-branding-openSUSE-42.1-5.2.noarch [..done]
- (277/407) Installing: libgio-2_0-0-2.88.0-2.2.x86_64 [..
- done]
- (278/407) Installing: glib2-tools-2.88.0-2.2.x86_64 [..done]
- (279/407) Installing: liblilv-0-0-0.26.4-1.2.x86_64 [..done]
- (280/407) Installing: libopenmpt0-0.8.6-1.2.x86_64 [..done]
- (281/407) Installing: libvorbis-devel-1.3.7-5.5.x86_64 [..done]
- (282/407) Installing: libsndfile1-1.2.2-4.3.x86_64 [..done]
- (283/407) Installing: flac-devel-1.5.0-1.4.x86_64 [..done]
- (284/407) Installing: typelib-1_0-GUdev-1_0-238-1.9.x86_64 [..done]
- (285/407) Installing: libinput10-1.31.1-1.2.x86_64 [..done]
- (286/407) Installing: libffado2-2.4.9-4.4.x86_64 [..done]
- (287/407) Installing: Mesa-26.0.5-2.2.x86_64 [..done]
- (288/407) Installing: Mesa-dri-26.0.5-2.3.x86_64 [.....done]
- (289/407) Installing: libglvnd-1.7.0-2.2.x86_64 [.
- .done]
- (290/407) Installing: Mesa-libEGL1-26.0.5-2.2.x86_64 [..done]
- (291/407) Installing: libressl-devel-4.2.1-1.3.x86_64 [..done]
- (292/407) Installing: libBulletXmlWorldImporter3_17-3.17-2.8.x86_64 [..done]
- (293/407) Installing: libharfbuzz0-14.2.0-1.2.x86_64 [..done]
- (294/407) Installing: libfontconfig1-2.17.1-1.2.x86_64 [..done]
- (295/407) Installing: fontconfig-2.17.1-1.2.x86_64 [..done]
- (296/407) Installing: freetype2-devel-2.14.2-2.3.x86_64 [..done]
- (297/407) Installing: lua-macros-20210827-10.1.noarch [..done]
- (298/407) Installing: libswresample6-8.1-3.2.x86_64 [..done]
- (299/407) Installing: libXtst-devel-1.2.5-1.5.x86_64 [..done]
- (300/407) Installing: libswscale9-8.1-3.2.x86_64 [..done]
- (301/407) Installing: libplacebo360-7.360.1-1.4.x86_64 [..done]
- (302/407) Installing: libdw-devel-0.194-1.2.x86_64 [..done]
- (303/407) Installing: libmount-devel-2.41.3-5.3.x86_64 [..done]
- (304/407) Installing: dbus-1-devel-1.14.10-5.4.x86_64 [..done]
- (305/407) Installing: typelib-1_0-Gio-2_0-2.88.0-2.2.x86_64 [..done]
- (306/407) Installing: libgstreamer-1_0-0-1.28.2-1.2.x86_64 [..done]
- (307/407) Installing: gstreamer-1.28.2-1.2.x86_64 [..
- /usr/libexec/gstreamer-1.0/gst-ptp-helper: setting to root:root 0755 "cap_net_bind_service=ep". (missing capabilities)
- done]
- (308/407) Installing: libcolord2-1.4.8-1.4.x86_64 [..done]
- (309/407) Installing: libatspi0-2.60.2-1.2.x86_64 [..
- done]
- (310/407) Installing: gdk-pixbuf-query-loaders-2.44.6-1.2.x86_64 [..done]
- (311/407) Installing: libpulse0-17.0-7.2.x86_64 [..done]
- (312/407) Installing: libsndfile-devel-1.2.2-4.3.x86_64 [..done]
- (313/407) Installing: libinput-devel-1.31.1-1.2.x86_64 [..done]
- (314/407) Installing: Mesa-libGL1-26.0.5-2.2.x86_64 [..done]
- (315/407) Installing: libngtcp2_crypto_ossl-devel-1.22.1-1.2.x86_64 [..done]
- (316/407) Installing: libbullet-devel-3.17-2.8.x86_64 [..done]
- (317/407) Installing: libharfbuzz-vector0-14.2.0-1.2.x86_64 [..done]
- (318/407) Installing: libharfbuzz-subset0-14.2.0-1.2.x86_64 [..done]
- (319/407) Installing: libharfbuzz-raster0-14.2.0-1.2.x86_64 [..done]
- (320/407) Installing: libharfbuzz-icu0-14.2.0-1.2.x86_64 [..done]
- (321/407) Installing: libharfbuzz-gpu0-14.2.0-1.2.x86_64 [..done]
- (322/407) Installing: libharfbuzz-gobject0-14.2.0-1.2.x86_64 [..done]
- (323/407) Installing: libglycin-2-0-2.1.1-1.1.x86_64 [..done]
- (324/407) Installing: libcairo2-1.18.4-4.3.x86_64 [..done]
- (325/407) Installing: libbluray3-1.4.0-1.3.x86_64 [..done]
- (326/407) Installing: libass9-0.17.4-1.5.x86_64 [..done]
- (327/407) Installing: libXft2-2.3.9-1.3.x86_64 [..done]
- (328/407) Installing: fontconfig-devel-2.17.1-1.2.x86_64 [..done]
- (329/407) Installing: luajit-devel-2.1.20250826-2.3.x86_64 [..done]
- (330/407) Installing: libavcodec62-8.1-3.2.x86_64 [..
- .done]
- (331/407) Installing: glib2-devel-2.88.0-2.2.x86_64 [...done]
- (332/407) Installing: typelib-1_0-Gst-1_0-1.28.2-1.2.x86_64 [..done]
- (333/407) Installing: gstreamer-utils-1.28.2-1.2.x86_64 [..done]
- (334/407) Installing: libatk-bridge-2_0-0-2.60.2-1.2.x86_64 [..done]
- (335/407) Installing: libpulse-mainloop-glib0-17.0-7.2.x86_64 [..done]
- (336/407) Installing: libglvnd-devel-1.7.0-2.2.x86_64 [..done]
- (337/407) Installing: libcamera0_7-0.7.0-2.2.x86_64 [..done]
- (338/407) Installing: Mesa-dri-devel-26.0.5-2.2.x86_64 [..done]
- (339/407) Installing: libcurl-devel-8.19.0-2.2.x86_64 [..done]
- (340/407) Installing: typelib-1_0-HarfBuzz-0_0-14.2.0-1.2.x86_64 [..done]
- (341/407) Installing: typelib-1_0-Gly_2-2.1.1-1.1.x86_64 [..done]
- (342/407) Installing: libgdk_pixbuf-2_0-0-2.44.6-1.2.x86_64 [..done]
- (343/407) Installing: libharfbuzz-cairo0-14.2.0-1.2.x86_64 [..done]
- (344/407) Installing: libcairo-script-interpreter2-1.18.4-4.3.x86_64 [..done]
- (345/407) Installing: libcairo-gobject2-1.18.4-4.3.x86_64 [..done]
- (346/407) Installing: libpango-1_0-0-1.57.1-1.2.x86_64 [..done]
- (347/407) Installing: libXft-devel-2.3.9-1.3.x86_64 [..done]
- (348/407) Installing: libavformat62-8.1-3.2.x86_64 [..
- done]
- (349/407) Installing: libgudev-1_0-devel-238-1.9.x86_64 [..done]
- (350/407) Installing: gstreamer-devel-1.28.2-1.2.x86_64 [..done]
- (351/407) Installing: libpulse-devel-17.0-7.2.x86_64 [..done]
- (352/407) Installing: Mesa-libGL-devel-26.0.5-2.2.x86_64 [..done]
- (353/407) Installing: Mesa-libEGL-devel-26.0.5-2.2.x86_64 [..done]
- (354/407) Installing: libglycin-devel-2.1.1-1.1.x86_64 [..done]
- (355/407) Installing: typelib-1_0-GdkPixbuf-2_0-2.44.6-1.2.x86_64 [..done]
- (356/407) Installing: cairo-devel-1.18.4-4.3.x86_64 [..done]
- (357/407) Installing: typelib-1_0-Pango-1_0-1.57.1-1.2.x86_64 [..done]
- (358/407) Installing: librsvg-2-2-2.62.0-1.2.x86_64 [..done]
- (359/407) Installing: libgsttag-1_0-0-1.28.2-1.2.x86_64 [..done]
- (360/407) Installing: libavfilter11-8.1-3.2.x86_64 [..done]
- (361/407) Installing: Mesa-libGLESv2-devel-26.0.5-2.2.x86_64 [..done]
- (362/407) Installing: typelib-1_0-GdkPixdata-2_0-2.44.6-1.2.x86_64 [..done]
- (363/407) Installing: harfbuzz-devel-14.2.0-1.2.x86_64 [..done]
- (364/407) Installing: typelib-1_0-Rsvg-2_0-2.62.0-1.2.x86_64 [..done]
- (365/407) Installing: glycin-loaders-2.1.1-1.1.x86_64 [...
- done]
- (366/407) Installing: libgstaudio-1_0-0-1.28.2-1.2.x86_64 [..done]
- (367/407) Installing: pipewire-spa-plugins-0_2-1.6.4-2.2.x86_64 [..done]
- (368/407) Installing: gdk-pixbuf-devel-2.44.6-1.2.x86_64 [..done]
- (369/407) Installing: pango-devel-1.57.1-1.2.x86_64 [..done]
- (370/407) Installing: gtk3-tools-3.24.52-1.3.x86_64 [..done]
- (371/407) Installing: libgtk-3-0-3.24.52-1.3.x86_64 [...done]
- (372/407) Installing: libgstallocators-1_0-0-1.28.2-1.2.x86_64 [..done]
- (373/407) Installing: libpipewire-0_3-0-1.6.4-2.2.x86_64 [..done]
- (374/407) Installing: pipewire-modules-0_3-1.6.4-2.2.x86_64 [..done]
- (375/407) Installing: librsvg-devel-2.62.0-1.2.x86_64 [..done]
- (376/407) Installing: libdecor-0-0-0.2.5-1.4.x86_64 [..done]
- (377/407) Installing: libdecor-0.2.5-1.4.x86_64 [..done]
- (378/407) Installing: libgstvideo-1_0-0-1.28.2-1.2.x86_64 [..done]
- (379/407) Installing: libgstgl-1_0-0-1.28.2-1.2.x86_64 [..done]
- (380/407) Installing: libSDL3-0-3.4.4-1.2.x86_64 [.
- .done]
- (381/407) Installing: libgstpbutils-1_0-0-1.28.2-1.2.x86_64 [..done]
- (382/407) Installing: gstreamer-plugins-base-1.28.2-1.2.x86_64 [..done]
- (383/407) Installing: libgstapp-1_0-0-1.28.2-1.2.x86_64 [..done]
- (384/407) Installing: libSDL2-2_0-0-2.32.66-1.2.x86_64 [..done]
- (385/407) Installing: typelib-1_0-GstTag-1_0-1.28.2-1.2.x86_64 [..done]
- (386/407) Installing: typelib-1_0-GstAudio-1_0-1.28.2-1.2.x86_64 [..done]
- (387/407) Installing: typelib-1_0-GstApp-1_0-1.28.2-1.2.x86_64 [..done]
- (388/407) Installing: libgstriff-1_0-0-1.28.2-1.2.x86_64 [..done]
- (389/407) Installing: libSDL-1_2-0-1.2.76-1.2.x86_64 [..done]
- (390/407) Installing: typelib-1_0-GstVideo-1_0-1.28.2-1.2.x86_64 [..done]
- (391/407) Installing: typelib-1_0-GstAllocators-1_0-1.28.2-1.2.x86_64 [..done]
- (392/407) Installing: libgstrtsp-1_0-0-1.28.2-1.2.x86_64 [..done]
- (393/407) Installing: libgstrtp-1_0-0-1.28.2-1.2.x86_64 [..done]
- (394/407) Installing: libgstfft-1_0-0-1.28.2-1.2.x86_64 [..done]
- (395/407) Installing: efl-1.26.3-36.6.x86_64 [...
- ...done]
- (396/407) Installing: sdl12_compat-devel-1.2.76-1.2.x86_64 [..done]
- (397/407) Installing: typelib-1_0-GstPbutils-1_0-1.28.2-1.2.x86_64 [..done]
- (398/407) Installing: typelib-1_0-GstGL-1_0-1.28.2-1.2.x86_64 [..done]
- (399/407) Installing: typelib-1_0-GstRtp-1_0-1.28.2-1.2.x86_64 [..done]
- (400/407) Installing: libgstsdp-1_0-0-1.28.2-1.2.x86_64 [..done]
- (401/407) Installing: typelib-1_0-GstGLX11-1_0-1.28.2-1.2.x86_64 [..done]
- (402/407) Installing: typelib-1_0-GstGLWayland-1_0-1.28.2-1.2.x86_64 [..done]
- (403/407) Installing: typelib-1_0-GstGLEGL-1_0-1.28.2-1.2.x86_64 [..done]
- (404/407) Installing: typelib-1_0-GstSdp-1_0-1.28.2-1.2.x86_64 [..done]
- (405/407) Installing: typelib-1_0-GstRtsp-1_0-1.28.2-1.2.x86_64 [..done]
- (406/407) Installing: gstreamer-plugins-base-devel-1.28.2-1.2.x86_64 [..
- done]
- (407/407) Installing: efl-devel-1.26.3-36.6.x86_64 [....done]
- Running post-transaction scripts [..
- ..done]
-
<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved efl.1.19.0 (cached)
-> installed conf-pkg-config.4
-> retrieved ocamlbuild.0.16.1 (cached)
-> installed conf-efl.1.8
-> retrieved ocamlfind.1.9.8 (cached)
-> installed ocamlfind.1.9.8
-> installed ocamlbuild.0.16.1
[ERROR] The compilation of efl.1.19.0 failed at "make".
#=== ERROR while compiling efl.1.19.0 =========================================#
# context 2.5.1 | linux/x86_64 | ocaml-base-compiler.4.14.3 | pinned(https://download.ocamlcore.org/ocaml-efl/ocaml-efl/1.19.0/ocaml-efl-1.19.0.tar.gz)
# path ~/.opam/4.14/.opam-switch/build/efl.1.19.0
# command ~/.opam/opam-init/hooks/sandbox.sh build make
# exit-code 2
# env-file ~/.opam/log/efl-7-8f3788.env
# output-file ~/.opam/log/efl-7-8f3788.out
### output ###
# cd . && /bin/sh /home/opam/.opam/4.14/.opam-switch/build/efl.1.19.0/missing automake-1.14 --foreign
# /home/opam/.opam/4.14/.opam-switch/build/efl.1.19.0/missing: line 81: automake-1.14: command not found
# WARNING: 'automake-1.14' is missing on your system.
# You should only need it if you modified 'Makefile.am' or
# 'configure.ac' or m4 files included by 'configure.ac'.
# The 'automake' program is part of the GNU Automake package:
# <http://www.gnu.org/software/automake>
# It also requires GNU Autoconf, GNU m4 and Perl in order to run:
# <http://www.gnu.org/software/autoconf>
# <http://www.gnu.org/software/m4/>
# <http://www.perl.org/>
# make: *** [Makefile:248: Makefile.in] Error 1
<><> Error report <><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><>
+- The following actions failed
| - build efl 1.19.0
+-
+- The following changes have been performed
| - install conf-efl 1.8
| - install conf-pkg-config 4
| - install ocamlbuild 0.16.1
| - install ocamlfind 1.9.8
+-
# To update the current shell environment, run: eval $(opam env)
The former state can be restored with:
/usr/bin/opam switch import "/home/opam/.opam/4.14/.opam-switch/backup/state-20260504083712.export"
[WARNING] OPAMCONFIRMLEVEL was ignored because CLI 2.0 was requested and it was introduced in 2.1.
[WARNING] OPAMCONFIRMLEVEL was ignored because CLI 2.0 was requested and it was introduced in 2.1.
"/usr/bin/env" "bash" "-c" "opam reinstall efl.1.19.0;
res=$?;
test "$res" != 31 && exit "$res";
export OPAMCLI=2.0;
build_dir=$(opam var prefix)/.opam-switch/build;
failed=$(ls "$build_dir");
partial_fails="";
for pkg in $failed; do
if opam show -f x-ci-accept-failures: "$pkg" | grep -qF "\"opensuse-tumbleweed\""; then
echo "A package failed and has been disabled for CI using the 'x-ci-accept-failures' field.";
fi;
test "$pkg" != 'efl.1.19.0' && partial_fails="$partial_fails $pkg";
done;
test "${partial_fails}" != "" && echo "opam-repo-ci detected dependencies failing: ${partial_fails}";
exit 1" failed with exit status 1
2026-05-04 08:56.50: Job failed: Failed: Build failed
2026-05-04 08:56.50: Log analysis:
2026-05-04 08:56.50: >>>
[ERROR] The compilation of efl.1.19.0 failed at "make".
(score = 20)
2026-05-04 08:56.50: The compilation of efl.1.19.0 failed at "make".