- github
- ocaml
- opam-repository
- 04bb69
- distributions,opensuse-tumbleweed-ocaml-5.4,ffmpeg-avdevice.1.3.0
(not at the head of any monitored branch or PR)
2026-04-13 14:55.04: New job: build ffmpeg-avdevice.1.3.0, using opam dev
from https://github.com/ocaml/opam-repository.git#refs/pull/29703/head (04bb6962c1b0506de5a277289b857c4093d55649)
on opensuse-tumbleweed-ocaml-5.4/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/29703/head" && git reset --hard 04bb6962
git fetch origin master
git merge --no-edit ba4685aeec7b28fde6af30c7b83004704c68c86a
cat > ../Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam:opensuse-tumbleweed-ocaml-5.4@sha256:1cf60feb39cd2535561294f587cf5add93ae494a0f19ad58d597d8e6998c170a
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 ffmpeg-avdevice.1.3.0 1.3.0
RUN opam reinstall ffmpeg-avdevice.1.3.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" != 'ffmpeg-avdevice.1.3.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-04-13 14:55.04: Using cache hint "ocaml/opam:opensuse-tumbleweed-ocaml-5.4@sha256:1cf60feb39cd2535561294f587cf5add93ae494a0f19ad58d597d8e6998c170a-ffmpeg-avdevice.1.3.0-04bb6962c1b0506de5a277289b857c4093d55649"
2026-04-13 14:55.04: Using OBuilder spec:
((from ocaml/opam:opensuse-tumbleweed-ocaml-5.4@sha256:1cf60feb39cd2535561294f587cf5add93ae494a0f19ad58d597d8e6998c170a)
(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 ffmpeg-avdevice.1.3.0 1.3.0"))
(run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "opam reinstall ffmpeg-avdevice.1.3.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\" != 'ffmpeg-avdevice.1.3.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-04-13 14:55.04: Waiting for resource in pool OCluster
2026-04-13 15:41.29: Waiting for worker…
2026-04-13 15:45.18: Got resource from pool OCluster
Building on toxis.caelum.ci.dev
All commits already cached
HEAD is now at ba4685aeec Merge pull request #29653 from yakobowski/camlidl
Merge made by the 'ort' strategy.
packages/ffmpeg-av/ffmpeg-av.1.3.0/opam | 51 ++++++++++++++++++++++
packages/ffmpeg-avcodec/ffmpeg-avcodec.1.3.0/opam | 50 +++++++++++++++++++++
.../ffmpeg-avdevice/ffmpeg-avdevice.1.3.0/opam | 50 +++++++++++++++++++++
.../ffmpeg-avfilter/ffmpeg-avfilter.1.3.0/opam | 50 +++++++++++++++++++++
packages/ffmpeg-avutil/ffmpeg-avutil.1.3.0/opam | 51 ++++++++++++++++++++++
.../ffmpeg-swresample/ffmpeg-swresample.1.3.0/opam | 51 ++++++++++++++++++++++
packages/ffmpeg-swscale/ffmpeg-swscale.1.3.0/opam | 50 +++++++++++++++++++++
packages/ffmpeg/ffmpeg.1.3.0/opam | 44 +++++++++++++++++++
.../liquidsoap-core/liquidsoap-core.2.2.0/opam | 2 +-
.../liquidsoap-core/liquidsoap-core.2.2.1/opam | 2 +-
.../liquidsoap-core/liquidsoap-core.2.2.2/opam | 2 +-
.../liquidsoap-core/liquidsoap-core.2.2.3/opam | 2 +-
.../liquidsoap-core/liquidsoap-core.2.2.4-1/opam | 2 +-
.../liquidsoap-core/liquidsoap-core.2.2.5/opam | 2 +-
.../liquidsoap-core/liquidsoap-core.2.3.0/opam | 2 +-
packages/liquidsoap/liquidsoap.2.4.0/opam | 2 +-
packages/liquidsoap/liquidsoap.2.4.2/opam | 2 +-
17 files changed, 406 insertions(+), 9 deletions(-)
create mode 100644 packages/ffmpeg-av/ffmpeg-av.1.3.0/opam
create mode 100644 packages/ffmpeg-avcodec/ffmpeg-avcodec.1.3.0/opam
create mode 100644 packages/ffmpeg-avdevice/ffmpeg-avdevice.1.3.0/opam
create mode 100644 packages/ffmpeg-avfilter/ffmpeg-avfilter.1.3.0/opam
create mode 100644 packages/ffmpeg-avutil/ffmpeg-avutil.1.3.0/opam
create mode 100644 packages/ffmpeg-swresample/ffmpeg-swresample.1.3.0/opam
create mode 100644 packages/ffmpeg-swscale/ffmpeg-swscale.1.3.0/opam
create mode 100644 packages/ffmpeg/ffmpeg.1.3.0/opam
(from ocaml/opam:opensuse-tumbleweed-ocaml-5.4@sha256:1cf60feb39cd2535561294f587cf5add93ae494a0f19ad58d597d8e6998c170a)
Unable to find image 'ocaml/opam:opensuse-tumbleweed-ocaml-5.4@sha256:1cf60feb39cd2535561294f587cf5add93ae494a0f19ad58d597d8e6998c170a' locally
docker.io/ocaml/opam@sha256:1cf60feb39cd2535561294f587cf5add93ae494a0f19ad58d597d8e6998c170a: Pulling from ocaml/opam
86c3a582f854: Already exists
11bd196f19f9: Already exists
219068dbb7bc: Already exists
034315cffe59: Already exists
0ea38ff7bc08: Already exists
840083241575: Already exists
277061a84bff: Already exists
7b0e5d2accd6: Already exists
2656facaea58: Already exists
cc492d808045: Already exists
339d4195fabb: Already exists
99b41870cddb: Already exists
1c0bc0647a72: Already exists
ee58951db79b: Already exists
18104f923c2c: Already exists
f23511347e15: Already exists
a998741c922d: Already exists
ec74e5caefed: Already exists
ec74e5caefed: Already exists
4f4fb700ef54: Already exists
3828825aa6ed: Already exists
db4798567a43: Already exists
f3358e0812f4: Already exists
9d7712abf51c: Already exists
c44a0de30b25: Already exists
21e144c31fba: Already exists
29e29e3bf911: Already exists
8037498cbc5e: Already exists
156732c513b2: Already exists
70cd3d642be7: Already exists
4f455eb6393b: Already exists
8809f8fa0b11: Already exists
1f5214aaed7d: Already exists
a414cc97739b: Already exists
f5eda3e00301: Already exists
e40acc73d050: Already exists
616d671daaaa: Already exists
0dbc203a2ed6: Already exists
33e306dc503f: Pulling fs layer
73609d66a818: Pulling fs layer
cb70fe88e218: Pulling fs layer
1d23da4d3532: Pulling fs layer
4301adeaa912: Pulling fs layer
3903226b11be: Pulling fs layer
6d3b7712c643: Pulling fs layer
1d23da4d3532: Waiting
4301adeaa912: Waiting
6d3b7712c643: Waiting
3903226b11be: Waiting
73609d66a818: Verifying Checksum
73609d66a818: Download complete
cb70fe88e218: Verifying Checksum
cb70fe88e218: Download complete
33e306dc503f: Verifying Checksum
33e306dc503f: Download complete
33e306dc503f: Pull complete
73609d66a818: Pull complete
cb70fe88e218: Pull complete
6d3b7712c643: Verifying Checksum
3903226b11be: Verifying Checksum
3903226b11be: Download complete
1d23da4d3532: Verifying Checksum
1d23da4d3532: Download complete
1d23da4d3532: Pull complete
4301adeaa912: Pull complete
3903226b11be: Pull complete
6d3b7712c643: Pull complete
Digest: sha256:1cf60feb39cd2535561294f587cf5add93ae494a0f19ad58d597d8e6998c170a
Status: Downloaded newer image for ocaml/opam@sha256:1cf60feb39cd2535561294f587cf5add93ae494a0f19ad58d597d8e6998c170a
2026-04-13 15:45.20 ---> using "aadd1b8bd2b552f49f71901088487b9c052b6eea1cb592c3ff3a01da1263b6b7" 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-04-13 15:45.20 ---> using "73b8d99f095c2e04d3d7ff7e1cdde6e78d080834a2015df7c0599a5ef2b2b0e8" 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 ><><><><><><><><><><><><><><><><><><><><><><><><><><>
[default] Initialised
2026-04-13 15:45.20 ---> using "4e3f8a450945959e130e9ce02a0e941e33c5fd5a85de65d9d3c9a6498f94c853" 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.0
# self-upgrade no
# system arch=x86_64 os=linux os-distribution=opensuse-tumbleweed os-version=20260409
# solver builtin-0install
# install-criteria -changed,-count[avoid-version,solution]
# upgrade-criteria -count[avoid-version,solution]
# jobs 71
# repositories 1 (version-controlled)
# pinned 1 (version)
# current-switch 5.4
# invariant ["ocaml-base-compiler" {= "5.4.1"}]
# compiler-packages ocaml-base-compiler.5.4.1, ocaml-compiler.5.4.1, ocaml-options-vanilla.1
# ocaml:native true
# ocaml:native-tools true
# ocaml:native-dynlink true
# ocaml:stubsdir /home/opam/.opam/5.4/lib/ocaml/stublibs:/home/opam/.opam/5.4/lib/ocaml
# ocaml:preinstalled false
# ocaml:compiler 5.4.1
2026-04-13 15:45.20 ---> using "6f118c0edf8b86444ca01d1aa635086f1078f2a8409ad1e968908b577f54c1f3" 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-04-13 15:45.20 ---> using "23f4f15af6029dfc1e8a0656c81587e2aaab70d593ed1486de0e034db78faede" from cache
/home/opam: (copy (src .) (dst opam-repository/))
2026-04-13 15:45.26 ---> saved as "3851b752642287149b11347dde5a172e42fcfc5cae0b3436f957ea45f15f93b9"
/home/opam: (run (shell "opam repository set-url --strict default opam-repository/"))
[default] Initialised
2026-04-13 15:45.46 ---> saved as "22f21ee4e6e08ffd01471f1da8ad7b18915d21f8469a733e68c645d91f0406e9"
/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-04-13 15:46.17 ---> saved as "a8468d7f0f8b5871ae2415742fd4f2e3c53bc46af62059ac27b2bcc1c7f334fe"
/home/opam: (run (shell "opam pin add -k version -yn ffmpeg-avdevice.1.3.0 1.3.0"))
ffmpeg-avdevice is now pinned to version 1.3.0
2026-04-13 15:46.18 ---> saved as "0feb425658c1913387f72f28503d1d079b9f0a5d2c7cab514ac7dd78cc124c30"
/home/opam: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "opam reinstall ffmpeg-avdevice.1.3.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\" != 'ffmpeg-avdevice.1.3.0' && partial_fails=\"$partial_fails $pkg\";\
\n done;\
\n test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
\n exit 1"))
ffmpeg-avdevice.1.3.0 is not installed. Install it? [Y/n] y
The following actions will be performed:
=== install 9 packages
- install conf-ffmpeg 1 [required by ffmpeg-avdevice]
- install conf-pkg-config 4 [required by ffmpeg-avdevice]
- install csexp 1.5.2 [required by dune-configurator]
- install dune 3.22.1 [required by ffmpeg-avdevice]
- install dune-configurator 3.22.1 [required by ffmpeg-avdevice]
- install ffmpeg-av 1.3.0 [required by ffmpeg-avdevice]
- install ffmpeg-avcodec 1.3.0 [required by ffmpeg-av]
- install ffmpeg-avdevice 1.3.0 (pinned)
- install ffmpeg-avutil 1.3.0 [required by ffmpeg-av]
The following system packages will first need to be installed:
ffmpeg-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" "ffmpeg-devel"
- Loading repository data...
- Reading installed packages...
- 'ffmpeg-devel' not found in package names. Trying capabilities.
- Resolving package dependencies...
-
- The following 105 NEW packages are going to be installed:
- ffmpeg-8-libavcodec-devel ffmpeg-8-libavdevice-devel ffmpeg-8-libavfilter-devel ffmpeg-8-libavformat-devel ffmpeg-8-libavutil-devel ffmpeg-8-libswresample-devel ffmpeg-8-libswscale-devel fontconfig libFLAC14 libSPIRV-Tools-2026_1 libSvtAv1Enc3 libXext6 libXfixes3 libaom3 libasound2 libass9 libavc1394-0 libavcodec62 libavdevice62 libavfilter11 libavformat62 libavutil60 libbluray3 libbrotlienc1 libbs2b0 libcdio19 libcdio_cdda2 libcdio_paranoia2 libcodec2-1_2 libcpuinfo-suse0 libdav1d7 libdbus-1-3 libdc1394-26 libdovi3 libdrm2 libfftw3-3 libfontconfig1 libfreetype6 libfribidi0 libglslang16 libgraphite2-3 libgsm1 libharfbuzz0 libhwy1 libiec61883-0 libjack0 libjxl0_11 liblcms2-2 liblilv-0-0 libmp3lame0 libmpg123-0 libmysofa1 libogg0 libopencore-amrnb0 libopencore-amrwb0 libopenh264-8 libopenjp2-7 libopenmpt0 libopus0 libpgm-5_3-0 libplacebo360 libpng16-16 libpulse0 librav1e0_8 libraw1394-11 librist4 librubberband3 libserd-0-0 libshaderc_shared1 libsharpyuv0 libsndfile1 libsodium26 libsord-0-0 libsoxr0 libspeex1 libsratom-0-0 libsrt1_5 libswresample6 libswscale9 libtheoradec2 libtheoraenc2 libtwolame0 libudfread3 libunibreak6 libunwind8 libva-drm2 libva-x11-2 libva2 libvdpau1 libvidstab1_2 libvmaf3 libvo-amrwbenc0 libvorbis0 libvorbisenc2 libvorbisfile3 libvpl2 libvpx12 libvulkan1 libwebp7 libwebpmux3 libxvidcore4 libzimg2 libzix-0-0 libzmq5 libzvbi0
-
- 105 new packages to install.
-
- Package download size: 32.1 MiB
-
- Package install size change:
- | 88.1 MiB required by packages that will be installed
- 88.1 MiB | - 0 B released by packages that will be removed
-
- Backend: classic_rpmtrans
- Continue? [y/n/v/...? shows all options] (y): y
- Preloading Packages [..
- Preloading: libvorbisfile3-1.3.7-5.4.x86_64.rpm [done]
- .
- Preloading: libcdio_paranoia2-10.2+2.0.1-1.15.x86_64.rpm [done]
- .
- Preloading: libvorbisenc2-1.3.7-5.4.x86_64.rpm [done]
- .
- Preloading: libsord-0-0-0.16.20-1.2.x86_64.rpm [done]
- .
- Preloading: libva-drm2-2.23.0-1.3.x86_64.rpm [done]
- .
- Preloading: libva-x11-2-2.23.0-1.3.x86_64.rpm [done]
- .
- Preloading: libzmq5-4.3.5-1.8.x86_64.rpm [done]
- .
- .
- Preloading: libwebp7-1.6.0-1.3.x86_64.rpm [done]
- .
- Preloading: libavc1394-0-0.5.4-20.5.x86_64.rpm [done]
- .
- Preloading: libdc1394-26-2.2.7-2.5.x86_64.rpm [done]
- .
- Preloading: libiec61883-0-1.2.0-9.2.x86_64.rpm [done]
- ..
- Preloading: libshaderc_shared1-2026.1-1.2.x86_64.rpm [done]
- .
- Preloading: libharfbuzz0-12.3.2-1.2.x86_64.rpm [done]
- .
- .
- Preloading: libzvbi0-0.2.44-1.3.x86_64.rpm [done]
- .
- Preloading: libtheoraenc2-1.2.0-2.2.x86_64.rpm [done]
- .
- Preloading: libvorbis0-1.3.7-5.4.x86_64.rpm [done]
- ..
- .
- Preloading: libjxl0_11-0.11.2-1.2.x86_64.rpm [done]
- .
- Preloading: librubberband3-4.0.0-1.2.x86_64.rpm [done]
- .
- Preloading: libFLAC14-1.5.0-1.3.x86_64.rpm [done]
- ..
- Preloading: libvdpau1-1.5-5.2.x86_64.rpm [done]
- .
- .
- Preloading: libSvtAv1Enc3-3.0.1-1.2.x86_64.rpm [done]
- ..
- Preloading: libcdio_cdda2-10.2+2.0.1-1.15.x86_64.rpm [done]
- .
- Preloading: libzix-0-0-0.8.0-1.2.x86_64.rpm [done]
- .
- Preloading: libzimg2-3.0.6+20250919.gdf9c147-1.2.x86_64.rpm [done]
- .
- Preloading: ffmpeg-8-libavutil-devel-8.1-2.1.x86_64.rpm [done]
- .
- .
- Preloading: ffmpeg-8-libavfilter-devel-8.1-2.1.x86_64.rpm [done]
- .
- Preloading: ffmpeg-8-libavdevice-devel-8.1-2.1.x86_64.rpm [done]
- .
- Preloading: libavdevice62-8.1-2.1.x86_64.rpm [done]
- .
- Preloading: libaom3-3.13.1-2.2.x86_64.rpm [done]
- ..
- Preloading: ffmpeg-8-libavcodec-devel-8.1-2.1.x86_64.rpm [done]
- .
- .
- Preloading: libavfilter11-8.1-2.1.x86_64.rpm [done]
- .
- Preloading: libavformat62-8.1-2.1.x86_64.rpm [done]
- .
- Preloading: ffmpeg-8-libswscale-devel-8.1-2.1.x86_64.rpm [done]
- .
- Preloading: libfreetype6-2.14.2-2.2.x86_64.rpm [done]
- .
- Preloading: ffmpeg-8-libavformat-devel-8.1-2.1.x86_64.rpm [done]
- .
- Preloading: ffmpeg-8-libswresample-devel-8.1-2.1.x86_64.rpm [done]
- ..
- Preloading: liblilv-0-0-0.26.2-1.3.x86_64.rpm [done]
- .
- Preloading: libglslang16-16.2.0-1.3.x86_64.rpm [done]
- .
- Preloading: libxvidcore4-1.3.7-4.2.x86_64.rpm [done]
- .
- Preloading: libpulse0-17.0-6.3.x86_64.rpm [done]
- .
- Preloading: libswresample6-8.1-2.1.x86_64.rpm [done]
- .
-
- Preloading: libswscale9-8.1-2.1.x86_64.rpm [done]
- .
- Preloading: libass9-0.17.4-1.4.x86_64.rpm [done]
- ..
- Preloading: libsndfile1-1.2.2-4.2.x86_64.rpm [done]
- .
- Preloading: libplacebo360-7.360.1-1.2.x86_64.rpm [done]
- .
- Preloading: libsratom-0-0-0.6.20-1.2.x86_64.rpm [done]
- ..
- Preloading: libopenmpt0-0.8.6-1.1.x86_64.rpm [done]
- .
- Preloading: fontconfig-2.17.1-1.1.x86_64.rpm [done]
- .
- Preloading: libbluray3-1.4.0-1.2.x86_64.rpm [done]
- .
- Preloading: libavcodec62-8.1-2.1.x86_64.rpm [done]
- .
- Preloading: libfontconfig1-2.17.1-1.1.x86_64.rpm [done]
- .
- Preloading: libopencore-amrwb0-0.1.6-1.8.x86_64.rpm [done]
- .
- Preloading: libogg0-1.3.6-1.2.x86_64.rpm [done]
- .
- Preloading: libopencore-amrnb0-0.1.6-1.8.x86_64.rpm [done]
- .
- Preloading: libavutil60-8.1-2.1.x86_64.rpm [done]
- .
-
- Preloading: libwebpmux3-1.6.0-1.3.x86_64.rpm [done]
- .
- Preloading: libmpg123-0-1.33.4-1.2.x86_64.rpm [done]
- ..
- Preloading: libjack0-1.9.22-5.2.x86_64.rpm [done]
- .
- Preloading: libmysofa1-1.3.3-1.2.x86_64.rpm [done]
- .
- Preloading: libgsm1-1.0.24-1.1.x86_64.rpm [done]
- .
- Preloading: libgraphite2-3-1.3.14-6.2.x86_64.rpm [done]
- .
- Preloading: libfribidi0-1.0.16-1.1.x86_64.rpm [done]
- .
- Preloading: libopenh264-8-2.6.0~noopenh264-1.2.x86_64.rpm [done]
- .
- Preloading: libdrm2-2.4.131-1.3.x86_64.rpm [done]
- ..
- Preloading: libdovi3-3.3.2-1.3.x86_64.rpm [done]
- .
- Preloading: libdbus-1-3-1.14.10-5.3.x86_64.rpm [done]
- .
- Preloading: libfftw3-3-3.3.10-6.2.x86_64.rpm [done]
- .
- Preloading: libhwy1-1.3.0-3.2.x86_64.rpm [done]
- .
- Preloading: libmp3lame0-3.100-5.13.x86_64.rpm [done]
- .
-
- Preloading: liblcms2-2-2.17-1.2.x86_64.rpm [done]
- .
- Preloading: libcpuinfo-suse0-0~git1739936485.b73ae6c-2.2.x86_64.rpm [done]
- ..
- Preloading: libcdio19-2.2.0-1.3.x86_64.rpm [done]
- .
- Preloading: libbs2b0-3.1.0-14.6.x86_64.rpm [done]
- .
- Preloading: libdav1d7-1.5.3-1.2.x86_64.rpm [done]
- .
- Preloading: libXext6-1.3.7-1.2.x86_64.rpm [done]
- .
- Preloading: libbrotlienc1-1.2.0-2.1.x86_64.rpm [done]
- .
- Preloading: libsrt1_5-1.5.4-2.2.x86_64.rpm [done]
- .
- Preloading: libasound2-1.2.15.3-1.2.x86_64.rpm [done]
- .
- Preloading: libXfixes3-6.0.2-2.2.x86_64.rpm [done]
- ..
- Preloading: libvpx12-1.16.0-1.1.x86_64.rpm [done]
- .
- Preloading: libvulkan1-1.4.341-1.2.x86_64.rpm [done]
- .
- Preloading: libvpl2-2.16.0-2.1.x86_64.rpm [done]
- .
- Preloading: libvo-amrwbenc0-0.1.3+5-1.7.x86_64.rpm [done]
- .
- Preloading: libvmaf3-3.1.0-1.1.x86_64.rpm [done]
- .
- Preloading: libva2-2.23.0-1.3.x86_64.rpm [done]
- .
- Preloading: libunibreak6-6.1-1.2.x86_64.rpm [done]
- .
-
- Preloading: libcodec2-1_2-1.2.0-2.4.x86_64.rpm [done]
- .
- Preloading: libvidstab1_2-1.1.1-2.2.x86_64.rpm [done]
- .
- Preloading: libtwolame0-0.4.0-1.22.x86_64.rpm [done]
- ..
- Preloading: libunwind8-1.8.3-1.2.x86_64.rpm [done]
- .
- Preloading: libtheoradec2-1.2.0-2.2.x86_64.rpm [done]
- .
- Preloading: libspeex1-1.2.1-2.5.x86_64.rpm [done]
- .
- Preloading: libsharpyuv0-1.6.0-1.3.x86_64.rpm [done]
- .
- Preloading: libserd-0-0-0.32.8-1.1.x86_64.rpm [done]
- .
- Preloading: librist4-0.2.11-2.1.x86_64.rpm [done]
- .
- Preloading: libraw1394-11-2.1.2-2.5.x86_64.rpm [done]
- .
- Preloading: libsodium26-1.0.21-2.2.x86_64.rpm [done]
- ..
- Preloading: libpng16-16-1.6.56-1.1.x86_64.rpm [done]
- .
- Preloading: librav1e0_8-0.8.1-1.3.x86_64.rpm [done]
- .
-
- Preloading: libopus0-1.6.1-1.2.x86_64.rpm [done]
- .
- Preloading: libpgm-5_3-0-5.3.128-3.2.x86_64.rpm [done]
- ..
- Preloading: libopenjp2-7-2.5.4-2.3.x86_64.rpm [done]
- .
- Preloading: libSPIRV-Tools-2026_1-2026.1-2.1.x86_64.rpm [done]
- .
- Preloading: libsoxr0-0.1.3-3.2.x86_64.rpm [done]
- .
- Preloading: libudfread3-1.2.0-1.2.x86_64.rpm [done]
- .done]
- Retrieving: libSPIRV-Tools-2026_1-2026.1-2.1.x86_64 (openSUSE-Tumbleweed-Oss) (1/105), 1.7 MiB
- Retrieving: libXext6-1.3.7-1.2.x86_64 (openSUSE-Tumbleweed-Oss) (2/105), 35.9 KiB
- Retrieving: libXfixes3-6.0.2-2.2.x86_64 (openSUSE-Tumbleweed-Oss) (3/105), 18.7 KiB
- Retrieving: libasound2-1.2.15.3-1.2.x86_64 (openSUSE-Tumbleweed-Oss) (4/105), 437.9 KiB
- Retrieving: libbrotlienc1-1.2.0-2.1.x86_64 (openSUSE-Tumbleweed-Oss) (5/105), 271.9 KiB
- Retrieving: libbs2b0-3.1.0-14.6.x86_64 (openSUSE-Tumbleweed-Oss) (6/105), 18.7 KiB
- Retrieving: libcdio19-2.2.0-1.3.x86_64 (openSUSE-Tumbleweed-Oss) (7/105), 69.6 KiB
- Retrieving: libcodec2-1_2-1.2.0-2.4.x86_64 (openSUSE-Tumbleweed-Oss) (8/105), 657.8 KiB
- Retrieving: libcpuinfo-suse0-0~git1739936485.b73ae6c-2.2.x86_64 (openSUSE-Tumbleweed-Oss) (9/105), 25.2 KiB
- Retrieving: libdav1d7-1.5.3-1.2.x86_64 (openSUSE-Tumbleweed-Oss) (10/105), 624.3 KiB
- Retrieving: libdbus-1-3-1.14.10-5.3.x86_64 (openSUSE-Tumbleweed-Oss) (11/105), 141.5 KiB
- Retrieving: libdovi3-3.3.2-1.3.x86_64 (openSUSE-Tumbleweed-Oss) (12/105), 278.4 KiB
- Retrieving: libdrm2-2.4.131-1.3.x86_64 (openSUSE-Tumbleweed-Oss) (13/105), 52.4 KiB
- Retrieving: libfftw3-3-3.3.10-6.2.x86_64 (openSUSE-Tumbleweed-Oss) (14/105), 1.4 MiB
- Retrieving: libfribidi0-1.0.16-1.1.x86_64 (openSUSE-Tumbleweed-Oss) (15/105), 40.2 KiB
- Retrieving: libgraphite2-3-1.3.14-6.2.x86_64 (openSUSE-Tumbleweed-Oss) (16/105), 68.5 KiB
- Retrieving: libgsm1-1.0.24-1.1.x86_64 (openSUSE-Tumbleweed-Oss) (17/105), 30.8 KiB
- Retrieving: libhwy1-1.3.0-3.2.x86_64 (openSUSE-Tumbleweed-Oss) (18/105), 457.9 KiB
- Retrieving: libjack0-1.9.22-5.2.x86_64 (openSUSE-Tumbleweed-Oss) (19/105), 109.8 KiB
- Retrieving: liblcms2-2-2.17-1.2.x86_64 (openSUSE-Tumbleweed-Oss) (20/105), 171.8 KiB
- Retrieving: libmp3lame0-3.100-5.13.x86_64 (openSUSE-Tumbleweed-Oss) (21/105), 156.4 KiB
- Retrieving: libmpg123-0-1.33.4-1.2.x86_64 (openSUSE-Tumbleweed-Oss) (22/105), 198.5 KiB
- Retrieving: libmysofa1-1.3.3-1.2.x86_64 (openSUSE-Tumbleweed-Oss) (23/105), 1.1 MiB
- Retrieving: libogg0-1.3.6-1.2.x86_64 (openSUSE-Tumbleweed-Oss) (24/105), 31.9 KiB
- Retrieving: libopencore-amrnb0-0.1.6-1.8.x86_64 (openSUSE-Tumbleweed-Oss) (25/105), 104.0 KiB
- Retrieving: libopencore-amrwb0-0.1.6-1.8.x86_64 (openSUSE-Tumbleweed-Oss) (26/105), 58.7 KiB
- Retrieving: libopenh264-8-2.6.0~noopenh264-1.2.x86_64 (openSUSE-Tumbleweed-Oss) (27/105), 19.5 KiB
- Retrieving: libopenjp2-7-2.5.4-2.3.x86_64 (openSUSE-Tumbleweed-Oss) (28/105), 177.9 KiB
- Retrieving: libopus0-1.6.1-1.2.x86_64 (openSUSE-Tumbleweed-Oss) (29/105), 250.6 KiB
- Retrieving: libpgm-5_3-0-5.3.128-3.2.x86_64 (openSUSE-Tumbleweed-Oss) (30/105), 179.2 KiB
- Retrieving: libpng16-16-1.6.56-1.1.x86_64 (openSUSE-Tumbleweed-Oss) (31/105), 148.9 KiB
- Retrieving: librav1e0_8-0.8.1-1.3.x86_64 (openSUSE-Tumbleweed-Oss) (32/105), 1.0 MiB
- Retrieving: libraw1394-11-2.1.2-2.5.x86_64 (openSUSE-Tumbleweed-Oss) (33/105), 31.2 KiB
- Retrieving: librist4-0.2.11-2.1.x86_64 (openSUSE-Tumbleweed-Oss) (34/105), 111.8 KiB
- Retrieving: libserd-0-0-0.32.8-1.1.x86_64 (openSUSE-Tumbleweed-Oss) (35/105), 58.9 KiB
- Retrieving: libsharpyuv0-1.6.0-1.3.x86_64 (openSUSE-Tumbleweed-Oss) (36/105), 20.3 KiB
- Retrieving: libsodium26-1.0.21-2.2.x86_64 (openSUSE-Tumbleweed-Oss) (37/105), 199.2 KiB
- Retrieving: libsoxr0-0.1.3-3.2.x86_64 (openSUSE-Tumbleweed-Oss) (38/105), 97.0 KiB
- Retrieving: libspeex1-1.2.1-2.5.x86_64 (openSUSE-Tumbleweed-Oss) (39/105), 66.4 KiB
- Retrieving: libsrt1_5-1.5.4-2.2.x86_64 (openSUSE-Tumbleweed-Oss) (40/105), 345.4 KiB
- Retrieving: libtheoradec2-1.2.0-2.2.x86_64 (openSUSE-Tumbleweed-Oss) (41/105), 54.2 KiB
- Retrieving: libtwolame0-0.4.0-1.22.x86_64 (openSUSE-Tumbleweed-Oss) (42/105), 59.0 KiB
- Retrieving: libudfread3-1.2.0-1.2.x86_64 (openSUSE-Tumbleweed-Oss) (43/105), 29.9 KiB
- Retrieving: libunibreak6-6.1-1.2.x86_64 (openSUSE-Tumbleweed-Oss) (44/105), 30.1 KiB
- Retrieving: libunwind8-1.8.3-1.2.x86_64 (openSUSE-Tumbleweed-Oss) (45/105), 65.1 KiB
- Retrieving: libva2-2.23.0-1.3.x86_64 (openSUSE-Tumbleweed-Oss) (46/105), 84.5 KiB
- Retrieving: libvidstab1_2-1.1.1-2.2.x86_64 (openSUSE-Tumbleweed-Oss) (47/105), 42.9 KiB
- Retrieving: libvmaf3-3.1.0-1.1.x86_64 (openSUSE-Tumbleweed-Oss) (48/105), 270.0 KiB
- Retrieving: libvo-amrwbenc0-0.1.3+5-1.7.x86_64 (openSUSE-Tumbleweed-Oss) (49/105), 80.2 KiB
- Retrieving: libvpl2-2.16.0-2.1.x86_64 (openSUSE-Tumbleweed-Oss) (50/105), 145.0 KiB
- Retrieving: libvpx12-1.16.0-1.1.x86_64 (openSUSE-Tumbleweed-Oss) (51/105), 861.2 KiB
- Retrieving: libvulkan1-1.4.341-1.2.x86_64 (openSUSE-Tumbleweed-Oss) (52/105), 150.3 KiB
- Retrieving: libxvidcore4-1.3.7-4.2.x86_64 (openSUSE-Tumbleweed-Oss) (53/105), 225.8 KiB
- Retrieving: libzimg2-3.0.6+20250919.gdf9c147-1.2.x86_64 (openSUSE-Tumbleweed-Oss) (54/105), 221.2 KiB
- Retrieving: libzix-0-0-0.8.0-1.2.x86_64 (openSUSE-Tumbleweed-Oss) (55/105), 31.9 KiB
- Retrieving: libglslang16-16.2.0-1.3.x86_64 (openSUSE-Tumbleweed-Oss) (56/105), 1.0 MiB
- Retrieving: libvdpau1-1.5-5.2.x86_64 (openSUSE-Tumbleweed-Oss) (57/105), 21.8 KiB
- Retrieving: libcdio_cdda2-10.2+2.0.1-1.15.x86_64 (openSUSE-Tumbleweed-Oss) (58/105), 22.5 KiB
- Retrieving: libSvtAv1Enc3-3.0.1-1.2.x86_64 (openSUSE-Tumbleweed-Oss) (59/105), 2.0 MiB
- Retrieving: librubberband3-4.0.0-1.2.x86_64 (openSUSE-Tumbleweed-Oss) (60/105), 175.4 KiB
- Retrieving: libjxl0_11-0.11.2-1.2.x86_64 (openSUSE-Tumbleweed-Oss) (61/105), 998.0 KiB
- Retrieving: libvorbis0-1.3.7-5.4.x86_64 (openSUSE-Tumbleweed-Oss) (62/105), 105.3 KiB
- Retrieving: libtheoraenc2-1.2.0-2.2.x86_64 (openSUSE-Tumbleweed-Oss) (63/105), 109.9 KiB
- Retrieving: libFLAC14-1.5.0-1.3.x86_64 (openSUSE-Tumbleweed-Oss) (64/105), 259.1 KiB
- Retrieving: libzvbi0-0.2.44-1.3.x86_64 (openSUSE-Tumbleweed-Oss) (65/105), 236.8 KiB
- Retrieving: libfreetype6-2.14.2-2.2.x86_64 (openSUSE-Tumbleweed-Oss) (66/105), 540.0 KiB
- Retrieving: libiec61883-0-1.2.0-9.2.x86_64 (openSUSE-Tumbleweed-Oss) (67/105), 39.6 KiB
- Retrieving: libdc1394-26-2.2.7-2.5.x86_64 (openSUSE-Tumbleweed-Oss) (68/105), 95.5 KiB
- Retrieving: libavc1394-0-0.5.4-20.5.x86_64 (openSUSE-Tumbleweed-Oss) (69/105), 20.4 KiB
- Retrieving: libwebp7-1.6.0-1.3.x86_64 (openSUSE-Tumbleweed-Oss) (70/105), 246.9 KiB
- Retrieving: libzmq5-4.3.5-1.8.x86_64 (openSUSE-Tumbleweed-Oss) (71/105), 236.0 KiB
- Retrieving: libva-x11-2-2.23.0-1.3.x86_64 (openSUSE-Tumbleweed-Oss) (72/105), 22.9 KiB
- Retrieving: libva-drm2-2.23.0-1.3.x86_64 (openSUSE-Tumbleweed-Oss) (73/105), 17.6 KiB
- Retrieving: libaom3-3.13.1-2.2.x86_64 (openSUSE-Tumbleweed-Oss) (74/105), 1.9 MiB
- Retrieving: libsord-0-0-0.16.20-1.2.x86_64 (openSUSE-Tumbleweed-Oss) (75/105), 24.8 KiB
- Retrieving: libshaderc_shared1-2026.1-1.2.x86_64 (openSUSE-Tumbleweed-Oss) (76/105), 47.3 KiB
- Retrieving: libcdio_paranoia2-10.2+2.0.1-1.15.x86_64 (openSUSE-Tumbleweed-Oss) (77/105), 23.6 KiB
- Retrieving: libvorbisfile3-1.3.7-5.4.x86_64 (openSUSE-Tumbleweed-Oss) (78/105), 24.6 KiB
- Retrieving: libvorbisenc2-1.3.7-5.4.x86_64 (openSUSE-Tumbleweed-Oss) (79/105), 85.5 KiB
- Retrieving: libharfbuzz0-12.3.2-1.2.x86_64 (openSUSE-Tumbleweed-Oss) (80/105), 563.7 KiB
- Retrieving: libfontconfig1-2.17.1-1.1.x86_64 (openSUSE-Tumbleweed-Oss) (81/105), 150.2 KiB
- Retrieving: fontconfig-2.17.1-1.1.x86_64 (openSUSE-Tumbleweed-Oss) (82/105), 63.4 KiB
- Retrieving: libwebpmux3-1.6.0-1.3.x86_64 (openSUSE-Tumbleweed-Oss) (83/105), 29.1 KiB
- Retrieving: libavutil60-8.1-2.1.x86_64 (openSUSE-Tumbleweed-Oss) (84/105), 359.4 KiB
- Retrieving: libsratom-0-0-0.6.20-1.2.x86_64 (openSUSE-Tumbleweed-Oss) (85/105), 24.9 KiB
- Retrieving: libplacebo360-7.360.1-1.2.x86_64 (openSUSE-Tumbleweed-Oss) (86/105), 433.7 KiB
- Retrieving: libopenmpt0-0.8.6-1.1.x86_64 (openSUSE-Tumbleweed-Oss) (87/105), 761.0 KiB
- Retrieving: libsndfile1-1.2.2-4.2.x86_64 (openSUSE-Tumbleweed-Oss) (88/105), 209.8 KiB
- Retrieving: libbluray3-1.4.0-1.2.x86_64 (openSUSE-Tumbleweed-Oss) (89/105), 137.3 KiB
- Retrieving: libass9-0.17.4-1.4.x86_64 (openSUSE-Tumbleweed-Oss) (90/105), 123.4 KiB
- Retrieving: libswscale9-8.1-2.1.x86_64 (openSUSE-Tumbleweed-Oss) (91/105), 308.8 KiB
- Retrieving: libswresample6-8.1-2.1.x86_64 (openSUSE-Tumbleweed-Oss) (92/105), 62.9 KiB
- Retrieving: ffmpeg-8-libavutil-devel-8.1-2.1.x86_64 (openSUSE-Tumbleweed-Oss) (93/105), 157.8 KiB
- Retrieving: liblilv-0-0-0.26.2-1.3.x86_64 (openSUSE-Tumbleweed-Oss) (94/105), 51.8 KiB
- Retrieving: libpulse0-17.0-6.3.x86_64 (openSUSE-Tumbleweed-Oss) (95/105), 295.5 KiB
- Retrieving: libavcodec62-8.1-2.1.x86_64 (openSUSE-Tumbleweed-Oss) (96/105), 4.3 MiB
- Retrieving: ffmpeg-8-libswscale-devel-8.1-2.1.x86_64 (openSUSE-Tumbleweed-Oss) (97/105), 19.4 KiB
- Retrieving: ffmpeg-8-libswresample-devel-8.1-2.1.x86_64 (openSUSE-Tumbleweed-Oss) (98/105), 18.6 KiB
- Retrieving: libavformat62-8.1-2.1.x86_64 (openSUSE-Tumbleweed-Oss) (99/105), 1.2 MiB
- Retrieving: ffmpeg-8-libavcodec-devel-8.1-2.1.x86_64 (openSUSE-Tumbleweed-Oss) (100/105), 71.7 KiB
- Retrieving: libavfilter11-8.1-2.1.x86_64 (openSUSE-Tumbleweed-Oss) (101/105), 1.5 MiB
- Retrieving: ffmpeg-8-libavformat-devel-8.1-2.1.x86_64 (openSUSE-Tumbleweed-Oss) (102/105), 46.7 KiB
- Retrieving: libavdevice62-8.1-2.1.x86_64 (openSUSE-Tumbleweed-Oss) (103/105), 69.1 KiB
- Retrieving: ffmpeg-8-libavfilter-devel-8.1-2.1.x86_64 (openSUSE-Tumbleweed-Oss) (104/105), 26.5 KiB
- Retrieving: ffmpeg-8-libavdevice-devel-8.1-2.1.x86_64 (openSUSE-Tumbleweed-Oss) (105/105), 16.3 KiB
-
- Checking for file conflicts: [..
- .done]
- ( 1/105) Installing: libSPIRV-Tools-2026_1-2026.1-2.1.x86_64 [..done]
- ( 2/105) Installing: libXext6-1.3.7-1.2.x86_64 [..done]
- ( 3/105) Installing: libXfixes3-6.0.2-2.2.x86_64 [..done]
- ( 4/105) Installing: libasound2-1.2.15.3-1.2.x86_64 [..done]
- ( 5/105) Installing: libbrotlienc1-1.2.0-2.1.x86_64 [..done]
- ( 6/105) Installing: libbs2b0-3.1.0-14.6.x86_64 [..done]
- ( 7/105) Installing: libcdio19-2.2.0-1.3.x86_64 [..done]
- ( 8/105) Installing: libcodec2-1_2-1.2.0-2.4.x86_64 [..done]
- ( 9/105) Installing: libcpuinfo-suse0-0~git1739936485.b73ae6c-2.2.x86_64 [..done]
- ( 10/105) Installing: libdav1d7-1.5.3-1.2.x86_64 [..done]
- ( 11/105) Installing: libdbus-1-3-1.14.10-5.3.x86_64 [..done]
- ( 12/105) Installing: libdovi3-3.3.2-1.3.x86_64 [..done]
- ( 13/105) Installing: libdrm2-2.4.131-1.3.x86_64 [..done]
- ( 14/105) Installing: libfftw3-3-3.3.10-6.2.x86_64 [..done]
- ( 15/105) Installing: libfribidi0-1.0.16-1.1.x86_64 [..done]
- ( 16/105) Installing: libgraphite2-3-1.3.14-6.2.x86_64 [..done]
- ( 17/105) Installing: libgsm1-1.0.24-1.1.x86_64 [..done]
- ( 18/105) Installing: libhwy1-1.3.0-3.2.x86_64 [..done]
- ( 19/105) Installing: libjack0-1.9.22-5.2.x86_64 [..done]
- ( 20/105) Installing: liblcms2-2-2.17-1.2.x86_64 [..
- done]
- ( 21/105) Installing: libmp3lame0-3.100-5.13.x86_64 [..done]
- ( 22/105) Installing: libmpg123-0-1.33.4-1.2.x86_64 [..done]
- ( 23/105) Installing: libmysofa1-1.3.3-1.2.x86_64 [..done]
- ( 24/105) Installing: libogg0-1.3.6-1.2.x86_64 [..done]
- ( 25/105) Installing: libopencore-amrnb0-0.1.6-1.8.x86_64 [..done]
- ( 26/105) Installing: libopencore-amrwb0-0.1.6-1.8.x86_64 [..done]
- ( 27/105) Installing: libopenh264-8-2.6.0~noopenh264-1.2.x86_64 [..done]
- ( 28/105) Installing: libopenjp2-7-2.5.4-2.3.x86_64 [..done]
- ( 29/105) Installing: libopus0-1.6.1-1.2.x86_64 [..done]
- ( 30/105) Installing: libpgm-5_3-0-5.3.128-3.2.x86_64 [..done]
- ( 31/105) Installing: libpng16-16-1.6.56-1.1.x86_64 [..done]
- ( 32/105) Installing: librav1e0_8-0.8.1-1.3.x86_64 [..done]
- ( 33/105) Installing: libraw1394-11-2.1.2-2.5.x86_64 [..done]
- ( 34/105) Installing: librist4-0.2.11-2.1.x86_64 [..done]
- ( 35/105) Installing: libserd-0-0-0.32.8-1.1.x86_64 [..done]
- ( 36/105) Installing: libsharpyuv0-1.6.0-1.3.x86_64 [..done]
- ( 37/105) Installing: libsodium26-1.0.21-2.2.x86_64 [..done]
- ( 38/105) Installing: libsoxr0-0.1.3-3.2.x86_64 [..done]
- ( 39/105) Installing: libspeex1-1.2.1-2.5.x86_64 [..done]
- ( 40/105) Installing: libsrt1_5-1.5.4-2.2.x86_64 [..done]
- ( 41/105) Installing: libtheoradec2-1.2.0-2.2.x86_64 [..done]
- ( 42/105) Installing: libtwolame0-0.4.0-1.22.x86_64 [..done]
- ( 43/105) Installing: libudfread3-1.2.0-1.2.x86_64 [..done]
- ( 44/105) Installing: libunibreak6-6.1-1.2.x86_64 [.
- .done]
- ( 45/105) Installing: libunwind8-1.8.3-1.2.x86_64 [..done]
- ( 46/105) Installing: libva2-2.23.0-1.3.x86_64 [..done]
- ( 47/105) Installing: libvidstab1_2-1.1.1-2.2.x86_64 [..done]
- ( 48/105) Installing: libvmaf3-3.1.0-1.1.x86_64 [..done]
- ( 49/105) Installing: libvo-amrwbenc0-0.1.3+5-1.7.x86_64 [..done]
- ( 50/105) Installing: libvpl2-2.16.0-2.1.x86_64 [..done]
- ( 51/105) Installing: libvpx12-1.16.0-1.1.x86_64 [..done]
- ( 52/105) Installing: libvulkan1-1.4.341-1.2.x86_64 [..done]
- ( 53/105) Installing: libxvidcore4-1.3.7-4.2.x86_64 [..done]
- ( 54/105) Installing: libzimg2-3.0.6+20250919.gdf9c147-1.2.x86_64 [..done]
- ( 55/105) Installing: libzix-0-0-0.8.0-1.2.x86_64 [..done]
- ( 56/105) Installing: libglslang16-16.2.0-1.3.x86_64 [..done]
- ( 57/105) Installing: libvdpau1-1.5-5.2.x86_64 [..done]
- ( 58/105) Installing: libcdio_cdda2-10.2+2.0.1-1.15.x86_64 [..done]
- ( 59/105) Installing: libSvtAv1Enc3-3.0.1-1.2.x86_64 [..done]
- ( 60/105) Installing: librubberband3-4.0.0-1.2.x86_64 [..done]
- ( 61/105) Installing: libjxl0_11-0.11.2-1.2.x86_64 [..done]
- ( 62/105) Installing: libvorbis0-1.3.7-5.4.x86_64 [..done]
- ( 63/105) Installing: libtheoraenc2-1.2.0-2.2.x86_64 [..done]
- ( 64/105) Installing: libFLAC14-1.5.0-1.3.x86_64 [..
- done]
- ( 65/105) Installing: libzvbi0-0.2.44-1.3.x86_64 [..done]
- ( 66/105) Installing: libfreetype6-2.14.2-2.2.x86_64 [..done]
- ( 67/105) Installing: libiec61883-0-1.2.0-9.2.x86_64 [..done]
- ( 68/105) Installing: libdc1394-26-2.2.7-2.5.x86_64 [..done]
- ( 69/105) Installing: libavc1394-0-0.5.4-20.5.x86_64 [..done]
- ( 70/105) Installing: libwebp7-1.6.0-1.3.x86_64 [..done]
- ( 71/105) Installing: libzmq5-4.3.5-1.8.x86_64 [..done]
- ( 72/105) Installing: libva-x11-2-2.23.0-1.3.x86_64 [..done]
- ( 73/105) Installing: libva-drm2-2.23.0-1.3.x86_64 [..done]
- ( 74/105) Installing: libaom3-3.13.1-2.2.x86_64 [..done]
- ( 75/105) Installing: libsord-0-0-0.16.20-1.2.x86_64 [..done]
- ( 76/105) Installing: libshaderc_shared1-2026.1-1.2.x86_64 [..done]
- ( 77/105) Installing: libcdio_paranoia2-10.2+2.0.1-1.15.x86_64 [..done]
- ( 78/105) Installing: libvorbisfile3-1.3.7-5.4.x86_64 [..done]
- ( 79/105) Installing: libvorbisenc2-1.3.7-5.4.x86_64 [..done]
- ( 80/105) Installing: libharfbuzz0-12.3.2-1.2.x86_64 [..done]
- ( 81/105) Installing: libfontconfig1-2.17.1-1.1.x86_64 [..done]
- ( 82/105) Installing: fontconfig-2.17.1-1.1.x86_64 [..done]
- ( 83/105) Installing: libwebpmux3-1.6.0-1.3.x86_64 [..done]
- ( 84/105) Installing: libavutil60-8.1-2.1.x86_64 [..done]
- ( 85/105) Installing: libsratom-0-0-0.6.20-1.2.x86_64 [..done]
- ( 86/105) Installing: libplacebo360-7.360.1-1.2.x86_64 [..done]
- ( 87/105) Installing: libopenmpt0-0.8.6-1.1.x86_64 [..done]
- ( 88/105) Installing: libsndfile1-1.2.2-4.2.x86_64 [.
- .done]
- ( 89/105) Installing: libbluray3-1.4.0-1.2.x86_64 [..done]
- ( 90/105) Installing: libass9-0.17.4-1.4.x86_64 [..done]
- ( 91/105) Installing: libswscale9-8.1-2.1.x86_64 [..done]
- ( 92/105) Installing: libswresample6-8.1-2.1.x86_64 [..done]
- ( 93/105) Installing: ffmpeg-8-libavutil-devel-8.1-2.1.x86_64 [..done]
- ( 94/105) Installing: liblilv-0-0-0.26.2-1.3.x86_64 [..done]
- ( 95/105) Installing: libpulse0-17.0-6.3.x86_64 [..done]
- ( 96/105) Installing: libavcodec62-8.1-2.1.x86_64 [...done]
- ( 97/105) Installing: ffmpeg-8-libswscale-devel-8.1-2.1.x86_64 [..done]
- ( 98/105) Installing: ffmpeg-8-libswresample-devel-8.1-2.1.x86_64 [..done]
- ( 99/105) Installing: libavformat62-8.1-2.1.x86_64 [..done]
- (100/105) Installing: ffmpeg-8-libavcodec-devel-8.1-2.1.x86_64 [..done]
- (101/105) Installing: libavfilter11-8.1-2.1.x86_64 [..done]
- (102/105) Installing: ffmpeg-8-libavformat-devel-8.1-2.1.x86_64 [..done]
- (103/105) Installing: libavdevice62-8.1-2.1.x86_64 [..done]
- (104/105) Installing: ffmpeg-8-libavfilter-devel-8.1-2.1.x86_64 [..done]
- (105/105) Installing: ffmpeg-8-libavdevice-devel-8.1-2.1.x86_64 [..done]
- Running post-transaction scripts [...done]
<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved csexp.1.5.2 (cached)
-> installed conf-pkg-config.4
-> installed conf-ffmpeg.1
-> retrieved dune.3.22.1, dune-configurator.3.22.1 (cached)
-> retrieved ffmpeg-av.1.3.0, ffmpeg-avcodec.1.3.0, ffmpeg-avdevice.1.3.0, ffmpeg-avutil.1.3.0 (cached)
-> installed dune.3.22.1
-> installed csexp.1.5.2
-> installed dune-configurator.3.22.1
-> installed ffmpeg-avutil.1.3.0
-> installed ffmpeg-avcodec.1.3.0
-> installed ffmpeg-av.1.3.0
-> installed ffmpeg-avdevice.1.3.0
Done.
# To update the current shell environment, run: eval $(opam env)
2026-04-13 15:47.28 ---> saved as "e48279d7c868c5c4877518c0294d6b94f8aaedce7a9e742eb0a0a558034925be"
Job succeeded
2026-04-13 15:47.32: Job succeeded