zynaddsubfx / zyn-fusion-build

Build Scripts For Zyn-Fusion
Do What The F*ck You Want To Public License
122 stars 39 forks source link

bundle apk deps as virtual to ease removal #114

Closed rantlivelintkale closed 1 year ago

rantlivelintkale commented 1 year ago

This makes it so apk user can remove deps with apk del .zynaddsubfx-deps.

(Obviously removing all deps also deletes some runtime dependencies, but at that point it would make more sense for me to make a proper APKBUILD file)

Tested building. All sources build fine, although some files need <stdint.h> now for GCC13.

Runs and installs fine as well.

Thanks.

fundamental commented 1 year ago

That's a neat feature that I haven't used before. Merged :+1: