Organisationskit-ty-katemastodon-archive-viewerb4e9f7 (master)macos-homebrew-5.1_arm64_opam-2.1

macos-homebrew-5.1_arm64_opam-2.1

Link Copied
Code Copied

Logs

2024-04-30 09:11.16: New job: test kit-ty-kate/mastodon-archive-viewer https://github.com/kit-ty-kate/mastodon-archive-viewer.git#refs/heads/master (b4e9f7c8b27fdff14478365ba6f35f4abbfdc9be) (macos-arm64:macos-homebrew-5.1_arm64_opam-2.1)
Base: macos-homebrew-ocaml-5.1
Opam project build


To reproduce locally:


git clone --recursive "https://github.com/kit-ty-kate/mastodon-archive-viewer.git" -b "master" && cd "mastodon-archive-viewer" && git reset --hard b4e9f7c8
cat > Dockerfile <<'END-OF-DOCKERFILE'
FROM macos-homebrew-ocaml-5.1
# macos-homebrew-5.1_arm64_opam-2.1
USER 1000:1000
ENV CLICOLOR_FORCE="1"
ENV OPAMCOLOR="always"
RUN ln -f ~/local/bin/opam-2.1 ~/local/bin/opam
RUN opam init --reinit -ni
RUN uname -rs && opam exec -- ocaml -version && opam --version
RUN cd ~/opam-repository && (git cat-file -e e90e14059cec32db91a535e4d257f4189d19feb9 || git fetch origin master) && git reset -q --hard e90e14059cec32db91a535e4d257f4189d19feb9 && git log --no-decorate -n1 --oneline && opam update -u
COPY --chown=1000:1000 mastodon-archive-viewer.opam ./src/./
RUN opam pin add -yn mastodon-archive-viewer.dev './src/./'
ENV DEPS="base-bigarray.base base-domains.base base-nnp.base base-threads.base base-unix.base cmdliner.1.2.0 conf-ffmpeg.1 conf-pkg-config.3 containers.3.13.1 csexp.1.5.2 cstruct.6.2.0 dune.3.15.2 dune-configurator.3.15.2 either.1.0.0 ezjsonm.1.3.0 ffmpeg-av.1.1.11 ffmpeg-avcodec.1.1.11 ffmpeg-avutil.1.1.11 fmt.0.9.0 hex.1.5.0 jsonm.1.0.2 ocaml.5.1.1 ocaml-base-compiler.5.1.1 ocaml-config.3 ocaml-options-vanilla.1 ocamlbuild.0.14.3 ocamlfind.1.9.6 ptime.1.1.0 re.1.11.0 seq.base sexplib0.v0.17.0 topkg.1.0.7 tyxml.4.6.0 uutf.1.0.3"
ENV CI="true"
ENV OCAMLCI="true"
RUN opam update --depexts && opam install --cli=2.1 --depext-only -y mastodon-archive-viewer.dev $DEPS
RUN opam install $DEPS
COPY --chown=1000:1000 . ./src
RUN cd ./src && opam exec -- dune build @install @check @runtest && rm -rf _build


END-OF-DOCKERFILE
docker build .
END-REPRO-BLOCK


2024-04-30 09:11.16: Using cache hint "kit-ty-kate/mastodon-archive-viewer-macos-macos-homebrew-ocaml-5.1-macos-homebrew-5.1_arm64_opam-2.1-458720c9f4d47fd731f86755bc8f81ca"
2024-04-30 09:11.16: Using OBuilder spec:
((from macos-homebrew-ocaml-5.1)
 (comment macos-homebrew-5.1_arm64_opam-2.1)
 (user (uid 1000) (gid 1000))
 (env CLICOLOR_FORCE 1)
 (env OPAMCOLOR always)
 (run (shell "ln -f ~/local/bin/opam-2.1 ~/local/bin/opam"))
 (run (shell "opam init --reinit -ni"))
 (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))
 (run (cache (opam-archives (target /Users/mac1000/.opam/download-cache)) (homebrew (target /Users/mac1000/Library/Caches/Homebrew)))
      (network host)
      (shell "cd ~/opam-repository && (git cat-file -e e90e14059cec32db91a535e4d257f4189d19feb9 || git fetch origin master) && git reset -q --hard e90e14059cec32db91a535e4d257f4189d19feb9 && git log --no-decorate -n1 --oneline && opam update -u"))
 (copy (src mastodon-archive-viewer.opam) (dst ./src/./))
 (run (network host)
      (shell "opam pin add -yn mastodon-archive-viewer.dev './src/./'"))
 (env DEPS "base-bigarray.base base-domains.base base-nnp.base base-threads.base base-unix.base cmdliner.1.2.0 conf-ffmpeg.1 conf-pkg-config.3 containers.3.13.1 csexp.1.5.2 cstruct.6.2.0 dune.3.15.2 dune-configurator.3.15.2 either.1.0.0 ezjsonm.1.3.0 ffmpeg-av.1.1.11 ffmpeg-avcodec.1.1.11 ffmpeg-avutil.1.1.11 fmt.0.9.0 hex.1.5.0 jsonm.1.0.2 ocaml.5.1.1 ocaml-base-compiler.5.1.1 ocaml-config.3 ocaml-options-vanilla.1 ocamlbuild.0.14.3 ocamlfind.1.9.6 ptime.1.1.0 re.1.11.0 seq.base sexplib0.v0.17.0 topkg.1.0.7 tyxml.4.6.0 uutf.1.0.3")
 (env CI true)
 (env OCAMLCI true)
 (run (cache (opam-archives (target /Users/mac1000/.opam/download-cache)) (homebrew (target /Users/mac1000/Library/Caches/Homebrew)))
      (network host)
      (shell "opam update --depexts && opam install --cli=2.1 --depext-only -y mastodon-archive-viewer.dev $DEPS"))
 (run (cache (opam-archives (target /Users/mac1000/.opam/download-cache)) (homebrew (target /Users/mac1000/Library/Caches/Homebrew)))
      (network host)
      (shell "opam install $DEPS"))
 (copy (src .) (dst ./src))
 (run (shell "cd ./src && opam exec -- dune build @install @check @runtest && rm -rf _build"))
)


2024-04-30 09:11.16: Waiting for resource in pool OCluster
2024-04-30 17:53.17: Waiting for worker…
2024-04-30 19:41.44: Got resource from pool OCluster
Building on m1-worker-04
All commits already cached
HEAD is now at b4e9f7c Version 0.4.0


(from macos-homebrew-ocaml-5.1)
2024-04-30 19:41.45 ---> using "b7b1005f775d216bee3ed8ddea7a5cf967981ce80479def84cf765e6fa9c281f" from cache


/: (comment macos-homebrew-5.1_arm64_opam-2.1)


/: (user (uid 1000) (gid 1000))


/: (env CLICOLOR_FORCE 1)


/: (env OPAMCOLOR always)


/: (run (shell "ln -f ~/local/bin/opam-2.1 ~/local/bin/opam"))
2024-04-30 19:41.45 ---> using "22cd16a64c632695859fdcedd94c70c4cc08c65c5ac152872708c4f22bdb6b91" from cache


/: (run (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.


<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>
[default] no changes from git+file:///Users/mac1000/opam-repository
2024-04-30 19:41.45 ---> using "a88b721b113bbcb0b1d9c9d9953be1d371de01973789d03f702acf5d676e7e9e" from cache


/: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))
Darwin 23.1.0
The OCaml toplevel, version 5.1.1
2.1.5
2024-04-30 19:41.45 ---> using "b9cb7a7e67e401d6d05e669cb4a23e6bbd1c29e9a607e1e5d301dc2a9918b0c9" from cache


/: (run (cache (opam-archives (target /Users/mac1000/.opam/download-cache)) (homebrew (target /Users/mac1000/Library/Caches/Homebrew)))
        (network host)
        (shell "cd ~/opam-repository && (git cat-file -e e90e14059cec32db91a535e4d257f4189d19feb9 || git fetch origin master) && git reset -q --hard e90e14059cec32db91a535e4d257f4189d19feb9 && git log --no-decorate -n1 --oneline && opam update -u"))
From https://github.com/ocaml/opam-repository
 * branch                  master     -> FETCH_HEAD
   b530f3bbd2..e90e14059c  master     -> origin/master
e90e14059c Merge pull request #25773 from public-release/opam-publish-sexplib0.v0.17.0


<><> Updating package repositories ><><><><><><><><><><><><><><><><><><><><><><>
[default] synchronised from git+file:///Users/mac1000/opam-repository


Constructing initial basis...
Everything as up-to-date as possible (run with --verbose to show unavailable upgrades).


The following packages are not being upgraded because the new versions conflict with other installed packages:
  - ocaml.5.3.0
However, you may "opam upgrade" these packages explicitly, which will ask permission to downgrade or uninstall the conflicting packages.
Nothing to do.
# Run eval $(opam env) to update the current shell environment
2024-04-30 19:41.45 ---> using "f1c0979372bdbcd4be19bbc795cec3527d50604cec5229e0ff00ae9e0ad44ad9" from cache


/: (copy (src mastodon-archive-viewer.opam) (dst ./src/./))
2024-04-30 19:41.46 ---> saved as "a1a1c9ed152ad19545643fecf565e811c524f3affd6c979a354e1609dd71f038"


/: (run (network host)
        (shell "opam pin add -yn mastodon-archive-viewer.dev './src/./'"))
