mirror of
https://github.com/cookiengineer/audacity
synced 2025-10-10 16:43:33 +02:00
Update lilv, lv2, serd, sord, sratom, and add suil.
This commit is contained in:
@@ -19,9 +19,7 @@ function waf
|
||||
$(which python python2 | tail -1) waf --prefix="." --include="." $@ build || exit 1
|
||||
popd >/dev/null
|
||||
|
||||
export PKG_CONFIG_PATH="$(pwd)/${pkg}/build:${PKG_CONFIG_PATH}"
|
||||
export CFLAGS="-I$(pwd)/${pkg} ${CFLAGS}"
|
||||
export LDFLAGS="-L$(pwd)/${pkg} -l${pkg}-0 ${LDFLAGS}"
|
||||
. .buildvars
|
||||
|
||||
if [ -e ${pkg}/build/*.a ]
|
||||
then
|
||||
@@ -36,10 +34,11 @@ function waf
|
||||
|
||||
[ -e liblv2.a ] && exit 0
|
||||
|
||||
waf lv2 --no-plugins
|
||||
waf serd --no-utils --static --no-shared
|
||||
waf sord --no-utils --static --no-shared
|
||||
waf lv2 --no-plugins
|
||||
waf serd --static --no-shared --no-utils
|
||||
waf sord --static --no-shared --no-utils
|
||||
waf sratom --static --no-shared
|
||||
waf lilv --no-utils --static --no-shared
|
||||
waf lilv --static --no-shared --no-utils
|
||||
waf suil --static --no-shared --no-qt
|
||||
|
||||
exit 0
|
||||
|
Reference in New Issue
Block a user