mac: Script for creating a .pkg installer#951
Conversation
|
For your info, we failed to build a portable version of gtk3 (depends on a lot more of other projects), and we had hard time to build a portable version of gtk2, we were able to build it only on a old machine after several tries and this script downloads a binary of gtkdialog from mediaarea.net servers. |
|
Did a quick test of this on my end (on a machine that is not 'clean'). So far have not been able to fully run the script - it appears to be erroring during the xmlstarlet build phase with:
|
ce9a412 to
64320a6
Compare
Should be fixed now, the latest script version no longer requires the autotools. |
|
On a clean macOS 26.2 I got: The installer should also include DeckLink, right? |
Here the build command on our CI:
|
|
@g-maxime please add a comment at the beginning of the script about the need of
macOS security being more and more strict with unsigned packages, it is better to sign the packages. |
|
Just ran it again, and after setting Because of this, it is erroring at the |
Signed-off-by: Maxime Gervais <gervais.maxime@gmail.com>
@g-maxime Sorry, I did erroneously understand that you wish one installer to install everything in one go. |
|
With recent changes, this seems to perform as expected on my end at least |
No description provided.