You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We run TOOLS/osxbundle.py in our packaging script and then install the generated bundle "manually" to the output prefix. I'm wondering whether that's the intended way.
If it is, wouldn't it be better if the meson build built and installed the bundle automagically if darwin?
yes that's intended. the bundle creation is and was always something that wasn't part of the build process for various reasons. one of them is, that the script is kinda a clusterfuck and isn't really robust. it should be rewritten imo if it should be part of the build and installation process.
Hi, we're upgrading our packaging to use mpv's meson build in Nixpkgs and something I've noticed is that mpv doesn't install a bundle by default.
We run
TOOLS/osxbundle.py
in our packaging script and then install the generated bundle "manually" to the output prefix. I'm wondering whether that's the intended way.If it is, wouldn't it be better if the meson build built and installed the bundle automagically
if darwin
?cc @Dudemanguy @Akemi
The text was updated successfully, but these errors were encountered: