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 ccebe925d7
Add patch to fix lv2lint build on macos
4 years ago
.travis Really ignore lv2lint for macos-old 4 years ago
patches Add patch to fix lv2lint build on macos 4 years ago
plugins Update dpf-plugins 4 years ago
plugins-todo Move dpf-plugins to main plugins to use/build 4 years ago
setup Build lv2lint as part of plugin bootstrap 4 years ago
.cleanup.sh Cleanup a couple more files 4 years ago
.gitignore Initial script to pack plugins for distribution 4 years ago
.travis.yml Correct last commit 4 years ago
README.md Spelling 4 years ago
VERSION Test CI on all branches for now 4 years ago
bootstrap-carla.sh Split all scripts 4 years ago
bootstrap-common.sh Split all scripts 4 years ago
bootstrap-jack2.sh Build 32bit "mixed mode" jack dll on win64 4 years ago
bootstrap-plugins.sh Really ignore lv2lint for macos-old 4 years ago
bootstrap-qt.sh Split all scripts 4 years ago
build-jack2.sh generate MSVC lib files for jack2 4 years ago
build-plugins.sh Remove incorrect WINEPREFIX 4 years ago
pack-jack2.sh Another typo 4 years ago
pack-plugins.sh macOS CI and installer package (#2) 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 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 build 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.