--- a/contrib/libdvdnav/A02-apple-add-dvdnav-crossfiles.patch 2026-03-07 15:28:06.000000000 +0800 +++ b/contrib/libdvdnav/A02-apple-add-dvdnav-crossfiles.patch 2026-03-15 08:26:24.000000000 +0800 @@ -36,3 +36,22 @@ +cpu_family = 'aarch64' +cpu = 'aarch64' +endian = 'little' + +--- libdvdnav-7.0.0/package/crossfiles/ppc-darwin-gcc.meson 1970-01-01 01:00:00.000000000 +0100 ++++ libdvdnav-7.0.0-patched/package/crossfiles/ppc-darwin-gcc.meson 2025-09-27 15:38:34.003984800 +0200 +@@ -0,0 +1,15 @@ ++[binaries] ++c = '@CC@' ++cpp = '@CXX@' ++ar = 'ar' ++strip = 'strip' ++pkgconfig = 'pkg-config' ++ ++[built-in options] ++c_link_args = ['-static-libgcc'] ++ ++[host_machine] ++system = 'MACOSX' ++cpu_family = 'ppc' ++cpu = 'ppc' ++endian = 'big' --- a/contrib/libdvdread/A02-apple-add-dvdread-crossfiles.patch 2026-03-07 15:28:06.000000000 +0800 +++ b/contrib/libdvdread/A02-apple-add-dvdread-crossfiles.patch 2026-03-15 08:39:17.000000000 +0800 @@ -36,3 +36,21 @@ +cpu_family = 'aarch64' +cpu = 'aarch64' +endian = 'little' +--- libdvdread-7.0.0/package/crossfiles/ppc-darwin-gcc.meson 1970-01-01 01:00:00.000000000 +0100 ++++ libdvdread-7.0.0-patched/package/crossfiles/ppc-darwin-gcc.meson 2025-09-27 15:35:12.093860900 +0200 +@@ -0,0 +1,15 @@ ++[binaries] ++c = '@CC@' ++cpp = '@CXX@' ++ar = 'ar' ++strip = 'strip' ++pkgconfig = 'pkg-config' ++ ++[built-in options] ++c_link_args = ['-static-libgcc'] ++ ++[host_machine] ++system = 'MACOSX' ++cpu_family = 'ppc' ++cpu = 'ppc' ++endian = 'big'