Skip to content

Commit

Permalink
1.9.17 release
Browse files Browse the repository at this point in the history
  • Loading branch information
falkTX committed Jan 15, 2021
1 parent a0b13de commit eb6d638
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion PawPaw
Submodule PawPaw updated 68 files
+3 −1 .cleanup.sh
+1 −1 .travis.yml
+5 −2 .travis/script.sh
+25 −1 README.md
+1 −1 VERSION
+8 −0 bootstrap-carla.sh
+58 −3 bootstrap-plugins.sh
+1 −6 build-jack2.sh
+101 −1 build-plugins.sh
+10 −2 pack-jack2.sh
+2 −1 pack-plugins.sh
+21 −0 patches/abGate/03_fix-ttl-typos.patch
+0 −0 patches/aften/01_fix-universal-build.patch
+192 −0 patches/artyfx/01_no-ui-in-ttl.patch
+1 −0 patches/artyfx/macos-old
+56 −0 patches/fftw/01_static-planner-thread-safe.patch
+10 −0 patches/fftw/02_force-pthread-libs.patch
+59 −0 patches/fftw/03_assume-neon-is-present.patch
+1 −0 patches/fftwf
+1 −1 patches/glib/01_skip-gettext.patch
+131 −0 patches/glib/macos-universal/01_aarch64-atomic-as-mutex.patch
+21 −0 patches/lilv/01_hidden-lilv-api.patch
+1 −1 patches/lilv/win32/01_force-libs.patch
+11 −0 patches/lv2/01_plugin-is-project.patch
+13 −0 patches/lv2/02_lv2-validate-vars.patch
+54 −0 patches/lv2/03_lv2-validate-without-example-plugins.patch
+14 −0 patches/mod-sdk/01_add-makefile.patch
+0 −0 patches/pyliblo/common/01_python3.7+-support.patch
+1 −0 patches/pyliblo/linux
+1 −0 patches/pyliblo/macos
+1 −0 patches/pyliblo/win32
+1 −0 patches/pyliblo/win64
+21 −0 patches/serd/01_hidden-serd-api.patch
+21 −0 patches/sord/01_hidden-sord-api.patch
+21 −0 patches/sratom/01_hidden-sratom-api.patch
+1 −0 plugins-todo/adlplug-opl3.json
+1 −0 plugins-todo/adlplug-opn2.json
+1 −0 plugins-todo/mod-distortion.json
+1 −0 plugins-todo/mod-utilities.json
+1 −0 plugins-todo/noise-repellent.json
+1 −0 plugins-todo/regrader.json
+1 −0 plugins-todo/sooperlooper-lv2.json
+1 −0 plugins-todo/tap-lv2.json
+1 −0 plugins/abgate.json
+2 −1 plugins/artyfx.json
+1 −0 plugins/blop.json
+1 −0 plugins/caps.json
+2 −1 plugins/die-plugins.json
+3 −1 plugins/distrho-ports-arctican.json
+3 −1 plugins/distrho-ports-dexed.json
+4 −2 plugins/distrho-ports-drowaudio.json
+3 −1 plugins/distrho-ports-klangfalter.json
+3 −1 plugins/distrho-ports-luftikus.json
+3 −1 plugins/distrho-ports-obxd.json
+3 −1 plugins/distrho-ports-pitched-delay.json
+3 −1 plugins/distrho-ports-refine.json
+3 −1 plugins/distrho-ports-tal-plugins.json
+3 −1 plugins/distrho-ports-temper.json
+3 −1 plugins/distrho-ports-vex.json
+3 −1 plugins/distrho-ports-wolpertinger.json
+2 −1 plugins/dpf-plugins.json
+1 −0 plugins/fomp.json
+1 −0 plugins/mda.json
+1 −0 plugins/ninjas2.json
+14 −3 setup/check_target.sh
+13 −5 setup/env.sh
+20 −7 setup/functions.sh
+13 −6 setup/versions.sh
2 changes: 1 addition & 1 deletion pack-jack2-version.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash

export JACK2_VERSION=e7545f5b81301e6d04166c69705daf98f9240cee
export JACK2_VERSION=v1.9.17
export QJACKCTL_VERSION=0.9.0

set -e
Expand Down

0 comments on commit eb6d638

Please sign in to comment.