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.
falkTX 276e74e46e
Build qttools when not cross-compiling
4 years ago
.travis Fix for macos-old build 4 years ago
patches Fix folder name where qt5 patches should be 4 years ago
plugins Define lv2bundles in plugin files 4 years ago
plugins-todo CLI args; meson cross files; noise-repellent now builds; split build 4 years ago
setup Build qt5 on windows as self-contained dlls (-static) 4 years ago
.gitignore Add build-jack.sh script, move aften in there 4 years ago
.travis.yml Rename build plugin script, support multiple args 4 years ago
README.md Add CI build status badge 4 years ago
bootstrap.sh Don't build zlib on macos 4 years ago
build-jack.sh Link qt header files to frameworks in macos; Fix qjackctl !win64 4 years ago
build-qt.sh Build qttools when not cross-compiling 4 years ago
build.sh Remove a comment 4 years ago

README.md

PawPaw

Build Status

PawPaw is a Cross-Platform build scripts setup for static libraries and audio plugins

It was created out of the need of many open-source developers to easily build their stuff for macOS and Windows,
where usually dependencies are involved which need to be built manually.

In order to make audio plugins self-contained, these dependencies/libraries need to be built statically,
which most packaging projects do not do.

Also, most open-source audio plugin projects to do not have binaries for macOS or Windows,
making it very difficult for users in these platforms to enjoy them.

PawPaw has the following goals:

  • Single script to build most common plugin dependencies statically, both natively and cross-compiling
  • Clean and simple code, easy to maintain and add new libraries to build
  • Statically built LV2 plugins for (at least) macOS and Windows
  • Define each plugin project in its own file, to make it easy to support new plugins via pull-request
  • Package the entire collection as an installer

Additonally, PawPaw will be used to build library dependencies for Carla and JACK2.