bundle-source missing pkg-config patch, breaking bootstrap
https://gstreamer.freedesktop.org/data/pkg/src/1.22.7/cerbero-1.22.7.tar.gz fails to bootstrap with:
FileNotFoundError: [Errno 2] No such file or directory: '/Users/leio/cerbero-1.22.7/recipes/pkg-config/0001-Automatically-detect-prefix-on-macOS-too.patch'
recipes/pkg-config.recipe has
patches = ['pkg-config/0001-Automatically-detect-prefix-on-macOS-too.patch']
but that patch is not included in the tarball.
Feels like a regression from commit d122b098 somehow, but didn't revert it to try yet.