- github
- ocaml
- opam-repository
- 1ad1c6
- macos,macos-homebrew-ocaml-5.4-amd64,ffmpeg-swresample.1.2.7,tests
(not at the head of any monitored branch or PR)
2025-10-31 15:27.09: New job: test ffmpeg-swresample.1.2.7, using opam dev
from https://github.com/ocaml/opam-repository.git#refs/pull/28810/head (1ad1c6b061983bdeb27a2757dca4d07fcd0c892a)
on macos-homebrew-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/28810/head" && git reset --hard 1ad1c6b0
git fetch origin master
git merge --no-edit 8a528d6bb48e4be260fb670a1754df39a1192147
cat > ../Dockerfile <<'END-OF-DOCKERFILE'
FROM macos-homebrew-ocaml-5.4
USER 1000:1000
RUN ln -f ~/local/bin/opam-dev ~/local/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 -k local --strict default opam-repository/
RUN opam update --depexts || true
RUN opam pin add -k version -yn ffmpeg-swresample.1.2.7 1.2.7
RUN opam reinstall ffmpeg-swresample.1.2.7; \
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 "\"macos-homebrew\""; then \
echo "A package failed and has been disabled for CI using the 'x-ci-accept-failures' field."; \
fi; \
test "$pkg" != 'ffmpeg-swresample.1.2.7' && partial_fails="$partial_fails $pkg"; \
done; \
test "${partial_fails}" != "" && echo "opam-repo-ci detected dependencies failing: ${partial_fails}"; \
exit 1
RUN (opam reinstall --with-test ffmpeg-swresample.1.2.7) || true
RUN opam reinstall --with-test --verbose ffmpeg-swresample.1.2.7; \
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 "\"macos-homebrew\""; then \
echo "A package failed and has been disabled for CI using the 'x-ci-accept-failures' field."; \
fi; \
test "$pkg" != 'ffmpeg-swresample.1.2.7' && 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 .
2025-10-31 15:27.09: Using cache hint "macos-homebrew-ocaml-5.4-ffmpeg-swresample.1.2.7-1ad1c6b061983bdeb27a2757dca4d07fcd0c892a"
2025-10-31 15:27.09: Using OBuilder spec:
((from macos-homebrew-ocaml-5.4)
(user (uid 1000) (gid 1000))
(run (shell "ln -f ~/local/bin/opam-dev ~/local/bin/opam"))
(run (network host)
(shell "opam init --reinit -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 -k local --strict default opam-repository/"))
(run (network host)
(shell "opam update --depexts || true"))
(run (shell "opam pin add -k version -yn ffmpeg-swresample.1.2.7 1.2.7"))
(run (cache (opam-archives (target /Users/mac1000/.opam/download-cache)) (homebrew (target /Users/mac1000/Library/Caches/Homebrew)))
(network host)
(shell "opam reinstall ffmpeg-swresample.1.2.7;\
\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 \"\\\"macos-homebrew\\\"\"; 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-swresample.1.2.7' && partial_fails=\"$partial_fails $pkg\";\
\n done;\
\n test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
\n exit 1"))
(run (network host)
(shell "(opam reinstall --with-test ffmpeg-swresample.1.2.7) || true"))
(run (shell "opam reinstall --with-test --verbose ffmpeg-swresample.1.2.7;\
\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 \"\\\"macos-homebrew\\\"\"; 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-swresample.1.2.7' && partial_fails=\"$partial_fails $pkg\";\
\n done;\
\n test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
\n exit 1"))
)
2025-10-31 15:27.09: Waiting for resource in pool OCluster
2025-10-31 15:27.12: Waiting for workerโฆ
2025-10-31 15:40.09: Got resource from pool OCluster
Building on i7-worker-04
All commits already cached
Updating files: 33% (6275/18674)
Updating files: 34% (6350/18674)
Updating files: 35% (6536/18674)
Updating files: 36% (6723/18674)
Updating files: 37% (6910/18674)
Updating files: 38% (7097/18674)
Updating files: 39% (7283/18674)
Updating files: 40% (7470/18674)
Updating files: 41% (7657/18674)
Updating files: 42% (7844/18674)
Updating files: 43% (8030/18674)
Updating files: 44% (8217/18674)
Updating files: 45% (8404/18674)
Updating files: 46% (8591/18674)
Updating files: 47% (8777/18674)
Updating files: 48% (8964/18674)
Updating files: 49% (9151/18674)
Updating files: 50% (9337/18674)
Updating files: 51% (9524/18674)
Updating files: 52% (9711/18674)
Updating files: 53% (9898/18674)
Updating files: 54% (10084/18674)
Updating files: 55% (10271/18674)
Updating files: 56% (10458/18674)
Updating files: 57% (10645/18674)
Updating files: 58% (10831/18674)
Updating files: 59% (11018/18674)
Updating files: 59% (11176/18674)
Updating files: 60% (11205/18674)
Updating files: 61% (11392/18674)
Updating files: 62% (11578/18674)
Updating files: 63% (11765/18674)
Updating files: 64% (11952/18674)
Updating files: 65% (12139/18674)
Updating files: 66% (12325/18674)
Updating files: 67% (12512/18674)
Updating files: 68% (12699/18674)
Updating files: 69% (12886/18674)
Updating files: 70% (13072/18674)
Updating files: 71% (13259/18674)
Updating files: 72% (13446/18674)
Updating files: 73% (13633/18674)
Updating files: 74% (13819/18674)
Updating files: 75% (14006/18674)
Updating files: 76% (14193/18674)
Updating files: 77% (14379/18674)
Updating files: 78% (14566/18674)
Updating files: 79% (14753/18674)
Updating files: 80% (14940/18674)
Updating files: 81% (15126/18674)
Updating files: 82% (15313/18674)
Updating files: 83% (15500/18674)
Updating files: 84% (15687/18674)
Updating files: 85% (15873/18674)
Updating files: 86% (16060/18674)
Updating files: 87% (16247/18674)
Updating files: 88% (16434/18674)
Updating files: 89% (16620/18674)
Updating files: 89% (16700/18674)
Updating files: 90% (16807/18674)
Updating files: 91% (16994/18674)
Updating files: 92% (17181/18674)
Updating files: 93% (17367/18674)
Updating files: 94% (17554/18674)
Updating files: 95% (17741/18674)
Updating files: 96% (17928/18674)
Updating files: 97% (18114/18674)
Updating files: 98% (18301/18674)
Updating files: 99% (18488/18674)
Updating files: 100% (18674/18674)
Updating files: 100% (18674/18674), done.
HEAD is now at 8a528d6bb4 Merge pull request #28792 from dbuenzli/odig
Updating 8a528d6bb4..1ad1c6b061
Fast-forward
packages/ffmpeg-av/ffmpeg-av.1.2.7/opam | 51 ++++++++++++++++++++++
packages/ffmpeg-avcodec/ffmpeg-avcodec.1.2.7/opam | 50 +++++++++++++++++++++
.../ffmpeg-avdevice/ffmpeg-avdevice.1.2.7/opam | 50 +++++++++++++++++++++
.../ffmpeg-avfilter/ffmpeg-avfilter.1.2.7/opam | 50 +++++++++++++++++++++
packages/ffmpeg-avutil/ffmpeg-avutil.1.2.7/opam | 50 +++++++++++++++++++++
.../ffmpeg-swresample/ffmpeg-swresample.1.2.7/opam | 51 ++++++++++++++++++++++
packages/ffmpeg-swscale/ffmpeg-swscale.1.2.7/opam | 50 +++++++++++++++++++++
packages/ffmpeg/ffmpeg.1.2.7/opam | 43 ++++++++++++++++++
8 files changed, 395 insertions(+)
create mode 100644 packages/ffmpeg-av/ffmpeg-av.1.2.7/opam
create mode 100644 packages/ffmpeg-avcodec/ffmpeg-avcodec.1.2.7/opam
create mode 100644 packages/ffmpeg-avdevice/ffmpeg-avdevice.1.2.7/opam
create mode 100644 packages/ffmpeg-avfilter/ffmpeg-avfilter.1.2.7/opam
create mode 100644 packages/ffmpeg-avutil/ffmpeg-avutil.1.2.7/opam
create mode 100644 packages/ffmpeg-swresample/ffmpeg-swresample.1.2.7/opam
create mode 100644 packages/ffmpeg-swscale/ffmpeg-swscale.1.2.7/opam
create mode 100644 packages/ffmpeg/ffmpeg.1.2.7/opam
(from macos-homebrew-ocaml-5.4)
2025-10-31 15:38.22 ---> using "338135fbf1889e924a607b47198b8b308c32a925cc9436066d65a9bdc402cad5" from cache
/: (user (uid 1000) (gid 1000))
/: (run (shell "ln -f ~/local/bin/opam-dev ~/local/bin/opam"))
2025-10-31 15:38.23 ---> using "7aa34524ca0a69b4a488c30909f7495a04a243f9066091b1dfe73b446b0dfcd3" from cache
/: (run (network host)
(shell "opam init --reinit -ni"))
No configuration file found, using 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 /Users/mac1000/.opam from version 2.1 to version 2.2, which can't be reverted.
You may want to back it up before going further.
Continue? [Y/n] y
[NOTE] The 'jobs' option was reset, its value was 1 and its new value will vary according to the current number of cores on your machine. You can restore the fixed value using:
opam option jobs=1 --global
Format upgrade done.
<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>
[default] no changes from git+file:///Users/mac1000/opam-repository
2025-10-31 15:38.23 ---> using "91dcaa513ca3161d91620d0583acdea5310cd52ccab1dfbdd183600da37afdb2" from cache
/: (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.4.1
# self-upgrade no
# system arch=x86_64 os=macos os-distribution=homebrew os-version=15.5
# solver builtin-0install
# install-criteria -changed,-count[avoid-version,solution]
# upgrade-criteria -count[avoid-version,solution]
# jobs 11
# repositories 1 (version-controlled)
# pinned 0
# current-switch 5.4.0
# invariant ["ocaml-base-compiler" {= "5.4.0"} | "ocaml-system" {= "5.4.0"}]
# compiler-packages ocaml-base-compiler.5.4.0, ocaml-compiler.5.4.0, ocaml-options-vanilla.1
# ocaml:native true
# ocaml:native-tools true
# ocaml:native-dynlink true
# ocaml:stubsdir /Users/mac1000/.opam/5.4.0/lib/ocaml/stublibs:/Users/mac1000/.opam/5.4.0/lib/ocaml
# ocaml:preinstalled false
# ocaml:compiler 5.4.0
2025-10-31 15:38.23 ---> using "cea1bfc0b1cda73d964aa2fc69cc828a6e6d8edd86f991754707e8b004a3cb09" from cache
/: (env OPAMDOWNLOADJOBS 1)
/: (env OPAMERRLOGLEN 0)
/: (env OPAMPRECISETRACKING 1)
/: (env CI true)
/: (env OPAM_REPO_CI true)
/: (run (shell "rm -rf opam-repository/"))
2025-10-31 15:38.24 ---> using "e3eba35b672d86e69268bbb9214f23a1f9d1fb0787b4d803840af8d45829b222" from cache
/: (copy (src .) (dst opam-repository/))
2025-10-31 15:38.26 ---> using "fd20adfc0b6f7e7deb8f09b03ab45f7c94884ed113876cded18a9d653566a357" from cache
/: (run (shell "opam repository set-url -k local --strict default opam-repository/"))
[default] Initialised
2025-10-31 15:38.26 ---> using "7066eaf2c7fad0108b12b0d0c28a67414265f47ee4e64e14e612519d395fd32d" from cache
/: (run (network host)
(shell "opam update --depexts || true"))
+ /usr/local/bin/brew "update"
- ==> Updating Homebrew...
- ==> Homebrew collects anonymous analytics.
- Read the analytics documentation (and how to opt-out) here:
- https://docs.brew.sh/Analytics
- No analytics have been recorded yet (nor will be during this `brew` run).
-
- ==> Homebrew is run entirely by unpaid volunteers. Please consider donating:
- https://github.com/Homebrew/brew#donations
-
- Already up-to-date.
2025-10-31 15:38.27 ---> using "71d6856c8722711bcb27fa1f7bf4f1a02ce17b4c5b8df5f7ece808fd428653f8" from cache
/: (run (shell "opam pin add -k version -yn ffmpeg-swresample.1.2.7 1.2.7"))
ffmpeg-swresample is now pinned to version 1.2.7
2025-10-31 15:38.27 ---> using "4272b087100eba646ab9f22a3fa4608a3cf4c603fb989b54bc0c0503bda20980" from cache
/: (run (cache (opam-archives (target /Users/mac1000/.opam/download-cache)) (homebrew (target /Users/mac1000/Library/Caches/Homebrew)))
(network host)
(shell "opam reinstall ffmpeg-swresample.1.2.7;\
\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 \"\\\"macos-homebrew\\\"\"; 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-swresample.1.2.7' && partial_fails=\"$partial_fails $pkg\";\
\n done;\
\n test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
\n exit 1"))
ffmpeg-swresample.1.2.7 is not installed. Install it? [Y/n] y
The following actions will be performed:
=== install 8 packages
- install conf-ffmpeg 1 [required by ffmpeg-swresample]
- install conf-pkg-config 4 [required by ffmpeg-swresample]
- install csexp 1.5.2 [required by dune-configurator]
- install dune 3.20.2 [required by ffmpeg-swresample]
- install dune-configurator 3.20.2 [required by ffmpeg-swresample]
- install ffmpeg-avcodec 1.2.7 [required by ffmpeg-swresample]
- install ffmpeg-avutil 1.2.7 [required by ffmpeg-swresample]
- install ffmpeg-swresample 1.2.7 (pinned)
The following system packages will first need to be installed:
ffmpeg pkgconf
<><> Handling external dependencies <><><><><><><><><><><><><><><><><><><><><><>
opam believes some required external dependencies are missing. opam can:
> 1. Run brew to install them (may need root/sudo access)
2. Display the recommended brew 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/local/bin/brew "install" "ffmpeg" "pkgconf"
- ==> Fetching downloads for: ffmpeg and pkgconf
- ==> Downloading https://ghcr.io/v2/homebrew/core/ffmpeg/manifests/8.0_1
- ==> Downloading https://ghcr.io/v2/homebrew/core/pkgconf/manifests/2.5.1
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/e0bf05fafcedcfbde9a9a488dc3a083cadd19584ac19f4cc053a9c265f841120--pkgconf-2.5.1.bottle_manifest.json
- ==> Fetching dependencies for ffmpeg: brotli, giflib, highway, imath, jpeg-turbo, libpng, xz, lz4, zstd, libtiff, little-cms2, libdeflate, openjph, openexr, webp, jpeg-xl, libvmaf, aom, aribb24, dav1d, freetype, libunistring, gettext, fontconfig, frei0r, ca-certificates, gmp, libidn2, libtasn1, nettle, p11-kit, openssl@3, libevent, libnghttp2, unbound, gnutls, pcre2, glib, xorgproto, libxau, libxdmcp, libxcb, libx11, libxext, libxrender, lzo, pixman, cairo, graphite2, icu4c@77, harfbuzz, lame, fribidi, libunibreak, libass, libudfread, libbluray, cjson, libmicrohttpd, mbedtls, librist, libsoxr, libssh, libvidstab, libogg, libvorbis, libvpx, opencore-amr, openjpeg, opus, rav1e, libsamplerate, flac, mpg123, libsndfile, rubberband, sdl2, snappy, speex, srt, svt-av1, leptonica, libb2, libarchive, pango, tesseract, theora, x264, x265, xvid, libsodium, zeromq and zimg
- ==> Downloading https://ghcr.io/v2/homebrew/core/brotli/manifests/1.2.0
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/43040be3ccb15626fbea32e35b07134720b9790ad66caf27be03edac1dfbfeb2--brotli-1.2.0.bottle_manifest.json
- ==> Fetching brotli
- ==> Downloading https://ghcr.io/v2/homebrew/core/brotli/blobs/sha256:c9d272f3ac33b730d548da14ca323e8b4e0185273a6c85b0f12a4bbcd9f684af
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/49275cbd817737f747f99e8ca11f4ef80696699de61035869329c540d0ed7027--brotli--1.2.0.sonoma.bottle.tar.gz
- ==> Downloading https://ghcr.io/v2/homebrew/core/giflib/manifests/5.2.2
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/283773c4d2db4fe867419d7eea6811a6417889d78fad8871041c07f49b22d2a1--giflib-5.2.2.bottle_manifest.json
- ==> Fetching giflib
- ==> Downloading https://ghcr.io/v2/homebrew/core/giflib/blobs/sha256:40d390aab5bc396eb3efa0ae00987efd8c9eb8049239f709f486a879577a41ef
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/af17051980333f84d67178c67cabbfa3d6db192c7ddb523e71a2f3ec6da59f44--giflib--5.2.2.sonoma.bottle.tar.gz
- ==> Downloading https://ghcr.io/v2/homebrew/core/highway/manifests/1.3.0
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/9c45ed9405a2a0988cb2c80afd415bcdacca07ef87ac47c277905cb96a0b611e--highway-1.3.0.bottle_manifest.json
- ==> Fetching highway
- ==> Downloading https://ghcr.io/v2/homebrew/core/highway/blobs/sha256:da1f77ecabc34ef77c51fc88b93822d97c71a2194e01718dbb0b022adcc65f18
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/3a1b113bf37cd59e2ba6c7e521546fb0ec0e08c18588726ba3d5fe46807e8dd1--highway--1.3.0.sonoma.bottle.tar.gz
- ==> Downloading https://ghcr.io/v2/homebrew/core/imath/manifests/3.2.2
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/82322ae05e389eb5b059000e61d0a7acb8176046888dc2e15344c8fd7704ade4--imath-3.2.2.bottle_manifest.json
- ==> Fetching imath
- ==> Downloading https://ghcr.io/v2/homebrew/core/imath/blobs/sha256:72a4653f1f1b9e820fcb53cd85720264dd29d9de6346d97a600d8177799020af
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/446004c64db115aed80fb3e6117b8e8e3c4d7c33f37c2fdc95d70664a316f66a--imath--3.2.2.sonoma.bottle.tar.gz
- ==> Downloading https://ghcr.io/v2/homebrew/core/jpeg-turbo/manifests/3.1.2
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/7906b64a3cf726a3ad0a5ca8dd12c925b0104749a7f6288197955a95239257d5--jpeg-turbo-3.1.2.bottle_manifest.json
- ==> Fetching jpeg-turbo
- ==> Downloading https://ghcr.io/v2/homebrew/core/jpeg-turbo/blobs/sha256:90085add5a101d6955ca901a3b42461886d5b2430f705ac93406f87bba332be1
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/4936987721a9f9666a720b3a224bcfe7c33905d9d26c51186f525373ed37e34d--jpeg-turbo--3.1.2.sonoma.bottle.tar.gz
- ==> Downloading https://ghcr.io/v2/homebrew/core/libpng/manifests/1.6.50
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/2f04a12c6ccd384325ef3d025d3e5e42fe9cfc1e07c01cd9dd48ad9b57affc4b--libpng-1.6.50.bottle_manifest.json
- ==> Fetching libpng
- ==> Downloading https://ghcr.io/v2/homebrew/core/libpng/blobs/sha256:e75d186e750e25eaec263712695e32f90f1db116a7b1b6800e4f1d8b8fcd26f5
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/3e33d57554c10d8a18dc73762cb8e1ce209aae943b08164bd9eb00139e882542--libpng--1.6.50.sonoma.bottle.tar.gz
- ==> Downloading https://ghcr.io/v2/homebrew/core/xz/manifests/5.8.1
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/86a115cc1d43ff8a480fd907f812e70a403e1675d8a7223f61bbb08cbd2adc27--xz-5.8.1.bottle_manifest.json
- ==> Fetching xz
- ==> Downloading https://ghcr.io/v2/homebrew/core/xz/blobs/sha256:6558e19cb2f13893677ec1fe075d268a69ce242a064ce1dc53940234da4b2c5f
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/4b6542fb56398cfc7335831c3feeff47ff3e191a92b7c43c5e74539fe62d952c--xz--5.8.1.sequoia.bottle.tar.gz
- ==> Downloading https://ghcr.io/v2/homebrew/core/lz4/manifests/1.10.0-1
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/8e11e90eb21a06e0f199af9d80e011e3693c77dd353b2477579d95c8471a5802--lz4-1.10.0-1.bottle_manifest.json
- ==> Fetching lz4
- ==> Downloading https://ghcr.io/v2/homebrew/core/lz4/blobs/sha256:f75cb29a4d25d37e1db38d95c5970cc45de7ec63ce43cfa881a877b424154a42
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/042532902d873e5c9a0241944df9f8952f25a1befbce2f95faa3f3154161bc3a--lz4--1.10.0.sequoia.bottle.1.tar.gz
- ==> Downloading https://ghcr.io/v2/homebrew/core/zstd/manifests/1.5.7-1
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/14f45413747fef87558cd195b1104e55d9739f9574f146051dbd6569ded74a94--zstd-1.5.7-1.bottle_manifest.json
- ==> Fetching zstd
- ==> Downloading https://ghcr.io/v2/homebrew/core/zstd/blobs/sha256:342e64c01287a716615d14d4a71770fc5930871dc0a965fbdda6062f80dc1952
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/526ee0bcc5dbf4b6f0ca556d34954a7267d57322b268645072b5e0bd8e908c44--zstd--1.5.7.sequoia.bottle.1.tar.gz
- ==> Downloading https://ghcr.io/v2/homebrew/core/libtiff/manifests/4.7.1
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/af8d0a7523f451c56f4010176e981724b17b9e0e4185e0e280f20b7b9772941b--libtiff-4.7.1.bottle_manifest.json
- ==> Fetching libtiff
- ==> Downloading https://ghcr.io/v2/homebrew/core/libtiff/blobs/sha256:7291204d8680bf0bb9e484025e5d1bef48c696b9eb81a0b59476f6edb25f7f55
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/beca8fd0324b6060f7d0c2d256d9759c8c793d6deffd8aa1dde95f6ccc5daee9--libtiff--4.7.1.sonoma.bottle.tar.gz
- ==> Downloading https://ghcr.io/v2/homebrew/core/little-cms2/manifests/2.17
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/0e5e5ac9e1df07ae001662a85a70b344b31345897c284172f14874c9d329cb85--little-cms2-2.17.bottle_manifest.json
- ==> Fetching little-cms2
- ==> Downloading https://ghcr.io/v2/homebrew/core/little-cms2/blobs/sha256:6f3a75284dcdd815c90822ac2d7ca5da326f9b1caa429b57bc95bc1f49d76881
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/4303d793f2d8151c8732b22fb711318479075b3f3cdb357843e26433724e5607--little-cms2--2.17.sonoma.bottle.tar.gz
- ==> Downloading https://ghcr.io/v2/homebrew/core/libdeflate/manifests/1.24
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/f25944af7be6e49fb1ab535f6d86ab11b6414cd8d6fca2fec1817aff2268c451--libdeflate-1.24.bottle_manifest.json
- ==> Fetching libdeflate
- ==> Downloading https://ghcr.io/v2/homebrew/core/libdeflate/blobs/sha256:2e7067afa9095766f5ea81162c05028e50d433bd334162874974598841fb9415
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/619a5369b330c1f0eaedb6223c2f05d71b918ef1382381a90a1d6a32039b808e--libdeflate--1.24.sonoma.bottle.tar.gz
- ==> Downloading https://ghcr.io/v2/homebrew/core/openjph/manifests/0.24.4
- ==> Fetching openjph
- ==> Downloading https://ghcr.io/v2/homebrew/core/openjph/blobs/sha256:4f173be40425a6466a5571b59b0fa208a9353a4396904bf6d269e42a4b56ceee
- ==> Downloading https://ghcr.io/v2/homebrew/core/openexr/manifests/3.4.2
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/39571f48b911d91aa14999bff5964722f45de7c958e7e27e6edb3db839331070--openexr-3.4.2.bottle_manifest.json
- ==> Fetching openexr
- ==> Downloading https://ghcr.io/v2/homebrew/core/openexr/blobs/sha256:e96c9c19aec1a062f4ca16287b202c734ab499ba95671b0b8c3f48dc1fc2ecfd
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/8cb7a754d13c79a1639057073aa89fb2f9828188f182e08880a6f6c4f0c0c34c--openexr--3.4.2.sonoma.bottle.tar.gz
- ==> Downloading https://ghcr.io/v2/homebrew/core/webp/manifests/1.6.0
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/6d50144a54dd109a0f6913c45cc66069274170ed1419872359bd0434856603fc--webp-1.6.0.bottle_manifest.json
- ==> Fetching webp
- ==> Downloading https://ghcr.io/v2/homebrew/core/webp/blobs/sha256:ea4e1ab3ff7e848a8b26a6e851e032887c0a5853d4586e77e98ca586b7f96a35
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/603b8d9df79cba91b0844a2973976eef865a8d4c662f01ca471a1f1a1f79d53d--webp--1.6.0.sonoma.bottle.tar.gz
- ==> Downloading https://ghcr.io/v2/homebrew/core/jpeg-xl/manifests/0.11.1_3
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/76c237ca9ff3ae682414b4ea1becb5af36494fc08f05340804ff29da4a993691--jpeg-xl-0.11.1_3.bottle_manifest.json
- ==> Fetching jpeg-xl
- ==> Downloading https://ghcr.io/v2/homebrew/core/jpeg-xl/blobs/sha256:1aeb4fc9fb480313485f8681f532fe2c511de1deab15383c57b28769a32148f6
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/edaac538833b7adfb1ff9c5fbaeb1bff72cc8afa4a0db45106292f0d3fb08a85--jpeg-xl--0.11.1_3.sonoma.bottle.tar.gz
- ==> Downloading https://ghcr.io/v2/homebrew/core/libvmaf/manifests/3.0.0-1
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/3e1a82ebf20a6bd20eace7c0c56b52b096c4fa892466fa0a9e7be486389e0974--libvmaf-3.0.0-1.bottle_manifest.json
- ==> Fetching libvmaf
- ==> Downloading https://ghcr.io/v2/homebrew/core/libvmaf/blobs/sha256:64600bc64ae6dc61c6b9f31c7c4ee35a045b72966ba85d6de1e8f7b0fb575c6f
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/c51914df0759ee9c83351a0883dea3f3cb8c089e07b2420d32cd69f48dbdc619--libvmaf--3.0.0.sonoma.bottle.1.tar.gz
- ==> Downloading https://ghcr.io/v2/homebrew/core/aom/manifests/3.13.1
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/d9c3584df7af69f682bff1acc8a757896eacf85bdfb668f031b074cafdf03cb4--aom-3.13.1.bottle_manifest.json
- ==> Fetching aom
- ==> Downloading https://ghcr.io/v2/homebrew/core/aom/blobs/sha256:5d05040b86a95990ea50468ff17b5cbe3bccb2e636a1f6256e4c0439fe189f93
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/f4c43ff971a039aa16144e96bdcd37ed0de9f8745878c5897350cd109785b9d4--aom--3.13.1.sonoma.bottle.tar.gz
- ==> Downloading https://ghcr.io/v2/homebrew/core/aribb24/manifests/1.0.4
- ==> Fetching aribb24
- ==> Downloading https://ghcr.io/v2/homebrew/core/aribb24/blobs/sha256:1b3810c428e97ddad8cbefff6c59bfa6b6ac5e00903c73cc72a985a23b87dbce
- ==> Downloading https://ghcr.io/v2/homebrew/core/dav1d/manifests/1.5.1
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/76ce8a8dffcdb3883423d0fa5ff3dbd810a979e8ef55ee544728d3cf5625c656--dav1d-1.5.1.bottle_manifest.json
- ==> Fetching dav1d
- ==> Downloading https://ghcr.io/v2/homebrew/core/dav1d/blobs/sha256:0eab150c56858a839a017d529f909abbd7c83092a8815d21e51787e060e79b4f
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/34e366825a6c531507b745b240001589bf92366bf0d1721b1487c5fb5dbae54a--dav1d--1.5.1.sonoma.bottle.tar.gz
- ==> Downloading https://ghcr.io/v2/homebrew/core/freetype/manifests/2.14.1_1
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/11daa2aac46a2d65e8079364f05481c72e9c71906a5f5abf7ca711ad1a53a237--freetype-2.14.1_1.bottle_manifest.json
- ==> Fetching freetype
- ==> Downloading https://ghcr.io/v2/homebrew/core/freetype/blobs/sha256:600186586fab89dec45ca8e4da1ca6bf00576326fb43b311ff9f705105a6df2e
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/3be49ea49fe0b0f95eed4951628bfa3f2211c0e0943de34cc110e28aa96d9280--freetype--2.14.1_1.sonoma.bottle.tar.gz
- ==> Downloading https://ghcr.io/v2/homebrew/core/libunistring/manifests/1.4.1
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/01b6a59504897811bd37ce076d575925ff56ac26ed4411438221dddef0807896--libunistring-1.4.1.bottle_manifest.json
- ==> Fetching libunistring
- ==> Downloading https://ghcr.io/v2/homebrew/core/libunistring/blobs/sha256:4e3960f18ae73ba2bdb6b046431c9fac5936138cb68f454752b8e7de0aea54f8
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/2f33308898a7ab004cd499ebf8c898d51f3f22c100357533790794cc0a760a54--libunistring--1.4.1.sonoma.bottle.tar.gz
- ==> Downloading https://ghcr.io/v2/homebrew/core/gettext/manifests/0.26
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/d28158ffec04fae757cdbeb46750e8e2ed43b7b17ada49d72a5bda2cff4cd6ed--gettext-0.26.bottle_manifest.json
- ==> Fetching gettext
- ==> Downloading https://ghcr.io/v2/homebrew/core/gettext/blobs/sha256:87ac92958d68cfd4c000879302cc8237f9ab38aec9429c6970b31667c3d53870
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/fc9d2d4b924a5357a60f4a3c7edf94b9b3f1792be79585467c110cdc4b3a69ff--gettext--0.26.sonoma.bottle.tar.gz
- ==> Downloading https://ghcr.io/v2/homebrew/core/fontconfig/manifests/2.17.1-1
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/e53a8e68cd621f68ec95803ef9b8e6c8a4b6539c3a73b3da85788a6ab9da7606--fontconfig-2.17.1-1.bottle_manifest.json
- ==> Fetching fontconfig
- ==> Downloading https://ghcr.io/v2/homebrew/core/fontconfig/blobs/sha256:ca0deb10e43960476c8c417e78f14e81bc2d0674c7860db8efb842d206093137
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/fd91bc78cf3ce0d578de5b5de0488e4cde02628514086bf761b5fbf0ea69f24b--fontconfig--2.17.1.sonoma.bottle.1.tar.gz
- ==> Downloading https://ghcr.io/v2/homebrew/core/frei0r/manifests/2.5.0
- ==> Fetching frei0r
- ==> Downloading https://ghcr.io/v2/homebrew/core/frei0r/blobs/sha256:e567db0ed4ceeaea6954374249b01e5da74cbd7bae67a3dccb08d6ccefe1dc9f
- ==> Downloading https://ghcr.io/v2/homebrew/core/ca-certificates/manifests/2025-09-09-1
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/4d4fbd31e178e7d46676ee46b8a629a56cf084bda67d2ae2d543a7a9b8d0718a--ca-certificates-2025-09-09-1.bottle_manifest.json
- ==> Fetching ca-certificates
- ==> Downloading https://ghcr.io/v2/homebrew/core/ca-certificates/blobs/sha256:bf8219c33f6de8c2554cff8bcff1e9061ba61e9201acdabf6955347a3b72eb03
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/6085493d1b30b576e5ad85aa34370174eec955f21a0516162a86816a4bd1cd1b--ca-certificates--2025-09-09.all.bottle.1.tar.gz
- ==> Downloading https://ghcr.io/v2/homebrew/core/gmp/manifests/6.3.0
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/70a72a71216843d66a953c06ff6337445ce9bc94fae9f0e301e2f59005274a8e--gmp-6.3.0.bottle_manifest.json
- ==> Fetching gmp
- ==> Downloading https://ghcr.io/v2/homebrew/core/gmp/blobs/sha256:d1192da68b2618652f4be0dd9f56b18d2d276481440ae241ce9cc17be0450e07
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/ea83c2ee63250dbc931826078df9b212ba8618ad631319170d4cb55723e4fe0b--gmp--6.3.0.sequoia.bottle.tar.gz
- ==> Downloading https://ghcr.io/v2/homebrew/core/libidn2/manifests/2.3.8
- ==> Fetching libidn2
- ==> Downloading https://ghcr.io/v2/homebrew/core/libidn2/blobs/sha256:ef2c85790a55f54f58fceb849e1ee46f2b06ebe516c83043e68c979e47934e6f
- ==> Downloading https://ghcr.io/v2/homebrew/core/libtasn1/manifests/4.20.0
- ==> Fetching libtasn1
- ==> Downloading https://ghcr.io/v2/homebrew/core/libtasn1/blobs/sha256:75cccbdfc213e905656c372ca5b9496cf88dea3a0fd9dcb032f06bbdd061228b
- ==> Downloading https://ghcr.io/v2/homebrew/core/nettle/manifests/3.10.2
- ==> Fetching nettle
- ==> Downloading https://ghcr.io/v2/homebrew/core/nettle/blobs/sha256:46f05ed1c965061f176755083b8a14e6f8cfc3543201d95691bc2a4090309152
- ==> Downloading https://ghcr.io/v2/homebrew/core/p11-kit/manifests/0.25.10
- ==> Fetching p11-kit
- ==> Downloading https://ghcr.io/v2/homebrew/core/p11-kit/blobs/sha256:ae3f66252d3f096e99c38031d24ce1241ca306d1fa17f7f921e1d35bec1ef182
- ==> Downloading https://ghcr.io/v2/homebrew/core/openssl/3/manifests/3.6.0
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/403c903e557d19d801f4c6b4f635c9553af72a487024139a5773e636c884ef9e--openssl@3-3.6.0.bottle_manifest.json
- ==> Fetching openssl@3
- ==> Downloading https://ghcr.io/v2/homebrew/core/openssl/3/blobs/sha256:a015d2e06290484b37547a57b60c6bc5bd45be0479e0c58529ffa4359a3f6225
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/8dc0f2d4b5d1dc3675652c2239ed47f365d72b5ec28d9c875fddff6150f0b7a0--openssl@3--3.6.0.sequoia.bottle.tar.gz
- ==> Downloading https://ghcr.io/v2/homebrew/core/libevent/manifests/2.1.12_1
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/68b113f9ab63db45f4e1860de522ce2ca4fa081eb3c0d5c7d6005a35c3cf8d06--libevent-2.1.12_1.bottle_manifest.json
- ==> Fetching libevent
- ==> Downloading https://ghcr.io/v2/homebrew/core/libevent/blobs/sha256:5d54f13cd93d87185bd7bb592cb945d1f64cac3e88d1e46c2fb5d9ea538d9623
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/04f847fd8a3e396a3957fc7c95e77d47c292140c4dc8e2795dd8dedf9a307478--libevent--2.1.12_1.sonoma.bottle.tar.gz
- ==> Downloading https://ghcr.io/v2/homebrew/core/libnghttp2/manifests/1.68.0
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/16e7ebe81106c5b0b363cf16b9a25118a344811cd317e5042943682b17675a76--libnghttp2-1.68.0.bottle_manifest.json
- ==> Fetching libnghttp2
- ==> Downloading https://ghcr.io/v2/homebrew/core/libnghttp2/blobs/sha256:b848ec2c3a09ee31c4a1b6923c100dc0c1056e907f933f2d368c594a0175dd39
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/ed375bba997bd6bdf94628c1c66f9e0286514bd1ad7069de97e696e1c4779dc0--libnghttp2--1.68.0.sonoma.bottle.tar.gz
- ==> Downloading https://ghcr.io/v2/homebrew/core/unbound/manifests/1.24.1
- ==> Fetching unbound
- ==> Downloading https://ghcr.io/v2/homebrew/core/unbound/blobs/sha256:824d9ac0ed639af4e1bdd70f1dbf69cacbf5eaab1f88d6da3dd6170807d2b876
- ==> Downloading https://ghcr.io/v2/homebrew/core/gnutls/manifests/3.8.10
- ==> Fetching gnutls
- ==> Downloading https://ghcr.io/v2/homebrew/core/gnutls/blobs/sha256:c51042eeda15d908411b453fa586237f046c2f4fb7f4083b43f454df95440291
- ==> Downloading https://ghcr.io/v2/homebrew/core/pcre2/manifests/10.47
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/43e006145d881575c409981c8f01b0da6e06eff7265402874591a1cb91e3531d--pcre2-10.47.bottle_manifest.json
- ==> Fetching pcre2
- ==> Downloading https://ghcr.io/v2/homebrew/core/pcre2/blobs/sha256:20d5064b4a9454114faac74629efdd7fbac4cff541488f6cf035ceaeae45c51d
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/e94d233f0d816593f6fdb740fe3d871f8c493140d0c9b33a6346dc3dd1fc27ed--pcre2--10.47.sonoma.bottle.tar.gz
- ==> Downloading https://ghcr.io/v2/homebrew/core/glib/manifests/2.86.1
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/293711d0188faea250e50a411b5c5c818ab92eb168eac05d162d61d94d1e3189--glib-2.86.1.bottle_manifest.json
- ==> Fetching glib
- ==> Downloading https://ghcr.io/v2/homebrew/core/glib/blobs/sha256:2468ee427a8741ff97427ef78e4fe90445bb3dd65f4c80e55022b6fa8ed52b7d
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/c52fdcfef69d0d2a510ebd2c212af61d42a45b8d0aecb34a8d7eba401c51700e--glib--2.86.1.sonoma.bottle.tar.gz
- ==> Downloading https://ghcr.io/v2/homebrew/core/xorgproto/manifests/2024.1
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/d89d69340366d1d015e7214520f64081e2d82d7955fb28c6ea5f6539dcb610b2--xorgproto-2024.1.bottle_manifest.json
- ==> Fetching xorgproto
- ==> Downloading https://ghcr.io/v2/homebrew/core/xorgproto/blobs/sha256:3307601f0a03f6c51b640fb11064ef2c2264cc9c20de0604a255370edee3f7f4
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/4c1f6f68a1f0f8735608642fe9278104d2031d0cfcbd737c0ea5d69b85f6841f--xorgproto--2024.1.sonoma.bottle.tar.gz
- ==> Downloading https://ghcr.io/v2/homebrew/core/libxau/manifests/1.0.12
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/6335be202d59f96fdee2e4a02f93d8ee87dfcfdbaa4ed132b8fe8c3e3651e27c--libxau-1.0.12.bottle_manifest.json
- ==> Fetching libxau
- ==> Downloading https://ghcr.io/v2/homebrew/core/libxau/blobs/sha256:46c7dff8ac6917ffc355a1ac7242fb37f53cb4e7276a9c297b31cd0d35b36b6f
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/ad2b300afce37eb83a3854f3fed974a77aef4f7ad9021e24649184219c29484c--libxau--1.0.12.sonoma.bottle.tar.gz
- ==> Downloading https://ghcr.io/v2/homebrew/core/libxdmcp/manifests/1.1.5
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/8713e53f73d0be64780dbea522b0ee07027e6cc7828ff1a4fa0a6596f14cfe25--libxdmcp-1.1.5.bottle_manifest.json
- ==> Fetching libxdmcp
- ==> Downloading https://ghcr.io/v2/homebrew/core/libxdmcp/blobs/sha256:b43d28c50f25ee0775a1bd4269e236d00e352ac060522bfc9186b35165095c56
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/19250806e5b71fd875c53f22b8678a0cab1a06ee8c94abb73a97e28f52783f38--libxdmcp--1.1.5.sonoma.bottle.tar.gz
- ==> Downloading https://ghcr.io/v2/homebrew/core/libxcb/manifests/1.17.0-1
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/a17e9d0e04a0013a5be592875b012c409023664b3df084b8051766331d213ff5--libxcb-1.17.0-1.bottle_manifest.json
- ==> Fetching libxcb
- ==> Downloading https://ghcr.io/v2/homebrew/core/libxcb/blobs/sha256:d7cbef805f6d1aab547a65a931972df59a768bb48ff845ecdcbf7b404f64cfa6
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/7be0e75dc24a393d284307c52bbbe24a88715c70ed5af448509ada7cb0881914--libxcb--1.17.0.sonoma.bottle.1.tar.gz
- ==> Downloading https://ghcr.io/v2/homebrew/core/libx11/manifests/1.8.12
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/8510ddcf75e7c4313fe4f8b0999d667b22f2ae0b850bc80ba53becb609335934--libx11-1.8.12.bottle_manifest.json
- ==> Fetching libx11
- ==> Downloading https://ghcr.io/v2/homebrew/core/libx11/blobs/sha256:5d916769cf91a23fff62dbd1b9c791beeca44504e72907511b352f8f758dae4b
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/77f90bb088fb6a8a6769efc9e01d2ad6d80050e608bddd534f7e2becb53dac14--libx11--1.8.12.sonoma.bottle.tar.gz
- ==> Downloading https://ghcr.io/v2/homebrew/core/libxext/manifests/1.3.6
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/fedb843acbfcf682fb451396914bfc096f9ea2748376d4c43ce2af7ce1b766b7--libxext-1.3.6.bottle_manifest.json
- ==> Fetching libxext
- ==> Downloading https://ghcr.io/v2/homebrew/core/libxext/blobs/sha256:86fd68fab7f6cdcca7212812b697efc8d2c1349ceada7c74a1eeabf0f9ec8523
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/5583bffd4aa478a8474331362bad04933cbb8037a4f74079bc455c0befb94706--libxext--1.3.6.sonoma.bottle.tar.gz
- ==> Downloading https://ghcr.io/v2/homebrew/core/libxrender/manifests/0.9.12
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/152fb22ff88a23b62841dcfa14aac21018e1d736c072d732185f6139ef922e1c--libxrender-0.9.12.bottle_manifest.json
- ==> Fetching libxrender
- ==> Downloading https://ghcr.io/v2/homebrew/core/libxrender/blobs/sha256:97554360bb9c9e82ebc7140f0186f02c103e877988c1d4a0139fbd5be1990f6a
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/4603e4553931c5eb7625a260d9666de38ad5338e3c293559ff782f23309ad922--libxrender--0.9.12.sonoma.bottle.tar.gz
- ==> Downloading https://ghcr.io/v2/homebrew/core/lzo/manifests/2.10
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/d4aa5b0c239912c53bc857d1012c6b7feb4acb509618f5e100f95bf8521f08e7--lzo-2.10.bottle_manifest.json
- ==> Fetching lzo
- ==> Downloading https://ghcr.io/v2/homebrew/core/lzo/blobs/sha256:11b8557744feb28974cb4caa92a16a89f3ead77468778cc17c2f349502df495e
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/2f0dc4a5fcf804e3ccfdd46e29b128bb47ad436437faf1d189a7e6096ae94830--lzo--2.10.sonoma.bottle.tar.gz
- ==> Downloading https://ghcr.io/v2/homebrew/core/pixman/manifests/0.46.4-1
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/e126e982eb104730948984be72236847b1596aad6f864dd8735e83f5c45520e3--pixman-0.46.4-1.bottle_manifest.json
- ==> Fetching pixman
- ==> Downloading https://ghcr.io/v2/homebrew/core/pixman/blobs/sha256:491c963c8c80dc12305465d1191e4f29670a0cbda311d741ef8d074660392abc
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/0335a6734c7d35ba6636fa6d5580aa05f8bf45dc4643b18a0dbd276b3877a139--pixman--0.46.4.sonoma.bottle.1.tar.gz
- ==> Downloading https://ghcr.io/v2/homebrew/core/cairo/manifests/1.18.4-1
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/20ed33a2e096e765590dfd3f665e6d8f6fbf77fa078113e3acce004e8e53c635--cairo-1.18.4-1.bottle_manifest.json
- ==> Fetching cairo
- ==> Downloading https://ghcr.io/v2/homebrew/core/cairo/blobs/sha256:a29a888d7f2cdf008c4e0525a72e3f5ad68c7917b830dad7c3d66f6e050fa4a2
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/7cec183349fe431549b65b25b115f3e9d3528a599a10383681b59f551cbfb40e--cairo--1.18.4.sonoma.bottle.1.tar.gz
- ==> Downloading https://ghcr.io/v2/homebrew/core/graphite2/manifests/1.3.14-1
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/b1af07653656b9533d722782392c6dc5e1955220af34d6df6b861f085223d6b0--graphite2-1.3.14-1.bottle_manifest.json
- ==> Fetching graphite2
- ==> Downloading https://ghcr.io/v2/homebrew/core/graphite2/blobs/sha256:3871c6bd9b5511974b9e95269cbfe2f58fdd01c85f541707a1863234e983da01
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/881393220aac89d9bf1a783b169f77a2948c80b879c3233a6cf1634db59e0fe3--graphite2--1.3.14.sonoma.bottle.1.tar.gz
- ==> Downloading https://ghcr.io/v2/homebrew/core/icu4c/77/manifests/77.1
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/35ec2c3adb94255ba47424a4334da9616d97e1ec6d59ed907b368535018bed0a--icu4c@77-77.1.bottle_manifest.json
- ==> Fetching icu4c@77
- ==> Downloading https://ghcr.io/v2/homebrew/core/icu4c/77/blobs/sha256:54d609febedd08e8a4a825435d85f6d4db045f586523edb8965434e8e9c93fa6
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/11e74c87967dc86e6b3deabe4c454ae87bbf7535c100ec0d330418593c466408--icu4c@77--77.1.sonoma.bottle.tar.gz
- ==> Downloading https://ghcr.io/v2/homebrew/core/harfbuzz/manifests/12.1.0-1
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/5f1389081d9b9e17b6c754c4e5dbf5d75ad247217bd200f7d61e15a3ecfeb1e8--harfbuzz-12.1.0-1.bottle_manifest.json
- ==> Fetching harfbuzz
- ==> Downloading https://ghcr.io/v2/homebrew/core/harfbuzz/blobs/sha256:8723a67520f71142fb80d9a68ec9d431f5e8d9c93f277a668414588890912895
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/e6c5ec76b8ad58390111050247ba30398822dc7853faf7d1014ea31065770b65--harfbuzz--12.1.0.sonoma.bottle.1.tar.gz
- ==> Downloading https://ghcr.io/v2/homebrew/core/lame/manifests/3.100
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/31e57f3a54d6908e2c153f5eb435715208f3bd9db71e16470b553d72e051b269--lame-3.100.bottle_manifest.json
- ==> Fetching lame
- ==> Downloading https://ghcr.io/v2/homebrew/core/lame/blobs/sha256:931beb6c95eab8c908ed21a041cfd6e3295e63d91c076d5d376d65a7984b09ae
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/99156d2cdb4de6efba1b7132cc182a5aec4e4116d15a08776f2ec9daf2f0887e--lame--3.100.sonoma.bottle.tar.gz
- ==> Downloading https://ghcr.io/v2/homebrew/core/fribidi/manifests/1.0.16
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/9b4a81e7d1c2fe7c2d8ed4194565744f65bab0238c00f7f3f521f5aec2b8697f--fribidi-1.0.16.bottle_manifest.json
- ==> Fetching fribidi
- ==> Downloading https://ghcr.io/v2/homebrew/core/fribidi/blobs/sha256:abda3f3925574ac53d9fa5a7629102dda29132a64cf1a9f756eedc3258d1e855
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/d58dd9f3a4f417985f847d7b2e69bf6281674be74db4aef1a2f05c55a5720da2--fribidi--1.0.16.sonoma.bottle.tar.gz
- ==> Downloading https://ghcr.io/v2/homebrew/core/libunibreak/manifests/6.1
- ==> Fetching libunibreak
- ==> Downloading https://ghcr.io/v2/homebrew/core/libunibreak/blobs/sha256:e567abc03dc6d7df4bb3f5e6347dd58b8738d1b79cb03e151b44fce2ea9b6ce1
- ==> Downloading https://ghcr.io/v2/homebrew/core/libass/manifests/0.17.4
- ==> Fetching libass
- ==> Downloading https://ghcr.io/v2/homebrew/core/libass/blobs/sha256:92276181000efe0ae9530213fed782fa369d434085817225c731785c155b582d
- ==> Downloading https://ghcr.io/v2/homebrew/core/libudfread/manifests/1.2.0
- ==> Fetching libudfread
- ==> Downloading https://ghcr.io/v2/homebrew/core/libudfread/blobs/sha256:f48224450840a89fd3c0941f0fdfcca6e25900174a2dc0529b5b741794ebdc1a
- ==> Downloading https://ghcr.io/v2/homebrew/core/libbluray/manifests/1.4.0
- ==> Fetching libbluray
- ==> Downloading https://ghcr.io/v2/homebrew/core/libbluray/blobs/sha256:e2b27ef091b17aaf34664816d28ca6586e76930b53b65d5e39b05f4f3e8cddbc
- ==> Downloading https://ghcr.io/v2/homebrew/core/cjson/manifests/1.7.19
- ==> Fetching cjson
- ==> Downloading https://ghcr.io/v2/homebrew/core/cjson/blobs/sha256:38330ec91289eb1a460d5f0db4bdf61dd897d919fd1bd217eb2fd0fdf7c11fe3
- ==> Downloading https://ghcr.io/v2/homebrew/core/libmicrohttpd/manifests/1.0.2
- ==> Fetching libmicrohttpd
- ==> Downloading https://ghcr.io/v2/homebrew/core/libmicrohttpd/blobs/sha256:156e4a7aff40fbe887ee8bb29c5a9d5461344f6691e892549a3ffb9e6bcf77bf
- ==> Downloading https://ghcr.io/v2/homebrew/core/mbedtls/manifests/3.6.4
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/f8d4efac4f45534e0b9e8209b23c94ca2ccb5eb43d539f044e3b33313ae6a831--mbedtls-3.6.4.bottle_manifest.json
- ==> Fetching mbedtls
- ==> Downloading https://ghcr.io/v2/homebrew/core/mbedtls/blobs/sha256:d6868d898949c78b4cbb9ea8c2bac0b858102344e84d516dd8759a0905019b02
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/e7c5606eb147791f6fde408eafb309e825219c69284298cdb622528f82995582--mbedtls--3.6.4.sonoma.bottle.tar.gz
- ==> Downloading https://ghcr.io/v2/homebrew/core/librist/manifests/0.2.11
- ==> Fetching librist
- ==> Downloading https://ghcr.io/v2/homebrew/core/librist/blobs/sha256:e3d7ba37bcb616c8e01ec27539761d081b734a33ea109ae7cb40a0794c97e4da
- ==> Downloading https://ghcr.io/v2/homebrew/core/libsoxr/manifests/0.1.3-1
- ==> Fetching libsoxr
- ==> Downloading https://ghcr.io/v2/homebrew/core/libsoxr/blobs/sha256:00d2a5318828b9120aaa460510b5d23edee43f1e5db04cf74ba12a3908642d3c
- ==> Downloading https://ghcr.io/v2/homebrew/core/libssh/manifests/0.11.3
- ==> Fetching libssh
- ==> Downloading https://ghcr.io/v2/homebrew/core/libssh/blobs/sha256:ab10e4e2fcd6ce97b7d7c7dfbaea0067fdd104d2a48fca3c879bfcf3cf43a60f
- ==> Downloading https://ghcr.io/v2/homebrew/core/libvidstab/manifests/1.1.1
- ==> Fetching libvidstab
- ==> Downloading https://ghcr.io/v2/homebrew/core/libvidstab/blobs/sha256:4263aef306ed5a576474d9101d8a75afc7c8e39f68a783940a81ae9fb772fe67
- ==> Downloading https://ghcr.io/v2/homebrew/core/libogg/manifests/1.3.6
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/2771c95e2ec94043bd81d507b7f5068b581ad45cd1d3529739b5fd47a5031fe8--libogg-1.3.6.bottle_manifest.json
- ==> Fetching libogg
- ==> Downloading https://ghcr.io/v2/homebrew/core/libogg/blobs/sha256:7a0ea60e18a7c1da00972c28055638f1ddd1335f3be74821cb9df40dab680f7b
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/1593c0ff1e7a0fe3ea8960dabaab81f8c4f0084798e55edb53b889d44e07ed4b--libogg--1.3.6.sonoma.bottle.tar.gz
- ==> Downloading https://ghcr.io/v2/homebrew/core/libvorbis/manifests/1.3.7-1
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/68d211b8805a2fab148645c2ac8e43495e576876d6f50f0c4af5ea890730b7ea--libvorbis-1.3.7-1.bottle_manifest.json
- ==> Fetching libvorbis
- ==> Downloading https://ghcr.io/v2/homebrew/core/libvorbis/blobs/sha256:94aafb164cf8490d1d7c1cbe32695995c592c63a8cafe8621e793819079d7f46
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/25b6806d2795fae90bca3012c1aa36f9736746551923c0b1487239b51f8fe7d6--libvorbis--1.3.7.sonoma.bottle.1.tar.gz
- ==> Downloading https://ghcr.io/v2/homebrew/core/libvpx/manifests/1.15.2
- ==> Fetching libvpx
- ==> Downloading https://ghcr.io/v2/homebrew/core/libvpx/blobs/sha256:2b32497dc2978a8ac931cbd93bbcd8669b49421a5ddc8f0b1313a2977f05f121
- ==> Downloading https://ghcr.io/v2/homebrew/core/opencore-amr/manifests/0.1.6
- ==> Fetching opencore-amr
- ==> Downloading https://ghcr.io/v2/homebrew/core/opencore-amr/blobs/sha256:9c8eb887fac92ec6077aff4031f73c6cf493c0e41f1f54e3850e356ee911309d
- ==> Downloading https://ghcr.io/v2/homebrew/core/openjpeg/manifests/2.5.4
- ==> Fetching openjpeg
- ==> Downloading https://ghcr.io/v2/homebrew/core/openjpeg/blobs/sha256:29b22e2c699765b32b3511f65bd87f6860d6bbf5f5f75e3b3ed5e268f6a547bb
- ==> Downloading https://ghcr.io/v2/homebrew/core/opus/manifests/1.5.2
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/ab70a7e8383f42047a27c0638675dbd9c3229997a01eed45d76f174664a4b607--opus-1.5.2.bottle_manifest.json
- ==> Fetching opus
- ==> Downloading https://ghcr.io/v2/homebrew/core/opus/blobs/sha256:858dbe63f7a6489d18c9ab19114496081881623319bce3b917e686e63550dd84
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/aaea912ce05435828f1a90575fe8cb73d20388fb3413e1cb3987571aad3b4ae2--opus--1.5.2.sonoma.bottle.tar.gz
- ==> Downloading https://ghcr.io/v2/homebrew/core/rav1e/manifests/0.8.1
- ==> Fetching rav1e
- ==> Downloading https://ghcr.io/v2/homebrew/core/rav1e/blobs/sha256:9257e1d8cfbeceb7c20c8605281fb69781e6897b7e226a7b93d60c0ea57ad508
- ==> Downloading https://ghcr.io/v2/homebrew/core/libsamplerate/manifests/0.2.2-1
- ==> Fetching libsamplerate
- ==> Downloading https://ghcr.io/v2/homebrew/core/libsamplerate/blobs/sha256:6c59b98bd83a71ff444c2cd2a480d78459244174fb8ec7234ba9438b03ca53d5
- ==> Downloading https://ghcr.io/v2/homebrew/core/flac/manifests/1.5.0
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/089760ef9c022b15fbe3b3eaf6297c3ced28db6633ea0c868a569ae651efb325--flac-1.5.0.bottle_manifest.json
- ==> Fetching flac
- ==> Downloading https://ghcr.io/v2/homebrew/core/flac/blobs/sha256:8b3a61d7bedcef1e927057d3d7ef21b1ae69fddfb6a462b98def7f57e306a6a4
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/706c1a33844cd76dd5bf7ddfd253a3bc5ed398c05f59514654c6297cee53ce8d--flac--1.5.0.sonoma.bottle.tar.gz
- ==> Downloading https://ghcr.io/v2/homebrew/core/mpg123/manifests/1.33.3
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/9a791838e59efa9f5945001153140af643cc2cfb0418e8a1bd8115f6d6ec525a--mpg123-1.33.3.bottle_manifest.json
- ==> Fetching mpg123
- ==> Downloading https://ghcr.io/v2/homebrew/core/mpg123/blobs/sha256:46d9a3116cf7de6bca9e935fa84486ebec292d532cb202455a217b61809344bf
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/9f2a87a2ce343bc9a0011384a6069d46dd0a41c042de0c6220bda4fe9c671371--mpg123--1.33.3.sonoma.bottle.tar.gz
- ==> Downloading https://ghcr.io/v2/homebrew/core/libsndfile/manifests/1.2.2_1
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/2e97439a3a58c856a00043feceb29f382febc8542b8a0c0a31aa202b2c93ea08--libsndfile-1.2.2_1.bottle_manifest.json
- ==> Fetching libsndfile
- ==> Downloading https://ghcr.io/v2/homebrew/core/libsndfile/blobs/sha256:ea6ba9a5dc801a8b736ad39a5e417af93c5d0514ea5a741e92da88d9327a7988
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/0ef07c178bf82e04313eb7fe995a2d4e89fb187728c250cd006abbe3be15e5d2--libsndfile--1.2.2_1.sonoma.bottle.tar.gz
- ==> Downloading https://ghcr.io/v2/homebrew/core/rubberband/manifests/4.0.0
- ==> Fetching rubberband
- ==> Downloading https://ghcr.io/v2/homebrew/core/rubberband/blobs/sha256:3bcd1310c98256b7a382f3b5bbdf1e22a060bb41989fab028122e0b5cd87e6af
- ==> Downloading https://ghcr.io/v2/homebrew/core/sdl2/manifests/2.32.10
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/b958255db1335b6973220bc392466f89d5e1b7bf766823b5ee3d9e26f7073fde--sdl2-2.32.10.bottle_manifest.json
- ==> Fetching sdl2
- ==> Downloading https://ghcr.io/v2/homebrew/core/sdl2/blobs/sha256:df04d6460b7ab3baefc14201d886a0e27e694a5ba11b075c5725402d8b143c15
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/d8c6e3bc6d918dad3442803186e945a6ef99092667f765be3eb5bca68c884075--sdl2--2.32.10.sonoma.bottle.tar.gz
- ==> Downloading https://ghcr.io/v2/homebrew/core/snappy/manifests/1.2.2
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/df557ce14572532f881fab983b2733f9309e751f8eb27fed71262a67f828c09d--snappy-1.2.2.bottle_manifest.json
- ==> Fetching snappy
- ==> Downloading https://ghcr.io/v2/homebrew/core/snappy/blobs/sha256:47444cd920b4f3232d1d77f51ead8a18e0a77fb5b154bff7c024bf17d700d273
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/8ef7a86541eee485bbe15cd898fffd2055c50851b77448c27c3dad7e5d007d5c--snappy--1.2.2.sonoma.bottle.tar.gz
- ==> Downloading https://ghcr.io/v2/homebrew/core/speex/manifests/1.2.1
- ==> Fetching speex
- ==> Downloading https://ghcr.io/v2/homebrew/core/speex/blobs/sha256:7dec70341e9b992efda633567a11bd75ce9bc9a21ab3490a2a37800cf0a0fc55
- ==> Downloading https://ghcr.io/v2/homebrew/core/srt/manifests/1.5.4
- ==> Fetching srt
- ==> Downloading https://ghcr.io/v2/homebrew/core/srt/blobs/sha256:a32f1c565c530f10c2a9e1d943d0eacac64b129ba745a2eb6da520d574bd798b
- ==> Downloading https://ghcr.io/v2/homebrew/core/svt-av1/manifests/3.1.2
- ==> Fetching svt-av1
- ==> Downloading https://ghcr.io/v2/homebrew/core/svt-av1/blobs/sha256:88ac875b64040b98495de3bc0beb26c5806e1bb7abe6d7ccc39a1cc9d60dfa59
- ==> Downloading https://ghcr.io/v2/homebrew/core/leptonica/manifests/1.86.0
- ==> Fetching leptonica
- ==> Downloading https://ghcr.io/v2/homebrew/core/leptonica/blobs/sha256:f536e5d74cf3c967f33bc6ae9b55571961f81818590380bc4d58a331bc8e71f7
- ==> Downloading https://ghcr.io/v2/homebrew/core/libb2/manifests/0.98.1
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/9bb23dca331f0d74876fa5c769113885b92af8a741a851cdfe99f6dfd420b12d--libb2-0.98.1.bottle_manifest.json
- ==> Fetching libb2
- ==> Downloading https://ghcr.io/v2/homebrew/core/libb2/blobs/sha256:747d5e721f9fae99dbc96b9091a4e9f237919f812723d24965846523782b7381
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/ddc55a588ae7bb5d8887cf749e1b3833b5385eaf56e9101913dfd8316fae3a6f--libb2--0.98.1.sonoma.bottle.tar.gz
- ==> Downloading https://ghcr.io/v2/homebrew/core/libarchive/manifests/3.8.2
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/b74bcb9bd37271a5233033447f5403cf35acaf06eb6c17502646a4545c73d8c9--libarchive-3.8.2.bottle_manifest.json
- ==> Fetching libarchive
- ==> Downloading https://ghcr.io/v2/homebrew/core/libarchive/blobs/sha256:93a051b1fc9b0bb44b2cec5f4af61659b51c349bb24b95dfeacf9a3c4a1850b5
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/722dc5b699fdd255f31826cd0e92a2e8f9715158abaf03c72c7d21ff1c9e4e94--libarchive--3.8.2.sonoma.bottle.tar.gz
- ==> Downloading https://ghcr.io/v2/homebrew/core/pango/manifests/1.57.0_1
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/87fe0f832b92ea43cb93acc3e2d7754f4d29ae0ddeadb5459fb4f7fd3a50e805--pango-1.57.0_1.bottle_manifest.json
- ==> Fetching pango
- ==> Downloading https://ghcr.io/v2/homebrew/core/pango/blobs/sha256:ae4ef39435487540dff3163e170936841edd376cd6ca56d5f4ba9765ce8f144e
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/2fc2b139cc1b721c70d63f7e81fb75df4d24433867755a3c5fe1eb478806ad5b--pango--1.57.0_1.sonoma.bottle.tar.gz
- ==> Downloading https://ghcr.io/v2/homebrew/core/tesseract/manifests/5.5.1
- ==> Fetching tesseract
- ==> Downloading https://ghcr.io/v2/homebrew/core/tesseract/blobs/sha256:1a804044fac31660e5d4bdffec1de80c60b6d99b21312cdaa7f69fc6c4c42304
- ==> Downloading https://ghcr.io/v2/homebrew/core/theora/manifests/1.2.0
- ==> Fetching theora
- ==> Downloading https://ghcr.io/v2/homebrew/core/theora/blobs/sha256:094215d640402c7f3730447fa4dcc8335cfbc92f759bb426335fc2ba08feaf1f
- ==> Downloading https://ghcr.io/v2/homebrew/core/x264/manifests/r3222
- ==> Fetching x264
- ==> Downloading https://ghcr.io/v2/homebrew/core/x264/blobs/sha256:3a260293e96e74afe7c763841d42085092f66711b6cec8aa693a1458e26eae3a
- ==> Downloading https://ghcr.io/v2/homebrew/core/x265/manifests/4.1-1
- ==> Fetching x265
- ==> Downloading https://ghcr.io/v2/homebrew/core/x265/blobs/sha256:303948272d75e643cbe4465e5ac39fee0b2f1f38c8b56763b62e6652fa257c1a
- ==> Downloading https://ghcr.io/v2/homebrew/core/xvid/manifests/1.3.7
- ==> Fetching xvid
- ==> Downloading https://ghcr.io/v2/homebrew/core/xvid/blobs/sha256:1ed739249685549c93ef3f8b4ed04c065ea69d814e5c7404487e113776bcee9f
- ==> Downloading https://ghcr.io/v2/homebrew/core/libsodium/manifests/1.0.20
- ==> Fetching libsodium
- ==> Downloading https://ghcr.io/v2/homebrew/core/libsodium/blobs/sha256:ebc452002391195287aef3819c1285ba597bbfe55cb926f18dae5990202afa12
- ==> Downloading https://ghcr.io/v2/homebrew/core/zeromq/manifests/4.3.5_2
- ==> Fetching zeromq
- ==> Downloading https://ghcr.io/v2/homebrew/core/zeromq/blobs/sha256:d605668191163ba70b7298653eab755dc07cf378244f0795c432cff918069008
- ==> Downloading https://ghcr.io/v2/homebrew/core/zimg/manifests/3.0.6
- ==> Fetching zimg
- ==> Downloading https://ghcr.io/v2/homebrew/core/zimg/blobs/sha256:354ba1f7b397e045e605cec5fc47abee64523b66b93e1cf7bab14e7aa92886f2
- ==> Fetching ffmpeg
- ==> Downloading https://ghcr.io/v2/homebrew/core/ffmpeg/blobs/sha256:634b227cbf3ad5772de41f501c152fa9e27a4ece621008728ebb6d3cd00a71a4
- ==> Fetching pkgconf
- ==> Downloading https://ghcr.io/v2/homebrew/core/pkgconf/blobs/sha256:a074f871aa476dec1101c13b4fcfbb9354a8b35bcb6e056f8411463913632071
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/2f783e65294d208e2dea96042a5edbde1c117183f409d4687d8d77c44c013470--pkgconf--2.5.1.sequoia.bottle.tar.gz
- ==> Installing dependencies for ffmpeg: brotli, giflib, highway, imath, jpeg-turbo, libpng, xz, lz4, zstd, libtiff, little-cms2, libdeflate, openjph, openexr, webp, jpeg-xl, libvmaf, aom, aribb24, dav1d, freetype, libunistring, gettext, fontconfig, frei0r, ca-certificates, gmp, libidn2, libtasn1, nettle, p11-kit, openssl@3, libevent, libnghttp2, unbound, gnutls, pcre2, glib, xorgproto, libxau, libxdmcp, libxcb, libx11, libxext, libxrender, lzo, pixman, cairo, graphite2, icu4c@77, harfbuzz, lame, fribidi, libunibreak, libass, libudfread, libbluray, cjson, libmicrohttpd, mbedtls, librist, libsoxr, libssh, libvidstab, libogg, libvorbis, libvpx, opencore-amr, openjpeg, opus, rav1e, libsamplerate, flac, mpg123, libsndfile, rubberband, sdl2, snappy, speex, srt, svt-av1, leptonica, libb2, libarchive, pango, tesseract, theora, x264, x265, xvid, libsodium, zeromq and zimg
- ==> Installing ffmpeg dependency: brotli
- ==> Downloading https://ghcr.io/v2/homebrew/core/brotli/manifests/1.2.0
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/43040be3ccb15626fbea32e35b07134720b9790ad66caf27be03edac1dfbfeb2--brotli-1.2.0.bottle_manifest.json
- ==> Pouring brotli--1.2.0.sonoma.bottle.tar.gz
- ๐บ /usr/local/Cellar/brotli/1.2.0: 33 files, 1.8MB
- ==> Installing ffmpeg dependency: giflib
- ==> Downloading https://ghcr.io/v2/homebrew/core/giflib/manifests/5.2.2
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/283773c4d2db4fe867419d7eea6811a6417889d78fad8871041c07f49b22d2a1--giflib-5.2.2.bottle_manifest.json
- ==> Pouring giflib--5.2.2.sonoma.bottle.tar.gz
- ๐บ /usr/local/Cellar/giflib/5.2.2: 20 files, 363.7KB
- ==> Installing ffmpeg dependency: highway
- ==> Downloading https://ghcr.io/v2/homebrew/core/highway/manifests/1.3.0
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/9c45ed9405a2a0988cb2c80afd415bcdacca07ef87ac47c277905cb96a0b611e--highway-1.3.0.bottle_manifest.json
- ==> Pouring highway--1.3.0.sonoma.bottle.tar.gz
- ๐บ /usr/local/Cellar/highway/1.3.0: 81 files, 8.7MB
- ==> Installing ffmpeg dependency: imath
- ==> Downloading https://ghcr.io/v2/homebrew/core/imath/manifests/3.2.2
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/82322ae05e389eb5b059000e61d0a7acb8176046888dc2e15344c8fd7704ade4--imath-3.2.2.bottle_manifest.json
- ==> Pouring imath--3.2.2.sonoma.bottle.tar.gz
- ๐บ /usr/local/Cellar/imath/3.2.2: 50 files, 923.4KB
- ==> Installing ffmpeg dependency: jpeg-turbo
- ==> Downloading https://ghcr.io/v2/homebrew/core/jpeg-turbo/manifests/3.1.2
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/7906b64a3cf726a3ad0a5ca8dd12c925b0104749a7f6288197955a95239257d5--jpeg-turbo-3.1.2.bottle_manifest.json
- ==> Pouring jpeg-turbo--3.1.2.sonoma.bottle.tar.gz
- ๐บ /usr/local/Cellar/jpeg-turbo/3.1.2: 47 files, 4.2MB
- ==> Installing ffmpeg dependency: libpng
- ==> Downloading https://ghcr.io/v2/homebrew/core/libpng/manifests/1.6.50
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/2f04a12c6ccd384325ef3d025d3e5e42fe9cfc1e07c01cd9dd48ad9b57affc4b--libpng-1.6.50.bottle_manifest.json
- ==> Pouring libpng--1.6.50.sonoma.bottle.tar.gz
- ๐บ /usr/local/Cellar/libpng/1.6.50: 28 files, 1.2MB
- ==> Installing ffmpeg dependency: xz
- ==> Downloading https://ghcr.io/v2/homebrew/core/xz/manifests/5.8.1
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/86a115cc1d43ff8a480fd907f812e70a403e1675d8a7223f61bbb08cbd2adc27--xz-5.8.1.bottle_manifest.json
- ==> Pouring xz--5.8.1.sequoia.bottle.tar.gz
- ๐บ /usr/local/Cellar/xz/5.8.1: 96 files, 2.3MB
- ==> Installing ffmpeg dependency: lz4
- ==> Downloading https://ghcr.io/v2/homebrew/core/lz4/manifests/1.10.0-1
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/8e11e90eb21a06e0f199af9d80e011e3693c77dd353b2477579d95c8471a5802--lz4-1.10.0-1.bottle_manifest.json
- ==> Pouring lz4--1.10.0.sequoia.bottle.1.tar.gz
- ๐บ /usr/local/Cellar/lz4/1.10.0: 24 files, 662.3KB
- ==> Installing ffmpeg dependency: zstd
- ==> Downloading https://ghcr.io/v2/homebrew/core/zstd/manifests/1.5.7-1
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/14f45413747fef87558cd195b1104e55d9739f9574f146051dbd6569ded74a94--zstd-1.5.7-1.bottle_manifest.json
- ==> Pouring zstd--1.5.7.sequoia.bottle.1.tar.gz
- ๐บ /usr/local/Cellar/zstd/1.5.7: 32 files, 2.4MB
- ==> Installing ffmpeg dependency: libtiff
- ==> Downloading https://ghcr.io/v2/homebrew/core/libtiff/manifests/4.7.1
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/af8d0a7523f451c56f4010176e981724b17b9e0e4185e0e280f20b7b9772941b--libtiff-4.7.1.bottle_manifest.json
- ==> Pouring libtiff--4.7.1.sonoma.bottle.tar.gz
- ๐บ /usr/local/Cellar/libtiff/4.7.1: 488 files, 7.8MB
- ==> Installing ffmpeg dependency: little-cms2
- ==> Downloading https://ghcr.io/v2/homebrew/core/little-cms2/manifests/2.17
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/0e5e5ac9e1df07ae001662a85a70b344b31345897c284172f14874c9d329cb85--little-cms2-2.17.bottle_manifest.json
- ==> Pouring little-cms2--2.17.sonoma.bottle.tar.gz
- ๐บ /usr/local/Cellar/little-cms2/2.17: 23 files, 1.2MB
- ==> Installing ffmpeg dependency: libdeflate
- ==> Downloading https://ghcr.io/v2/homebrew/core/libdeflate/manifests/1.24
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/f25944af7be6e49fb1ab535f6d86ab11b6414cd8d6fca2fec1817aff2268c451--libdeflate-1.24.bottle_manifest.json
- ==> Pouring libdeflate--1.24.sonoma.bottle.tar.gz
- ๐บ /usr/local/Cellar/libdeflate/1.24: 17 files, 351.3KB
- ==> Installing ffmpeg dependency: openjph
- ==> Downloading https://ghcr.io/v2/homebrew/core/openjph/manifests/0.24.4
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/dc919e5ecb13232c54006b8a9457cd6743c83c62b052486435b353897a95b93b--openjph-0.24.4.bottle_manifest.json
- ==> Pouring openjph--0.24.4.sonoma.bottle.tar.gz
- ๐บ /usr/local/Cellar/openjph/0.24.4: 25 files, 636.4KB
- ==> Installing ffmpeg dependency: openexr
- ==> Downloading https://ghcr.io/v2/homebrew/core/openexr/manifests/3.4.2
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/39571f48b911d91aa14999bff5964722f45de7c958e7e27e6edb3db839331070--openexr-3.4.2.bottle_manifest.json
- ==> Pouring openexr--3.4.2.sonoma.bottle.tar.gz
- ๐บ /usr/local/Cellar/openexr/3.4.2: 212 files, 4.3MB
- ==> Installing ffmpeg dependency: webp
- ==> Downloading https://ghcr.io/v2/homebrew/core/webp/manifests/1.6.0
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/6d50144a54dd109a0f6913c45cc66069274170ed1419872359bd0434856603fc--webp-1.6.0.bottle_manifest.json
- ==> Pouring webp--1.6.0.sonoma.bottle.tar.gz
- ๐บ /usr/local/Cellar/webp/1.6.0: 64 files, 2.5MB
- ==> Installing ffmpeg dependency: jpeg-xl
- ==> Downloading https://ghcr.io/v2/homebrew/core/jpeg-xl/manifests/0.11.1_3
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/76c237ca9ff3ae682414b4ea1becb5af36494fc08f05340804ff29da4a993691--jpeg-xl-0.11.1_3.bottle_manifest.json
- ==> Pouring jpeg-xl--0.11.1_3.sonoma.bottle.tar.gz
- ๐บ /usr/local/Cellar/jpeg-xl/0.11.1_3: 64 files, 53.3MB
- ==> Installing ffmpeg dependency: libvmaf
- ==> Downloading https://ghcr.io/v2/homebrew/core/libvmaf/manifests/3.0.0-1
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/3e1a82ebf20a6bd20eace7c0c56b52b096c4fa892466fa0a9e7be486389e0974--libvmaf-3.0.0-1.bottle_manifest.json
- ==> Pouring libvmaf--3.0.0.sonoma.bottle.1.tar.gz
- ๐บ /usr/local/Cellar/libvmaf/3.0.0: 235 files, 7.2MB
- ==> Installing ffmpeg dependency: aom
- ==> Downloading https://ghcr.io/v2/homebrew/core/aom/manifests/3.13.1
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/d9c3584df7af69f682bff1acc8a757896eacf85bdfb668f031b074cafdf03cb4--aom-3.13.1.bottle_manifest.json
- ==> Pouring aom--3.13.1.sonoma.bottle.tar.gz
- ๐บ /usr/local/Cellar/aom/3.13.1: 28 files, 12.0MB
- ==> Installing ffmpeg dependency: aribb24
- ==> Downloading https://ghcr.io/v2/homebrew/core/aribb24/manifests/1.0.4
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/60185994f1623d662ea1959234838b47c2b4b891760a6b2af42d1cd3b36f2c0f--aribb24-1.0.4.bottle_manifest.json
- ==> Pouring aribb24--1.0.4.sonoma.bottle.tar.gz
- ๐บ /usr/local/Cellar/aribb24/1.0.4: 15 files, 202.1KB
- ==> Installing ffmpeg dependency: dav1d
- ==> Downloading https://ghcr.io/v2/homebrew/core/dav1d/manifests/1.5.1
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/76ce8a8dffcdb3883423d0fa5ff3dbd810a979e8ef55ee544728d3cf5625c656--dav1d-1.5.1.bottle_manifest.json
- ==> Pouring dav1d--1.5.1.sonoma.bottle.tar.gz
- ๐บ /usr/local/Cellar/dav1d/1.5.1: 16 files, 2.3MB
- ==> Installing ffmpeg dependency: freetype
- ==> Downloading https://ghcr.io/v2/homebrew/core/freetype/manifests/2.14.1_1
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/11daa2aac46a2d65e8079364f05481c72e9c71906a5f5abf7ca711ad1a53a237--freetype-2.14.1_1.bottle_manifest.json
- ==> Pouring freetype--2.14.1_1.sonoma.bottle.tar.gz
- ๐บ /usr/local/Cellar/freetype/2.14.1_1: 68 files, 2.6MB
- ==> Installing ffmpeg dependency: libunistring
- ==> Downloading https://ghcr.io/v2/homebrew/core/libunistring/manifests/1.4.1
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/01b6a59504897811bd37ce076d575925ff56ac26ed4411438221dddef0807896--libunistring-1.4.1.bottle_manifest.json
- ==> Pouring libunistring--1.4.1.sonoma.bottle.tar.gz
- ๐บ /usr/local/Cellar/libunistring/1.4.1: 59 files, 5.6MB
- ==> Installing ffmpeg dependency: gettext
- ==> Downloading https://ghcr.io/v2/homebrew/core/gettext/manifests/0.26
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/d28158ffec04fae757cdbeb46750e8e2ed43b7b17ada49d72a5bda2cff4cd6ed--gettext-0.26.bottle_manifest.json
- ==> Pouring gettext--0.26.sonoma.bottle.tar.gz
- ๐บ /usr/local/Cellar/gettext/0.26: 2,428 files, 26.9MB
- ==> Installing ffmpeg dependency: fontconfig
- ==> Downloading https://ghcr.io/v2/homebrew/core/fontconfig/manifests/2.17.1-1
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/e53a8e68cd621f68ec95803ef9b8e6c8a4b6539c3a73b3da85788a6ab9da7606--fontconfig-2.17.1-1.bottle_manifest.json
- ==> Pouring fontconfig--2.17.1.sonoma.bottle.1.tar.gz
- ==> Regenerating font cache, this may take a while
- ==> /usr/local/Cellar/fontconfig/2.17.1/bin/fc-cache --force --really-force --verbose
- ๐บ /usr/local/Cellar/fontconfig/2.17.1: 98 files, 1.2MB
- ==> Installing ffmpeg dependency: frei0r
- ==> Downloading https://ghcr.io/v2/homebrew/core/frei0r/manifests/2.5.0
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/684e539b884e8bdbd1fc4ec58cb0fa3f062e7cb17a8b7989f32752b0c3b2e20e--frei0r-2.5.0.bottle_manifest.json
- ==> Pouring frei0r--2.5.0.sonoma.bottle.tar.gz
- ๐บ /usr/local/Cellar/frei0r/2.5.0: 164 files, 2.5MB
- ==> Installing ffmpeg dependency: ca-certificates
- ==> Downloading https://ghcr.io/v2/homebrew/core/ca-certificates/manifests/2025-09-09-1
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/4d4fbd31e178e7d46676ee46b8a629a56cf084bda67d2ae2d543a7a9b8d0718a--ca-certificates-2025-09-09-1.bottle_manifest.json
- ==> Pouring ca-certificates--2025-09-09.all.bottle.1.tar.gz
- ==> Regenerating CA certificate bundle from keychain, this may take a while...
- ๐บ /usr/local/Cellar/ca-certificates/2025-09-09: 4 files, 232.4KB
- ==> Installing ffmpeg dependency: gmp
- ==> Downloading https://ghcr.io/v2/homebrew/core/gmp/manifests/6.3.0
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/70a72a71216843d66a953c06ff6337445ce9bc94fae9f0e301e2f59005274a8e--gmp-6.3.0.bottle_manifest.json
- ==> Pouring gmp--6.3.0.sequoia.bottle.tar.gz
- ๐บ /usr/local/Cellar/gmp/6.3.0: 22 files, 3.2MB
- ==> Installing ffmpeg dependency: libidn2
- ==> Downloading https://ghcr.io/v2/homebrew/core/libidn2/manifests/2.3.8
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/f30f50fbde4bff9a71de54d684e482d7da3432656d680b97441163c6e5665468--libidn2-2.3.8.bottle_manifest.json
- ==> Pouring libidn2--2.3.8.sonoma.bottle.tar.gz
- ๐บ /usr/local/Cellar/libidn2/2.3.8: 80 files, 829.8KB
- ==> Installing ffmpeg dependency: libtasn1
- ==> Downloading https://ghcr.io/v2/homebrew/core/libtasn1/manifests/4.20.0
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/0d8e273dbfaade0247db22d4d5abf7e8d4d6c379f7912adc81c60e5d4418e8ca--libtasn1-4.20.0.bottle_manifest.json
- ==> Pouring libtasn1--4.20.0.sonoma.bottle.tar.gz
- ๐บ /usr/local/Cellar/libtasn1/4.20.0: 63 files, 513.4KB
- ==> Installing ffmpeg dependency: nettle
- ==> Downloading https://ghcr.io/v2/homebrew/core/nettle/manifests/3.10.2
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/ae7ec4f96568de46d1b75681840eb8f4af11a1b72611fbf8e7c6a6fc9efcb2da--nettle-3.10.2.bottle_manifest.json
- ==> Pouring nettle--3.10.2.sonoma.bottle.tar.gz
- ๐บ /usr/local/Cellar/nettle/3.10.2: 96 files, 2.5MB
- ==> Installing ffmpeg dependency: p11-kit
- ==> Downloading https://ghcr.io/v2/homebrew/core/p11-kit/manifests/0.25.10
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/580b71abd122015921375204c4749245be1e3fcb091f1d8f7095e1f43edbfe36--p11-kit-0.25.10.bottle_manifest.json
- ==> Pouring p11-kit--0.25.10.sonoma.bottle.tar.gz
- ๐บ /usr/local/Cellar/p11-kit/0.25.10: 33 files, 3.8MB
- ==> Installing ffmpeg dependency: openssl@3
- ==> Downloading https://ghcr.io/v2/homebrew/core/openssl/3/manifests/3.6.0
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/403c903e557d19d801f4c6b4f635c9553af72a487024139a5773e636c884ef9e--openssl@3-3.6.0.bottle_manifest.json
- ==> Pouring openssl@3--3.6.0.sequoia.bottle.tar.gz
- ๐บ /usr/local/Cellar/openssl@3/3.6.0: 7,609 files, 36MB
- ==> Installing ffmpeg dependency: libevent
- ==> Downloading https://ghcr.io/v2/homebrew/core/libevent/manifests/2.1.12_1
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/68b113f9ab63db45f4e1860de522ce2ca4fa081eb3c0d5c7d6005a35c3cf8d06--libevent-2.1.12_1.bottle_manifest.json
- ==> Pouring libevent--2.1.12_1.sonoma.bottle.tar.gz
- ๐บ /usr/local/Cellar/libevent/2.1.12_1: 58 files, 2MB
- ==> Installing ffmpeg dependency: libnghttp2
- ==> Downloading https://ghcr.io/v2/homebrew/core/libnghttp2/manifests/1.68.0
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/16e7ebe81106c5b0b363cf16b9a25118a344811cd317e5042943682b17675a76--libnghttp2-1.68.0.bottle_manifest.json
- ==> Pouring libnghttp2--1.68.0.sonoma.bottle.tar.gz
- ๐บ /usr/local/Cellar/libnghttp2/1.68.0: 14 files, 734.9KB
- ==> Installing ffmpeg dependency: unbound
- ==> Downloading https://ghcr.io/v2/homebrew/core/unbound/manifests/1.24.1
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/5d6c51e45d2f18468f288409e5b753c8bcb1cc792076cb6d3721beae0e301e3b--unbound-1.24.1.bottle_manifest.json
- ==> Pouring unbound--1.24.1.sonoma.bottle.tar.gz
- ๐บ /usr/local/Cellar/unbound/1.24.1: 59 files, 6MB
- ==> Installing ffmpeg dependency: gnutls
- ==> Downloading https://ghcr.io/v2/homebrew/core/gnutls/manifests/3.8.10
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/c898467b88b87dd70e27cf5320bf2eac03bb12867d2741112463128d3af1f639--gnutls-3.8.10.bottle_manifest.json
- ==> Pouring gnutls--3.8.10.sonoma.bottle.tar.gz
- ๐บ /usr/local/Cellar/gnutls/3.8.10: 1,296 files, 10.7MB
- ==> Installing ffmpeg dependency: pcre2
- ==> Downloading https://ghcr.io/v2/homebrew/core/pcre2/manifests/10.47
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/43e006145d881575c409981c8f01b0da6e06eff7265402874591a1cb91e3531d--pcre2-10.47.bottle_manifest.json
- ==> Pouring pcre2--10.47.sonoma.bottle.tar.gz
- ๐บ /usr/local/Cellar/pcre2/10.47: 244 files, 6.9MB
- ==> Installing ffmpeg dependency: glib
- ==> Downloading https://ghcr.io/v2/homebrew/core/glib/manifests/2.86.1
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/293711d0188faea250e50a411b5c5c818ab92eb168eac05d162d61d94d1e3189--glib-2.86.1.bottle_manifest.json
- ==> Pouring glib--2.86.1.sonoma.bottle.tar.gz
- ๐บ /usr/local/Cellar/glib/2.86.1: 504 files, 35MB
- ==> Installing ffmpeg dependency: xorgproto
- ==> Downloading https://ghcr.io/v2/homebrew/core/xorgproto/manifests/2024.1
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/d89d69340366d1d015e7214520f64081e2d82d7955fb28c6ea5f6539dcb610b2--xorgproto-2024.1.bottle_manifest.json
- ==> Pouring xorgproto--2024.1.sonoma.bottle.tar.gz
- ๐บ /usr/local/Cellar/xorgproto/2024.1: 268 files, 3.9MB
- ==> Installing ffmpeg dependency: libxau
- ==> Downloading https://ghcr.io/v2/homebrew/core/libxau/manifests/1.0.12
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/6335be202d59f96fdee2e4a02f93d8ee87dfcfdbaa4ed132b8fe8c3e3651e27c--libxau-1.0.12.bottle_manifest.json
- ==> Pouring libxau--1.0.12.sonoma.bottle.tar.gz
- ๐บ /usr/local/Cellar/libxau/1.0.12: 21 files, 93KB
- ==> Installing ffmpeg dependency: libxdmcp
- ==> Downloading https://ghcr.io/v2/homebrew/core/libxdmcp/manifests/1.1.5
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/8713e53f73d0be64780dbea522b0ee07027e6cc7828ff1a4fa0a6596f14cfe25--libxdmcp-1.1.5.bottle_manifest.json
- ==> Pouring libxdmcp--1.1.5.sonoma.bottle.tar.gz
- ๐บ /usr/local/Cellar/libxdmcp/1.1.5: 12 files, 120.7KB
- ==> Installing ffmpeg dependency: libxcb
- ==> Downloading https://ghcr.io/v2/homebrew/core/libxcb/manifests/1.17.0-1
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/a17e9d0e04a0013a5be592875b012c409023664b3df084b8051766331d213ff5--libxcb-1.17.0-1.bottle_manifest.json
- ==> Pouring libxcb--1.17.0.sonoma.bottle.1.tar.gz
- ๐บ /usr/local/Cellar/libxcb/1.17.0: 2,498 files, 6.2MB
- ==> Installing ffmpeg dependency: libx11
- ==> Downloading https://ghcr.io/v2/homebrew/core/libx11/manifests/1.8.12
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/8510ddcf75e7c4313fe4f8b0999d667b22f2ae0b850bc80ba53becb609335934--libx11-1.8.12.bottle_manifest.json
- ==> Pouring libx11--1.8.12.sonoma.bottle.tar.gz
- ๐บ /usr/local/Cellar/libx11/1.8.12: 1,043 files, 6.8MB
- ==> Installing ffmpeg dependency: libxext
- ==> Downloading https://ghcr.io/v2/homebrew/core/libxext/manifests/1.3.6
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/fedb843acbfcf682fb451396914bfc096f9ea2748376d4c43ce2af7ce1b766b7--libxext-1.3.6.bottle_manifest.json
- ==> Pouring libxext--1.3.6.sonoma.bottle.tar.gz
- ๐บ /usr/local/Cellar/libxext/1.3.6: 88 files, 430.2KB
- ==> Installing ffmpeg dependency: libxrender
- ==> Downloading https://ghcr.io/v2/homebrew/core/libxrender/manifests/0.9.12
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/152fb22ff88a23b62841dcfa14aac21018e1d736c072d732185f6139ef922e1c--libxrender-0.9.12.bottle_manifest.json
- ==> Pouring libxrender--0.9.12.sonoma.bottle.tar.gz
- ๐บ /usr/local/Cellar/libxrender/0.9.12: 13 files, 174.2KB
- ==> Installing ffmpeg dependency: lzo
- ==> Downloading https://ghcr.io/v2/homebrew/core/lzo/manifests/2.10
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/d4aa5b0c239912c53bc857d1012c6b7feb4acb509618f5e100f95bf8521f08e7--lzo-2.10.bottle_manifest.json
- ==> Pouring lzo--2.10.sonoma.bottle.tar.gz
- ๐บ /usr/local/Cellar/lzo/2.10: 32 files, 555.7KB
- ==> Installing ffmpeg dependency: pixman
- ==> Downloading https://ghcr.io/v2/homebrew/core/pixman/manifests/0.46.4-1
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/e126e982eb104730948984be72236847b1596aad6f864dd8735e83f5c45520e3--pixman-0.46.4-1.bottle_manifest.json
- ==> Pouring pixman--0.46.4.sonoma.bottle.1.tar.gz
- ๐บ /usr/local/Cellar/pixman/0.46.4: 11 files, 1.4MB
- ==> Installing ffmpeg dependency: cairo
- ==> Downloading https://ghcr.io/v2/homebrew/core/cairo/manifests/1.18.4-1
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/20ed33a2e096e765590dfd3f665e6d8f6fbf77fa078113e3acce004e8e53c635--cairo-1.18.4-1.bottle_manifest.json
- ==> Pouring cairo--1.18.4.sonoma.bottle.1.tar.gz
- ๐บ /usr/local/Cellar/cairo/1.18.4: 58 files, 4.2MB
- ==> Installing ffmpeg dependency: graphite2
- ==> Downloading https://ghcr.io/v2/homebrew/core/graphite2/manifests/1.3.14-1
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/b1af07653656b9533d722782392c6dc5e1955220af34d6df6b861f085223d6b0--graphite2-1.3.14-1.bottle_manifest.json
- ==> Pouring graphite2--1.3.14.sonoma.bottle.1.tar.gz
- ๐บ /usr/local/Cellar/graphite2/1.3.14: 19 files, 234.1KB
- ==> Installing ffmpeg dependency: icu4c@77
- ==> Downloading https://ghcr.io/v2/homebrew/core/icu4c/77/manifests/77.1
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/35ec2c3adb94255ba47424a4334da9616d97e1ec6d59ed907b368535018bed0a--icu4c@77-77.1.bottle_manifest.json
- ==> Pouring icu4c@77--77.1.sonoma.bottle.tar.gz
- ๐บ /usr/local/Cellar/icu4c@77/77.1: 277 files, 80MB
- ==> Installing ffmpeg dependency: harfbuzz
- ==> Downloading https://ghcr.io/v2/homebrew/core/harfbuzz/manifests/12.1.0-1
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/5f1389081d9b9e17b6c754c4e5dbf5d75ad247217bd200f7d61e15a3ecfeb1e8--harfbuzz-12.1.0-1.bottle_manifest.json
- ==> Pouring harfbuzz--12.1.0.sonoma.bottle.1.tar.gz
- ๐บ /usr/local/Cellar/harfbuzz/12.1.0: 77 files, 12MB
- ==> Installing ffmpeg dependency: lame
- ==> Downloading https://ghcr.io/v2/homebrew/core/lame/manifests/3.100
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/31e57f3a54d6908e2c153f5eb435715208f3bd9db71e16470b553d72e051b269--lame-3.100.bottle_manifest.json
- ==> Pouring lame--3.100.sonoma.bottle.tar.gz
- ๐บ /usr/local/Cellar/lame/3.100: 28 files, 2.3MB
- ==> Installing ffmpeg dependency: fribidi
- ==> Downloading https://ghcr.io/v2/homebrew/core/fribidi/manifests/1.0.16
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/9b4a81e7d1c2fe7c2d8ed4194565744f65bab0238c00f7f3f521f5aec2b8697f--fribidi-1.0.16.bottle_manifest.json
- ==> Pouring fribidi--1.0.16.sonoma.bottle.tar.gz
- ๐บ /usr/local/Cellar/fribidi/1.0.16: 68 files, 475.6KB
- ==> Installing ffmpeg dependency: libunibreak
- ==> Downloading https://ghcr.io/v2/homebrew/core/libunibreak/manifests/6.1
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/0ce1b2ced7836a56fa520c73ee31abcb81d0433729fe597e94ef03dd9d8a89f8--libunibreak-6.1.bottle_manifest.json
- ==> Pouring libunibreak--6.1.sonoma.bottle.tar.gz
- ๐บ /usr/local/Cellar/libunibreak/6.1: 19 files, 316.0KB
- ==> Installing ffmpeg dependency: libass
- ==> Downloading https://ghcr.io/v2/homebrew/core/libass/manifests/0.17.4
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/536891b34cc358f01c13f52a3e53ecaae3d5674e8d178736bb59ffeb622f6ce6--libass-0.17.4.bottle_manifest.json
- ==> Pouring libass--0.17.4.sonoma.bottle.tar.gz
- ๐บ /usr/local/Cellar/libass/0.17.4: 12 files, 651.6KB
- ==> Installing ffmpeg dependency: libudfread
- ==> Downloading https://ghcr.io/v2/homebrew/core/libudfread/manifests/1.2.0
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/0e101e8cb6cd3d57390b8ae34720c46dc2f4f1e8f0a00aa7be37a93771109d13--libudfread-1.2.0.bottle_manifest.json
- ==> Pouring libudfread--1.2.0.sonoma.bottle.tar.gz
- ๐บ /usr/local/Cellar/libudfread/1.2.0: 13 files, 106.7KB
- ==> Installing ffmpeg dependency: libbluray
- ==> Downloading https://ghcr.io/v2/homebrew/core/libbluray/manifests/1.4.0
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/ced42dd0b6aaee692a221d17cfd9f4b9acb2b1681567a7e5ef9773405190bf81--libbluray-1.4.0.bottle_manifest.json
- ==> Pouring libbluray--1.4.0.sonoma.bottle.tar.gz
- ๐บ /usr/local/Cellar/libbluray/1.4.0: 22 files, 785.5KB
- ==> Installing ffmpeg dependency: cjson
- ==> Downloading https://ghcr.io/v2/homebrew/core/cjson/manifests/1.7.19
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/d7a76219608d917cf875ef1052a7879e813735763e256fe04a9a2867c3c04eab--cjson-1.7.19.bottle_manifest.json
- ==> Pouring cjson--1.7.19.sonoma.bottle.tar.gz
- ๐บ /usr/local/Cellar/cjson/1.7.19: 24 files, 181.5KB
- ==> Installing ffmpeg dependency: libmicrohttpd
- ==> Downloading https://ghcr.io/v2/homebrew/core/libmicrohttpd/manifests/1.0.2
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/6ef43b41bc35826f441d3040a14df0700cf27a4e10a879b1e629e8a6e0e13ad6--libmicrohttpd-1.0.2.bottle_manifest.json
- ==> Pouring libmicrohttpd--1.0.2.sonoma.bottle.tar.gz
- ๐บ /usr/local/Cellar/libmicrohttpd/1.0.2: 26 files, 1.5MB
- ==> Installing ffmpeg dependency: mbedtls
- ==> Downloading https://ghcr.io/v2/homebrew/core/mbedtls/manifests/3.6.4
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/f8d4efac4f45534e0b9e8209b23c94ca2ccb5eb43d539f044e3b33313ae6a831--mbedtls-3.6.4.bottle_manifest.json
- ==> Pouring mbedtls--3.6.4.sonoma.bottle.tar.gz
- ๐บ /usr/local/Cellar/mbedtls/3.6.4: 198 files, 11.2MB
- ==> Installing ffmpeg dependency: librist
- ==> Downloading https://ghcr.io/v2/homebrew/core/librist/manifests/0.2.11
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/a2325d2a172aadd20de7dbffb5d9ba60ff1144a0f11f4ee120b1df815f02e59b--librist-0.2.11.bottle_manifest.json
- ==> Pouring librist--0.2.11.sonoma.bottle.tar.gz
- ๐บ /usr/local/Cellar/librist/0.2.11: 29 files, 556.8KB
- ==> Installing ffmpeg dependency: libsoxr
- ==> Downloading https://ghcr.io/v2/homebrew/core/libsoxr/manifests/0.1.3-1
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/f10988e95845131f890c95b52caea83e46332718a0787ff7b473f71e9ca6e536--libsoxr-0.1.3-1.bottle_manifest.json
- ==> Pouring libsoxr--0.1.3.sonoma.bottle.1.tar.gz
- ๐บ /usr/local/Cellar/libsoxr/0.1.3: 30 files, 321.2KB
- ==> Installing ffmpeg dependency: libssh
- ==> Downloading https://ghcr.io/v2/homebrew/core/libssh/manifests/0.11.3
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/7839e3e1d60437dbe9550ea142442db7130880b0e6b8e41d4fb2bd301eaad4f3--libssh-0.11.3.bottle_manifest.json
- ==> Pouring libssh--0.11.3.sonoma.bottle.tar.gz
- ๐บ /usr/local/Cellar/libssh/0.11.3: 25 files, 1.3MB
- ==> Installing ffmpeg dependency: libvidstab
- ==> Downloading https://ghcr.io/v2/homebrew/core/libvidstab/manifests/1.1.1
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/cd6a6b0bc36ba382104f583fa6d59418959b6719401628d655a236dfc580cd85--libvidstab-1.1.1.bottle_manifest.json
- ==> Pouring libvidstab--1.1.1.sonoma.bottle.tar.gz
- ๐บ /usr/local/Cellar/libvidstab/1.1.1: 26 files, 169.9KB
- ==> Installing ffmpeg dependency: libogg
- ==> Downloading https://ghcr.io/v2/homebrew/core/libogg/manifests/1.3.6
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/2771c95e2ec94043bd81d507b7f5068b581ad45cd1d3529739b5fd47a5031fe8--libogg-1.3.6.bottle_manifest.json
- ==> Pouring libogg--1.3.6.sonoma.bottle.tar.gz
- ๐บ /usr/local/Cellar/libogg/1.3.6: 103 files, 493.3KB
- ==> Installing ffmpeg dependency: libvorbis
- ==> Downloading https://ghcr.io/v2/homebrew/core/libvorbis/manifests/1.3.7-1
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/68d211b8805a2fab148645c2ac8e43495e576876d6f50f0c4af5ea890730b7ea--libvorbis-1.3.7-1.bottle_manifest.json
- ==> Pouring libvorbis--1.3.7.sonoma.bottle.1.tar.gz
- ๐บ /usr/local/Cellar/libvorbis/1.3.7: 158 files, 2.3MB
- ==> Installing ffmpeg dependency: libvpx
- ==> Downloading https://ghcr.io/v2/homebrew/core/libvpx/manifests/1.15.2
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/8339b291c068f0a2d760ab7abbffd80cc3c407611afdd6bf41f26bc0d19aaad6--libvpx-1.15.2.bottle_manifest.json
- ==> Pouring libvpx--1.15.2.sonoma.bottle.tar.gz
- ๐บ /usr/local/Cellar/libvpx/1.15.2: 22 files, 5.5MB
- ==> Installing ffmpeg dependency: opencore-amr
- ==> Downloading https://ghcr.io/v2/homebrew/core/opencore-amr/manifests/0.1.6
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/e2036ba279d7fa8546fb4e263e4b1276b5a68551a70e99aca9863561b1039962--opencore-amr-0.1.6.bottle_manifest.json
- ==> Pouring opencore-amr--0.1.6.sonoma.bottle.tar.gz
- ๐บ /usr/local/Cellar/opencore-amr/0.1.6: 18 files, 680.9KB
- ==> Installing ffmpeg dependency: openjpeg
- ==> Downloading https://ghcr.io/v2/homebrew/core/openjpeg/manifests/2.5.4
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/dd694a6b978072958150cfd8eeaca8f6236aed2df2d1fb5f663994fe56d7f8ef--openjpeg-2.5.4.bottle_manifest.json
- ==> Pouring openjpeg--2.5.4.sonoma.bottle.tar.gz
- ๐บ /usr/local/Cellar/openjpeg/2.5.4: 512 files, 13.9MB
- ==> Installing ffmpeg dependency: opus
- ==> Downloading https://ghcr.io/v2/homebrew/core/opus/manifests/1.5.2
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/ab70a7e8383f42047a27c0638675dbd9c3229997a01eed45d76f174664a4b607--opus-1.5.2.bottle_manifest.json
- ==> Pouring opus--1.5.2.sonoma.bottle.tar.gz
- ๐บ /usr/local/Cellar/opus/1.5.2: 16 files, 1MB
- ==> Installing ffmpeg dependency: rav1e
- ==> Downloading https://ghcr.io/v2/homebrew/core/rav1e/manifests/0.8.1
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/f59fec7d446af4f6e923227501c8bcb62c633e50876b69f91d76a629a29b087e--rav1e-0.8.1.bottle_manifest.json
- ==> Pouring rav1e--0.8.1.sonoma.bottle.tar.gz
- ๐บ /usr/local/Cellar/rav1e/0.8.1: 15 files, 52.0MB
- ==> Installing ffmpeg dependency: libsamplerate
- ==> Downloading https://ghcr.io/v2/homebrew/core/libsamplerate/manifests/0.2.2-1
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/6be12485f3237a33a9c98a4799bc5e05f5f6520175c5e08fb3545d0f7f45f9cc--libsamplerate-0.2.2-1.bottle_manifest.json
- ==> Pouring libsamplerate--0.2.2.sonoma.bottle.1.tar.gz
- ๐บ /usr/local/Cellar/libsamplerate/0.2.2: 33 files, 3.0MB
- ==> Installing ffmpeg dependency: flac
- ==> Downloading https://ghcr.io/v2/homebrew/core/flac/manifests/1.5.0
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/089760ef9c022b15fbe3b3eaf6297c3ced28db6633ea0c868a569ae651efb325--flac-1.5.0.bottle_manifest.json
- ==> Pouring flac--1.5.0.sonoma.bottle.tar.gz
- ๐บ /usr/local/Cellar/flac/1.5.0: 40 files, 1.8MB
- ==> Installing ffmpeg dependency: mpg123
- ==> Downloading https://ghcr.io/v2/homebrew/core/mpg123/manifests/1.33.3
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/9a791838e59efa9f5945001153140af643cc2cfb0418e8a1bd8115f6d6ec525a--mpg123-1.33.3.bottle_manifest.json
- ==> Pouring mpg123--1.33.3.sonoma.bottle.tar.gz
- ๐บ /usr/local/Cellar/mpg123/1.33.3: 34 files, 1.6MB
- ==> Installing ffmpeg dependency: libsndfile
- ==> Downloading https://ghcr.io/v2/homebrew/core/libsndfile/manifests/1.2.2_1
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/2e97439a3a58c856a00043feceb29f382febc8542b8a0c0a31aa202b2c93ea08--libsndfile-1.2.2_1.bottle_manifest.json
- ==> Pouring libsndfile--1.2.2_1.sonoma.bottle.tar.gz
- ๐บ /usr/local/Cellar/libsndfile/1.2.2_1: 55 files, 1.5MB
- ==> Installing ffmpeg dependency: rubberband
- ==> Downloading https://ghcr.io/v2/homebrew/core/rubberband/manifests/4.0.0
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/bc9f458d122d070584e4df5d712d01aaa5ba968f72342eb12ff5ec4cc8bb97bb--rubberband-4.0.0.bottle_manifest.json
- ==> Pouring rubberband--4.0.0.sonoma.bottle.tar.gz
- ๐บ /usr/local/Cellar/rubberband/4.0.0: 15 files, 1.9MB
- ==> Installing ffmpeg dependency: sdl2
- ==> Downloading https://ghcr.io/v2/homebrew/core/sdl2/manifests/2.32.10
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/b958255db1335b6973220bc392466f89d5e1b7bf766823b5ee3d9e26f7073fde--sdl2-2.32.10.bottle_manifest.json
- ==> Pouring sdl2--2.32.10.sonoma.bottle.tar.gz
- ๐บ /usr/local/Cellar/sdl2/2.32.10: 94 files, 6.4MB
- ==> Installing ffmpeg dependency: snappy
- ==> Downloading https://ghcr.io/v2/homebrew/core/snappy/manifests/1.2.2
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/df557ce14572532f881fab983b2733f9309e751f8eb27fed71262a67f828c09d--snappy-1.2.2.bottle_manifest.json
- ==> Pouring snappy--1.2.2.sonoma.bottle.tar.gz
- ๐บ /usr/local/Cellar/snappy/1.2.2: 19 files, 140.8KB
- ==> Installing ffmpeg dependency: speex
- ==> Downloading https://ghcr.io/v2/homebrew/core/speex/manifests/1.2.1
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/483f702af62f72259facb50d3d47cd0bb25c8f0fb887029d30051a8cef860be5--speex-1.2.1.bottle_manifest.json
- ==> Pouring speex--1.2.1.sonoma.bottle.tar.gz
- ๐บ /usr/local/Cellar/speex/1.2.1: 26 files, 803.8KB
- ==> Installing ffmpeg dependency: srt
- ==> Downloading https://ghcr.io/v2/homebrew/core/srt/manifests/1.5.4
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/33ca2d2d20854c6aeeb9dbcfb98a9721584a29e8e65bc2dcd6764f2792a2af27--srt-1.5.4.bottle_manifest.json
- ==> Pouring srt--1.5.4.sonoma.bottle.tar.gz
- ๐บ /usr/local/Cellar/srt/1.5.4: 21 files, 4.5MB
- ==> Installing ffmpeg dependency: svt-av1
- ==> Downloading https://ghcr.io/v2/homebrew/core/svt-av1/manifests/3.1.2
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/5f0ebb1578bbbce75f5c9355f6a8365fd17fbfb4c00de5c672d0c32f1ca85f03--svt-av1-3.1.2.bottle_manifest.json
- ==> Pouring svt-av1--3.1.2.sonoma.bottle.tar.gz
- ๐บ /usr/local/Cellar/svt-av1/3.1.2: 19 files, 5.5MB
- ==> Installing ffmpeg dependency: leptonica
- ==> Downloading https://ghcr.io/v2/homebrew/core/leptonica/manifests/1.86.0
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/5e53206aa624827d63b1536e33fd3b2dfb395063e121ecb07bf100ab41c3c96c--leptonica-1.86.0.bottle_manifest.json
- ==> Pouring leptonica--1.86.0.sonoma.bottle.tar.gz
- ๐บ /usr/local/Cellar/leptonica/1.86.0: 55 files, 6MB
- ==> Installing ffmpeg dependency: libb2
- ==> Downloading https://ghcr.io/v2/homebrew/core/libb2/manifests/0.98.1
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/9bb23dca331f0d74876fa5c769113885b92af8a741a851cdfe99f6dfd420b12d--libb2-0.98.1.bottle_manifest.json
- ==> Pouring libb2--0.98.1.sonoma.bottle.tar.gz
- ๐บ /usr/local/Cellar/libb2/0.98.1: 9 files, 277.3KB
- ==> Installing ffmpeg dependency: libarchive
- ==> Downloading https://ghcr.io/v2/homebrew/core/libarchive/manifests/3.8.2
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/b74bcb9bd37271a5233033447f5403cf35acaf06eb6c17502646a4545c73d8c9--libarchive-3.8.2.bottle_manifest.json
- ==> Pouring libarchive--3.8.2.sonoma.bottle.tar.gz
- ๐บ /usr/local/Cellar/libarchive/3.8.2: 65 files, 3.7MB
- ==> Installing ffmpeg dependency: pango
- ==> Downloading https://ghcr.io/v2/homebrew/core/pango/manifests/1.57.0_1
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/87fe0f832b92ea43cb93acc3e2d7754f4d29ae0ddeadb5459fb4f7fd3a50e805--pango-1.57.0_1.bottle_manifest.json
- ==> Pouring pango--1.57.0_1.sonoma.bottle.tar.gz
- ๐บ /usr/local/Cellar/pango/1.57.0_1: 69 files, 3.1MB
- ==> Installing ffmpeg dependency: tesseract
- ==> Downloading https://ghcr.io/v2/homebrew/core/tesseract/manifests/5.5.1
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/8c340e14f01f91b9d40a7d345daac768e4f8fcab6eb0b25607dbba1e10d4df0e--tesseract-5.5.1.bottle_manifest.json
- ==> Pouring tesseract--5.5.1.sonoma.bottle.tar.gz
- ๐บ /usr/local/Cellar/tesseract/5.5.1: 75 files, 32.7MB
- ==> Installing ffmpeg dependency: theora
- ==> Downloading https://ghcr.io/v2/homebrew/core/theora/manifests/1.2.0
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/64c0f5cb02e4092a50c5ed8e8407183d148da4ed4c5d581258c31037e443347b--theora-1.2.0.bottle_manifest.json
- ==> Pouring theora--1.2.0.sonoma.bottle.tar.gz
- ๐บ /usr/local/Cellar/theora/1.2.0: 126 files, 2.6MB
- ==> Installing ffmpeg dependency: x264
- ==> Downloading https://ghcr.io/v2/homebrew/core/x264/manifests/r3222
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/7b796c3f94d06f7776bf1a8d56422beacdf882a2d0ace0c8730bd997d84bf8d6--x264-r3222.bottle_manifest.json
- ==> Pouring x264--r3222.sonoma.bottle.tar.gz
- ๐บ /usr/local/Cellar/x264/r3222: 12 files, 5.6MB
- ==> Installing ffmpeg dependency: x265
- ==> Downloading https://ghcr.io/v2/homebrew/core/x265/manifests/4.1-1
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/af3d0898a21be2f4d792a707ba01ec1ede8578aca0b60918ba5497abf81d0931--x265-4.1-1.bottle_manifest.json
- ==> Pouring x265--4.1.sonoma.bottle.1.tar.gz
- ๐บ /usr/local/Cellar/x265/4.1: 12 files, 36.5MB
- ==> Installing ffmpeg dependency: xvid
- ==> Downloading https://ghcr.io/v2/homebrew/core/xvid/manifests/1.3.7
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/b5121b85b4f5dfe07f78abbcbe520ae4926d781af3342e318e588b62aba59fe0--xvid-1.3.7.bottle_manifest.json
- ==> Pouring xvid--1.3.7.sonoma.bottle.tar.gz
- ๐บ /usr/local/Cellar/xvid/1.3.7: 11 files, 1.3MB
- ==> Installing ffmpeg dependency: libsodium
- ==> Downloading https://ghcr.io/v2/homebrew/core/libsodium/manifests/1.0.20
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/a9a9a2e1207e214070682a14f6470fb686cbb6ba7c24c2c747c0ca0663f42557--libsodium-1.0.20.bottle_manifest.json
- ==> Pouring libsodium--1.0.20.sonoma.bottle.tar.gz
- ๐บ /usr/local/Cellar/libsodium/1.0.20: 78 files, 1MB
- ==> Installing ffmpeg dependency: zeromq
- ==> Downloading https://ghcr.io/v2/homebrew/core/zeromq/manifests/4.3.5_2
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/989d9be15d69c6bb45f88c52ab0753ec2a8b814d6196ed3d025b6a85d58c30df--zeromq-4.3.5_2.bottle_manifest.json
- ==> Pouring zeromq--4.3.5_2.sonoma.bottle.tar.gz
- ๐บ /usr/local/Cellar/zeromq/4.3.5_2: 85 files, 6.2MB
- ==> Installing ffmpeg dependency: zimg
- ==> Downloading https://ghcr.io/v2/homebrew/core/zimg/manifests/3.0.6
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/45740a33e379c06fb3de333c55e123be7ff290c395bafa5a9323a2cd02a41c4a--zimg-3.0.6.bottle_manifest.json
- ==> Pouring zimg--3.0.6.sonoma.bottle.tar.gz
- ๐บ /usr/local/Cellar/zimg/3.0.6: 28 files, 2.3MB
- ==> Installing ffmpeg
- ==> Pouring ffmpeg--8.0_1.sonoma.bottle.tar.gz
- ๐บ /usr/local/Cellar/ffmpeg/8.0_1: 285 files, 55.5MB
- ==> Running `brew cleanup ffmpeg`...
- Disable this behaviour by setting `HOMEBREW_NO_INSTALL_CLEANUP=1`.
- Hide these hints with `HOMEBREW_NO_ENV_HINTS=1` (see `man brew`).
- ==> Pouring pkgconf--2.5.1.sequoia.bottle.tar.gz
- ๐บ /usr/local/Cellar/pkgconf/2.5.1: 28 files, 374.2KB
- ==> Running `brew cleanup pkgconf`...
<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> installed conf-pkg-config.4
-> retrieved csexp.1.5.2 (cached)
-> installed conf-ffmpeg.1
-> retrieved dune.3.20.2, dune-configurator.3.20.2 (cached)
-> retrieved ffmpeg-avcodec.1.2.7, ffmpeg-avutil.1.2.7, ffmpeg-swresample.1.2.7 (https://github.com/savonet/ocaml-ffmpeg/archive/refs/tags/v1.2.7.tar.gz)
-> installed dune.3.20.2
-> installed csexp.1.5.2
-> installed dune-configurator.3.20.2
-> installed ffmpeg-avutil.1.2.7
-> installed ffmpeg-avcodec.1.2.7
-> installed ffmpeg-swresample.1.2.7
Done.
# To update the current shell environment, run: eval $(opam env)
2025-10-31 15:38.27 ---> using "bac34795d96bad59a20991962d7861c091c0d5d02ef80d51cc3a9d5e40ee257d" from cache
/: (run (network host)
(shell "(opam reinstall --with-test ffmpeg-swresample.1.2.7) || true"))
The following actions will be performed:
=== recompile 1 package
- recompile ffmpeg-swresample 1.2.7 (pinned)
<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> removed ffmpeg-swresample.1.2.7
-> installed ffmpeg-swresample.1.2.7
Done.
# To update the current shell environment, run: eval $(opam env)
2025-10-31 15:38.36 ---> saved as "16603ef81fedb371b121a930c923030139593bb4fc4ee43489b513bb3ec1355a"
/: (run (shell "opam reinstall --with-test --verbose ffmpeg-swresample.1.2.7;\
\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 \"\\\"macos-homebrew\\\"\"; 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-swresample.1.2.7' && partial_fails=\"$partial_fails $pkg\";\
\n done;\
\n test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
\n exit 1"))
The following actions will be performed:
=== recompile 1 package
- recompile ffmpeg-swresample 1.2.7 (pinned)
<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
Processing 2/4: [ffmpeg-swresample: dune build]
+ /Users/mac1000/.opam/opam-init/hooks/sandbox.sh "build" "dune" "build" "-p" "ffmpeg-swresample" "-j" "11" "@install" "@runtest" (CWD=/Users/mac1000/.opam/5.4.0/.opam-switch/build/ffmpeg-swresample.1.2.7)
-> compiled ffmpeg-swresample.1.2.7
-> removed ffmpeg-swresample.1.2.7
-> installed ffmpeg-swresample.1.2.7
Done.
# To update the current shell environment, run: eval $(opam env)
2025-10-31 15:38.44 ---> saved as "54bd9243e4919506b9fea9068c969219fb81f23a0930b955c739dabd18ffdf25"
Job succeeded
2025-10-31 15:40.13: Job succeeded