Update bundle/package scripts

* Ardour only has 64 bit builds
* gcc5 or newer (C++11 ABI)
* Add "-demo" suffix to freebie builds
* Remove wine support in package scripts
This commit is contained in:
Robin Gareus 2023-03-24 19:07:30 +01:00
parent 197157ecf8
commit 4bc8939dda
No known key found for this signature in database
GPG key ID: A090BCE02CF57F04
7 changed files with 76 additions and 262 deletions

View file

@ -58,3 +58,9 @@ if grep -q "DEBUG = True" ../../build/c4che/_cache.py; then
else
DEBUG="F"
fi
if grep -q "FREEBIE=1" ../../build/c4che/_cache.py; then
FREEBI="T"
else
FREEBI="F"
fi