brunoherbelin / vimix

Live Video Mixer
GNU General Public License v3.0
259 stars 25 forks source link

No macOS package for vimix 0.8.1 #108

Closed cpkcpkcpk closed 6 months ago

cpkcpkcpk commented 8 months ago

Hey, just noticed that there is no macOS release package in the assets section for 0.8.1 like the previous versions.

There's probably a reason for that, but just pointing it out in case there is meant to be!

Some of the new features look very useful, and can build if necessary but would prefer not to :D

brunoherbelin commented 7 months ago

Indeed, the reason is the complexity of building and signing OSX packages without programming using XCode and Apple development tools (I am not an Apple developer, nor want to become one...).

I welcome the help of OSX programmers who know how to setup CMakeLists instructions for CPack (i.e. replace old code between lines 185 and 280 of the CMakeLists.txt )

brunoherbelin commented 7 months ago

I also considered setting up a package for Homebrew, but either the program is built as a pure brew package and has to be launched from command line (which is not very nice), or the program anyways has to be compiled as a normal OSX Bundle and only envelopped into a homebrew cask (which is back to the original problem of compiling and signing the OSX Bundle with CMake).

I am confident there are programmers who know how to do this (e.g. the people packaging OBS studio) but vimix community is much smaller ...

brunoherbelin commented 6 months ago

Sorry for the wait... version 0.8.2 now has an intaller https://github.com/brunoherbelin/vimix/releases/tag/0.8.2b