Cross-Platform build scripts for audio plugins
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
- #!/bin/bash
-
- PKG_CONFIG_VERSION=0.28
- LIBLO_VERSION=0.30
- ZLIB_VERSION=1.2.11
- FILE_VERSION=5.34
- LIBOGG_VERSION=1.3.4
- LIBVORBIS_VERSION=1.3.6
- FLAC_VERSION=1.3.2
- LIBSAMPLERATE_VERSION=0.1.9
- LIBSNDFILE_VERSION=1.0.28
- LV2_VERSION=1.18.0
- FFTW_VERSION=3.3.8
-
- # jack builds only
- AFTEN_VERSION=0.0.8
- DB_VERSION=5.3.28
- OPUS_VERSION=1.3.1
-
- # GLIB_VERSION=2.44.1
- # GLIB_MVERSION=2.44
- # FLUIDSYNTH_VERSION=1.1.11
- # MXML_VERSION=2.12
- # PYTHON_VERSION=3.7.4
- # PYLIBLO_VERSION=0.9.2
- # CXFREEZE_VERSION=6.1
|