openAVproductions / openAV-ArtyFX

A repository for the ArtyFX plugin bundle
GNU General Public License v2.0
81 stars 19 forks source link

building with meson setup #48

Open noisecode3 opened 1 year ago

noisecode3 commented 1 year ago
    --buildtype=release \
    --prefix=/usr \
    -Dstrip=true

followed by DESTDIR=/tmp/package-artify ninja -C build -j8 install will not build/install the GUI. I know its not supported but it's the new way that is not depreciated or just use cmake? I get from carla /usr/lib64/lv2/artyfx.lv2/artyfx_ui.so: cannot open shared object file: No such file or directory

This was not an easy one to package, I use cmake for now will probably work. Please improve building a package and use only one build system.

harryhaaren commented 1 year ago

Hi, Thanks for reporting. Yes agree, the current state is not optimal, and ideally the build should be clean and use only one build system. I'll leave this ticket open, but please note I'm rarely working on OpenAV software recently, so it is unlikely this will be fixed soon.