[mastodon-archive-viewer.dev] synchronised (file:///Users/mac1000/src)
mastodon-archive-viewer is now pinned to file:///Users/mac1000/src (version dev)
2024-04-30 19:41.53 ---> saved as "6b8d2df407469b17c977454775034a96908d4d26a90855c18983feb257e50835"


/: (env DEPS "base-bigarray.base base-domains.base base-nnp.base base-threads.base base-unix.base cmdliner.1.2.0 conf-ffmpeg.1 conf-pkg-config.3 containers.3.13.1 csexp.1.5.2 cstruct.6.2.0 dune.3.15.2 dune-configurator.3.15.2 either.1.0.0 ezjsonm.1.3.0 ffmpeg-av.1.1.11 ffmpeg-avcodec.1.1.11 ffmpeg-avutil.1.1.11 fmt.0.9.0 hex.1.5.0 jsonm.1.0.2 ocaml.5.1.1 ocaml-base-compiler.5.1.1 ocaml-config.3 ocaml-options-vanilla.1 ocamlbuild.0.14.3 ocamlfind.1.9.6 ptime.1.1.0 re.1.11.0 seq.base sexplib0.v0.17.0 topkg.1.0.7 tyxml.4.6.0 uutf.1.0.3")


/: (env CI true)


/: (env OCAMLCI true)


/: (run (cache (opam-archives (target /Users/mac1000/.opam/download-cache)) (homebrew (target /Users/mac1000/Library/Caches/Homebrew)))
        (network host)
        (shell "opam update --depexts && opam install --cli=2.1 --depext-only -y mastodon-archive-viewer.dev $DEPS"))
+ /opt/homebrew/bin/brew "update"
- ==> Updating Homebrew...
- Already up-to-date.


<><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><>
[mastodon-archive-viewer.dev] synchronised (no changes)


[NOTE] Package ocaml-options-vanilla is already installed (current version is 1).
[NOTE] Package ocaml-config is already installed (current version is 3).
[NOTE] Package ocaml-base-compiler is already installed (current version is 5.1.1).
[NOTE] Package ocaml is already installed (current version is 5.1.1).
[NOTE] Package base-unix is already installed (current version is base).
[NOTE] Package base-threads is already installed (current version is base).
[NOTE] Package base-nnp is already installed (current version is base).
[NOTE] Package base-domains is already installed (current version is base).
[NOTE] Package base-bigarray is already installed (current version is base).
Constructing initial basis...


The following system packages will first need to be installed:
    ffmpeg pkg-config


<><> Handling external dependencies <><><><><><><><><><><><><><><><><><><><><><>
+ /opt/homebrew/bin/brew "install" "ffmpeg" "pkg-config"
- ==> Downloading https://ghcr.io/v2/homebrew/core/ffmpeg/manifests/7.0_1
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/7ccc56230d370974c98e4718e09e6b08d9666c6ef18f6bb0faed6b46937b3395--ffmpeg-7.0_1.bottle_manifest.json
- ==> Fetching dependencies for ffmpeg: brotli, giflib, highway, imath, jpeg-turbo, libpng, xz, lz4, zstd, libtiff, little-cms2, openexr, webp, jpeg-xl, libvmaf, aom, aribb24, dav1d, freetype, fontconfig, frei0r, ca-certificates, gmp, libunistring, libidn2, libtasn1, nettle, p11-kit, openssl@3, libevent, libnghttp2, unbound, gnutls, mpdecimal, readline, sqlite, python@3.12, glib, xorgproto, libxau, libxdmcp, libxcb, libx11, libxext, libxrender, lzo, pixman, cairo, graphite2, icu4c, harfbuzz, lame, fribidi, libunibreak, libass, libbluray, cjson, libmicrohttpd, mbedtls, librist, libsoxr, libssh, libvidstab, libogg, libvorbis, libvpx, opencore-amr, openjpeg, isl, mpfr, libmpc, gcc, openblas, numpy, pugixml, python-packaging, snappy, hwloc, tbb, openvino, opus, rav1e, libsamplerate, flac, mpg123, libsndfile, rubberband, sdl2, 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.1.0-1
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/565098509cdfa90593ec9a41b41239f073843f88caed60ddaa3e6194ac4defda--brotli-1.1.0-1.bottle_manifest.json
- ==> Fetching brotli
- ==> Downloading https://ghcr.io/v2/homebrew/core/brotli/blobs/sha256:2a95140d61198e3153ff27d8847b76dd34162f6e6e39f3e0f34d2b3a3e4f15dd
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/b3852b9f89602b27a98dbdfbcb74ccadfe3ee37647a8643e70d9b71de1e2d621--brotli--1.1.0.arm64_sonoma.bottle.1.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:c6b05aecad00588daf749dbde717fb6a03ce83fb9723b15f5786e7b974ef4c02
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/61fceb894824b3f4fea0b2743a7a12dc86c8e2fba947ec622ed665147b0f4835--giflib--5.2.2.arm64_sonoma.bottle.tar.gz
- ==> Downloading https://ghcr.io/v2/homebrew/core/highway/manifests/1.1.0
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/7ce58fabeff5804d02234c64dacb66f2fc8799558e56104a42ba7d82a8ad7ffa--highway-1.1.0.bottle_manifest.json
- ==> Fetching highway
- ==> Downloading https://ghcr.io/v2/homebrew/core/highway/blobs/sha256:01a9e369d40dc0661fa3dcdd2dad2492432c8a30f22b29ad7bf7e43eef5a6a0b
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/019e2861196e80d24dfcfb935152ea40c0babd88c7f8299a6e4ece73702ef9b2--highway--1.1.0.arm64_sonoma.bottle.tar.gz
- ==> Downloading https://ghcr.io/v2/homebrew/core/imath/manifests/3.1.11
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/4738c3b3aeed35cc9103ddfda8626c334457672a7e704d000247ccc8f1fddee9--imath-3.1.11.bottle_manifest.json
- ==> Fetching imath
- ==> Downloading https://ghcr.io/v2/homebrew/core/imath/blobs/sha256:9cffec79d68d6577853e7c5328989443d753889688248802e2abadca4e09aa88
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/be1d94c1e229303aab2b4e46a124949a21f933a68e4de6dd4b0b63e95393e826--imath--3.1.11.arm64_sonoma.bottle.tar.gz
- ==> Downloading https://ghcr.io/v2/homebrew/core/jpeg-turbo/manifests/3.0.2
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/54f92d3d554181004558964a73a1dfd7ce2c35088e5775217a61ca5b2344cf8e--jpeg-turbo-3.0.2.bottle_manifest.json
- ==> Fetching jpeg-turbo
- ==> Downloading https://ghcr.io/v2/homebrew/core/jpeg-turbo/blobs/sha256:898ba61a84a444ef98b577162e49a0b06d65e8bdc48ad039d364fef4b4c00b05
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/362e46e8e88b3085912a6e934cbf9776ab415f1b9e05412ef1ffe3388ed64b10--jpeg-turbo--3.0.2.arm64_sonoma.bottle.tar.gz
- ==> Downloading https://ghcr.io/v2/homebrew/core/libpng/manifests/1.6.43
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/dd618b09b8d6d4b89203b771528951e5309631cc3afd8dc1236f0e98965f2b67--libpng-1.6.43.bottle_manifest.json
- ==> Fetching libpng
- ==> Downloading https://ghcr.io/v2/homebrew/core/libpng/blobs/sha256:37936ba5cd5a1e736908a26fd2a944e04d86694a55f99fe5e173bfacac90e2e8
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/440c64f1a34aebc45f85451e0f87560b6bb54965b0c667e201b8c4588e1ded8d--libpng--1.6.43.arm64_sonoma.bottle.tar.gz
- ==> Downloading https://ghcr.io/v2/homebrew/core/xz/manifests/5.4.6
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/b2cc4077807c100af6e0253f51d186f187ff55165638cbe3a4aa16d1c4762660--xz-5.4.6.bottle_manifest.json
- ==> Fetching xz
- ==> Downloading https://ghcr.io/v2/homebrew/core/xz/blobs/sha256:01ced87d92d0c1131c069108efb14f6940f9e528e2d044ac41d9a0d8f5169f2e
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/a8def111ef35d2c9d46e56ff2c6c7b623b61be0f395014454e9f11db2db16981--xz--5.4.6.arm64_sonoma.bottle.tar.gz
- ==> Downloading https://ghcr.io/v2/homebrew/core/lz4/manifests/1.9.4
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/379e59b981667f9585b33a2ff318769d8edca3ce6fd2e9a67ed291ae3e0cc872--lz4-1.9.4.bottle_manifest.json
- ==> Fetching lz4
- ==> Downloading https://ghcr.io/v2/homebrew/core/lz4/blobs/sha256:5a8b7116d978e403c525e61794c60b43480d0afc83e499a763f7f14641bbc9b1
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/cfb2864b638ce3847b31fa1f44483b5edcf090a414eaa5306c8b7ff2dc0ba44a--lz4--1.9.4.arm64_sonoma.bottle.tar.gz
- ==> Downloading https://ghcr.io/v2/homebrew/core/zstd/manifests/1.5.6
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/29403e0df5404d8aeca0e750ac135ec9ef44fc5eeb6df69170ed602acabf0ffb--zstd-1.5.6.bottle_manifest.json
- ==> Fetching zstd
- ==> Downloading https://ghcr.io/v2/homebrew/core/zstd/blobs/sha256:2028141683f55bffcd0693b9e49eef1e3dabc1e184214cacb173ca9bd54dabc0
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/af6fd07ad9cd935975dd761af51c9baba7eb782dda7630d4abd399fa98e53578--zstd--1.5.6.arm64_sonoma.bottle.tar.gz
- ==> Downloading https://ghcr.io/v2/homebrew/core/libtiff/manifests/4.6.0
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/9c8455a2f6bcea7bf3e3461218fba309141b0b0553b6e1afc5fe64e63caccff3--libtiff-4.6.0.bottle_manifest.json
- ==> Fetching libtiff
- ==> Downloading https://ghcr.io/v2/homebrew/core/libtiff/blobs/sha256:a9cafbce08b697fb25e326ea1dd3a0e01c3acc3f8f616e844940e49b33386ab3
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/a6838bf4ebffd43095c862ab513683feae84e2ddbe8b1f9759840cdaa282e820--libtiff--4.6.0.arm64_sonoma.bottle.tar.gz
- ==> Downloading https://ghcr.io/v2/homebrew/core/little-cms2/manifests/2.16
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/c4e2b31b0daade62da1f3c2e57d69f74987bac35310011b87220145fa60b3558--little-cms2-2.16.bottle_manifest.json
- ==> Fetching little-cms2
- ==> Downloading https://ghcr.io/v2/homebrew/core/little-cms2/blobs/sha256:d1ed5796de3f00d4b1301e9062cb54b2337c8e8dcf2ae9be8e03f3ed7af791e0
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/32d96523150087261321a183cf82c08345e6b31655d50c04489cd382a18194ca--little-cms2--2.16.arm64_sonoma.bottle.tar.gz
- ==> Downloading https://ghcr.io/v2/homebrew/core/openexr/manifests/3.2.4
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/64b203875dbfc58a68a1ab1bee0b9dcfa77a93c55c283a295b618ea0434c8060--openexr-3.2.4.bottle_manifest.json
- ==> Fetching openexr
- ==> Downloading https://ghcr.io/v2/homebrew/core/openexr/blobs/sha256:49b4acf727abd6a736d9d7cf8b38fe96ef3f89979523186ce4eb947d5478b772
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/e01642a98b71dc08f3aceecd6c4d96d8c3c17264eee0cdb2d96fbba57aeed4cf--openexr--3.2.4.arm64_sonoma.bottle.tar.gz
- ==> Downloading https://ghcr.io/v2/homebrew/core/webp/manifests/1.4.0
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/4fd3ea2923bb7885c84ba3eee4738315675acd20fdff772153a63d8087daa4ad--webp-1.4.0.bottle_manifest.json
- ==> Fetching webp
- ==> Downloading https://ghcr.io/v2/homebrew/core/webp/blobs/sha256:1ba924051fcd614b0841d704d8302233611aad0e5981657424e0ac16f1cdd6f9
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/6246a021056e5fe5a95bb6261cc181ccce0bae9fadd873e4c42207f1abc9f71d--webp--1.4.0.arm64_sonoma.bottle.tar.gz
- ==> Downloading https://ghcr.io/v2/homebrew/core/jpeg-xl/manifests/0.10.2-1
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/02b6819c94f2ead268c2b34c715bd82695a40cc3028c0c96f4e97509b58c3f0d--jpeg-xl-0.10.2-1.bottle_manifest.json
- ==> Fetching jpeg-xl
- ==> Downloading https://ghcr.io/v2/homebrew/core/jpeg-xl/blobs/sha256:436eb06c81b1c2d812b571570a91e546f002e213c8b00badbf717e366cd68e4e
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/8b42a7620b464ed9f4b555996ec089c234695f23cdf5d22892e5446d0c5b073c--jpeg-xl--0.10.2.arm64_sonoma.bottle.1.tar.gz
- ==> Downloading https://ghcr.io/v2/homebrew/core/libvmaf/manifests/3.0.0
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/6bf89f1d683f34ff5b4c58275236e1f038d5d8189e538795d9af83e07d4c8404--libvmaf-3.0.0.bottle_manifest.json
- ==> Fetching libvmaf
- ==> Downloading https://ghcr.io/v2/homebrew/core/libvmaf/blobs/sha256:bdc90ebc175c1f071be4ce895051586583177c3b1029817dc1078472a3da8261
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/c4784c78ced084fabb452d0bd9ce00a6d0b6f6ba8f0469794a1d1f9bd427419f--libvmaf--3.0.0.arm64_sonoma.bottle.tar.gz
- ==> Downloading https://ghcr.io/v2/homebrew/core/aom/manifests/3.9.0
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/2f2126bb8c944ccc036ca0194a1063fb508eb65f8b050aed6975f7f7d3c36d3f--aom-3.9.0.bottle_manifest.json
- ==> Fetching aom
- ==> Downloading https://ghcr.io/v2/homebrew/core/aom/blobs/sha256:f51bfcb816a8ee87de0ca4cfee475e2e835e7f5908149d953da3d53d4e2ee254
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/ac1b23a914ac02740a8280b948d68f58510caa14ebf25a879c24783ab30964d9--aom--3.9.0.arm64_sonoma.bottle.tar.gz
- ==> 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
- ==> Fetching aribb24
- ==> Downloading https://ghcr.io/v2/homebrew/core/aribb24/blobs/sha256:00fe805d46c08342ec5d62c3eaddfb272513ce55e5eeba324317f43f0783a6d8
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/6d55bdb8ed837eb69e256dc3b8df5f079d05224be5b9ab8d2f59a97d5eef3239--aribb24--1.0.4.arm64_sonoma.bottle.tar.gz
- ==> Downloading https://ghcr.io/v2/homebrew/core/dav1d/manifests/1.4.1
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/0c8ca74519d7fd6a7f94b1a3f69eb462d686f58a42f30581e23e4e831749bdd8--dav1d-1.4.1.bottle_manifest.json
- ==> Fetching dav1d
- ==> Downloading https://ghcr.io/v2/homebrew/core/dav1d/blobs/sha256:964144852a07c4c377a5299cd6897cd9b6afd13e1b3009f21ac412589b0f8db7
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/601ce220f4bac356139992e2e38d63601e2e55e856559ce45a07ab836d3cb711--dav1d--1.4.1.arm64_sonoma.bottle.tar.gz
- ==> Downloading https://ghcr.io/v2/homebrew/core/freetype/manifests/2.13.2-1
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/8d6ca45fa8766fb544a5e6dbc76f0a68568656ab4fe1e837704491bb24e3035d--freetype-2.13.2-1.bottle_manifest.json
- ==> Fetching freetype
- ==> Downloading https://ghcr.io/v2/homebrew/core/freetype/blobs/sha256:8966d44484907e98ea2b0fa4b3708627285d0eae3ca0eeb5d3f158cc0437e3f7
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/b9f201a56b2f80963314eb01268ee7cbdd3ecfe66aa44f402dc8b995b66deaa5--freetype--2.13.2.arm64_sonoma.bottle.1.tar.gz
- ==> Downloading https://ghcr.io/v2/homebrew/core/fontconfig/manifests/2.15.0
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/33d176010dc9a105404ed23b6c0f8b853bf3a2df2e274876d412d7229a643320--fontconfig-2.15.0.bottle_manifest.json
- ==> Fetching fontconfig
- ==> Downloading https://ghcr.io/v2/homebrew/core/fontconfig/blobs/sha256:4732e8c8cd6f940fa3ace12a5a5428baaef29bdccf9bc520fa4d37a1f0bf639c
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/a5dac76f34db471d5969cfc318e24f79ef0e2eb545580ef915f63c841c65e449--fontconfig--2.15.0.arm64_sonoma.bottle.tar.gz
- ==> Downloading https://ghcr.io/v2/homebrew/core/frei0r/manifests/2.3.2
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/91852d64b8d97723ec1a57089ba9f5a9eeff095850909578506626bdd7ec1913--frei0r-2.3.2.bottle_manifest.json
- ==> Fetching frei0r
- ==> Downloading https://ghcr.io/v2/homebrew/core/frei0r/blobs/sha256:69b7048afec9dc74c1836c776ded9155ffb0b50bc202d8915495347ece001e00
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/b978a765437652a65a1a3d7dfa84a69dfe23dd52fcff4e3bc8cfe17aee99236a--frei0r--2.3.2.arm64_sonoma.bottle.tar.gz
- ==> Downloading https://ghcr.io/v2/homebrew/core/ca-certificates/manifests/2024-03-11
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/c431e0186df2ccc2ea942b34a3c26c2cebebec8e07ad6abdae48447a52c5f506--ca-certificates-2024-03-11.bottle_manifest.json
- ==> Fetching ca-certificates
- ==> Downloading https://ghcr.io/v2/homebrew/core/ca-certificates/blobs/sha256:cab828953672906e00a8f25db751977b8dc4115f021f8dfe82b644ade03dacdb
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/2c0842d836eaa991deac09d2f933bf5ff5b214d7c5d225c7fe042f6262ca21a9--ca-certificates--2024-03-11.all.bottle.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:78e4f40cba6419cf7e2d81e9c945d1e93744511bd5230bdfac1b69ed894914b4
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/96a5c6ba7b30c6f2734be44067ba66ef0de5e0973c913659c7b555a4b063029c--gmp--6.3.0.arm64_sonoma.bottle.tar.gz
- ==> Downloading https://ghcr.io/v2/homebrew/core/libunistring/manifests/1.2
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/48ac60445a77a63996cf15f6414f68a620d544fb683031b14eb3aea95c3064f6--libunistring-1.2.bottle_manifest.json
- ==> Fetching libunistring
- ==> Downloading https://ghcr.io/v2/homebrew/core/libunistring/blobs/sha256:4a1c0f956e528e0fe9a5040da6a2002e221024835916fdc198b5d734e3c2638d
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/67ce9ddd8a7c36c32a278280a253ce067e390d8242545999943a3aa1fe56c4a0--libunistring--1.2.arm64_sonoma.bottle.tar.gz
- ==> Downloading https://ghcr.io/v2/homebrew/core/libidn2/manifests/2.3.7
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/45d1d4d2930c4782bf53e761a1c0166cd8a40f4193ac8c44e86f0b6708e80354--libidn2-2.3.7.bottle_manifest.json
- ==> Fetching libidn2
- ==> Downloading https://ghcr.io/v2/homebrew/core/libidn2/blobs/sha256:670f6ed3768acde8ce10b5dcfc88fef69cea994ff84491b253a5e818cd4f9a1b
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/2ceaa2a1a4e3bc2f1c97775dfe945c1b94e5576a61a4f8888ec24251463a75bc--libidn2--2.3.7.arm64_sonoma.bottle.tar.gz
- ==> Downloading https://ghcr.io/v2/homebrew/core/libtasn1/manifests/4.19.0
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/8abecce04f40738bc8a6921a6b96d847ea5c9759185d4bd9c7c9b5fb4922c375--libtasn1-4.19.0.bottle_manifest.json
- ==> Fetching libtasn1
- ==> Downloading https://ghcr.io/v2/homebrew/core/libtasn1/blobs/sha256:975eaba8f266020c3c82a667a0e693a1c6b1f76e317a95bb79b6906fd248bcc5
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/6f85f246f2735aa08e8c754cb73b409cdbc47d81f74feae1c88838103eecd288--libtasn1--4.19.0.arm64_sonoma.bottle.tar.gz
- ==> Downloading https://ghcr.io/v2/homebrew/core/nettle/manifests/3.9.1
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/a02ae3a1ecc6cff56e632f6452fd57f3fa72be16cde0b69e5b47747283fd3f6b--nettle-3.9.1.bottle_manifest.json
- ==> Fetching nettle
- ==> Downloading https://ghcr.io/v2/homebrew/core/nettle/blobs/sha256:8421b1b1c642a639028f71f23939bdb56a2a8d331f3f3f1cac1bd8866d540d4d
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/0bc4e0f0fc80e97b8a6886dd7cf972ceb159904093606d2aecfcf73b4623de67--nettle--3.9.1.arm64_sonoma.bottle.tar.gz
- ==> Downloading https://ghcr.io/v2/homebrew/core/p11-kit/manifests/0.25.3
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/cc547bf2f72da03680090015f5b720aff280ce33de9c33783a69c24fe97a4246--p11-kit-0.25.3.bottle_manifest.json
- ==> Fetching p11-kit
- ==> Downloading https://ghcr.io/v2/homebrew/core/p11-kit/blobs/sha256:cd5ef135c54d2a312c17af15e9f3c807b3b37a65388b64a35a4d215b54745789
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/1f29fbea9391e33f2bcc01c320d960dc11721363dd6fe42aafcef6dd194f2e05--p11-kit--0.25.3.arm64_sonoma.bottle.tar.gz
- ==> Downloading https://ghcr.io/v2/homebrew/core/openssl/3/manifests/3.3.0-1
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/cd7e4cb72da375d51619d8c60fb91a70696e352edb515631b5751d05342e471d--openssl@3-3.3.0-1.bottle_manifest.json
- ==> Fetching openssl@3
- ==> Downloading https://ghcr.io/v2/homebrew/core/openssl/3/blobs/sha256:ec6f9daf8e32d96f4a2f4cd56d18533ee47bb8d9e7cb3d832ac64115d8a1a4ca
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/47ee1c5661a263b9000a31a0c0fd731921584c62a47c5d1504e9406e5faa0c13--openssl@3--3.3.0.arm64_sonoma.bottle.1.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:38a3eb3510a7e0cd4096e4592d0095c562eb1bbad572d951f1923009a14ad702
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/8f8cf3b39994cf101de2b62af12e73a6382f97b486014945519507699919941d--libevent--2.1.12_1.arm64_sonoma.bottle.tar.gz
- ==> Downloading https://ghcr.io/v2/homebrew/core/libnghttp2/manifests/1.61.0
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/84e039765210f9da314a9b989360b06406c6123f9aae7b1a47dd010504d3bcfb--libnghttp2-1.61.0.bottle_manifest.json
- ==> Fetching libnghttp2
- ==> Downloading https://ghcr.io/v2/homebrew/core/libnghttp2/blobs/sha256:6bd6cd9fad916829f98adbd9823545a09b0c147475cb4aa3caaa1f3a9e8104e0
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/64a45daa23cc6741a2c7d729a5e8458ca05f052e25be818bf0854921bf75d1d0--libnghttp2--1.61.0.arm64_sonoma.bottle.tar.gz
- ==> Downloading https://ghcr.io/v2/homebrew/core/unbound/manifests/1.19.3
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/62a868665662004deadb9a12b9e6df7ff755832caa1fd9a43d76095268fcb7c5--unbound-1.19.3.bottle_manifest.json
- ==> Fetching unbound
- ==> Downloading https://ghcr.io/v2/homebrew/core/unbound/blobs/sha256:1c74328fd710de4ca59b32cfa8c904efbfb3a957cfc9b73a4add78b30b007a55
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/3da1ce922cb92befa363402c7ada3e584c1b47b288a8453cc0cc4e7f9cf8196d--unbound--1.19.3.arm64_sonoma.bottle.tar.gz
- ==> Downloading https://ghcr.io/v2/homebrew/core/gnutls/manifests/3.8.4
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/73c18cc76ca68c25efa04b897881358a5ad032ae8e54f9c5fe81b70875128236--gnutls-3.8.4.bottle_manifest.json
- ==> Fetching gnutls
- ==> Downloading https://ghcr.io/v2/homebrew/core/gnutls/blobs/sha256:46373a7206cc70289bfef2081508c62cc74a2589060b21ce26c44c4c86fbda41
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/3128ba041a22a64214678ee08b039b213feb1e962be2687ff1b2eef4f59553f6--gnutls--3.8.4.arm64_sonoma.bottle.tar.gz
- ==> Downloading https://ghcr.io/v2/homebrew/core/mpdecimal/manifests/4.0.0-1
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/7b63c3b34bee402290af49fac829a6682ab45ea5c9258b6fe03b590a03a4c4a9--mpdecimal-4.0.0-1.bottle_manifest.json
- ==> Fetching mpdecimal
- ==> Downloading https://ghcr.io/v2/homebrew/core/mpdecimal/blobs/sha256:2965eec8a30f462b3bd6a8cc2756c1645e75f4399471594e434e36e886239e2e
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/f7a1a899d1404f0c9c837f61028928d0704d1cdd79728461141555850e51091c--mpdecimal--4.0.0.arm64_sonoma.bottle.1.tar.gz
- ==> Downloading https://ghcr.io/v2/homebrew/core/readline/manifests/8.2.10
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/4ddd52803319828799f1932d4c7fa8d11c667049b20a56341c0c19246a1be93b--readline-8.2.10.bottle_manifest.json
- ==> Fetching readline
- ==> Downloading https://ghcr.io/v2/homebrew/core/readline/blobs/sha256:713fd1fa8544426b7e97eb21d13153195fea4c407db8a174bd183777b81c9192
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/38d453b1d32a0b25eaa526a0dcb81d97078e62528c0d28f5ce9ef1ee44373ff4--readline--8.2.10.arm64_sonoma.bottle.tar.gz
- ==> Downloading https://ghcr.io/v2/homebrew/core/sqlite/manifests/3.45.3
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/9eebda014aefbd585433274db989aa060c29200f656e6e106b4c1956438a2401--sqlite-3.45.3.bottle_manifest.json
- ==> Fetching sqlite
- ==> Downloading https://ghcr.io/v2/homebrew/core/sqlite/blobs/sha256:253a7732af34b28f992072e84d9977d511844a0ebd238e94a5cb2f3fe254604c
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/a716992551c2a2fbff8f0c957cbbad32440c0ff161e8f70f049477139135e9e8--sqlite--3.45.3.arm64_sonoma.bottle.tar.gz
- ==> Downloading https://ghcr.io/v2/homebrew/core/python/3.12/manifests/3.12.3
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/5065c4d76c933aad4e13bd77c1bf37f0afe78f4608261edd170e331cb36c8a0d--python@3.12-3.12.3.bottle_manifest.json
- ==> Fetching python@3.12
- ==> Downloading https://ghcr.io/v2/homebrew/core/python/3.12/blobs/sha256:fd301f96783de7d57e8d704ca0967e5cf111350acbf1ad8bec36fa27bb75fc3c
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/e43a5ea97fe9ed667fa5f8b90c1dc4d51352bc6c9993d06c7d0a0ef3a47d2801--python@3.12--3.12.3.arm64_sonoma.bottle.tar.gz
- ==> Downloading https://ghcr.io/v2/homebrew/core/glib/manifests/2.80.0_2
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/bad07197fbf4d9c1af0f49bb79d89a3b369de9b90872243c8bbcfea7d4385475--glib-2.80.0_2.bottle_manifest.json
- ==> Fetching glib
- ==> Downloading https://ghcr.io/v2/homebrew/core/glib/blobs/sha256:cfb04cb6f69ccce6b98f2e028f21a6e71a0d55fd157d7fb83e3d602dad8294fd
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/a818610ca71de938e359f44d2602b98c60a10312643c2b518fb51ef9648ef4c7--glib--2.80.0_2.arm64_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.arm64_sonoma.bottle.tar.gz
- ==> Downloading https://ghcr.io/v2/homebrew/core/libxau/manifests/1.0.11
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/7faff26297b2e07682655beaa529cff7b3de0ad1abc013863ca3d03602b79ee7--libxau-1.0.11.bottle_manifest.json
- ==> Fetching libxau
- ==> Downloading https://ghcr.io/v2/homebrew/core/libxau/blobs/sha256:5af5678065c243a7d199b76facc8be615dd6aa6de65d03778e9b403e8b2827d6
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/8b1a51ab931d2eadede6265e87aba9566af28b51969c5d64e768a57b05614714--libxau--1.0.11.arm64_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:789326aa88d1b6dbe5dd565e9e70e5031bf63fac39d22cd30d11c1dfc49ffbfb
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/ee3e5ab996272cb29ed0fa623c5bc9047aff67df163146559544926ad65f9bd4--libxdmcp--1.1.5.arm64_sonoma.bottle.tar.gz
- ==> Downloading https://ghcr.io/v2/homebrew/core/libxcb/manifests/1.17.0
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/90067be44989a7a337e7fa793989a66b6f8bfc1edfc82925162cab273ee94879--libxcb-1.17.0.bottle_manifest.json
- ==> Fetching libxcb
- ==> Downloading https://ghcr.io/v2/homebrew/core/libxcb/blobs/sha256:73d103661722410b7789107ff2dc6d4290e6d6b3a48fe1311665bb4593110dc1
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/1e47779fcac00f965b38ec37875b9bb6f392068d1c447e3531fcb7dd337adc24--libxcb--1.17.0.arm64_sonoma.bottle.tar.gz
- ==> Downloading https://ghcr.io/v2/homebrew/core/libx11/manifests/1.8.9
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/ca292424919f76deb4667ed9445ade03489260780e6a18b3683e112aea943130--libx11-1.8.9.bottle_manifest.json
- ==> Fetching libx11
- ==> Downloading https://ghcr.io/v2/homebrew/core/libx11/blobs/sha256:f9f790ea819b0549526b2200dc60f0faa26641639c6e83592ea507dd859c5162
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/6a86e3932979588d1f7834df3ac6796859912bb39926edf11000c3ba7f0b12c3--libx11--1.8.9.arm64_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:50a9b29c594f9b93690466d66b52f2ac36461d956016b135a85d3dfbc883e336
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/48bc4f84c78d1cab8a23a688f2908411844c3ebf367b6b8d53c1d4c5c8f1e076--libxext--1.3.6.arm64_sonoma.bottle.tar.gz
- ==> Downloading https://ghcr.io/v2/homebrew/core/libxrender/manifests/0.9.11
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/134c11be8346a1b116e04983c2da6366f29c4f4c2abc17604dcdb80d0475ae9d--libxrender-0.9.11.bottle_manifest.json
- ==> Fetching libxrender
- ==> Downloading https://ghcr.io/v2/homebrew/core/libxrender/blobs/sha256:387261107110957df83504ec68c9328d84b3ce5a1f2a8e01f7d8f9112d8372ad
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/dde77963ea358a0a5c1e0d7c8a4c81db6d3da94e0b4faf00be32f61878395757--libxrender--0.9.11.arm64_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:167749edd2052e4c577f27c79a41eb1cb4b79302b1e4bef1e4cfb29bd50aedd9
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/bff6de597e513ea77960d4a99c7f7ba7b8c0219ddfe2337b483a31cd69249bd4--lzo--2.10.arm64_sonoma.bottle.tar.gz
- ==> Downloading https://ghcr.io/v2/homebrew/core/pixman/manifests/0.42.2-1
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/2b0d8f2c63712ce503fa54309b732051a7ca5cd31bd561aa4aaba331bf26bcef--pixman-0.42.2-1.bottle_manifest.json
- ==> Fetching pixman
- ==> Downloading https://ghcr.io/v2/homebrew/core/pixman/blobs/sha256:d355a294d3f9152479c2c0905efbeb329aef9cb27b9ae12e2a4ea6a4f41f2174
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/30d0ecac21ef556f68f8d5a5284c33bef44d4788f408a06081d15a85e1d496ae--pixman--0.42.2.arm64_sonoma.bottle.1.tar.gz
- ==> Downloading https://ghcr.io/v2/homebrew/core/cairo/manifests/1.18.0
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/1b8b7f19e38cb0e029497dfe0ad3f3557f605025c5575bdfe86c17b889c6e6d1--cairo-1.18.0.bottle_manifest.json
- ==> Fetching cairo
- ==> Downloading https://ghcr.io/v2/homebrew/core/cairo/blobs/sha256:06c6aaadeca8f79c27867c56b8bb90fa9a7d00f84862cee7c837b611ffb8dbbc
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/380bb47b60e2421894306394220fdfddbd57fe0eb424ae238cb8fdcdf180008e--cairo--1.18.0.arm64_sonoma.bottle.tar.gz
- ==> Downloading https://ghcr.io/v2/homebrew/core/graphite2/manifests/1.3.14
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/bbb4dd2ef1846301d1eb08053e19e11ca9c780f93f4d3b2d638fd94a9bf54a0c--graphite2-1.3.14.bottle_manifest.json
- ==> Fetching graphite2
- ==> Downloading https://ghcr.io/v2/homebrew/core/graphite2/blobs/sha256:4cdee055db9958e12662c53661fab627057d3553974d15b289e2955b439f4a9d
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/5d39f668b08c6fec5f362a00b9172cdb2612b9b50945e236bbff93abda225564--graphite2--1.3.14.arm64_sonoma.bottle.tar.gz
- ==> Downloading https://ghcr.io/v2/homebrew/core/icu4c/manifests/74.2
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/3e5230e726e5548db28bc0cf75710d6405903b742f941113d3dbe7483fad72a4--icu4c-74.2.bottle_manifest.json
- ==> Fetching icu4c
- ==> Downloading https://ghcr.io/v2/homebrew/core/icu4c/blobs/sha256:3facc22a7821e01d93a38e371e377f13275299d518929222ed34c77a4f4a65d3
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/ce50ca66b48d7c7f36ee7ec0a644bbeaf961faf2b4f333992d9e85c8e051a981--icu4c--74.2.arm64_sonoma.bottle.tar.gz
- ==> Downloading https://ghcr.io/v2/homebrew/core/harfbuzz/manifests/8.4.0
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/fd47e37d9f5b5084316ec51955470aa32e038246275985aee10b1881a4f7344b--harfbuzz-8.4.0.bottle_manifest.json
- ==> Fetching harfbuzz
- ==> Downloading https://ghcr.io/v2/homebrew/core/harfbuzz/blobs/sha256:b74301ad74f8d0647b49ed72156895d0c598d7cf206d331d79aeab415eb72e8e
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/231db4735b2a8cd766ecf6cd35f51ae4eede15d2dac0cc331e870d0ac576a954--harfbuzz--8.4.0.arm64_sonoma.bottle.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:a5116a219d70f3bb6728a0dfe6801413b9fd70e6c864257691cdb0ea272c2c1e
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/d2db86dd58a8512c140746acaf2d610fac33e9b572b8269b180a575afc0bb6e8--lame--3.100.arm64_sonoma.bottle.tar.gz
- ==> Downloading https://ghcr.io/v2/homebrew/core/fribidi/manifests/1.0.14
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/e6b501ebd099a81598298a9fe97eac544af056e9b6031dabf29d953431e229c1--fribidi-1.0.14.bottle_manifest.json
- ==> Fetching fribidi
- ==> Downloading https://ghcr.io/v2/homebrew/core/fribidi/blobs/sha256:5aea13f26a125562f2564cfc3c4051bd3bd6c65780b8349f5bbca3afbc3f2bf5
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/9d445b1fa30f63479ef5fe052219ed6247ebce7384bb79c75ce068f71c916786--fribidi--1.0.14.arm64_sonoma.bottle.tar.gz
- ==> 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
- ==> Fetching libunibreak
- ==> Downloading https://ghcr.io/v2/homebrew/core/libunibreak/blobs/sha256:687db532bdd75f70882b9b40e0f5b14fdac91ce6c81a94067757e46cc6f84566
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/248e7ecebfd2fef3527df405794214aa7ea64cd051c56ca2dbdb6403f1e3c4b0--libunibreak--6.1.arm64_sonoma.bottle.tar.gz
- ==> Downloading https://ghcr.io/v2/homebrew/core/libass/manifests/0.17.1_1
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/d53e3e66d0e951194ed4dc03a3fc177005729197f46c8d296dc4c130bf25c3ab--libass-0.17.1_1.bottle_manifest.json
- ==> Fetching libass
- ==> Downloading https://ghcr.io/v2/homebrew/core/libass/blobs/sha256:6316d110d55eade88304bb723fd2c7bc24e814e7b976daf1ddd5d7b48bf99c47
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/45ac9983fe3c9289f44e3ed1ff6c2913a6b538c6919576437fa3f03d70f96328--libass--0.17.1_1.arm64_sonoma.bottle.tar.gz
- ==> Downloading https://ghcr.io/v2/homebrew/core/libbluray/manifests/1.3.4
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/3ca2a7bc181ca21ac727ad165abb77758d74c9c260dd155b33f741b1eee5801a--libbluray-1.3.4.bottle_manifest.json
- ==> Fetching libbluray
- ==> Downloading https://ghcr.io/v2/homebrew/core/libbluray/blobs/sha256:385b5460b56cb7c811c661a39509c62436d7a60f388bd960782f23192ade074a
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/c194f48334d70d798fa4658d7e2f6540bdcd9196ca30d2b1ca058b141f156144--libbluray--1.3.4.arm64_sonoma.bottle.tar.gz
- ==> Downloading https://ghcr.io/v2/homebrew/core/cjson/manifests/1.7.17
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/cf55fa70fee20f7c1e02503108e2d0d5981d3209c4ca43763fcd623d1f60ccb8--cjson-1.7.17.bottle_manifest.json
- ==> Fetching cjson
- ==> Downloading https://ghcr.io/v2/homebrew/core/cjson/blobs/sha256:b78dd2e9c8ca113352bb0b7e6defbdc13347f3ea865ff5d36c86fabef29d7e44
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/87da71a1437fceab7497c9322a68c70109e8e2bdceca7b1af482945bdcb99cb8--cjson--1.7.17.arm64_sonoma.bottle.tar.gz
- ==> Downloading https://ghcr.io/v2/homebrew/core/libmicrohttpd/manifests/1.0.1
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/01cc839b4ae42fa110aac833bd4c4ea38e803b45edd8f86da3d92d2f48922661--libmicrohttpd-1.0.1.bottle_manifest.json
- ==> Fetching libmicrohttpd
- ==> Downloading https://ghcr.io/v2/homebrew/core/libmicrohttpd/blobs/sha256:a78702c9353f012d0a5a90d5f2d547f3a9e86a8ce14958d73d195d207065e285
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/3f1f7385aa64691b4ed98013332cf413d42c688ad245dbee82b1eca2d080d2ae--libmicrohttpd--1.0.1.arm64_sonoma.bottle.tar.gz
- ==> Downloading https://ghcr.io/v2/homebrew/core/mbedtls/manifests/3.6.0
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/2325275bc24f60ceb6e1de80d77b60d38eaf83bf0f445eb125aa0ad7f29ce681--mbedtls-3.6.0.bottle_manifest.json
- ==> Fetching mbedtls
- ==> Downloading https://ghcr.io/v2/homebrew/core/mbedtls/blobs/sha256:22f2f5791b39dd7b4c0e23de2f5ccdbc1d2d5646d8ae4e0f383e28c7bfec0447
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/9f36f1d4ad1a9b3f3c3cb49ee92c98251aaf7655cbc7759b706c9c7c47a24d51--mbedtls--3.6.0.arm64_sonoma.bottle.tar.gz
- ==> Downloading https://ghcr.io/v2/homebrew/core/librist/manifests/0.2.10_1
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/c454114652985f2071c8c39a89669e3ded2ea81fee99e041ba5536c975f2d06f--librist-0.2.10_1.bottle_manifest.json
- ==> Fetching librist
- ==> Downloading https://ghcr.io/v2/homebrew/core/librist/blobs/sha256:a008dc6bced0ba4ac31a79da417afa539d4ab0d25b9d22769ea396a17b355c8c
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/3728709d1d2c3dc7990b1d486a3de1ea5f39e4e2909ad66f0986f7cad4709c40--librist--0.2.10_1.arm64_sonoma.bottle.tar.gz
- ==> 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
- ==> Fetching libsoxr
- ==> Downloading https://ghcr.io/v2/homebrew/core/libsoxr/blobs/sha256:baddfdda71b784b3d94f84e9f7a1b8bcfec59762baddf9e3ccc67c19fb41cee0
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/ea3e1b5a041c69ecbfb2832f5ebbd6d4b024a1aec27145660b0fc97e4655f568--libsoxr--0.1.3.arm64_sonoma.bottle.1.tar.gz
- ==> Downloading https://ghcr.io/v2/homebrew/core/libssh/manifests/0.10.6
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/a4ff6d890d834da2f865bf30651aa0ed1423be8e2684d4586895f1d9c887449b--libssh-0.10.6.bottle_manifest.json
- ==> Fetching libssh
- ==> Downloading https://ghcr.io/v2/homebrew/core/libssh/blobs/sha256:f46550586eea1bbce8a418c9ce7621909aaad4b96d98004289ea12ccd4593201
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/2377b5ad5b2133feefa8f141339bd88f98b02a5ffa1d3fbd9e7091c369401782--libssh--0.10.6.arm64_sonoma.bottle.tar.gz
- ==> 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
- ==> Fetching libvidstab
- ==> Downloading https://ghcr.io/v2/homebrew/core/libvidstab/blobs/sha256:f006d60e59a43562474571f2a7e2be72273cc9bd7b2df04d0c21da861ebfcab8
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/9311b0604c248c513f6452402d07eef81bf7c5f532b0555159bf1b24507dedc9--libvidstab--1.1.1.arm64_sonoma.bottle.tar.gz
- ==> Downloading https://ghcr.io/v2/homebrew/core/libogg/manifests/1.3.5-2
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/1c13722950e996f50a0ef7aa1e181de6b2a8a754ebb8f695c4efc56e0d592ad6--libogg-1.3.5-2.bottle_manifest.json
- ==> Fetching libogg
- ==> Downloading https://ghcr.io/v2/homebrew/core/libogg/blobs/sha256:f5da0b4874b723ca02947cd2312df9cdd37bc7b6e000e9e6cdd9bbbb290dc0e9
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/56c6654a42560c3b741c146200e33137f35757db6cb39a1783a7a9947815450e--libogg--1.3.5.arm64_sonoma.bottle.2.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:f71115c28f65e1a87ae0dbe695421ecacfcddcaa6f91a3e0a23493da73560de5
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/55bd1f1f45c985483d9eafe19cda79b8aa3f403099625bc3cf371241619c412e--libvorbis--1.3.7.arm64_sonoma.bottle.1.tar.gz
- ==> Downloading https://ghcr.io/v2/homebrew/core/libvpx/manifests/1.13.1
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/364b66ab6140cccfc918fb168a803232862da070aac567fbd6f6531c14125399--libvpx-1.13.1.bottle_manifest.json
- ==> Fetching libvpx
- ==> Downloading https://ghcr.io/v2/homebrew/core/libvpx/blobs/sha256:484698903af5db7c9b7d6b4e5791f702ae99a9167a0119773b30d1c9b34ffdba
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/17a5d6a9dafc93902cdb00843b30d49a863833318bdcce467ffa91271f58cfae--libvpx--1.13.1.arm64_sonoma.bottle.tar.gz
- ==> 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
- ==> Fetching opencore-amr
- ==> Downloading https://ghcr.io/v2/homebrew/core/opencore-amr/blobs/sha256:b9598108fb81e647206266d1ebfd43872454df8d9eb8292e09b550fb190e5c4f
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/998adff249abebcadb70c96288bc5f59a22c7e3bfdfde24b8fff3b714dabd72e--opencore-amr--0.1.6.arm64_sonoma.bottle.tar.gz
- ==> Downloading https://ghcr.io/v2/homebrew/core/openjpeg/manifests/2.5.2
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/aa191c3580781971a7ecfcc8c109ad1f70e33174c5714ff2640476560c91f532--openjpeg-2.5.2.bottle_manifest.json
- ==> Fetching openjpeg
- ==> Downloading https://ghcr.io/v2/homebrew/core/openjpeg/blobs/sha256:eef55952d48f1852f5e95a4f8bf336019ebf3800d5dc0fba79cf85ae1fe475d6
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/3fa8dd0c7c3b35ea89f1c7237bdc734847317cfd4d7ecd91037082f9cbdaa403--openjpeg--2.5.2.arm64_sonoma.bottle.tar.gz
- ==> Downloading https://ghcr.io/v2/homebrew/core/isl/manifests/0.26
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/ec0bbec77171645273dd59a9ccfdf290deccd999b3ca2082e0478d282b777ec0--isl-0.26.bottle_manifest.json
- ==> Fetching isl
- ==> Downloading https://ghcr.io/v2/homebrew/core/isl/blobs/sha256:00b4bed8680e65a16f0594b92e6413237fef625b79320ccdb3f6bb3f085e44c6
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/244eee1e7e913f0df7d0abdc387f2c0e9272008ed2584bb40621f36971081b9b--isl--0.26.arm64_sonoma.bottle.tar.gz
- ==> Downloading https://ghcr.io/v2/homebrew/core/mpfr/manifests/4.2.1
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/a2a3424f4974f6febfa0334a93f35f508eaef3f4ad04320f73d9498302295635--mpfr-4.2.1.bottle_manifest.json
- ==> Fetching mpfr
- ==> Downloading https://ghcr.io/v2/homebrew/core/mpfr/blobs/sha256:71c4d6cc59a5bee30e0779b1d095c2e2db1cb63b51eac88d5d4191660e613d0c
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/cf09ab8252a4d554cf52f391250721aa181da27b7845ad8f2ea5d3e45dfc728e--mpfr--4.2.1.arm64_sonoma.bottle.tar.gz
- ==> Downloading https://ghcr.io/v2/homebrew/core/libmpc/manifests/1.3.1
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/fdfa98e0f8bb3ce075cb32776ac2345aa2f89252706c162aecfc841085fa76be--libmpc-1.3.1.bottle_manifest.json
- ==> Fetching libmpc
- ==> Downloading https://ghcr.io/v2/homebrew/core/libmpc/blobs/sha256:909895bde6818f0adee6cf16f23836752ae214515da2e9e3beb0f66fbb63c490
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/ddd3df55001504069b99ec7478f969f6ec949466deb7f6d2b862f3c4c34310db--libmpc--1.3.1.arm64_sonoma.bottle.tar.gz
- ==> Downloading https://ghcr.io/v2/homebrew/core/gcc/manifests/13.2.0-2
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/1d624841f5f550e4bbc04910c0cfb20b89d0fc7f90ab213cead29d1518479e2b--gcc-13.2.0-2.bottle_manifest.json
- ==> Fetching gcc
- ==> Downloading https://ghcr.io/v2/homebrew/core/gcc/blobs/sha256:85037a5e7d463f55d9a0ff3963b24008c8a10937d137909bd6e91cf64ddfe8b6
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/988019064ef1fd0ad9c60305ae3fd6f3d864f4657b6479036e55f92043542e84--gcc--13.2.0.arm64_sonoma.bottle.2.tar.gz
- ==> Downloading https://ghcr.io/v2/homebrew/core/openblas/manifests/0.3.27
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/e3edac4ed73cce4aa9b2c78d8a8e22a854ed2d9edb7168c31b864af058ff1a7a--openblas-0.3.27.bottle_manifest.json
- ==> Fetching openblas
- ==> Downloading https://ghcr.io/v2/homebrew/core/openblas/blobs/sha256:688a3083556bf2e30e61c25946e964034eeebf6389b9448c2a265fb066da85a4
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/d19b4208eac80b770bb508dc2c20e3204675dda2ca974245969239df058d637c--openblas--0.3.27.arm64_sonoma.bottle.tar.gz
- ==> Downloading https://ghcr.io/v2/homebrew/core/numpy/manifests/1.26.4
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/6e939f59cfd420ed5deb306bceed229a459ebff7a32be913f093d46715ec72d8--numpy-1.26.4.bottle_manifest.json
- ==> Fetching numpy
- ==> Downloading https://ghcr.io/v2/homebrew/core/numpy/blobs/sha256:e5a11ee6e1e4b3ead073e1ee05182f7b31d8b34a1c37902e74d2a944172d4f62
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/2d421b7c519d7d2ab4e3cf5bc088afc183131e7abcb5e254f6ca3dd21b4bea7c--numpy--1.26.4.arm64_sonoma.bottle.tar.gz
- ==> Downloading https://ghcr.io/v2/homebrew/core/pugixml/manifests/1.14
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/43be16538eeab0d748dff7a738daff3f5989049a83c9f64fda9c2cdbe86f5087--pugixml-1.14.bottle_manifest.json
- ==> Fetching pugixml
- ==> Downloading https://ghcr.io/v2/homebrew/core/pugixml/blobs/sha256:84389a39deb0147cc58ace55574299b2bc0099a405c637aa19d8dd4c511527f8
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/9889f9328e03732edd5adbf13546e3d13901607ae29d98f7fd4aaa401a711ef1--pugixml--1.14.arm64_sonoma.bottle.tar.gz
- ==> Downloading https://ghcr.io/v2/homebrew/core/python-packaging/manifests/24.0
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/6d04993c705480bf491a674a4f083d4a526037ee0db0e935ecd251bad22b5edd--python-packaging-24.0.bottle_manifest.json
- ==> Fetching python-packaging
- ==> Downloading https://ghcr.io/v2/homebrew/core/python-packaging/blobs/sha256:2cf07e8f77ff012e840b93321f30017d29b0b9408e11b8071ee0b4bbd647bcd1
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/1502938f5ef19513a435a855c41c973087cf2fcef36a04cee5a4c428114360ba--python-packaging--24.0.all.bottle.tar.gz
- ==> Downloading https://ghcr.io/v2/homebrew/core/snappy/manifests/1.2.0
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/c34a2ae3372f6ff70136ccca7ef7d4fe3483cbbc2c425a7c6f0d4ae40a0bca95--snappy-1.2.0.bottle_manifest.json
- ==> Fetching snappy
- ==> Downloading https://ghcr.io/v2/homebrew/core/snappy/blobs/sha256:4a20c424a6cab88e165030ce17f347cfcbf27c32b3ef4f03c5622b054510b4a2
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/7138583162073c68c5b2aeda1900181369afe20689c8dc8df277fe886b803b5b--snappy--1.2.0.arm64_sonoma.bottle.tar.gz
- ==> Downloading https://ghcr.io/v2/homebrew/core/hwloc/manifests/2.10.0
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/892465425f662087a8b4b7c148c9fd17f1ac8c7824d3e8d2d3ce3459a396b0dd--hwloc-2.10.0.bottle_manifest.json
- ==> Fetching hwloc
- ==> Downloading https://ghcr.io/v2/homebrew/core/hwloc/blobs/sha256:19cbbbca07f9a59c9616df503effac71e54c077b534d9326f4df8c9525c1a3c4
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/8e6fc7f660d7af7538172c02d9655e543beb6e0c6ffdf7902f5a7fd016e8a7a8--hwloc--2.10.0.arm64_sonoma.bottle.tar.gz
- ==> Downloading https://ghcr.io/v2/homebrew/core/tbb/manifests/2021.12.0-1
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/a5550048712a9dff27bc6027d3abc4d397a0879614e360b4a264a6ed9ec74e96--tbb-2021.12.0-1.bottle_manifest.json
- ==> Fetching tbb
- ==> Downloading https://ghcr.io/v2/homebrew/core/tbb/blobs/sha256:20a09dfac1334404a7da5796d116f60d21497ba80f6ab12d9f05095f72b3e5a7
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/256177d2bd4351df6002108409d68704818f91d4ef51ff1ccc261ef79846c6f6--tbb--2021.12.0.arm64_sonoma.bottle.1.tar.gz
- ==> Downloading https://ghcr.io/v2/homebrew/core/openvino/manifests/2024.1.0
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/930043877e7c2523ccd2d09e07290951c49d4ad616c007007814fe5aadcc85ce--openvino-2024.1.0.bottle_manifest.json
- ==> Fetching openvino
- ==> Downloading https://ghcr.io/v2/homebrew/core/openvino/blobs/sha256:a91bcff7e57b16c3e54c4916688f83618bfed26c31cc40642903338abad98b9c
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/1dde1c3117d7a74761d2f5544b124955ba15cc2a61660658c84b85e443a1b2e0--openvino--2024.1.0.arm64_sonoma.bottle.tar.gz
- ==> 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:017d3d10cf679cad5cee3501a53945903eabff9f7657214944bf9156f85e9872
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/a87f19fcf62610f2b896a8d142a800d01b2806e58a4288cabac493a699b9ccb0--opus--1.5.2.arm64_sonoma.bottle.tar.gz
- ==> Downloading https://ghcr.io/v2/homebrew/core/rav1e/manifests/0.7.1
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/ccafd526f73546dc53bb2cd7d3c8d0e392229423fbc6962740a67633d8b06443--rav1e-0.7.1.bottle_manifest.json
- ==> Fetching rav1e
- ==> Downloading https://ghcr.io/v2/homebrew/core/rav1e/blobs/sha256:03c3c20f83de1fca64b0e0c67e8eb583a334f30769c047304a6627fcec76c765
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/06b67131c7265788c23c129cefd48cf2699b8c9c20d6e51131a997e82d1bf279--rav1e--0.7.1.arm64_sonoma.bottle.tar.gz
- ==> Downloading https://ghcr.io/v2/homebrew/core/libsamplerate/manifests/0.2.2
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/27dd59fa55dbebeb65e77b8d04f3b390a899a35dad23d3fd7a4f895b3f7fbfed--libsamplerate-0.2.2.bottle_manifest.json
- ==> Fetching libsamplerate
- ==> Downloading https://ghcr.io/v2/homebrew/core/libsamplerate/blobs/sha256:dc278cc14c1b7bfe2530935297bb3ab56d162420387702a38def3aaa26e03181
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/cf342452de44e2ef7db03ae7c3dc5af4881bf5b698d1893d002e17450f928f17--libsamplerate--0.2.2.arm64_sonoma.bottle.tar.gz
- ==> Downloading https://ghcr.io/v2/homebrew/core/flac/manifests/1.4.3
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/7672ff666ae1dc9b535827ff76c3701b41ed244aae83ed9083687bb12b7ef5bf--flac-1.4.3.bottle_manifest.json
- ==> Fetching flac
- ==> Downloading https://ghcr.io/v2/homebrew/core/flac/blobs/sha256:ce19f4c9e89fb7b89c5ea1c070bb6cdb7deedf800a6843bd042ceb902b43ed03
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/858343f5a8ed2e8fef6e671b1e895e528dc779b946da61743a572cf101541259--flac--1.4.3.arm64_sonoma.bottle.tar.gz
- ==> Downloading https://ghcr.io/v2/homebrew/core/mpg123/manifests/1.32.6
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/6be7cbdca64624211eb852bbb1b70c9109c062fc5de48f889a20c75c804c5ce8--mpg123-1.32.6.bottle_manifest.json
- ==> Fetching mpg123
- ==> Downloading https://ghcr.io/v2/homebrew/core/mpg123/blobs/sha256:b9a8b819e65b8bb7fa2d4909faa589c9301d052f04eb00186effef23112a39d9
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/6348ae6bdc594fbeb74c715f9a9b74affa702162882692758dcf75cb769d8d09--mpg123--1.32.6.arm64_sonoma.bottle.tar.gz
- ==> Downloading https://ghcr.io/v2/homebrew/core/libsndfile/manifests/1.2.2-2
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/58af9df59ce6134e60a9cb6b90004acc85bb003e6ac643b7a299100bbb8272a3--libsndfile-1.2.2-2.bottle_manifest.json
- ==> Fetching libsndfile
- ==> Downloading https://ghcr.io/v2/homebrew/core/libsndfile/blobs/sha256:0e8ccf402d37e1be344af315c4b06c5faf3fb1307bce6d4a79d198ffbb9d2ad0
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/8ff1cc796c19140b1b6df5cfbdbdf156911812e4021707f851e0ecafa521aa73--libsndfile--1.2.2.arm64_sonoma.bottle.2.tar.gz
- ==> Downloading https://ghcr.io/v2/homebrew/core/rubberband/manifests/3.3.0
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/d7b37a08cef72d7b9431b19abc4aaa4649642b6610ad91f39146347d2aaeb60a--rubberband-3.3.0.bottle_manifest.json
- ==> Fetching rubberband
- ==> Downloading https://ghcr.io/v2/homebrew/core/rubberband/blobs/sha256:83e5b2a1828926769eb43c37b1ed95fc6acb52b7b80717c628248ba06dcc4b59
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/5a210706f3d8ab1e9849b97d628e25625a2e77dc938fa98875f57f4379f22b2c--rubberband--3.3.0.arm64_sonoma.bottle.tar.gz
- ==> Downloading https://ghcr.io/v2/homebrew/core/sdl2/manifests/2.30.2
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/ccde91150b7ae00f58f30cc07eec11a9b6249e63041b7ffe5a190963c5a0f09a--sdl2-2.30.2.bottle_manifest.json
- ==> Fetching sdl2
- ==> Downloading https://ghcr.io/v2/homebrew/core/sdl2/blobs/sha256:445aa245cc3bb0d89872de6d66cf6a46c9b4a47a3f2012a0010c0604fa299abc
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/776c4f07917bda07ef831004876ed3ae66213a6fd76a14969f6e5578eb297f81--sdl2--2.30.2.arm64_sonoma.bottle.tar.gz
- ==> 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
- ==> Fetching speex
- ==> Downloading https://ghcr.io/v2/homebrew/core/speex/blobs/sha256:8dcf1981467ac7b19763ef294c2ef1cbb5fdbe98100043c95f4617a89a930a22
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/ed7e83e65e842ee9c90b2d403b3a0c37136baa4cc8cded4c8e9a438ebdd0d774--speex--1.2.1.arm64_sonoma.bottle.tar.gz
- ==> Downloading https://ghcr.io/v2/homebrew/core/srt/manifests/1.5.3
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/2c05aec9137f6d962cdfb85d47cfb9eb89182384aeaa5c9395f2fa9fe619e346--srt-1.5.3.bottle_manifest.json
- ==> Fetching srt
- ==> Downloading https://ghcr.io/v2/homebrew/core/srt/blobs/sha256:b77e98814ca5b954a11620a787f6e008950e39b7929a45d02e2362b2858e8462
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/de414cba6044cfb280d8f1b19a29fd41f0c6b04b6cfd34e4ce7d9659282002cd--srt--1.5.3.arm64_sonoma.bottle.tar.gz
- ==> Downloading https://ghcr.io/v2/homebrew/core/svt-av1/manifests/2.0.0
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/c30d686f94ea2ea34f2906bead880632bb2d4d585d2cd69f1dec023f60f277e6--svt-av1-2.0.0.bottle_manifest.json
- ==> Fetching svt-av1
- ==> Downloading https://ghcr.io/v2/homebrew/core/svt-av1/blobs/sha256:e1d475eb5a3775d1c8e17ede405656715d1b07d1d9958c6a32c8ebd1d1a05f79
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/658f2956b573075c95c40eb67076fa392f11bcfdcacf5f507d7fbd6d92c544de--svt-av1--2.0.0.arm64_sonoma.bottle.tar.gz
- ==> Downloading https://ghcr.io/v2/homebrew/core/leptonica/manifests/1.84.1
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/dc88f036b102e560c7103a72d25bc9ac6cc15c37284c0a81cd30f4fc0281eaa9--leptonica-1.84.1.bottle_manifest.json
- ==> Fetching leptonica
- ==> Downloading https://ghcr.io/v2/homebrew/core/leptonica/blobs/sha256:67fe34fb9fbd1191142dc8415dc1c3bacc7a8cb427dc3d769f6c5d8b1351cbe7
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/c64d79e027aa90378d2301f03069ddbfcce6e82346b4e3f17777a41d228cc7e3--leptonica--1.84.1.arm64_sonoma.bottle.tar.gz
- ==> 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:52cef2730b3520e99f75f1478f2b953dc46e362a8dbf90f2c6a9028b47bbb8bd
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/7ec90eb4991722eebdf3511df6bfa9131db1aca85a370f3eb8ef54f9b57c1c8f--libb2--0.98.1.arm64_sonoma.bottle.tar.gz
- ==> Downloading https://ghcr.io/v2/homebrew/core/libarchive/manifests/3.7.4
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/d761d79792a479404434ff8a92cd30a935fa95d4cb1aee534cc2aa3b9904aa61--libarchive-3.7.4.bottle_manifest.json
- ==> Fetching libarchive
- ==> Downloading https://ghcr.io/v2/homebrew/core/libarchive/blobs/sha256:d97e0d2bf8558c7c09b84a48931a75b69e91635d876aee86d99ff2f2f1857ef6
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/8404dc885c06e0602b1bb3f9af6c130a90fb2258b51db4b6689b0f028b2cee7f--libarchive--3.7.4.arm64_sonoma.bottle.tar.gz
- ==> Downloading https://ghcr.io/v2/homebrew/core/pango/manifests/1.52.2
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/214b7cb46e8e1680ea60d3578939e548b2daf2721164a11efeda086b9d494949--pango-1.52.2.bottle_manifest.json
- ==> Fetching pango
- ==> Downloading https://ghcr.io/v2/homebrew/core/pango/blobs/sha256:d7310d07a8e4de1846e72e1965012b706df6b6b68b7d7044d0b626927dd0dbda
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/3635fac58f8b4966e6db5d0ee01ea56bf5fead3203606b881ece551dd48e81ee--pango--1.52.2.arm64_sonoma.bottle.tar.gz
- ==> Downloading https://ghcr.io/v2/homebrew/core/tesseract/manifests/5.3.4_1
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/acc8a888b856c817d327ce191d481841dd96fa1f12fd672a4672e6ce1a9fd2fb--tesseract-5.3.4_1.bottle_manifest.json
- ==> Fetching tesseract
- ==> Downloading https://ghcr.io/v2/homebrew/core/tesseract/blobs/sha256:6025ab29df5d7c96b4402964c393f02a3c8b12a1cced36d985ad26a0739c18d9
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/737df6611302ad75faabbe616bdba259c88560db82e6725b030c571ab990abbe--tesseract--5.3.4_1.arm64_sonoma.bottle.tar.gz
- ==> Downloading https://ghcr.io/v2/homebrew/core/theora/manifests/1.1.1-4
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/dbefdb4ba8626ac7d284e0da23aaeb705c37e0bfbe0c3c22f05fe5fbcadf10e4--theora-1.1.1-4.bottle_manifest.json
- ==> Fetching theora
- ==> Downloading https://ghcr.io/v2/homebrew/core/theora/blobs/sha256:7f57dbcd0a12b47f7f886f9474d2ffa04df1ff62fc9c6a330c4f828386d94301
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/be465ece126ea65f8c456e5d4be082674673fee83f01040b031e0a67ecd4afd2--theora--1.1.1.arm64_sonoma.bottle.4.tar.gz
- ==> Downloading https://ghcr.io/v2/homebrew/core/x264/manifests/r3108
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/8bf7841097db8a60b1789ab16ac7f9395fc5e484932ab958334695a83e804e68--x264-r3108.bottle_manifest.json
- ==> Fetching x264
- ==> Downloading https://ghcr.io/v2/homebrew/core/x264/blobs/sha256:19910a7d287524c93e7c56e30eca711618e0b568c0a9a4462924b76761840fd5
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/21a05c8665b57b67fadda13b16296d13e662691ed500064f646fb47c2e1110ac--x264--r3108.arm64_sonoma.bottle.tar.gz
- ==> Downloading https://ghcr.io/v2/homebrew/core/x265/manifests/3.6
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/5cdbdbb9c55e93a197fffb6fa64a943ccb0adb16936f48267be3e08efe7a606e--x265-3.6.bottle_manifest.json
- ==> Fetching x265
- ==> Downloading https://ghcr.io/v2/homebrew/core/x265/blobs/sha256:ab1b8982179412855def72a0bff980132f6540c6f068070b1c6b90734ddc9357
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/6d513bd2a27b6052de5e38fd9036cd4af912034ce898f9c27e49cba7007daff8--x265--3.6.arm64_sonoma.bottle.tar.gz
- ==> 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
- ==> Fetching xvid
- ==> Downloading https://ghcr.io/v2/homebrew/core/xvid/blobs/sha256:8062840ad8e79ae9c733f5d8f4b822e70d962c243e7c9eceee95bb100e016743
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/05bfbb26b0598e2066c377c95a2f0742253796fc7272d848001299f2fa279630--xvid--1.3.7.arm64_sonoma.bottle.tar.gz
- ==> Downloading https://ghcr.io/v2/homebrew/core/libsodium/manifests/1.0.19
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/be1ad9f264fab9dfc313d95d9ac7d59ae1774d775801e6f935cf9fe8fe35ab21--libsodium-1.0.19.bottle_manifest.json
- ==> Fetching libsodium
- ==> Downloading https://ghcr.io/v2/homebrew/core/libsodium/blobs/sha256:dc3c442e29cd2c031179003f04ee2dea388edc68b0f284d6b938f38e2ca49efc
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/db39a0d3b3a1355b9faff47f9331b641350d7623a2bc44047378cb4347081a74--libsodium--1.0.19.arm64_sonoma.bottle.tar.gz
- ==> Downloading https://ghcr.io/v2/homebrew/core/zeromq/manifests/4.3.5_1
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/27b053a576863f2b2aa214070e5737e3a0ce0a073760d26c39902468274880b1--zeromq-4.3.5_1.bottle_manifest.json
- ==> Fetching zeromq
- ==> Downloading https://ghcr.io/v2/homebrew/core/zeromq/blobs/sha256:3bf8942ece99f0457125006cf729f24823e09a3f6bd2257e8be9873e5783a0a1
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/f868daa29766f030945da3f574160cea04e95bd8c51a5b5108d561e15b5d6ef2--zeromq--4.3.5_1.arm64_sonoma.bottle.tar.gz
- ==> Downloading https://ghcr.io/v2/homebrew/core/zimg/manifests/3.0.5
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/f94d5d93fe440d14fe866ceb3ada13593ef4b17f58985ebb17ea4320168b65cd--zimg-3.0.5.bottle_manifest.json
- ==> Fetching zimg
- ==> Downloading https://ghcr.io/v2/homebrew/core/zimg/blobs/sha256:1a08f06a0a7fc2a23266a03e8afd63759f99f3a0041d1503fafc5ce9410df8dc
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/4e06317d82ffdf3934afa650586b978badd41c55c5d4268335819ea36ff2584d--zimg--3.0.5.arm64_sonoma.bottle.tar.gz
- ==> Fetching ffmpeg
- ==> Downloading https://ghcr.io/v2/homebrew/core/ffmpeg/blobs/sha256:0694adc47cbfafe050c9f3ef7c4b45f0674e6577725df4cb742a65f3c4f5e976
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/d6ecc2924cdff9e3813efc153a90c7f459afd5d706639675371ede05efab5b77--ffmpeg--7.0_1.arm64_sonoma.bottle.tar.gz
- ==> Downloading https://ghcr.io/v2/homebrew/core/pkg-config/manifests/0.29.2_3
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/ac691fc7ab8ecffba32a837e7197101d271474a3a84cfddcc30c9fd6763ab3c6--pkg-config-0.29.2_3.bottle_manifest.json
- ==> Fetching pkg-config
- ==> Downloading https://ghcr.io/v2/homebrew/core/pkg-config/blobs/sha256:7b59abc0b5381065b1eab174217307af9324e0d02edf903171b29250ae58aeaf
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/84ce7ed13999bc49b583c1b0bfd220d1bb0682ca2316d985b0f5f9e9c0a9084d--pkg-config--0.29.2_3.arm64_sonoma.bottle.tar.gz
- ==> Installing dependencies for ffmpeg: brotli, giflib, highway, imath, jpeg-turbo, libpng, xz, lz4, zstd, libtiff, little-cms2, openexr, webp, jpeg-xl, libvmaf, aom, aribb24, dav1d, freetype, fontconfig, frei0r, ca-certificates, gmp, libunistring, libidn2, libtasn1, nettle, p11-kit, openssl@3, libevent, libnghttp2, unbound, gnutls, mpdecimal, readline, sqlite, python@3.12, glib, xorgproto, libxau, libxdmcp, libxcb, libx11, libxext, libxrender, lzo, pixman, cairo, graphite2, icu4c, harfbuzz, lame, fribidi, libunibreak, libass, libbluray, cjson, libmicrohttpd, mbedtls, librist, libsoxr, libssh, libvidstab, libogg, libvorbis, libvpx, opencore-amr, openjpeg, isl, mpfr, libmpc, gcc, openblas, numpy, pugixml, python-packaging, snappy, hwloc, tbb, openvino, opus, rav1e, libsamplerate, flac, mpg123, libsndfile, rubberband, sdl2, 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.1.0-1
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/565098509cdfa90593ec9a41b41239f073843f88caed60ddaa3e6194ac4defda--brotli-1.1.0-1.bottle_manifest.json
- ==> Pouring brotli--1.1.0.arm64_sonoma.bottle.1.tar.gz
- 🍺  /opt/homebrew/Cellar/brotli/1.1.0: 24 files, 1012KB
- ==> 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.arm64_sonoma.bottle.tar.gz
- 🍺  /opt/homebrew/Cellar/giflib/5.2.2: 19 files, 543.4KB
- ==> Installing ffmpeg dependency: highway
- ==> Downloading https://ghcr.io/v2/homebrew/core/highway/manifests/1.1.0
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/7ce58fabeff5804d02234c64dacb66f2fc8799558e56104a42ba7d82a8ad7ffa--highway-1.1.0.bottle_manifest.json
- ==> Pouring highway--1.1.0.arm64_sonoma.bottle.tar.gz
- 🍺  /opt/homebrew/Cellar/highway/1.1.0: 70 files, 3.7MB
- ==> Installing ffmpeg dependency: imath
- ==> Downloading https://ghcr.io/v2/homebrew/core/imath/manifests/3.1.11
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/4738c3b3aeed35cc9103ddfda8626c334457672a7e704d000247ccc8f1fddee9--imath-3.1.11.bottle_manifest.json
- ==> Pouring imath--3.1.11.arm64_sonoma.bottle.tar.gz
- 🍺  /opt/homebrew/Cellar/imath/3.1.11: 49 files, 938.3KB
- ==> Installing ffmpeg dependency: jpeg-turbo
- ==> Downloading https://ghcr.io/v2/homebrew/core/jpeg-turbo/manifests/3.0.2
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/54f92d3d554181004558964a73a1dfd7ce2c35088e5775217a61ca5b2344cf8e--jpeg-turbo-3.0.2.bottle_manifest.json
- ==> Pouring jpeg-turbo--3.0.2.arm64_sonoma.bottle.tar.gz
- 🍺  /opt/homebrew/Cellar/jpeg-turbo/3.0.2: 44 files, 3.4MB
- ==> Installing ffmpeg dependency: libpng
- ==> Downloading https://ghcr.io/v2/homebrew/core/libpng/manifests/1.6.43
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/dd618b09b8d6d4b89203b771528951e5309631cc3afd8dc1236f0e98965f2b67--libpng-1.6.43.bottle_manifest.json
- ==> Pouring libpng--1.6.43.arm64_sonoma.bottle.tar.gz
- 🍺  /opt/homebrew/Cellar/libpng/1.6.43: 27 files, 1.3MB
- ==> Installing ffmpeg dependency: xz
- ==> Downloading https://ghcr.io/v2/homebrew/core/xz/manifests/5.4.6
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/b2cc4077807c100af6e0253f51d186f187ff55165638cbe3a4aa16d1c4762660--xz-5.4.6.bottle_manifest.json
- ==> Pouring xz--5.4.6.arm64_sonoma.bottle.tar.gz
- 🍺  /opt/homebrew/Cellar/xz/5.4.6: 163 files, 2.6MB
- ==> Installing ffmpeg dependency: lz4
- ==> Downloading https://ghcr.io/v2/homebrew/core/lz4/manifests/1.9.4
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/379e59b981667f9585b33a2ff318769d8edca3ce6fd2e9a67ed291ae3e0cc872--lz4-1.9.4.bottle_manifest.json
- ==> Pouring lz4--1.9.4.arm64_sonoma.bottle.tar.gz
- 🍺  /opt/homebrew/Cellar/lz4/1.9.4: 22 files, 634.5KB
- ==> Installing ffmpeg dependency: zstd
- ==> Downloading https://ghcr.io/v2/homebrew/core/zstd/manifests/1.5.6
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/29403e0df5404d8aeca0e750ac135ec9ef44fc5eeb6df69170ed602acabf0ffb--zstd-1.5.6.bottle_manifest.json
- ==> Pouring zstd--1.5.6.arm64_sonoma.bottle.tar.gz
- 🍺  /opt/homebrew/Cellar/zstd/1.5.6: 31 files, 2.2MB
- ==> Installing ffmpeg dependency: libtiff
- ==> Downloading https://ghcr.io/v2/homebrew/core/libtiff/manifests/4.6.0
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/9c8455a2f6bcea7bf3e3461218fba309141b0b0553b6e1afc5fe64e63caccff3--libtiff-4.6.0.bottle_manifest.json
- ==> Pouring libtiff--4.6.0.arm64_sonoma.bottle.tar.gz
- 🍺  /opt/homebrew/Cellar/libtiff/4.6.0: 414 files, 6.7MB
- ==> Installing ffmpeg dependency: little-cms2
- ==> Downloading https://ghcr.io/v2/homebrew/core/little-cms2/manifests/2.16
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/c4e2b31b0daade62da1f3c2e57d69f74987bac35310011b87220145fa60b3558--little-cms2-2.16.bottle_manifest.json
- ==> Pouring little-cms2--2.16.arm64_sonoma.bottle.tar.gz
- 🍺  /opt/homebrew/Cellar/little-cms2/2.16: 22 files, 1.4MB
- ==> Installing ffmpeg dependency: openexr
- ==> Downloading https://ghcr.io/v2/homebrew/core/openexr/manifests/3.2.4
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/64b203875dbfc58a68a1ab1bee0b9dcfa77a93c55c283a295b618ea0434c8060--openexr-3.2.4.bottle_manifest.json
- ==> Pouring openexr--3.2.4.arm64_sonoma.bottle.tar.gz
- 🍺  /opt/homebrew/Cellar/openexr/3.2.4: 205 files, 8.0MB
- ==> Installing ffmpeg dependency: webp
- ==> Downloading https://ghcr.io/v2/homebrew/core/webp/manifests/1.4.0
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/4fd3ea2923bb7885c84ba3eee4738315675acd20fdff772153a63d8087daa4ad--webp-1.4.0.bottle_manifest.json
- ==> Pouring webp--1.4.0.arm64_sonoma.bottle.tar.gz
- 🍺  /opt/homebrew/Cellar/webp/1.4.0: 63 files, 2.5MB
- ==> Installing ffmpeg dependency: jpeg-xl
- ==> Downloading https://ghcr.io/v2/homebrew/core/jpeg-xl/manifests/0.10.2-1
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/02b6819c94f2ead268c2b34c715bd82695a40cc3028c0c96f4e97509b58c3f0d--jpeg-xl-0.10.2-1.bottle_manifest.json
- ==> Pouring jpeg-xl--0.10.2.arm64_sonoma.bottle.1.tar.gz
- 🍺  /opt/homebrew/Cellar/jpeg-xl/0.10.2: 62 files, 28.3MB
- ==> Installing ffmpeg dependency: libvmaf
- ==> Downloading https://ghcr.io/v2/homebrew/core/libvmaf/manifests/3.0.0
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/6bf89f1d683f34ff5b4c58275236e1f038d5d8189e538795d9af83e07d4c8404--libvmaf-3.0.0.bottle_manifest.json
- ==> Pouring libvmaf--3.0.0.arm64_sonoma.bottle.tar.gz
- 🍺  /opt/homebrew/Cellar/libvmaf/3.0.0: 234 files, 7.1MB
- ==> Installing ffmpeg dependency: aom
- ==> Downloading https://ghcr.io/v2/homebrew/core/aom/manifests/3.9.0
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/2f2126bb8c944ccc036ca0194a1063fb508eb65f8b050aed6975f7f7d3c36d3f--aom-3.9.0.bottle_manifest.json
- ==> Pouring aom--3.9.0.arm64_sonoma.bottle.tar.gz
- 🍺  /opt/homebrew/Cellar/aom/3.9.0: 23 files, 10MB
- ==> 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.arm64_sonoma.bottle.tar.gz
- 🍺  /opt/homebrew/Cellar/aribb24/1.0.4: 14 files, 218.8KB
- ==> Installing ffmpeg dependency: dav1d
- ==> Downloading https://ghcr.io/v2/homebrew/core/dav1d/manifests/1.4.1
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/0c8ca74519d7fd6a7f94b1a3f69eb462d686f58a42f30581e23e4e831749bdd8--dav1d-1.4.1.bottle_manifest.json
- ==> Pouring dav1d--1.4.1.arm64_sonoma.bottle.tar.gz
- 🍺  /opt/homebrew/Cellar/dav1d/1.4.1: 15 files, 919.8KB
- ==> Installing ffmpeg dependency: freetype
- ==> Downloading https://ghcr.io/v2/homebrew/core/freetype/manifests/2.13.2-1
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/8d6ca45fa8766fb544a5e6dbc76f0a68568656ab4fe1e837704491bb24e3035d--freetype-2.13.2-1.bottle_manifest.json
- ==> Pouring freetype--2.13.2.arm64_sonoma.bottle.1.tar.gz
- 🍺  /opt/homebrew/Cellar/freetype/2.13.2: 67 files, 2.4MB
- ==> Installing ffmpeg dependency: fontconfig
- ==> Downloading https://ghcr.io/v2/homebrew/core/fontconfig/manifests/2.15.0
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/33d176010dc9a105404ed23b6c0f8b853bf3a2df2e274876d412d7229a643320--fontconfig-2.15.0.bottle_manifest.json
- ==> Pouring fontconfig--2.15.0.arm64_sonoma.bottle.tar.gz


- 🍺  /opt/homebrew/Cellar/fontconfig/2.15.0: 90 files, 2.4MB
- ==> Installing ffmpeg dependency: frei0r
- ==> Downloading https://ghcr.io/v2/homebrew/core/frei0r/manifests/2.3.2
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/91852d64b8d97723ec1a57089ba9f5a9eeff095850909578506626bdd7ec1913--frei0r-2.3.2.bottle_manifest.json
- ==> Pouring frei0r--2.3.2.arm64_sonoma.bottle.tar.gz
- 🍺  /opt/homebrew/Cellar/frei0r/2.3.2: 154 files, 5.5MB
- ==> Installing ffmpeg dependency: ca-certificates
- ==> Downloading https://ghcr.io/v2/homebrew/core/ca-certificates/manifests/2024-03-11
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/c431e0186df2ccc2ea942b34a3c26c2cebebec8e07ad6abdae48447a52c5f506--ca-certificates-2024-03-11.bottle_manifest.json
- ==> Pouring ca-certificates--2024-03-11.all.bottle.tar.gz


- 🍺  /opt/homebrew/Cellar/ca-certificates/2024-03-11: 3 files, 229.2KB
- ==> 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.arm64_sonoma.bottle.tar.gz
- 🍺  /opt/homebrew/Cellar/gmp/6.3.0: 21 files, 3.3MB
- ==> Installing ffmpeg dependency: libunistring
- ==> Downloading https://ghcr.io/v2/homebrew/core/libunistring/manifests/1.2
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/48ac60445a77a63996cf15f6414f68a620d544fb683031b14eb3aea95c3064f6--libunistring-1.2.bottle_manifest.json
- ==> Pouring libunistring--1.2.arm64_sonoma.bottle.tar.gz
- 🍺  /opt/homebrew/Cellar/libunistring/1.2: 59 files, 5MB
- ==> Installing ffmpeg dependency: libidn2
- ==> Downloading https://ghcr.io/v2/homebrew/core/libidn2/manifests/2.3.7
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/45d1d4d2930c4782bf53e761a1c0166cd8a40f4193ac8c44e86f0b6708e80354--libidn2-2.3.7.bottle_manifest.json
- ==> Pouring libidn2--2.3.7.arm64_sonoma.bottle.tar.gz
- 🍺  /opt/homebrew/Cellar/libidn2/2.3.7: 80 files, 1MB
- ==> Installing ffmpeg dependency: libtasn1
- ==> Downloading https://ghcr.io/v2/homebrew/core/libtasn1/manifests/4.19.0
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/8abecce04f40738bc8a6921a6b96d847ea5c9759185d4bd9c7c9b5fb4922c375--libtasn1-4.19.0.bottle_manifest.json
- ==> Pouring libtasn1--4.19.0.arm64_sonoma.bottle.tar.gz
- 🍺  /opt/homebrew/Cellar/libtasn1/4.19.0: 61 files, 715.3KB
- ==> Installing ffmpeg dependency: nettle
- ==> Downloading https://ghcr.io/v2/homebrew/core/nettle/manifests/3.9.1
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/a02ae3a1ecc6cff56e632f6452fd57f3fa72be16cde0b69e5b47747283fd3f6b--nettle-3.9.1.bottle_manifest.json
- ==> Pouring nettle--3.9.1.arm64_sonoma.bottle.tar.gz
- 🍺  /opt/homebrew/Cellar/nettle/3.9.1: 94 files, 2.7MB
- ==> Installing ffmpeg dependency: p11-kit
- ==> Downloading https://ghcr.io/v2/homebrew/core/p11-kit/manifests/0.25.3
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/cc547bf2f72da03680090015f5b720aff280ce33de9c33783a69c24fe97a4246--p11-kit-0.25.3.bottle_manifest.json
- ==> Pouring p11-kit--0.25.3.arm64_sonoma.bottle.tar.gz
- 🍺  /opt/homebrew/Cellar/p11-kit/0.25.3: 28 files, 4.2MB
- ==> Installing ffmpeg dependency: openssl@3
- ==> Downloading https://ghcr.io/v2/homebrew/core/openssl/3/manifests/3.3.0-1
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/cd7e4cb72da375d51619d8c60fb91a70696e352edb515631b5751d05342e471d--openssl@3-3.3.0-1.bottle_manifest.json
- ==> Pouring openssl@3--3.3.0.arm64_sonoma.bottle.1.tar.gz
- 🍺  /opt/homebrew/Cellar/openssl@3/3.3.0: 6,976 files, 32.2MB
- ==> 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.arm64_sonoma.bottle.tar.gz
- 🍺  /opt/homebrew/Cellar/libevent/2.1.12_1: 57 files, 2.2MB
- ==> Installing ffmpeg dependency: libnghttp2
- ==> Downloading https://ghcr.io/v2/homebrew/core/libnghttp2/manifests/1.61.0
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/84e039765210f9da314a9b989360b06406c6123f9aae7b1a47dd010504d3bcfb--libnghttp2-1.61.0.bottle_manifest.json
- ==> Pouring libnghttp2--1.61.0.arm64_sonoma.bottle.tar.gz
- 🍺  /opt/homebrew/Cellar/libnghttp2/1.61.0: 13 files, 803.7KB
- ==> Installing ffmpeg dependency: unbound
- ==> Downloading https://ghcr.io/v2/homebrew/core/unbound/manifests/1.19.3
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/62a868665662004deadb9a12b9e6df7ff755832caa1fd9a43d76095268fcb7c5--unbound-1.19.3.bottle_manifest.json
- ==> Pouring unbound--1.19.3.arm64_sonoma.bottle.tar.gz
- 🍺  /opt/homebrew/Cellar/unbound/1.19.3: 58 files, 5.8MB
- ==> Installing ffmpeg dependency: gnutls
- ==> Downloading https://ghcr.io/v2/homebrew/core/gnutls/manifests/3.8.4
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/73c18cc76ca68c25efa04b897881358a5ad032ae8e54f9c5fe81b70875128236--gnutls-3.8.4.bottle_manifest.json
- ==> Pouring gnutls--3.8.4.arm64_sonoma.bottle.tar.gz
- 🍺  /opt/homebrew/Cellar/gnutls/3.8.4: 1,292 files, 10.8MB
- ==> Installing ffmpeg dependency: mpdecimal
- ==> Downloading https://ghcr.io/v2/homebrew/core/mpdecimal/manifests/4.0.0-1
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/7b63c3b34bee402290af49fac829a6682ab45ea5c9258b6fe03b590a03a4c4a9--mpdecimal-4.0.0-1.bottle_manifest.json
- ==> Pouring mpdecimal--4.0.0.arm64_sonoma.bottle.1.tar.gz
- 🍺  /opt/homebrew/Cellar/mpdecimal/4.0.0: 21 files, 637KB
- ==> Installing ffmpeg dependency: readline
- ==> Downloading https://ghcr.io/v2/homebrew/core/readline/manifests/8.2.10
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/4ddd52803319828799f1932d4c7fa8d11c667049b20a56341c0c19246a1be93b--readline-8.2.10.bottle_manifest.json
- ==> Pouring readline--8.2.10.arm64_sonoma.bottle.tar.gz
- 🍺  /opt/homebrew/Cellar/readline/8.2.10: 50 files, 1.7MB
- ==> Installing ffmpeg dependency: sqlite
- ==> Downloading https://ghcr.io/v2/homebrew/core/sqlite/manifests/3.45.3
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/9eebda014aefbd585433274db989aa060c29200f656e6e106b4c1956438a2401--sqlite-3.45.3.bottle_manifest.json
- ==> Pouring sqlite--3.45.3.arm64_sonoma.bottle.tar.gz
- 🍺  /opt/homebrew/Cellar/sqlite/3.45.3: 11 files, 4.8MB
- ==> Installing ffmpeg dependency: python@3.12
- ==> Downloading https://ghcr.io/v2/homebrew/core/python/3.12/manifests/3.12.3
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/5065c4d76c933aad4e13bd77c1bf37f0afe78f4608261edd170e331cb36c8a0d--python@3.12-3.12.3.bottle_manifest.json
- ==> Pouring python@3.12--3.12.3.arm64_sonoma.bottle.tar.gz


- 🍺  /opt/homebrew/Cellar/python@3.12/3.12.3: 3,271 files, 65.5MB
- ==> Installing ffmpeg dependency: glib
- ==> Downloading https://ghcr.io/v2/homebrew/core/glib/manifests/2.80.0_2
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/bad07197fbf4d9c1af0f49bb79d89a3b369de9b90872243c8bbcfea7d4385475--glib-2.80.0_2.bottle_manifest.json
- ==> Pouring glib--2.80.0_2.arm64_sonoma.bottle.tar.gz
- 🍺  /opt/homebrew/Cellar/glib/2.80.0_2: 524 files, 36MB
- ==> 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.arm64_sonoma.bottle.tar.gz
- 🍺  /opt/homebrew/Cellar/xorgproto/2024.1: 267 files, 3.9MB
- ==> Installing ffmpeg dependency: libxau
- ==> Downloading https://ghcr.io/v2/homebrew/core/libxau/manifests/1.0.11
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/7faff26297b2e07682655beaa529cff7b3de0ad1abc013863ca3d03602b79ee7--libxau-1.0.11.bottle_manifest.json
- ==> Pouring libxau--1.0.11.arm64_sonoma.bottle.tar.gz
- 🍺  /opt/homebrew/Cellar/libxau/1.0.11: 21 files, 122.1KB
- ==> 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.arm64_sonoma.bottle.tar.gz
- 🍺  /opt/homebrew/Cellar/libxdmcp/1.1.5: 11 files, 135.5KB
- ==> Installing ffmpeg dependency: libxcb
- ==> Downloading https://ghcr.io/v2/homebrew/core/libxcb/manifests/1.17.0
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/90067be44989a7a337e7fa793989a66b6f8bfc1edfc82925162cab273ee94879--libxcb-1.17.0.bottle_manifest.json
- ==> Pouring libxcb--1.17.0.arm64_sonoma.bottle.tar.gz
- 🍺  /opt/homebrew/Cellar/libxcb/1.17.0: 2,497 files, 7.5MB
- ==> Installing ffmpeg dependency: libx11
- ==> Downloading https://ghcr.io/v2/homebrew/core/libx11/manifests/1.8.9
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/ca292424919f76deb4667ed9445ade03489260780e6a18b3683e112aea943130--libx11-1.8.9.bottle_manifest.json
- ==> Pouring libx11--1.8.9.arm64_sonoma.bottle.tar.gz
- 🍺  /opt/homebrew/Cellar/libx11/1.8.9: 1,042 files, 7.0MB
- ==> 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.arm64_sonoma.bottle.tar.gz
- 🍺  /opt/homebrew/Cellar/libxext/1.3.6: 87 files, 447.3KB
- ==> Installing ffmpeg dependency: libxrender
- ==> Downloading https://ghcr.io/v2/homebrew/core/libxrender/manifests/0.9.11
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/134c11be8346a1b116e04983c2da6366f29c4f4c2abc17604dcdb80d0475ae9d--libxrender-0.9.11.bottle_manifest.json
- ==> Pouring libxrender--0.9.11.arm64_sonoma.bottle.tar.gz
- 🍺  /opt/homebrew/Cellar/libxrender/0.9.11: 12 files, 213.0KB
- ==> 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.arm64_sonoma.bottle.tar.gz
- 🍺  /opt/homebrew/Cellar/lzo/2.10: 31 files, 563.8KB
- ==> Installing ffmpeg dependency: pixman
- ==> Downloading https://ghcr.io/v2/homebrew/core/pixman/manifests/0.42.2-1
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/2b0d8f2c63712ce503fa54309b732051a7ca5cd31bd561aa4aaba331bf26bcef--pixman-0.42.2-1.bottle_manifest.json
- ==> Pouring pixman--0.42.2.arm64_sonoma.bottle.1.tar.gz
- 🍺  /opt/homebrew/Cellar/pixman/0.42.2: 11 files, 1.3MB
- ==> Installing ffmpeg dependency: cairo
- ==> Downloading https://ghcr.io/v2/homebrew/core/cairo/manifests/1.18.0
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/1b8b7f19e38cb0e029497dfe0ad3f3557f605025c5575bdfe86c17b889c6e6d1--cairo-1.18.0.bottle_manifest.json
- ==> Pouring cairo--1.18.0.arm64_sonoma.bottle.tar.gz
- 🍺  /opt/homebrew/Cellar/cairo/1.18.0: 52 files, 2.2MB
- ==> Installing ffmpeg dependency: graphite2
- ==> Downloading https://ghcr.io/v2/homebrew/core/graphite2/manifests/1.3.14
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/bbb4dd2ef1846301d1eb08053e19e11ca9c780f93f4d3b2d638fd94a9bf54a0c--graphite2-1.3.14.bottle_manifest.json
- ==> Pouring graphite2--1.3.14.arm64_sonoma.bottle.tar.gz
- 🍺  /opt/homebrew/Cellar/graphite2/1.3.14: 18 files, 280.5KB
- ==> Installing ffmpeg dependency: icu4c
- ==> Downloading https://ghcr.io/v2/homebrew/core/icu4c/manifests/74.2
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/3e5230e726e5548db28bc0cf75710d6405903b742f941113d3dbe7483fad72a4--icu4c-74.2.bottle_manifest.json
- ==> Pouring icu4c--74.2.arm64_sonoma.bottle.tar.gz
- 🍺  /opt/homebrew/Cellar/icu4c/74.2: 270 files, 77.9MB
- ==> Installing ffmpeg dependency: harfbuzz
- ==> Downloading https://ghcr.io/v2/homebrew/core/harfbuzz/manifests/8.4.0
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/fd47e37d9f5b5084316ec51955470aa32e038246275985aee10b1881a4f7344b--harfbuzz-8.4.0.bottle_manifest.json
- ==> Pouring harfbuzz--8.4.0.arm64_sonoma.bottle.tar.gz
- 🍺  /opt/homebew/Cellar/harfbuzz/8.4.0: 76 files, 9.5MB
- ==> 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.arm64_sonoma.bottle.tar.gz
- 🍺  /opt/homebrew/Cellar/lame/3.100: 27 files, 2.2MB
- ==> Installing ffmpeg dependency: fribidi
- ==> Downloading https://ghcr.io/v2/homebrew/core/fribidi/manifests/1.0.14
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/e6b501ebd099a81598298a9fe97eac544af056e9b6031dabf29d953431e229c1--fribidi-1.0.14.bottle_manifest.json
- ==> Pouring fribidi--1.0.14.arm64_sonoma.bottle.tar.gz
- 🍺  /opt/homebrew/Cellar/fribidi/1.0.14: 67 files, 727.5KB
- ==> 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.arm64_sonoma.bottle.tar.gz
- 🍺  /opt/homebrew/Cellar/libunibreak/6.1: 18 files, 333.3KB
- ==> Installing ffmpeg dependency: libass
- ==> Downloading https://ghcr.io/v2/homebrew/core/libass/manifests/0.17.1_1
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/d53e3e66d0e951194ed4dc03a3fc177005729197f46c8d296dc4c130bf25c3ab--libass-0.17.1_1.bottle_manifest.json
- ==> Pouring libass--0.17.1_1.arm64_sonoma.bottle.tar.gz
- 🍺  /opt/homebrew/Cellar/libass/0.17.1_1: 11 files, 531.2KB
- ==> Installing ffmpeg dependency: libbluray
- ==> Downloading https://ghcr.io/v2/homebrew/core/libbluray/manifests/1.3.4
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/3ca2a7bc181ca21ac727ad165abb77758d74c9c260dd155b33f741b1eee5801a--libbluray-1.3.4.bottle_manifest.json
- ==> Pouring libbluray--1.3.4.arm64_sonoma.bottle.tar.gz
- 🍺  /opt/homebrew/Cellar/libbluray/1.3.4: 21 files, 1MB
- ==> Installing ffmpeg dependency: cjson
- ==> Downloading https://ghcr.io/v2/homebrew/core/cjson/manifests/1.7.17
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/cf55fa70fee20f7c1e02503108e2d0d5981d3209c4ca43763fcd623d1f60ccb8--cjson-1.7.17.bottle_manifest.json
- ==> Pouring cjson--1.7.17.arm64_sonoma.bottle.tar.gz
- 🍺  /opt/homebrew/Cellar/cjson/1.7.17: 23 files, 252.8KB
- ==> Installing ffmpeg dependency: libmicrohttpd
- ==> Downloading https://ghcr.io/v2/homebrew/core/libmicrohttpd/manifests/1.0.1
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/01cc839b4ae42fa110aac833bd4c4ea38e803b45edd8f86da3d92d2f48922661--libmicrohttpd-1.0.1.bottle_manifest.json
- ==> Pouring libmicrohttpd--1.0.1.arm64_sonoma.bottle.tar.gz
- 🍺  /opt/homebrew/Cellar/libmicrohttpd/1.0.1: 25 files, 1.5MB
- ==> Installing ffmpeg dependency: mbedtls
- ==> Downloading https://ghcr.io/v2/homebrew/core/mbedtls/manifests/3.6.0
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/2325275bc24f60ceb6e1de80d77b60d38eaf83bf0f445eb125aa0ad7f29ce681--mbedtls-3.6.0.bottle_manifest.json
- ==> Pouring mbedtls--3.6.0.arm64_sonoma.bottle.tar.gz
- 🍺  /opt/homebrew/Cellar/mbedtls/3.6.0: 198 files, 13.2MB
- ==> Installing ffmpeg dependency: librist
- ==> Downloading https://ghcr.io/v2/homebrew/core/librist/manifests/0.2.10_1
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/c454114652985f2071c8c39a89669e3ded2ea81fee99e041ba5536c975f2d06f--librist-0.2.10_1.bottle_manifest.json
- ==> Pouring librist--0.2.10_1.arm64_sonoma.bottle.tar.gz
- 🍺  /opt/homebrew/Cellar/librist/0.2.10_1: 28 files, 793.6KB
- ==> 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.arm64_sonoma.bottle.1.tar.gz
- 🍺  /opt/homebrew/Cellar/libsoxr/0.1.3: 29 files, 322.3KB
- ==> Installing ffmpeg dependency: libssh
- ==> Downloading https://ghcr.io/v2/homebrew/core/libssh/manifests/0.10.6
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/a4ff6d890d834da2f865bf30651aa0ed1423be8e2684d4586895f1d9c887449b--libssh-0.10.6.bottle_manifest.json
- ==> Pouring libssh--0.10.6.arm64_sonoma.bottle.tar.gz
- 🍺  /opt/homebrew/Cellar/libssh/0.10.6: 23 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.arm64_sonoma.bottle.tar.gz
- 🍺  /opt/homebrew/Cellar/libvidstab/1.1.1: 25 files, 186.6KB
- ==> Installing ffmpeg dependency: libogg
- ==> Downloading https://ghcr.io/v2/homebrew/core/libogg/manifests/1.3.5-2
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/1c13722950e996f50a0ef7aa1e181de6b2a8a754ebb8f695c4efc56e0d592ad6--libogg-1.3.5-2.bottle_manifest.json
- ==> Pouring libogg--1.3.5.arm64_sonoma.bottle.2.tar.gz
- 🍺  /opt/homebrew/Cellar/libogg/1.3.5: 103 files, 532.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.arm64_sonoma.bottle.1.tar.gz
- 🍺  /opt/homebrew/Cellar/libvorbis/1.3.7: 157 files, 2.4MB
- ==> Installing ffmpeg dependency: libvpx
- ==> Downloading https://ghcr.io/v2/homebrew/core/libvpx/manifests/1.13.1
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/364b66ab6140cccfc918fb168a803232862da070aac567fbd6f6531c14125399--libvpx-1.13.1.bottle_manifest.json
- ==> Pouring libvpx--1.13.1.arm64_sonoma.bottle.tar.gz
- 🍺  /opt/homebrew/Cellar/libvpx/1.13.1: 20 files, 3.7MB
- ==> 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.arm64_sonoma.bottle.tar.gz
- 🍺  /opt/homebrew/Cellar/opencore-amr/0.1.6: 17 files, 656.7KB
- ==> Installing ffmpeg dependency: openjpeg
- ==> Downloading https://ghcr.io/v2/homebrew/core/openjpeg/manifests/2.5.2
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/aa191c3580781971a7ecfcc8c109ad1f70e33174c5714ff2640476560c91f532--openjpeg-2.5.2.bottle_manifest.json
- ==> Pouring openjpeg--2.5.2.arm64_sonoma.bottle.tar.gz
- 🍺  /opt/homebrew/Cellar/openjpeg/2.5.2: 538 files, 14.0MB
- ==> Installing ffmpeg dependency: isl
- ==> Downloading https://ghcr.io/v2/homebrew/core/isl/manifests/0.26
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/ec0bbec77171645273dd59a9ccfdf290deccd999b3ca2082e0478d282b777ec0--isl-0.26.bottle_manifest.json
- ==> Pouring isl--0.26.arm64_sonoma.bottle.tar.gz
- 🍺  /opt/homebrew/Cellar/isl/0.26: 73 files, 7.6MB
- ==> Installing ffmpeg dependency: mpfr
- ==> Downloading https://ghcr.io/v2/homebrew/core/mpfr/manifests/4.2.1
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/a2a3424f4974f6febfa0334a93f35f508eaef3f4ad04320f73d9498302295635--mpfr-4.2.1.bottle_manifest.json
- ==> Pouring mpfr--4.2.1.arm64_sonoma.bottle.tar.gz
- 🍺  /opt/homebrew/Cellar/mpfr/4.2.1: 30 files, 3MB
- ==> Installing ffmpeg dependency: libmpc
- ==> Downloading https://ghcr.io/v2/homebrew/core/libmpc/manifests/1.3.1
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/fdfa98e0f8bb3ce075cb32776ac2345aa2f89252706c162aecfc841085fa76be--libmpc-1.3.1.bottle_manifest.json
- ==> Pouring libmpc--1.3.1.arm64_sonoma.bottle.tar.gz
- 🍺  /opt/homebrew/Cellar/libmpc/1.3.1: 12 files, 487.0KB
- ==> Installing ffmpeg dependency: gcc
- ==> Downloading https://ghcr.io/v2/homebrew/core/gcc/manifests/13.2.0-2
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/1d624841f5f550e4bbc04910c0cfb20b89d0fc7f90ab213cead29d1518479e2b--gcc-13.2.0-2.bottle_manifest.json
- ==> Pouring gcc--13.2.0.arm64_sonoma.bottle.2.tar.gz
- 🍺  /opt/homebrew/Cellar/gcc/13.2.0: 1,489 files, 364.2MB
- ==> Installing ffmpeg dependency: openblas
- ==> Downloading https://ghcr.io/v2/homebrew/core/openblas/manifests/0.3.27
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/e3edac4ed73cce4aa9b2c78d8a8e22a854ed2d9edb7168c31b864af058ff1a7a--openblas-0.3.27.bottle_manifest.json
- ==> Pouring openblas--0.3.27.arm64_sonoma.bottle.tar.gz
- 🍺  /opt/homebrew/Cellar/openblas/0.3.27: 23 files, 47.2MB
- ==> Installing ffmpeg dependency: numpy
- ==> Downloading https://ghcr.io/v2/homebrew/core/numpy/manifests/1.26.4
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/6e939f59cfd420ed5deb306bceed229a459ebff7a32be913f093d46715ec72d8--numpy-1.26.4.bottle_manifest.json
- ==> Pouring numpy--1.26.4.arm64_sonoma.bottle.tar.gz
- 🍺  /opt/homebrew/Cellar/numpy/1.26.4: 1,708 files, 33.2MB
- ==> Installing ffmpeg dependency: pugixml
- ==> Downloading https://ghcr.io/v2/homebrew/core/pugixml/manifests/1.14
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/43be16538eeab0d748dff7a738daff3f5989049a83c9f64fda9c2cdbe86f5087--pugixml-1.14.bottle_manifest.json
- ==> Pouring pugixml--1.14.arm64_sonoma.bottle.tar.gz
- 🍺  /opt/homebrew/Cellar/pugixml/1.14: 15 files, 486.4KB
- ==> Installing ffmpeg dependency: python-packaging
- ==> Downloading https://ghcr.io/v2/homebrew/core/python-packaging/manifests/24.0
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/6d04993c705480bf491a674a4f083d4a526037ee0db0e935ecd251bad22b5edd--python-packaging-24.0.bottle_manifest.json
- ==> Pouring python-packaging--24.0.all.bottle.tar.gz
- 🍺  /opt/homebrew/Cellar/python-packaging/24.0: 53 files, 369.5KB
- ==> Installing ffmpeg dependency: snappy
- ==> Downloading https://ghcr.io/v2/homebrew/core/snappy/manifests/1.2.0
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/c34a2ae3372f6ff70136ccca7ef7d4fe3483cbbc2c425a7c6f0d4ae40a0bca95--snappy-1.2.0.bottle_manifest.json
- ==> Pouring snappy--1.2.0.arm64_sonoma.bottle.tar.gz
- 🍺  /opt/homebrew/Cellar/snappy/1.2.0: 18 files, 166.6KB
- ==> Installing ffmpeg dependency: hwloc
- ==> Downloading https://ghcr.io/v2/homebrew/core/hwloc/manifests/2.10.0
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/892465425f662087a8b4b7c148c9fd17f1ac8c7824d3e8d2d3ce3459a396b0dd--hwloc-2.10.0.bottle_manifest.json
- ==> Pouring hwloc--2.10.0.arm64_sonoma.bottle.tar.gz
- 🍺  /opt/homebrew/Cellar/hwloc/2.10.0: 967 files, 10.4MB
- ==> Installing ffmpeg dependency: tbb
- ==> Downloading https://ghcr.io/v2/homebrew/core/tbb/manifests/2021.12.0-1
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/a5550048712a9dff27bc6027d3abc4d397a0879614e360b4a264a6ed9ec74e96--tbb-2021.12.0-1.bottle_manifest.json
- ==> Pouring tbb--2021.12.0.arm64_sonoma.bottle.1.tar.gz
- 🍺  /opt/homebrew/Cellar/tbb/2021.12.0: 177 files, 2.7MB
- ==> Installing ffmpeg dependency: openvino
- ==> Downloading https://ghcr.io/v2/homebrew/core/openvino/manifests/2024.1.0
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/930043877e7c2523ccd2d09e07290951c49d4ad616c007007814fe5aadcc85ce--openvino-2024.1.0.bottle_manifest.json
- ==> Pouring openvino--2024.1.0.arm64_sonoma.bottle.tar.gz
- 🍺  /opt/homebrew/Cellar/openvino/2024.1.0: 633 files, 102.2MB
- ==> 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.arm64_sonoma.bottle.tar.gz
- 🍺  /opt/homebrew/Cellar/opus/1.5.2: 15 files, 1MB
- ==> Installing ffmpeg dependency: rav1e
- ==> Downloading https://ghcr.io/v2/homebrew/core/rav1e/manifests/0.7.1
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/ccafd526f73546dc53bb2cd7d3c8d0e392229423fbc6962740a67633d8b06443--rav1e-0.7.1.bottle_manifest.json
- ==> Pouring rav1e--0.7.1.arm64_sonoma.bottle.tar.gz
- 🍺  /opt/homebrew/Cellar/rav1e/0.7.1: 14 files, 45.5MB
- ==> Installing ffmpeg dependency: libsamplerate
- ==> Downloading https://ghcr.io/v2/homebrew/core/libsamplerate/manifests/0.2.2
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/27dd59fa55dbebeb65e77b8d04f3b390a899a35dad23d3fd7a4f895b3f7fbfed--libsamplerate-0.2.2.bottle_manifest.json
- ==> Pouring libsamplerate--0.2.2.arm64_sonoma.bottle.tar.gz
- 🍺  /opt/homebrew/Cellar/libsamplerate/0.2.2: 32 files, 3MB
- ==> Installing ffmpeg dependency: flac
- ==> Downloading https://ghcr.io/v2/homebrew/core/flac/manifests/1.4.3
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/7672ff666ae1dc9b535827ff76c3701b41ed244aae83ed9083687bb12b7ef5bf--flac-1.4.3.bottle_manifest.json
- ==> Pouring flac--1.4.3.arm64_sonoma.bottle.tar.gz
- 🍺  /opt/homebrew/Cellar/flac/1.4.3: 284 files, 6.8MB
- ==> Installing ffmpeg dependency: mpg123
- ==> Downloading https://ghcr.io/v2/homebrew/core/mpg123/manifests/1.32.6
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/6be7cbdca64624211eb852bbb1b70c9109c062fc5de48f889a20c75c804c5ce8--mpg123-1.32.6.bottle_manifest.json
- ==> Pouring mpg123--1.32.6.arm64_sonoma.bottle.tar.gz
- 🍺  /opt/homebrew/Cellar/mpg123/1.32.6: 33 files, 2.0MB
- ==> Installing ffmpeg dependency: libsndfile
- ==> Downloading https://ghcr.io/v2/homebrew/core/libsndfile/manifests/1.2.2-2
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/58af9df59ce6134e60a9cb6b90004acc85bb003e6ac643b7a299100bbb8272a3--libsndfile-1.2.2-2.bottle_manifest.json
- ==> Pouring libsndfile--1.2.2.arm64_sonoma.bottle.2.tar.gz
- 🍺  /opt/homebrew/Cellar/libsndfile/1.2.2: 54 files, 1.8MB
- ==> Installing ffmpeg dependency: rubberband
- ==> Downloading https://ghcr.io/v2/homebrew/core/rubberband/manifests/3.3.0
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/d7b37a08cef72d7b9431b19abc4aaa4649642b6610ad91f39146347d2aaeb60a--rubberband-3.3.0.bottle_manifest.json
- ==> Pouring rubberband--3.3.0.arm64_sonoma.bottle.tar.gz
- 🍺  /opt/homebrew/Cellar/rubberband/3.3.0: 13 files, 1.7MB
- ==> Installing ffmpeg dependency: sdl2
- ==> Downloading https://ghcr.io/v2/homebrew/core/sdl2/manifests/2.30.2
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/ccde91150b7ae00f58f30cc07eec11a9b6249e63041b7ffe5a190963c5a0f09a--sdl2-2.30.2.bottle_manifest.json
- ==> Pouring sdl2--2.30.2.arm64_sonoma.bottle.tar.gz
- 🍺  /opt/homebrew/Cellar/sdl2/2.30.2: 93 files, 6.5MB
- ==> 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.arm64_sonoma.bottle.tar.gz
- 🍺  /opt/homebrew/Cellar/speex/1.2.1: 25 files, 853.0KB
- ==> Installing ffmpeg dependency: srt
- ==> Downloading https://ghcr.io/v2/homebrew/core/srt/manifests/1.5.3
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/2c05aec9137f6d962cdfb85d47cfb9eb89182384aeaa5c9395f2fa9fe619e346--srt-1.5.3.bottle_manifest.json
- ==> Pouring srt--1.5.3.arm64_sonoma.bottle.tar.gz
- 🍺  /opt/homebrew/Cellar/srt/1.5.3: 20 files, 4.6MB
- ==> Installing ffmpeg dependency: svt-av1
- ==> Downloading https://ghcr.io/v2/homebrew/core/svt-av1/manifests/2.0.0
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/c30d686f94ea2ea34f2906bead880632bb2d4d585d2cd69f1dec023f60f277e6--svt-av1-2.0.0.bottle_manifest.json
- ==> Pouring svt-av1--2.0.0.arm64_sonoma.bottle.tar.gz
- 🍺  /opt/homebrew/Cellar/svt-av1/2.0.0: 24 files, 4MB
- ==> Installing ffmpeg dependency: leptonica
- ==> Downloading https://ghcr.io/v2/homebrew/core/leptonica/manifests/1.84.1
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/dc88f036b102e560c7103a72d25bc9ac6cc15c37284c0a81cd30f4fc0281eaa9--leptonica-1.84.1.bottle_manifest.json
- ==> Pouring leptonica--1.84.1.arm64_sonoma.bottle.tar.gz
- 🍺  /opt/homebrew/Cellar/leptonica/1.84.1: 56 files, 7.0MB
- ==> 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.arm64_sonoma.bottle.tar.gz
- 🍺  /opt/homebrew/Cellar/libb2/0.98.1: 8 files, 125.8KB
- ==> Installing ffmpeg dependency: libarchive
- ==> Downloading https://ghcr.io/v2/homebrew/core/libarchive/manifests/3.7.4
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/d761d79792a479404434ff8a92cd30a935fa95d4cb1aee534cc2aa3b9904aa61--libarchive-3.7.4.bottle_manifest.json
- ==> Pouring libarchive--3.7.4.arm64_sonoma.bottle.tar.gz
- 🍺  /opt/homebrew/Cellar/libarchive/3.7.4: 64 files, 3.8MB
- ==> Installing ffmpeg dependency: pango
- ==> Downloading https://ghcr.io/v2/homebrew/core/pango/manifests/1.52.2
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/214b7cb46e8e1680ea60d3578939e548b2daf2721164a11efeda086b9d494949--pango-1.52.2.bottle_manifest.json
- ==> Pouring pango--1.52.2.arm64_sonoma.bottle.tar.gz
- 🍺  /opt/homebrew/Cellar/pango/1.52.2: 68 files, 3.4MB
- ==> Installing ffmpeg dependency: tesseract
- ==> Downloading https://ghcr.io/v2/homebrew/core/tesseract/manifests/5.3.4_1
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/acc8a888b856c817d327ce191d481841dd96fa1f12fd672a4672e6ce1a9fd2fb--tesseract-5.3.4_1.bottle_manifest.json
- ==> Pouring tesseract--5.3.4_1.arm64_sonoma.bottle.tar.gz
- 🍺  /opt/homebrew/Cellar/tesseract/5.3.4_1: 73 files, 32.8MB
- ==> Installing ffmpeg dependency: theora
- ==> Downloading https://ghcr.io/v2/homebrew/core/theora/manifests/1.1.1-4
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/dbefdb4ba8626ac7d284e0da23aaeb705c37e0bfbe0c3c22f05fe5fbcadf10e4--theora-1.1.1-4.bottle_manifest.json
- ==> Pouring theora--1.1.1.arm64_sonoma.bottle.4.tar.gz
- 🍺  /opt/homebrew/Cellar/theora/1.1.1: 97 files, 2MB
- ==> Installing ffmpeg dependency: x264
- ==> Downloading https://ghcr.io/v2/homebrew/core/x264/manifests/r3108
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/8bf7841097db8a60b1789ab16ac7f9395fc5e484932ab958334695a83e804e68--x264-r3108.bottle_manifest.json
- ==> Pouring x264--r3108.arm64_sonoma.bottle.tar.gz
- 🍺  /opt/homebrew/Cellar/x264/r3108: 11 files, 4.2MB
- ==> Installing ffmpeg dependency: x265
- ==> Downloading https://ghcr.io/v2/homebrew/core/x265/manifests/3.6
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/5cdbdbb9c55e93a197fffb6fa64a943ccb0adb16936f48267be3e08efe7a606e--x265-3.6.bottle_manifest.json
- ==> Pouring x265--3.6.arm64_sonoma.bottle.tar.gz
- 🍺  /opt/homebrew/Cellar/x265/3.6: 11 files, 12MB
- ==> 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.arm64_sonoma.bottle.tar.gz
- 🍺  /opt/homebrew/Cellar/xvid/1.3.7: 10 files, 1.2MB
- ==> Installing ffmpeg dependency: libsodium
- ==> Downloading https://ghcr.io/v2/homebrew/core/libsodium/manifests/1.0.19
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/be1ad9f264fab9dfc313d95d9ac7d59ae1774d775801e6f935cf9fe8fe35ab21--libsodium-1.0.19.bottle_manifest.json
- ==> Pouring libsodium--1.0.19.arm64_sonoma.bottle.tar.gz
- 🍺  /opt/homebrew/Cellar/libsodium/1.0.19: 77 files, 1MB
- ==> Installing ffmpeg dependency: zeromq
- ==> Downloading https://ghcr.io/v2/homebrew/core/zeromq/manifests/4.3.5_1
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/27b053a576863f2b2aa214070e5737e3a0ce0a073760d26c39902468274880b1--zeromq-4.3.5_1.bottle_manifest.json
- ==> Pouring zeromq--4.3.5_1.arm64_sonoma.bottle.tar.gz
- 🍺  /opt/homebrew/Cellar/zeromq/4.3.5_1: 84 files, 6.2MB
- ==> Installing ffmpeg dependency: zimg
- ==> Downloading https://ghcr.io/v2/homebrew/core/zimg/manifests/3.0.5
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/f94d5d93fe440d14fe866ceb3ada13593ef4b17f58985ebb17ea4320168b65cd--zimg-3.0.5.bottle_manifest.json
- ==> Pouring zimg--3.0.5.arm64_sonoma.bottle.tar.gz
- 🍺  /opt/homebrew/Cellar/zimg/3.0.5: 27 files, 1.1MB
- ==> Installing ffmpeg
- ==> Pouring ffmpeg--7.0_1.arm64_sonoma.bottle.tar.gz
- 🍺  /opt/homebrew/Cellar/ffmpeg/7.0_1: 286 files, 51.9MB
- ==> Running `brew cleanup ffmpeg`...
- Disable this behaviour by setting HOMEBREW_NO_INSTALL_CLEANUP.
- Hide these hints with HOMEBREW_NO_ENV_HINTS (see `man brew`).
- Removing: /Users/mac1000/Library/Caches/Homebrew/ffmpeg_bottle_manifest--6.1.1_7... (99.2KB)
- ==> Pouring pkg-config--0.29.2_3.arm64_sonoma.bottle.tar.gz
- 🍺  /opt/homebrew/Cellar/pkg-config/0.29.2_3: 11 files, 675.6KB
- ==> Running `brew cleanup pkg-config`...
2024-04-30 19:43.32 ---> saved as "f418763d0834db2479d1384783fda85061d6293fe51b61b4895249f39bd49190"


/: (run (cache (opam-archives (target /Users/mac1000/.opam/download-cache)) (homebrew (target /Users/mac1000/Library/Caches/Homebrew)))
        (network host)
        (shell "opam install $DEPS"))
[NOTE] Package ocaml-options-vanilla is already installed (current version is 1).
[NOTE] Package ocaml-config is already installed (current version is 3).
[NOTE] Package ocaml-base-compiler is already installed (current version is 5.1.1).
[NOTE] Package ocaml is already installed (current version is 5.1.1).
[NOTE] Package base-unix is already installed (current version is base).
[NOTE] Package base-threads is already installed (current version is base).
[NOTE] Package base-nnp is already installed (current version is base).
[NOTE] Package base-domains is already installed (current version is base).
[NOTE] Package base-bigarray is already installed (current version is base).
Constructing initial basis...
The following actions will be performed:
  - install ocamlbuild        0.14.3
  - install dune              3.15.2
  - install conf-pkg-config   3
  - install cmdliner          1.2.0
  - install ocamlfind         1.9.6
  - install seq               base
  - install sexplib0          v0.17.0
  - install either            1.0.0
  - install csexp             1.5.2
  - install conf-ffmpeg       1
  - install topkg             1.0.7
  - install re                1.11.0
  - install dune-configurator 3.15.2
  - install uutf              1.0.3
  - install ptime             1.1.0
  - install fmt               0.9.0
  - install ffmpeg-avutil     1.1.11
  - install containers        3.13.1
  - install tyxml             4.6.0
  - install jsonm             1.0.2
  - install cstruct           6.2.0
  - install ffmpeg-avcodec    1.1.11
  - install hex               1.5.0
  - install ffmpeg-av         1.1.11
  - install ezjsonm           1.3.0
===== 25 to install =====


<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved csexp.1.5.2  (cached)
-> installed conf-pkg-config.3
-> retrieved containers.3.13.1  (cached)
-> installed conf-ffmpeg.1
-> retrieved cstruct.6.2.0  (cached)
-> retrieved cmdliner.1.2.0  (cached)
-> retrieved either.1.0.0  (cached)
-> retrieved ezjsonm.1.3.0  (cached)
-> retrieved ffmpeg-av.1.1.11  (cached)
-> retrieved ffmpeg-avcodec.1.1.11  (cached)
-> retrieved ffmpeg-avutil.1.1.11  (cached)
-> retrieved fmt.0.9.0  (cached)
-> retrieved hex.1.5.0  (cached)
-> retrieved jsonm.1.0.2  (cached)
-> retrieved ocamlbuild.0.14.3  (cached)
-> retrieved ocamlfind.1.9.6  (cached)
-> retrieved ptime.1.1.0  (cached)
-> retrieved re.1.11.0  (cached)
-> installed seq.base
-> retrieved sexplib0.v0.17.0  (cached)
-> retrieved topkg.1.0.7  (cached)
-> retrieved dune.3.15.2  (cached)
-> retrieved uutf.1.0.3  (cached)
-> retrieved tyxml.4.6.0  (cached)
-> retrieved dune-configurator.3.15.2  (cached)
-> installed cmdliner.1.2.0
-> installed ocamlbuild.0.14.3
-> installed ocamlfind.1.9.6
-> installed topkg.1.0.7
-> installed uutf.1.0.3
-> installed ptime.1.1.0
-> installed fmt.0.9.0
-> installed jsonm.1.0.2
-> installed dune.3.15.2
-> installed csexp.1.5.2
-> installed sexplib0.v0.17.0
-> installed re.1.11.0
-> installed either.1.0.0
-> installed cstruct.6.2.0
-> installed hex.1.5.0
-> installed ezjsonm.1.3.0
-> installed dune-configurator.3.15.2
[ERROR] The compilation of ffmpeg-avutil.1.1.11 failed at "dune build -p ffmpeg-avutil -j 7 @install".
-> installed tyxml.4.6.0
-> installed containers.3.13.1


#=== ERROR while compiling ffmpeg-avutil.1.1.11 ===============================#
# context     2.1.5 | macos/arm64 | ocaml-base-compiler.5.1.1 | git+file:///Users/mac1000/opam-repository
# path        ~/.opam/5.1.1/.opam-switch/build/ffmpeg-avutil.1.1.11
# command     ~/.opam/opam-init/hooks/sandbox.sh build dune build -p ffmpeg-avutil -j 7 @install
# exit-code   1
# env-file    ~/.opam/log/ffmpeg-avutil-74997-7df6fd.env
# output-file ~/.opam/log/ffmpeg-avutil-74997-7df6fd.out
### output ###
# File "avutil/dune", line 7, characters 9-21:
# 7 |   (names avutil_stubs)
#              ^^^^^^^^^^^^
# (cd _build/default/avutil && /usr/bin/cc -O2 -fno-strict-aliasing -fwrapv -pthread -D_FILE_OFFSET_BITS=64 -I/opt/homebrew/Cellar/ffmpeg/7.0_1/include -g -I /Users/mac1000/.opam/5.1.1/lib/ocaml -I /Users/mac1000/.opam/5.1.1/lib/ocaml/threads -I /Users/mac1000/.opam/5.1.1/lib/ocaml/unix -o avutil_stubs.o -c avutil_stubs.c)
# avutil_stubs.c:335:3: error: call to undeclared function 'av_get_channel_layout_string'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration]
#   av_get_channel_layout_string(buf, sizeof(buf), Int_val(channels),
#   ^
# avutil_stubs.c:345:7: error: call to undeclared function 'av_get_channel_layout_nb_channels'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration]
#       av_get_channel_layout_nb_channels(ChannelLayout_val(_channel_layout))));
#       ^
# avutil_stubs.c:345:7: note: did you mean 'ocaml_avutil_get_channel_layout_nb_channels'?
# avutil_stubs.c:342:1: note: 'ocaml_avutil_get_channel_layout_nb_channels' declared here
# ocaml_avutil_get_channel_layout_nb_channels(value _channel_layout) {
# ^
# avutil_stubs.c:351:17: error: call to undeclared function 'av_get_default_channel_layout'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration]
#   int64_t ret = av_get_default_channel_layout(Int_val(_nb_channels));
#                 ^
# avutil_stubs.c:366:17: error: call to undeclared function 'av_get_channel_layout'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration]
#   int64_t ret = av_get_channel_layout(name);
#                 ^
# avutil_stubs.c:614:14: error: no member named 'pkt_duration' in 'struct AVFrame'; did you mean 'duration'?
#   if (frame->pkt_duration == 0)
#              ^~~~~~~~~~~~
#              duration
# /opt/homebrew/Cellar/ffmpeg/7.0_1/include/libavutil/frame.h:750:13: note: 'duration' declared here
#     int64_t duration;
#             ^
# avutil_stubs.c:618:46: error: no member named 'pkt_duration' in 'struct AVFrame'; did you mean 'duration'?
#   Store_field(ret, 0, caml_copy_int64(frame->pkt_duration));
#                                              ^~~~~~~~~~~~
#                                              duration
# /Users/mac1000/.opam/5.1.1/lib/ocaml/caml/memory.h:428:27: note: expanded from macro 'Store_field'
#   value caml__temp_val = (val); \
#                           ^
# /opt/homebrew/Cellar/ffmpeg/7.0_1/include/libavutil/frame.h:750:13: note: 'duration' declared here
#     int64_t duration;
#             ^
# avutil_stubs.c:818:10: error: no member named 'channel_layout' in 'struct AVFrame'
#   frame->channel_layout = channel_layout;
#   ~~~~~  ^
# avutil_stubs.c:851:29: error: no member named 'channels' in 'struct AVFrame'
#   CAMLreturn(Val_int(frame->channels));
#                      ~~~~~  ^
# /Users/mac1000/.opam/5.1.1/lib/ocaml/caml/mlvalues.h:81:29: note: expanded from macro 'Val_int'
# #define Val_int(x) Val_long(x)
#                             ^
# /Users/mac1000/.opam/5.1.1/lib/ocaml/caml/mlvalues.h:77:47: note: expanded from macro 'Val_long'
# #define Val_long(x)     ((intnat) (((uintnat)(x) << 1)) + 1)
#                                               ^
# /Users/mac1000/.opam/5.1.1/lib/ocaml/caml/memory.h:420:47: note: expanded from macro 'CAMLreturn'
# #define CAMLreturn(result) CAMLreturnT(value, result)
#                                               ^~~~~~
# /Users/mac1000/.opam/5.1.1/lib/ocaml/caml/memory.h:415:29: note: expanded from macro 'CAMLreturnT'
#   type caml__temp_result = (result); \
#                             ^~~~~~
# avutil_stubs.c:861:40: error: no member named 'channel_layout' in 'struct AVFrame'
#   CAMLreturn(Val_ChannelLayout((frame->channel_layout)));
#                                 ~~~~~  ^
# /Users/mac1000/.opam/5.1.1/lib/ocaml/caml/memory.h:420:47: note: expanded from macro 'CAMLreturn'
# #define CAMLreturn(result) CAMLreturnT(value, result)
#                                               ^~~~~~
# /Users/mac1000/.opam/5.1.1/lib/ocaml/caml/memory.h:415:29: note: expanded from macro 'CAMLreturnT'
#   type caml__temp_result = (result); \
#                             ^~~~~~
# avutil_stubs.c:883:23: error: no member named 'channels' in 'struct AVFrame'
#   int channels = dst->channels;
#                  ~~~  ^
# avutil_stubs.c:888:12: error: no member named 'channels' in 'struct AVFrame'
#       dst->channels != src->channels ||
#       ~~~  ^
# avutil_stubs.c:888:29: error: no member named 'channels' in 'struct AVFrame'
#       dst->channels != src->channels ||
#                        ~~~  ^
# avutil_stubs.c:889:12: error: no member named 'channel_layout' in 'struct AVFrame'
#       dst->channel_layout != src->channel_layout)
#       ~~~  ^
# avutil_stubs.c:889:35: error: no member named 'channel_layout' in 'struct AVFrame'
#       dst->channel_layout != src->channel_layout)
#                              ~~~  ^
# avutil_stubs.c:1207:11: error: call to undeclared function 'av_opt_get_channel_layout'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration]
#     err = av_opt_get_channel_layout((void *)obj, (const char *)String_val(name),
#           ^
# avutil_stubs.c:1207:11: note: did you mean 'av_opt_get_chlayout'?
# /opt/homebrew/Cellar/ffmpeg/7.0_1/include/libavutil/opt.h:850:5: note: 'av_opt_get_chlayout' declared here
# int av_opt_get_chlayout(void *obj, const char *name, int search_flags, AVChannelLayout *layout);
#     ^
# avutil_stubs.c:1322:8: error: use of undeclared identifier 'AV_OPT_TYPE_CHANNEL_LAYOUT'; did you mean 'AV_OPT_TYPE_CHLAYOUT'?
#   case AV_OPT_TYPE_CHANNEL_LAYOUT:
#        ^~~~~~~~~~~~~~~~~~~~~~~~~~
#        AV_OPT_TYPE_CHLAYOUT
# /opt/homebrew/Cellar/ffmpeg/7.0_1/include/libavutil/opt.h:252:5: note: 'AV_OPT_TYPE_CHLAYOUT' declared here
#     AV_OPT_TYPE_CHLAYOUT,
#     ^
# avutil_stubs.c:1324:9: error: call to undeclared function 'av_get_channel_name'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration]
#     if (av_get_channel_name(option->default_val.i64)) {
#         ^
# avutil_stubs.c:1324:9: note: did you mean 'av_channel_name'?
# /opt/homebrew/Cellar/ffmpeg/7.0_1/include/libavutil/channel_layout.h:438:5: note: 'av_channel_name' declared here
# int av_channel_name(char *buf, size_t buf_size, enum AVChannel channel);
#     ^
# 17 errors generated.


<><> Error report <><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><>
+- The following actions failed
| - build ffmpeg-avutil 1.1.11
+- 
+- The following changes have been performed (the rest was aborted)
| - install cmdliner          1.2.0
| - install conf-ffmpeg       1
| - install conf-pkg-config   3
| - install containers        3.13.1
| - install csexp             1.5.2
| - install cstruct           6.2.0
| - install dune              3.15.2
| - install dune-configurator 3.15.2
| - install either            1.0.0
| - install ezjsonm           1.3.0
| - install fmt               0.9.0
| - install hex               1.5.0
| - install jsonm             1.0.2
| - install ocamlbuild        0.14.3
| - install ocamlfind         1.9.6
| - install ptime             1.1.0
| - install re                1.11.0
| - install seq               base
| - install sexplib0          v0.17.0
| - install topkg             1.0.7
| - install tyxml             4.6.0
| - install uutf              1.0.3
+- 
# Run eval $(opam env) to update the current shell environment


The former state can be restored with:
    /opt/homebrew/bin/opam switch import "/Users/mac1000/.opam/5.1.1/.opam-switch/backup/state-20240430194334.export"
"/usr/bin/env" "bash" "-c" "opam install $DEPS" failed with exit status 31
2024-04-30 19:44.26: Job failed: Failed: Build failed