]> gitweb.unchartedbackwaters.co.uk Git - francis/winuae.git/commit
packaging: build libmpeg2 into macOS deps for CD32 FMV
authorStefan Reinauer <stefan.reinauer@coreboot.org>
Tue, 7 Jul 2026 04:38:54 +0000 (21:38 -0700)
committerStefan Reinauer <stefan.reinauer@coreboot.org>
Tue, 7 Jul 2026 21:00:59 +0000 (14:00 -0700)
commit3cc12dd35e1a2e847d51727cf077815561af888a
tree071aa098da58a3cf87376016322a83b52787a33c
parentcd8ac825939829f5aa3a9f9c07df8a504372d672
packaging: build libmpeg2 into macOS deps for CD32 FMV

The DMG builds silently lost CD32 FMV video decode when Homebrew's
libmpeg2 moved to a macOS 26 baseline: the deployment-target check
rejects it against the 13.0 release target and no other copy exists.
Build libmpeg2 0.5.1 into the private deps prefix instead, pinned by
sha256 from the videolan tarball in CI. The 2008 tarball needs its
autotools regenerated to configure on arm64-apple-darwin and gnu89
inline semantics to link with clang, matching the Homebrew formula.
README_unix.md
tools/macos-build-deps.sh