Organisationskit-ty-katemastodon-archive-viewerb4e9f7 (master)macos-homebrew-4.14_opam-2.1

macos-homebrew-4.14_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-x86_64:macos-homebrew-4.14_opam-2.1)
Base: macos-homebrew-ocaml-4.14
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-4.14
# macos-homebrew-4.14_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-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.4.14.2 ocaml-base-compiler.4.14.2 ocaml-config.2 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-4.14-macos-homebrew-4.14_opam-2.1-f46531d5e8c2b2ac9d81ff35270b9c73"
2024-04-30 09:11.16: Using OBuilder spec:
((from macos-homebrew-ocaml-4.14)
 (comment macos-homebrew-4.14_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-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.4.14.2 ocaml-base-compiler.4.14.2 ocaml-config.2 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 22:55.21: Waiting for worker…
2024-05-01 01:54.52: Got resource from pool OCluster
Building on i7-worker-02
All commits already cached
HEAD is now at b4e9f7c Version 0.4.0


(from macos-homebrew-ocaml-4.14)
2024-05-01 01:54.53 ---> using "0c60f117aee57abea8364cb033d47bb1d63ff0f68e5ee97378e032498e8442af" from cache


/: (comment macos-homebrew-4.14_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-05-01 01:54.53 ---> using "25b9bb92388ede51fae89d4de3a3dbc7bf0716456eef41b1ea8636995a3eeab7" 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-05-01 01:54.54 ---> using "0525a69f67d7dcc5812c572fe55aa709891b6884e539fc956e1641dd42758a4d" from cache


/: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))
Darwin 23.1.0
The OCaml toplevel, version 4.14.2
2.1.5
2024-05-01 01:54.54 ---> using "f4908fd0e5799798bb14c138897a7b0cd12737558237c57b6cfe71feb61d52ba" 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
  - ocaml-config.3
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-05-01 01:54.54 ---> using "c0a22abb2e0010d91d8add39dd76f74be6caf9e146de6bfa61b558fbd76508cf" from cache


/: (copy (src mastodon-archive-viewer.opam) (dst ./src/./))
2024-05-01 01:54.57 ---> saved as "db11dfa9e834ec33e718a1dda390af5cfdbfd0c54a18278b50010fb203c9cdbd"


/: (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-05-01 01:55.07 ---> saved as "5f2587b35e2b067ece358a0c4c63a1039dd0fe2894fc09ea843e9cc688d4d150"


/: (env DEPS "base-bigarray.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.4.14.2 ocaml-base-compiler.4.14.2 ocaml-config.2 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"))
+ /usr/local/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 2).
[NOTE] Package ocaml-base-compiler is already installed (current version is 4.14.2).
[NOTE] Package ocaml is already installed (current version is 4.14.2).
[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-bigarray is already installed (current version is base).
Constructing initial basis...
Number of 0-1 knapsack inequalities = 3
Constructing conflict graph...
Conflict graph has 4 + 3 = 7 vertices


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


<><> Handling external dependencies <><><><><><><><><><><><><><><><><><><><><><>
+ /usr/local/bin/brew "install" "ffmpeg" "pkg-config"
- ==> Downloading https://ghcr.io/v2/homebrew/core/ffmpeg/manifests/7.0_1
- ==> 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:deb010485b7e58ffb00f45db61fa9b1ab0690c6b558d36755740fd4e62cd9400
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/62a8d847937aa62bb62ddde49b6546c742425fd47a11dcf8ee65a4221e4eb8ae--brotli--1.1.0.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:40d390aab5bc396eb3efa0ae00987efd8c9eb8049239f709f486a879577a41ef
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/af17051980333f84d67178c67cabbfa3d6db192c7ddb523e71a2f3ec6da59f44--giflib--5.2.2.sonoma.bottle.tar.gz
- ==> Downloading https://ghcr.io/v2/homebrew/core/highway/manifests/1.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:acfbb86e99de351fed207e920eb632c6920bc6b8a2ebbd2b91cc4f4b9dcdc61c
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/b7c8c1962a2b6d5a0e219a531cc2de43151518a8329e23256e0837e0029e418c--highway--1.1.0.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:12cb616c568e6f88de3308da46672b100a262a855546b1e224b0b3ad94a07dc2
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/9943b898ea3f2b2ed8c39d36465b686f1b3ccbb0c9f05d9c459cf1ecadea743e--imath--3.1.11.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:4e2af273b76b2f4845b08d0f249630212e41a76b113e7d633d319cc6cfb43bef
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/b26c24b21992bce65a1d1b135922aeb984165f155dedf382b92102c7b57d78dc--jpeg-turbo--3.0.2.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:12d4c09fc08f07816fd485c6e64d07e17426cce36bcd525292089bb80d4ecf22
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/43b0972b440808d42eae5772683ae39335baba2412a1caad2eb88a1bfcfb9064--libpng--1.6.43.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:139fcf6d46fb85d3693f5d7452a37ec5f50f17b5ef044ac96a2c7deccb7983b4
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/43f3e389ca6041ad27899272abc383096ddb15ec4c51b83d5873dbc44829cabe--xz--5.4.6.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:2bad368b2869db32b1b22cea76a6e65da2f4e599ac8ee327b4825d54c4579445
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/1680a080f1b23676038b3a03fad837b0e26a30613730ef93f31f87c7a40bdd7a--lz4--1.9.4.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:09953f22fd56bc85e0d7ceac8de7e35ed622f3affe78dd782154e5e21623037b
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/506615027bab6259ad3b903339790b62d9b547ab08a5eac6707dc96c24da0c38--zstd--1.5.6.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:a89a2671064dbf7af6b84a9f2d20546b3dff82ed4b6f95c17bdfe48ce6c615fc
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/e0d4624ef841d64f88069fc9b1c4221e6c0f3900c7d9ec7478613113630fcc1a--libtiff--4.6.0.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:46dd0d6ba9293999feaeb701a4c614440250a51daf0949478fbd486650a637bc
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/a154fac3e422690b623e4bda6555caed00133adc500465b214dfae983fb7cb6c--little-cms2--2.16.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:e2d68cb84ae057f4323e7f52214ddb1c3db955a02db865acddcc8d41828ef445
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/2b92ae71710bf51147bc8ea814c4c947429f875e68d3b29b9644a4c3385b24b3--openexr--3.2.4.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:600311045d5469c75d84d6b3aa7161c085bcc3c862c7e7421e7e157efeb3f5bf
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/86dbdfb1639711c0c2a65fea094145b8a3678511de31c1e3cd1d203eda4c534f--webp--1.4.0.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:ac73a83204e84ffa4fea0bc1f4822c28e5790f0212ff14f23200b016a951c507
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/7223b96d53de5aa5c3ffc58383ae819ec057796b2ab4342eaa1302319fb593d9--jpeg-xl--0.10.2.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:a3ad27257fe552feb0d8ba3f2285feb7a6a772b845514e8d97bf0f9a9c0f1830
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/c5446beb631bf249133fe24bf817878eff8d6d93e3c37cb7128e25164e2fdb5e--libvmaf--3.0.0.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:e009e72b577e5f9bcb820d226b8fdc494fe1fe9e31b1102d1e97932f27b92297
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/fc2ccecf5f763921248031f757225432138a9892d9daa33cc05c8aff07948a1c--aom--3.9.0.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:1b3810c428e97ddad8cbefff6c59bfa6b6ac5e00903c73cc72a985a23b87dbce
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/d1fc53a03969c14622fdde0a73194b35294acefb097295a69c0916de7c8d313a--aribb24--1.0.4.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:bc58b1388bd80f2d8fdc241847f746605d64e2cf36e3f0217428371b69403a1b
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/c42e7a116c7ab77b07138c49cfd110200097d601bbc140b3046c71749fce3446--dav1d--1.4.1.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:a8813d5f4045ff8e30755a708eb0da84188b47b04d279c860ffdda3188112444
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/c3160eb13e1a642bbe24ac65a6ce8d0cb6741ffbd7af5529184d480cbbb7a252--freetype--2.13.2.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:bbf54fe755e483815ed53755d3c5afbcba1560b5ad0b4d8b0abda3403be45079
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/486d9cd25383bca7b7ecfbb84bd6726308a0c524cb1c1dba23d26d18aff8f185--fontconfig--2.15.0.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:72fe8f2e716fe7570adb00436b2d90b7c8babe305f189f3e846c0dfc45fd06b5
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/a692600ff91c78ab32dda4b9a776fa06c5d93d8964b3e56d783bb35958d89811--frei0r--2.3.2.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:e8410d92339535174e9f4a5eccc403301b70c7287f2f9a87f064a9aa2e21b54b
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/8d39e3597db85ea2b4532e0057381937ab6ed92a64a1728c68e57bc6b3aeef95--gmp--6.3.0.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:e9a705a5442b3ee55f054a695bfbca741ff8a7f31d856ef08a72ad498bd42d60
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/2b925fbbcb79cf8f76aab5c65be7912266a1fc381e1f7900132c8859345cfcd7--libunistring--1.2.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:32aec190642166c2081088f424cd39cc8b820105ce0b3372d0d8835635424b38
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/8483de741900e4a6e7c5d8769f1a1cda44b023efcd700bf75a1cef89dff5bba7--libidn2--2.3.7.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:7218661c69488f1147868d53d6bf50d53ad5eafe3020b07a7846ddcd8743fc50
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/6ea313db65b49529cacf3b18e75f3199b6432570b6ec2a792c1801dee5511f6d--libtasn1--4.19.0.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:1ca027209066ee94bd36364805879ff4e0f62f55b9c2f4d5ed20605d00eb3dda
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/521cd116e3a89ed2ebc6881307ca969e4f47fbb37b503774f08cddab7c5b3e8c--nettle--3.9.1.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:c09253484c1237e942e0c91586422abae0b3af1c026bb5cce3bcd5900ad690cc
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/3f82ccc91142486b4822a57b4ed9382859470449a4fbf9ca4ea02e3ba23228c7--p11-kit--0.25.3.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:f37328addd300e16046ee900f26d3ed026a6c810ea88269e114a4e0f06ed41b6
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/3455162bf343a308a878ca43d6dbf80074b6095d437ef2881e2286eae64b9818--openssl@3--3.3.0.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:5d54f13cd93d87185bd7bb592cb945d1f64cac3e88d1e46c2fb5d9ea538d9623
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/04f847fd8a3e396a3957fc7c95e77d47c292140c4dc8e2795dd8dedf9a307478--libevent--2.1.12_1.sonoma.bottle.tar.gz
- ==> Downloading https://ghcr.io/v2/homebrew/core/libnghttp2/manifests/1.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:521b7adde05bba1b4de7b22aa07ac73d73b2c9cc922ef1950b0d6113cbde240e
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/02e7824f6de0e391182b0134aef28003111ab3a8a95ab0e79edc49a1d556b785--libnghttp2--1.61.0.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:c9a62474cf15b79fe6d47fc07fb07dec66940e3a914c8116a996eae14bd9bd9f
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/aab7760223ec2e4e04f96a70d65decb1b16eb0cedde72522cb7f60f16ee32675--unbound--1.19.3.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:7136ceb68e1bf94ad28db2990cc10da909b742390be65963b78e8b115f97b51d
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/dcc7ec87b3648c3c462787f433de475ba4a4c2dc3d12dca25ef57a4f5c8b74fa--gnutls--3.8.4.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:377dc5e30dd1292ac1666dd43a447b861ad283024f70a3e914c7e11572ae869e
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/a9dadc90cf8070e93fdea98523c5750106ae071d268c12827376dc68b3413fe7--mpdecimal--4.0.0.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:9796e0ff1cc29ae7e75d8fc1a3e2c5e8ae2aeade8d9d59a16363306bf6c5b8f4
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/59bbcc80140931455ac84229d716c168eb192d60b51e5e145505b26a86f590f2--readline--8.2.10.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:47e8a06001c02bd20d69431a76023baa4662a60127faf9fb8a3106d5f532dd29
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/a0da99184f68adc1a919dec9c8cc85c199776544a99e0b19331f21d1e0f85a01--sqlite--3.45.3.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:2bd309f8e329a645ac48a64e7b7983accf6773711491f635c9c5ed5c5f3a78fb
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/fdd7186f05e876456ea0bb6bf1201c13a917626753b8aacab6f707d7f8aab055--python@3.12--3.12.3.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:39d8494c82a793f34853649e1e26a1a1f6a00e9ad89330e70e348c60a093e0b9
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/9f3b0dff6a130968695b42c3ec5df0bf690a1c4a0fda97b9524243db1398828d--glib--2.80.0_2.sonoma.bottle.tar.gz
- ==> Downloading https://ghcr.io/v2/homebrew/core/xorgproto/manifests/2024.1
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/d89d69340366d1d015e7214520f64081e2d82d7955fb28c6ea5f6539dcb610b2--xorgproto-2024.1.bottle_manifest.json
- ==> Fetching xorgproto
- ==> Downloading https://ghcr.io/v2/homebrew/core/xorgproto/blobs/sha256:3307601f0a03f6c51b640fb11064ef2c2264cc9c20de0604a255370edee3f7f4
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/4c1f6f68a1f0f8735608642fe9278104d2031d0cfcbd737c0ea5d69b85f6841f--xorgproto--2024.1.sonoma.bottle.tar.gz
- ==> Downloading https://ghcr.io/v2/homebrew/core/libxau/manifests/1.0.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:10a5ba27ae98aad4e5f236a550a483a36a9ff13d3c3de388056fcfcf0b743614
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/396285d153ceb834188461fd0a380416b7a30cb9d1af770a3f0ceb84fad26cec--libxau--1.0.11.sonoma.bottle.tar.gz
- ==> Downloading https://ghcr.io/v2/homebrew/core/libxdmcp/manifests/1.1.5
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/8713e53f73d0be64780dbea522b0ee07027e6cc7828ff1a4fa0a6596f14cfe25--libxdmcp-1.1.5.bottle_manifest.json
- ==> Fetching libxdmcp
- ==> Downloading https://ghcr.io/v2/homebrew/core/libxdmcp/blobs/sha256:b43d28c50f25ee0775a1bd4269e236d00e352ac060522bfc9186b35165095c56
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/19250806e5b71fd875c53f22b8678a0cab1a06ee8c94abb73a97e28f52783f38--libxdmcp--1.1.5.sonoma.bottle.tar.gz
- ==> Downloading https://ghcr.io/v2/homebrew/core/libxcb/manifests/1.17.0
- 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:13fa9f9277a82b642375ad327d412afe69b7ad593ef3c0745454f731dd333f27
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/4d8fd5c95929a63b7b3a984d646ff9a1719558c10b2281984e649d9787e10840--libxcb--1.17.0.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:e351920dd44b0b6df2eeb6f42f249ed0b0ed4e6f4a1fe96c9c943aa6605dc51c
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/5b411ceb2cf1e410b16e9733f74c44a686e811578e0ea5ab5e8403b7b2499d51--libx11--1.8.9.sonoma.bottle.tar.gz
- ==> Downloading https://ghcr.io/v2/homebrew/core/libxext/manifests/1.3.6
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/fedb843acbfcf682fb451396914bfc096f9ea2748376d4c43ce2af7ce1b766b7--libxext-1.3.6.bottle_manifest.json
- ==> Fetching libxext
- ==> Downloading https://ghcr.io/v2/homebrew/core/libxext/blobs/sha256:86fd68fab7f6cdcca7212812b697efc8d2c1349ceada7c74a1eeabf0f9ec8523
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/5583bffd4aa478a8474331362bad04933cbb8037a4f74079bc455c0befb94706--libxext--1.3.6.sonoma.bottle.tar.gz
- ==> Downloading https://ghcr.io/v2/homebrew/core/libxrender/manifests/0.9.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:f61874ac3d98dfed35aa0a8790a71fa3a802d3d310d2e57e35570219a5864800
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/9d45608ab61cd52463b0663c8e07dae3c86d195a3baea512d1afb4ce37b2c5cb--libxrender--0.9.11.sonoma.bottle.tar.gz
- ==> Downloading https://ghcr.io/v2/homebrew/core/lzo/manifests/2.10
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/d4aa5b0c239912c53bc857d1012c6b7feb4acb509618f5e100f95bf8521f08e7--lzo-2.10.bottle_manifest.json
- ==> Fetching lzo
- ==> Downloading https://ghcr.io/v2/homebrew/core/lzo/blobs/sha256:11b8557744feb28974cb4caa92a16a89f3ead77468778cc17c2f349502df495e
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/2f0dc4a5fcf804e3ccfdd46e29b128bb47ad436437faf1d189a7e6096ae94830--lzo--2.10.sonoma.bottle.tar.gz
- ==> Downloading https://ghcr.io/v2/homebrew/core/pixman/manifests/0.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:73469a943a06d34ae520803be550773c148f93b51e1e4a4aaaf9d59e16a8509d
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/b6ff83887165b685e8697f5f7666d9c9cf43b06b2e91fe6c77cc0a9301d28cf9--pixman--0.42.2.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:18232de7a1880477f40f421262fa05f92278c7f494b3cabb1848dda92c545010
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/536914d97649e093c8ab328cb151b0a283678fe29a646323937cf8a8dd2813e1--cairo--1.18.0.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:afd3067ded2f8fb2ae3400d908a271825c5f7013f089312949ac9576b2a26d96
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/f1bd59181d3c8186b52b744bbe8bf9f851ba71f66a1fb83e45241c48dc973ede--graphite2--1.3.14.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:ac4fb9cc76372d8ad8dff5c740ff2b5b6287a5303de625dd865e7afccbfd6b70
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/d1eacc764b633bf1eb6bd8604ae7f901a6c01ec975a93142c2c96bf774bcfee5--icu4c--74.2.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:2be9787ee914184a146b99eaf28fd3367ce487a5ff685b7cb6266022d8badd51
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/5fe573e7d46a0452964d1d9d609f4a06b0ef81dfb604977f242a40ee5cda8eed--harfbuzz--8.4.0.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:931beb6c95eab8c908ed21a041cfd6e3295e63d91c076d5d376d65a7984b09ae
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/99156d2cdb4de6efba1b7132cc182a5aec4e4116d15a08776f2ec9daf2f0887e--lame--3.100.sonoma.bottle.tar.gz
- ==> Downloading https://ghcr.io/v2/homebrew/core/fribidi/manifests/1.0.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:4e5ad7bbd7039debb0f7a2b8ab8774e4652e698aa7d28a71ce62667c529c7c27
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/642e69b3379ef27ffac974a7d972c3b44d61de8d2af199eba463b41ce3dac145--fribidi--1.0.14.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:e567abc03dc6d7df4bb3f5e6347dd58b8738d1b79cb03e151b44fce2ea9b6ce1
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/5b7c20a0e25e7e9b21121e7c7616650259f8a1c108bcdf1ebeae6bcf97b21fc1--libunibreak--6.1.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:5c3afdb76ec87f33eaea1bb92dd0bfcac08676f280cc2abb554336e01b839b41
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/ad44298f6b9fe25d3b21735d4ac7a589eebea13be5818dc9c9ecce9eab637cda--libass--0.17.1_1.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:252cb3fcb309c45ef22d9c297f5c2dc3978407eca32fa332d55e60d2051671a4
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/82efd9cc95b8bed61be28df810a2dd46df0d99b6c864e0e15fceb08f7189507e--libbluray--1.3.4.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:fc19335348f155fbbbf8e4a0f723498343b4150da2f87f9ba83187ac22851f26
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/9b380757eef288c5d8960c9230ba89c5b2552c2e5e677984aec692d18ae3028d--cjson--1.7.17.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:3fda597aeaf2624c37ac9786286acf2eefdb9e4178986da41cea3f6ee039f083
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/3f9314631f25ec14de3d6b512af9df310350d3519fa54c0a006d1fff2e113a14--libmicrohttpd--1.0.1.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:fcf016e3b79048dd5706d1d194f944d67603f872d50ba7735cc9c397eb540fbb
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/3aff79a2b9e46f12f74f5c6bef3bc19c422c8d95978516e742a2b7c7209d0b1a--mbedtls--3.6.0.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:323c1b0e5a44a85657052208a0ed481a0a7aba20ab8e2d06c7e3fb5593c4cc4e
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/3c0be7191933d3cad80250b5944e032cf67eda011e1551d9f84568f55ce19874--librist--0.2.10_1.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:00d2a5318828b9120aaa460510b5d23edee43f1e5db04cf74ba12a3908642d3c
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/3c522630830dba31a3770e07cffa795705a9ad1cc0344e3073213f22f809695c--libsoxr--0.1.3.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:efd1364d0cf49efedae7884db885c77d49e3013e188e902a0aaa4936c9fb1db5
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/c88624343691ff27f74cbb713d6bbcca4268c139bb4607e205de1f13c4f0208d--libssh--0.10.6.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:4263aef306ed5a576474d9101d8a75afc7c8e39f68a783940a81ae9fb772fe67
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/857809b15e82c6f7880dad350ca68852cdc0ed765f99731da391de813db7dd03--libvidstab--1.1.1.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:d8591422a6ab90f2d890e14cde9c608baac46166abcce2a27978a63573b0d243
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/88117d91cea366b4df9f97d7fb45cfe4ee76f2f14259e1c47d95eca48552014a--libogg--1.3.5.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:94aafb164cf8490d1d7c1cbe32695995c592c63a8cafe8621e793819079d7f46
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/25b6806d2795fae90bca3012c1aa36f9736746551923c0b1487239b51f8fe7d6--libvorbis--1.3.7.sonoma.bottle.1.tar.gz
- ==> Downloading https://ghcr.io/v2/homebrew/core/libvpx/manifests/1.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:20b5db6c221c97a82f9808bee54a4467f36c761d3c9effa5ee706c81b83da97c
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/e4322fc3a8cfea57da05eeca63a96717e229c4f57b13a187afcb4294f60d2868--libvpx--1.13.1.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:9c8eb887fac92ec6077aff4031f73c6cf493c0e41f1f54e3850e356ee911309d
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/add15da47a382a416544d98e13b77c88e34be7eca9680eef717774d40d29a9a6--opencore-amr--0.1.6.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:db5e5cb9eac6d4f910b9845d8decbd3eb19ef25570eddaaec235a29c637ba929
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/5a49b3dd5eb68b529f363768ed9aff3b9e9274b80dce9a604bd1e001a82b2028--openjpeg--2.5.2.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:879bd3d644e9a8a8b43b771de24d56999faf6ab47d961a316cc469de10a6fb7b
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/3df3e17d829f760df141731f0b6f89877308569400c97ab4aed960b8b362dd0d--isl--0.26.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:af35898aedfbb852d0ff927c1c60bf3676c2c29c61408f971490e1289b40cc5b
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/c674606603b100033a0070eaf50fc9d2b76ffddbc995172f54afd4df05452490--mpfr--4.2.1.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:504c66775a10810afcaff53506651eafdb6e9c74dd86881e3b9f7c438fcd83d6
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/8cfdfdafca8719b8128a82d7e4bca82e64e0eda6c5d51a5822179108a1e96b3f--libmpc--1.3.1.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:e93cce391ed5d2898d3186403e7256d997d03855a72e9cb0c85067fd7825cf13
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/9a8f022ee9d6a30cf4a6a5f310ea4b1e65c8f0924633fd137a8c7c1c57b0bf72--gcc--13.2.0.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:d82fbe39707da31931cbb3e9e368555a1988da1da69cabe35ca9486b4a6914d8
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/e6158fcff89af49c65daf468929cc4e94eef9c2702a7dbfddc7ccc9bf138311a--openblas--0.3.27.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:bf6f3380a7785111ac70f62c9f6bf3aa5308f2c4edd61490acc554ee3a463d26
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/9ec8a9553632467120e39888bfaf660e686cae12f951642e523565db69a41c3a--numpy--1.26.4.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:2b7b7969056aeda0acd1fbe6499c6552f40dd58bbddfbbeddfcdb6fd27a96ce9
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/c4668378763350433079641e51ef97a69a90c93724327c18a93f15f5c54bc974--pugixml--1.14.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:d5541a4d0489d0fb44cd2777c15b3dc0a9e8645cad4756e48dafcf076ce03f84
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/421be06839fda5f9e144aa1b31b14f4b15b9d5db9fc01a07cd5db5810cef28a8--snappy--1.2.0.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:0060d6e3988ea5ce00e7f73940b42f107a4800e644db12cdb24cbe2fa5c557c7
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/31703b4bdbb84adede95823216ce656cbd08b614884c080bc7fc8272438fac40--hwloc--2.10.0.sonoma.bottle.tar.gz
- ==> Downloading https://ghcr.io/v2/homebrew/core/tbb/manifests/2021.12.0-1
- ==> Fetching tbb
- ==> Downloading https://ghcr.io/v2/homebrew/core/tbb/blobs/sha256:d4f7a8f799ab9a0ec0a493e36136d0a2f0b7b7dc2a9ad3d84098a6e705289d1a
- ==> Downloading https://ghcr.io/v2/homebrew/core/openvino/manifests/2024.1.0
- ==> Fetching openvino
- ==> Downloading https://ghcr.io/v2/homebrew/core/openvino/blobs/sha256:7235ef56a930cf1eaa38a868a45244bf0992e50813a5ed10db54c3e87cfdf6f0
- ==> Downloading https://ghcr.io/v2/homebrew/core/opus/manifests/1.5.2
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/ab70a7e8383f42047a27c0638675dbd9c3229997a01eed45d76f174664a4b607--opus-1.5.2.bottle_manifest.json
- ==> Fetching opus
- ==> Downloading https://ghcr.io/v2/homebrew/core/opus/blobs/sha256:858dbe63f7a6489d18c9ab19114496081881623319bce3b917e686e63550dd84
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/aaea912ce05435828f1a90575fe8cb73d20388fb3413e1cb3987571aad3b4ae2--opus--1.5.2.sonoma.bottle.tar.gz
- ==> Downloading https://ghcr.io/v2/homebrew/core/rav1e/manifests/0.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:824a1de49472fc953a0676070611304e00ec69b4292a7d448a8dc94db0519415
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/7c44d53c60d183eeca1707fa73b1da28a465c39ba9e23cbf80f53e38fa5919aa--rav1e--0.7.1.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:701022edab06b57aed672ab9f1c6791f1ee3c7f538215fd4f65ea6e1cabad171
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/d2608b094f1692fccb2aafa68fe9e210534a9402ae981f955b29263dbec2e3ad--libsamplerate--0.2.2.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:a38b2616d47bd13a0002124b05a13e121bbb8a6b4fb566d5e20d58d88d4eecee
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/59d1c9fe64af7421212570a6869f9ac7d76b63f6ab9481eebfc0e9d175398282--flac--1.4.3.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:dd426cc673801c0515ded4f30ff54274a7d8bde6b36d4ef1e06433a85e6e10a3
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/b7f1a6b1bf31c6b6e274a6cb50695bb81c294e3df26c82f02f6ecaa7e0aaf2f8--mpg123--1.32.6.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:95febe4d68e594a59a1b2d12e835263dd71bcd62cef9ba822ebc7c38c9142f28
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/2029b6137bca0859c198d27a280deb0819fbfd8884fa52347c892a94209f84e3--libsndfile--1.2.2.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:6b10db46321e2be0e9925e568ea4d6877aa160b14ca1c3d57bedb0a75c417ee3
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/fc092ba11ae854eaa7d0f658876bd2fb1555350bd6c74a82001ff155c3cc8c2d--rubberband--3.3.0.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:360557c1efae12479cfbe1c5ede148ae1607c0fc1a2f618c59a548ba38017c4f
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/10d02f5f7246ee3b8ad150de533db76d42804ef90c8843ae496d9f07852a3cbc--sdl2--2.30.2.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:7dec70341e9b992efda633567a11bd75ce9bc9a21ab3490a2a37800cf0a0fc55
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/cdbd657909bf1d035e1c7b1756afac271564cdc21ef68f14ce02f4f80e32587e--speex--1.2.1.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:9339ab535392bd9c0aab1a2fbfcd1a81b1ba74c82aad7e343c397e6989c36ca1
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/23a38a6a37e1fb25b4019ae8e9a5f300c26bef3dad28faffa78adff146868ade--srt--1.5.3.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:0b3337c86674e25269ae55e03725c0cb99ec0336a7429a665a808dd2d0ad2f20
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/18401775705a485e2c084621107eaf12800011d751bd60875c79ad546b83c08d--svt-av1--2.0.0.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:532d63772dc6bf06389ba4eb7f970741144edc9f2933294c7aaa6a371c8ced3e
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/908295c8ce292d3bbd4423feb291f9bed3f1559506113ffee9e7a888c1b59d6f--leptonica--1.84.1.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:747d5e721f9fae99dbc96b9091a4e9f237919f812723d24965846523782b7381
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/ddc55a588ae7bb5d8887cf749e1b3833b5385eaf56e9101913dfd8316fae3a6f--libb2--0.98.1.sonoma.bottle.tar.gz
- ==> Downloading https://ghcr.io/v2/homebrew/core/libarchive/manifests/3.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:54b0d28b0b58e520aa821731d4273381bb2f876b074c2c5e5f805c8289f6be7d
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/04b6bf383f0f7611616530cdd93388be1eb93214ea8d5e0869ceb232bfb1b867--libarchive--3.7.4.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:c444b645580247700e28bd354648b317eb63f7f6bf2baae0f098911056b0f7a1
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/86fa61e22bdb0eafb7a7bae54869c4e40e8ccf0b96c812291eded2dcf90369b3--pango--1.52.2.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:767999fd87af693c0505bd06e26507c15b063d03a852c68da74974fccf7c15b8
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/d92c859f00bbdeebf5cc4542143f19a896994b719e6ffb5088f642ead43ad27d--tesseract--5.3.4_1.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:53cce2c2f66137baf358f0a625a5095fa1eab222cda32ecbe8fe202153375cf8
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/e435254cd4b9ddcf64381155b5e654a6d10fcb00d434f42b3fc36237c1d73f03--theora--1.1.1.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:815879af6a928c8c92730a0fd92e6633b3c77e1c17a2156865769d5f03207c7d
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/909987d42450c04cbf4844a60b2cd6a4875c80b0c7f5fa7af742247411403b4f--x264--r3108.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:58e2a262d8b390c5a1c61cbfb0b13e8444f9b7f238df45de743345f1cb74c950
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/f20c4e750a9e8d1a2829342efa7704882d1cb1aeedb3e0d91581fda0df13bea0--x265--3.6.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:1ed739249685549c93ef3f8b4ed04c065ea69d814e5c7404487e113776bcee9f
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/431d7c26eb86ab51c2c5b5255e3cd1c161865aeb50915e1f73ce1f768ec249af--xvid--1.3.7.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:211da6345b583cbae203218545b36ecab03482ec33535663773bf96cb8310b4d
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/c637a180fe40b9db5bb4e6b33715647c1a73ac55e1aa3cadbffe57dc9680a513--libsodium--1.0.19.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:986910eab9519ca92f167b545cde5992124a963b56d1346f2f917368e9a7eb43
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/8e831d4fde9e6beab2cdd85be3a55a875f6fb50aafd99944a62e09173d8caa5a--zeromq--4.3.5_1.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:a52f302fda0d8447d6972db9649504ffafe1d06e5de4c23b1ca6315c4b6d17fd
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/dcccbb9534c8ef31b6d40f01f75ad7e57d9711905c16265f7d7ec614a11053d2--zimg--3.0.5.sonoma.bottle.tar.gz
- ==> Fetching ffmpeg
- ==> Downloading https://ghcr.io/v2/homebrew/core/ffmpeg/blobs/sha256:62e25a4328ca87762ea1ddab730980b0180ac02f9a2442f432324ace089fdadd
- ==> 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:421571f340277c62c5cc6fd68737bd7c4e085de113452ea49b33bcd46509bb12
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/c5b6da58fb5d679eeb1765833596e7394625255fb46b165955fc4c4de746080e--pkg-config--0.29.2_3.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.sonoma.bottle.1.tar.gz
- 🍺  /usr/local/Cellar/brotli/1.1.0: 24 files, 966KB
- ==> Installing ffmpeg dependency: giflib
- ==> Downloading https://ghcr.io/v2/homebrew/core/giflib/manifests/5.2.2
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/283773c4d2db4fe867419d7eea6811a6417889d78fad8871041c07f49b22d2a1--giflib-5.2.2.bottle_manifest.json
- ==> Pouring giflib--5.2.2.sonoma.bottle.tar.gz
- 🍺  /usr/local/Cellar/giflib/5.2.2: 19 files, 362KB
- ==> 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.sonoma.bottle.tar.gz
- 🍺  /usr/local/Cellar/highway/1.1.0: 70 files, 5.9MB
- ==> 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.sonoma.bottle.tar.gz
- 🍺  /usr/local/Cellar/imath/3.1.11: 49 files, 933.9KB
- ==> 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.sonoma.bottle.tar.gz
- 🍺  /usr/local/Cellar/jpeg-turbo/3.0.2: 44 files, 4.1MB
- ==> 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.sonoma.bottle.tar.gz
- 🍺  /usr/local/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.sonoma.bottle.tar.gz
- 🍺  /usr/local/Cellar/xz/5.4.6: 163 files, 2.5MB
- ==> 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.sonoma.bottle.tar.gz
- 🍺  /usr/local/Cellar/lz4/1.9.4: 22 files, 655KB
- ==> 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.sonoma.bottle.tar.gz
- 🍺  /usr/local/Cellar/zstd/1.5.6: 31 files, 2.3MB
- ==> 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.sonoma.bottle.tar.gz
- 🍺  /usr/local/Cellar/libtiff/4.6.0: 414 files, 6.6MB
- ==> 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.sonoma.bottle.tar.gz
- 🍺  /usr/local/Cellar/little-cms2/2.16: 22 files, 1.3MB
- ==> 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.sonoma.bottle.tar.gz
- 🍺  /usr/local/Cellar/openexr/3.2.4: 205 files, 7.4MB
- ==> 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.sonoma.bottle.tar.gz
- 🍺  /usr/local/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.sonoma.bottle.1.tar.gz
- 🍺  /usr/local/Cellar/jpeg-xl/0.10.2: 62 files, 40.6MB
- ==> 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.sonoma.bottle.tar.gz
- 🍺  /usr/local/Cellar/libvmaf/3.0.0: 234 files, 7.3MB
- ==> 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.sonoma.bottle.tar.gz
- 🍺  /usr/local/Cellar/aom/3.9.0: 23 files, 12.2MB
- ==> Installing ffmpeg dependency: aribb24
- ==> Downloading https://ghcr.io/v2/homebrew/core/aribb24/manifests/1.0.4
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/60185994f1623d662ea1959234838b47c2b4b891760a6b2af42d1cd3b36f2c0f--aribb24-1.0.4.bottle_manifest.json
- ==> Pouring aribb24--1.0.4.sonoma.bottle.tar.gz
- 🍺  /usr/local/Cellar/aribb24/1.0.4: 14 files, 200.3KB
- ==> 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.sonoma.bottle.tar.gz
- 🍺  /usr/local/Cellar/dav1d/1.4.1: 15 files, 2.3MB
- ==> 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.sonoma.bottle.1.tar.gz
- 🍺  /usr/local/Cellar/freetype/2.13.2: 67 files, 2.5MB
- ==> 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.sonoma.bottle.tar.gz


- 🍺  /usr/local/Cellar/fontconfig/2.15.0: 90 files, 2.2MB
- ==> 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.sonoma.bottle.tar.gz
- 🍺  /usr/local/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


- 🍺  /usr/local/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.sonoma.bottle.tar.gz
- 🍺  /usr/local/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.sonoma.bottle.tar.gz
- 🍺  /usr/local/Cellar/libunistring/1.2: 59 files, 5.1MB
- ==> 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.sonoma.bottle.tar.gz
- 🍺  /usr/local/Cellar/libidn2/2.3.7: 80 files, 1020KB
- ==> 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.sonoma.bottle.tar.gz
- 🍺  /usr/local/Cellar/libtasn1/4.19.0: 61 files, 654.7KB
- ==> 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.sonoma.bottle.tar.gz
- 🍺  /usr/local/Cellar/nettle/3.9.1: 94 files, 2.6MB
- ==> 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.sonoma.bottle.tar.gz
- 🍺  /usr/local/Cellar/p11-kit/0.25.3: 28 files, 3.7MB
- ==> 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.sonoma.bottle.1.tar.gz
- 🍺  /usr/local/Cellar/openssl@3/3.3.0: 6,976 files, 32.6MB
- ==> Installing ffmpeg dependency: libevent
- ==> Downloading https://ghcr.io/v2/homebrew/core/libevent/manifests/2.1.12_1
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/68b113f9ab63db45f4e1860de522ce2ca4fa081eb3c0d5c7d6005a35c3cf8d06--libevent-2.1.12_1.bottle_manifest.json
- ==> Pouring libevent--2.1.12_1.sonoma.bottle.tar.gz
- 🍺  /usr/local/Cellar/libevent/2.1.12_1: 57 files, 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.sonoma.bottle.tar.gz
- 🍺  /usr/local/Cellar/libnghttp2/1.61.0: 13 files, 755.4KB
- ==> 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.sonoma.bottle.tar.gz
- 🍺  /usr/local/Cellar/unbound/1.19.3: 58 files, 5.7MB
- ==> 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.sonoma.bottle.tar.gz
- 🍺  /usr/local/Cellar/gnutls/3.8.4: 1,292 files, 10.4MB
- ==> 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.sonoma.bottle.1.tar.gz
- 🍺  /usr/local/Cellar/mpdecimal/4.0.0: 21 files, 611.6KB
- ==> 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.sonoma.bottle.tar.gz
- 🍺  /usr/local/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.sonoma.bottle.tar.gz
- 🍺  /usr/local/Cellar/sqlite/3.45.3: 11 files, 4.7MB
- ==> 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.sonoma.bottle.tar.gz


- 🍺  /usr/local/Cellar/python@3.12/3.12.3: 3,269 files, 61.4MB
- ==> 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.sonoma.bottle.tar.gz
- 🍺  /usr/local/Cellar/glib/2.80.0_2: 524 files, 34.4MB
- ==> Installing ffmpeg dependency: xorgproto
- ==> Downloading https://ghcr.io/v2/homebrew/core/xorgproto/manifests/2024.1
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/d89d69340366d1d015e7214520f64081e2d82d7955fb28c6ea5f6539dcb610b2--xorgproto-2024.1.bottle_manifest.json
- ==> Pouring xorgproto--2024.1.sonoma.bottle.tar.gz
- 🍺  /usr/local/Cellar/xorgproto/2024.1: 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.sonoma.bottle.tar.gz
- 🍺  /usr/local/Cellar/libxau/1.0.11: 21 files, 104KB
- ==> Installing ffmpeg dependency: libxdmcp
- ==> Downloading https://ghcr.io/v2/homebrew/core/libxdmcp/manifests/1.1.5
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/8713e53f73d0be64780dbea522b0ee07027e6cc7828ff1a4fa0a6596f14cfe25--libxdmcp-1.1.5.bottle_manifest.json
- ==> Pouring libxdmcp--1.1.5.sonoma.bottle.tar.gz
- 🍺  /usr/local/Cellar/libxdmcp/1.1.5: 11 files, 118.9KB
- ==> 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.sonoma.bottle.tar.gz
- 🍺  /usr/local/Cellar/libxcb/1.17.0: 2,497 files, 6.2MB
- ==> 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.sonoma.bottle.tar.gz
- 🍺  /usr/local/Cellar/libx11/1.8.9: 1,042 files, 6.7MB
- ==> Installing ffmpeg dependency: libxext
- ==> Downloading https://ghcr.io/v2/homebrew/core/libxext/manifests/1.3.6
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/fedb843acbfcf682fb451396914bfc096f9ea2748376d4c43ce2af7ce1b766b7--libxext-1.3.6.bottle_manifest.json
- ==> Pouring libxext--1.3.6.sonoma.bottle.tar.gz
- 🍺  /usr/local/Cellar/libxext/1.3.6: 87 files, 428.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.sonoma.bottle.tar.gz
- 🍺  /usr/local/Cellar/libxrender/0.9.11: 12 files, 196.7KB
- ==> Installing ffmpeg dependency: lzo
- ==> Downloading https://ghcr.io/v2/homebrew/core/lzo/manifests/2.10
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/d4aa5b0c239912c53bc857d1012c6b7feb4acb509618f5e100f95bf8521f08e7--lzo-2.10.bottle_manifest.json
- ==> Pouring lzo--2.10.sonoma.bottle.tar.gz
- 🍺  /usr/local/Cellar/lzo/2.10: 31 files, 554KB
- ==> 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.sonoma.bottle.1.tar.gz
- 🍺  /usr/local/Cellar/pixman/0.42.2: 11 files, 1.4MB
- ==> 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.sonoma.bottle.tar.gz
- 🍺  /usr/local/Cellar/cairo/1.18.0: 52 files, 2.1MB
- ==> 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.sonoma.bottle.tar.gz
- 🍺  /usr/local/Cellar/graphite2/1.3.14: 18 files, 259.6KB
- ==> 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.sonoma.bottle.tar.gz
- 🍺  /usr/local/Cellar/icu4c/74.2: 270 files, 77.3MB
- ==> 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.sonoma.bottle.tar.gz
- 🍺  /usr/local/Cellar/harfbuzz/8.4.0: 76 files, 9.6MB
- ==> Installing ffmpeg dependency: lame
- ==> Downloading https://ghcr.io/v2/homebrew/core/lame/manifests/3.100
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/31e57f3a54d6908e2c153f5eb435715208f3bd9db71e16470b553d72e051b269--lame-3.100.bottle_manifest.json
- ==> Pouring lame--3.100.sonoma.bottle.tar.gz
- 🍺  /usr/local/Cellar/lame/3.100: 27 files, 2.3MB
- ==> 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.sonoma.bottle.tar.gz
- 🍺  /usr/local/Cellar/fribidi/1.0.14: 67 files, 631.0KB
- ==> Installing ffmpeg dependency: libunibreak
- ==> Downloading https://ghcr.io/v2/homebrew/core/libunibreak/manifests/6.1
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/0ce1b2ced7836a56fa520c73ee31abcb81d0433729fe597e94ef03dd9d8a89f8--libunibreak-6.1.bottle_manifest.json
- ==> Pouring libunibreak--6.1.sonoma.bottle.tar.gz
- 🍺  /usr/local/Cellar/libunibreak/6.1: 18 files, 314.2KB
- ==> 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.sonoma.bottle.tar.gz
- 🍺  /usr/local/Cellar/libass/0.17.1_1: 11 files, 628.3KB
- ==> 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.sonoma.bottle.tar.gz
- 🍺  /usr/local/Cellar/libbluray/1.3.4: 21 files, 908KB
- ==> Installing ffmpeg dependeny: 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.sonoma.bottle.tar.gz
- 🍺  /usr/local/Cellar/cjson/1.7.17: 23 files, 218.2KB
- ==> 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.sonoma.bottle.tar.gz
- 🍺  /usr/local/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.sonoma.bottle.tar.gz
- 🍺  /usr/local/Cellar/mbedtls/3.6.0: 198 files, 11MB
- ==> 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.sonoma.bottle.tar.gz
- 🍺  /usr/local/Cellar/librist/0.2.10_1: 28 files, 553.0KB
- ==> Installing ffmpeg dependency: libsoxr
- ==> Downloading https://ghcr.io/v2/homebrew/core/libsoxr/manifests/0.1.3-1
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/f10988e95845131f890c95b52caea83e46332718a0787ff7b473f71e9ca6e536--libsoxr-0.1.3-1.bottle_manifest.json
- ==> Pouring libsoxr--0.1.3.sonoma.bottle.1.tar.gz
- 🍺  /usr/local/Cellar/libsoxr/0.1.3: 29 files, 319.5KB
- ==> 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.sonoma.bottle.tar.gz
- 🍺  /usr/local/Cellar/libssh/0.10.6: 23 files, 1.2MB
- ==> Installing ffmpeg dependency: libvidstab
- ==> Downloading https://ghcr.io/v2/homebrew/core/libvidstab/manifests/1.1.1
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/cd6a6b0bc36ba382104f583fa6d59418959b6719401628d655a236dfc580cd85--libvidstab-1.1.1.bottle_manifest.json
- ==> Pouring libvidstab--1.1.1.sonoma.bottle.tar.gz
- 🍺  /usr/local/Cellar/libvidstab/1.1.1: 25 files, 168.2KB
- ==> 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.sonoma.bottle.2.tar.gz
- 🍺  /usr/local/Cellar/libogg/1.3.5: 103 files, 516.5KB
- ==> Installing ffmpeg dependency: libvorbis
- ==> Downloading https://ghcr.io/v2/homebrew/core/libvorbis/manifests/1.3.7-1
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/68d211b8805a2fab148645c2ac8e43495e576876d6f50f0c4af5ea890730b7ea--libvorbis-1.3.7-1.bottle_manifest.json
- ==> Pouring libvorbis--1.3.7.sonoma.bottle.1.tar.gz
- 🍺  /usr/local/Cellar/libvorbis/1.3.7: 157 files, 2.3MB
- ==> 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.sonoma.bottle.tar.gz
- 🍺  /usr/local/Cellar/libvpx/1.13.1: 20 files, 5.1MB
- ==> Installing ffmpeg dependency: opencore-amr
- ==> Downloading https://ghcr.io/v2/homebrew/core/opencore-amr/manifests/0.1.6
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/e2036ba279d7fa8546fb4e263e4b1276b5a68551a70e99aca9863561b1039962--opencore-amr-0.1.6.bottle_manifest.json
- ==> Pouring opencore-amr--0.1.6.sonoma.bottle.tar.gz
- 🍺  /usr/local/Cellar/opencore-amr/0.1.6: 17 files, 679.1KB
- ==> 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.sonoma.bottle.tar.gz
- 🍺  /usr/local/Cellar/openjpeg/2.5.2: 538 files, 13.9MB
- ==> 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.sonoma.bottle.tar.gz
- 🍺  /usr/local/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.sonoma.bottle.tar.gz
- 🍺  /usr/local/Cellar/mpfr/4.2.1: 30 files, 3.1MB
- ==> 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.sonoma.bottle.tar.gz
- 🍺  /usr/local/Cellar/libmpc/1.3.1: 12 files, 497.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.sonoma.bottle.2.tar.gz
- 🍺  /usr/local/Cellar/gcc/13.2.0: 1,590 files, 401.8MB
- ==> 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.sonoma.bottle.tar.gz
- 🍺  /usr/local/Cellar/openblas/0.3.27: 23 files, 134.5MB
- ==> 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.sonoma.bottle.tar.gz
- 🍺  /usr/local/Cellar/numpy/1.26.4: 1,708 files, 39.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.sonoma.bottle.tar.gz
- 🍺  /usr/local/Cellar/pugixml/1.14: 15 files, 460.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
- 🍺  /usr/local/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.sonoma.bottle.tar.gz
- 🍺  /usr/local/Cellar/snappy/1.2.0: 18 files, 135.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.sonoma.bottle.tar.gz
- 🍺  /usr/local/Cellar/hwloc/2.10.0: 969 files, 10.3MB
- ==> 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.sonoma.bottle.1.tar.gz
- 🍺  /usr/local/Cellar/tbb/2021.12.0: 177 files, 2.8MB
- ==> 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.sonoma.bottle.tar.gz
- 🍺  /usr/local/Cellar/openvino/2024.1.0: 633 files, 114.4MB
- ==> Installing ffmpeg dependency: opus
- ==> Downloading https://ghcr.io/v2/homebrew/core/opus/manifests/1.5.2
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/ab70a7e8383f42047a27c0638675dbd9c3229997a01eed45d76f174664a4b607--opus-1.5.2.bottle_manifest.json
- ==> Pouring opus--1.5.2.sonoma.bottle.tar.gz
- 🍺  /usr/local/Cellar/opus/1.5.2: 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.sonoma.bottle.tar.gz
- 🍺  /usr/local/Cellar/rav1e/0.7.1: 14 files, 49.6MB
- ==> 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.sonoma.bottle.tar.gz
- 🍺  /usr/local/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.sonoma.bottle.tar.gz
- 🍺  /usr/local/Cellar/flac/1.4.3: 284 files, 6.9MB
- ==> 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.sonoma.bottle.tar.gz
- 🍺  /usr/local/Cellar/mpg123/1.32.6: 33 files, 1.6MB
- ==> 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.sonoma.bottle.2.tar.gz
- 🍺  /usr/local/Cellar/libsndfile/1.2.2: 54 files, 1.5MB
- ==> 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.sonoma.bottle.tar.gz
- 🍺  /usr/local/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.sonoma.bottle.tar.gz
- 🍺  /usr/local/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.sonoma.bottle.tar.gz
- 🍺  /usr/local/Cellar/speex/1.2.1: 25 files, 802KB
- ==> 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.sonoma.bottle.tar.gz
- 🍺  /usr/local/Cellar/srt/1.5.3: 20 files, 4.5MB
- ==> 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.sonoma.bottle.tar.gz
- 🍺  /usr/local/Cellar/svt-av1/2.0.0: 24 files, 7.2MB
- ==> 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.sonoma.bottle.tar.gz
- 🍺  /usr/local/Cellar/leptonica/1.84.1: 56 files, 6.1MB
- ==> Installing ffmpeg dependency: libb2
- ==> Downloading https://ghcr.io/v2/homebrew/core/libb2/manifests/0.98.1
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/9bb23dca331f0d74876fa5c769113885b92af8a741a851cdfe99f6dfd420b12d--libb2-0.98.1.bottle_manifest.json
- ==> Pouring libb2--0.98.1.sonoma.bottle.tar.gz
- 🍺  /usr/local/Cellar/libb2/0.98.1: 8 files, 275.5KB
- ==> 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.sonoma.bottle.tar.gz
- 🍺  /usr/local/Cellar/libarchive/3.7.4: 64 files, 3.6MB
- ==> 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.sonoma.bottle.tar.gz
- 🍺  /usr/local/Cellar/pango/1.52.2: 68 files, 3MB
- ==> 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.sonoma.bottle.tar.gz
- 🍺  /usr/local/Cellar/tesseract/5.3.4_1: 73 files, 32.6MB
- ==> 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.sonoma.bottle.4.tar.gz
- 🍺  /usr/local/Cellar/theora/1.1.1: 97 files, 2.1MB
- ==> 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.sonoma.bottle.tar.gz
- 🍺  /usr/local/Cellar/x264/r3108: 11 files, 5.7MB
- ==> 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.sonoma.bottle.tar.gz
- 🍺  /usr/local/Cellar/x265/3.6: 11 files, 36.1MB
- ==> Installing ffmpeg dependency: xvid
- ==> Downloading https://ghcr.io/v2/homebrew/core/xvid/manifests/1.3.7
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/b5121b85b4f5dfe07f78abbcbe520ae4926d781af3342e318e588b62aba59fe0--xvid-1.3.7.bottle_manifest.json
- ==> Pouring xvid--1.3.7.sonoma.bottle.tar.gz
- 🍺  /usr/local/Cellar/xvid/1.3.7: 10 files, 1.3MB
- ==> 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.sonoma.bottle.tar.gz
- 🍺  /usr/local/Cellar/libsodium/1.0.19: 77 files, 1.3MB
- ==> 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.sonoma.bottle.tar.gz
- 🍺  /usr/local/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.sonoma.bottle.tar.gz
- 🍺  /usr/local/Cellar/zimg/3.0.5: 27 files, 2.3MB
- ==> Installing ffmpeg
- ==> Pouring ffmpeg--7.0_1.sonoma.bottle.tar.gz
- 🍺  /usr/local/Cellar/ffmpeg/7.0_1: 286 files, 54.2MB
- ==> 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.sonoma.bottle.tar.gz
- 🍺  /usr/local/Cellar/pkg-config/0.29.2_3: 11 files, 655.3KB
- ==> Running `brew cleanup pkg-config`...
2024-05-01 02:00.08 ---> saved as "d4470c4621905c5dc509b787f426c5baf4a968721d3952136aae4c3a4aec5460"


/: (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 2).
[NOTE] Package ocaml-base-compiler is already installed (current version is 4.14.2).
[NOTE] Package ocaml is already installed (current version is 4.14.2).
[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-bigarray is already installed (current version is base).
Constructing initial basis...
Number of 0-1 knapsack inequalities = 3
Constructing conflict graph...
Conflict graph has 4 + 3 = 7 vertices
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  (https://github.com/savonet/ocaml-ffmpeg/archive/refs/tags/v1.1.11.tar.gz)
-> 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 dune-configurator.3.15.2  (cached)
-> installed seq.base
-> installed ocamlbuild.0.14.3
-> retrieved sexplib0.v0.17.0  (cached)
-> retrieved re.1.11.0  (cached)
-> retrieved topkg.1.0.7  (cached)
-> retrieved tyxml.4.6.0  (cached)
-> retrieved uutf.1.0.3  (cached)
-> retrieved dune.3.15.2  (cached)
-> installed cmdliner.1.2.0
-> installed ocamlfind.1.9.6
-> installed topkg.1.0.7
-> installed uutf.1.0.3
-> installed fmt.0.9.0
-> installed ptime.1.1.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
-> installed tyxml.4.6.0
[ERROR] The compilation of ffmpeg-avutil.1.1.11 failed at "dune build -p ffmpeg-avutil -j 11 @install".
-> installed containers.3.13.1


#=== ERROR while compiling ffmpeg-avutil.1.1.11 ===============================#
# context     2.1.5 | macos/x86_64 | ocaml-base-compiler.4.14.2 | git+file:///Users/mac1000/opam-repository
# path        ~/.opam/4.14.2/.opam-switch/build/ffmpeg-avutil.1.1.11
# command     ~/.opam/opam-init/hooks/sandbox.sh build dune build -p ffmpeg-avutil -j 11 @install
# exit-code   1
# env-file    ~/.opam/log/ffmpeg-avutil-17039-3bc575.env
# output-file ~/.opam/log/ffmpeg-avutil-17039-3bc575.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/usr/local/Cellar/ffmpeg/7.0_1/include -g -I /Users/mac1000/.opam/4.14.2/lib/ocaml -I /Users/mac1000/.opam/4.14.2/lib/ocaml/threads -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
# /usr/local/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/4.14.2/lib/ocaml/caml/memory.h:475:27: note: expanded from macro 'Store_field'
#   value caml__temp_val = (val); \
#                           ^
# /usr/local/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/4.14.2/lib/ocaml/caml/mlvalues.h:79:29: note: expanded from macro 'Val_int'
# #define Val_int(x) Val_long(x)
#                             ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/mlvalues.h:75:47: note: expanded from macro 'Val_long'
# #define Val_long(x)     ((intnat) (((uintnat)(x) << 1)) + 1)
#                                               ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/memory.h:467:47: note: expanded from macro 'CAMLreturn'
# #define CAMLreturn(result) CAMLreturnT(value, result)
#                                               ^~~~~~
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/memory.h:462: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/4.14.2/lib/ocaml/caml/memory.h:467:47: note: expanded from macro 'CAMLreturn'
# #define CAMLreturn(result) CAMLreturnT(value, result)
#                                               ^~~~~~
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/memory.h:462: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'?
# /usr/local/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
# /usr/local/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'?
# /usr/local/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:
    /usr/local/bin/opam switch import "/Users/mac1000/.opam/4.14.2/.opam-switch/backup/state-20240501020012.export"
"/usr/bin/env" "bash" "-c" "opam install $DEPS" failed with exit status 31
2024-05-01 02:02.50: Job failed: Failed: Build failed