Patch | Description | Author | Forwarded | Bugs | Origin | Last update |
---|---|---|---|---|---|---|
LV2-audioprocessor.patch | LV2 fixes for autiodprocessor | Filipe Coelho <falkTX> | no | https://github.com/DISTRHO/juce/tree/9f6cdc3659df13169285464ee1d13ef14357f833 | 2018-02-10 | |
debian_fixed-defines.patch | clamp a few defines to fixed values on Debian we only ever allow using the system provided libraries (zlib, flac, oggvorbis,...) |
=?utf-8?q?IOhannes_m_zm=C3=B6lnig?= <umlaeute@debian.org> | not-needed | Debian | 2018-02-11 | |
debian_no-update-check.patch | prevent Projucer from checking for updates The check-for-updates only makes sense for user-installed Projucer, not for the Debian packaged version. |
=?utf-8?q?IOhannes_m_zm=C3=B6lnig?= <umlaeute@debian.org> | not-needed | 2017-11-09 | ||
debian_system_modules.patch | default JUCE-module path for Projucer On Debian we have the module-sources installed in /usr/share/juce/modules and should use those if possible. |
=?utf-8?q?IOhannes_m_zm=C3=B6lnig?= <umlaeute@debian.org> | not-needed | 2017-12-19 | ||
debian_python3-doxygen.patch | Doc build fixes use Python3 rather than Python2 make docs reproducible |
=?utf-8?q?IOhannes_m_zm=C3=B6lnig?= <umlaeute@debian.org> | no | 2018-02-10 | ||
debian_unittests_globalpaths.patch | Use global paths for JUCE modules in UnitTests | =?utf-8?q?IOhannes_m_zm=C3=B6lnig?= <umlaeute@debian.org> | not-needed | 2018-04-11 | ||
debian_vst.patch | provide missing VST2 replacement header backprted from the original JUCE-5.3.1 header |
Debian Multimedia Maintainers <debian-multimedia@lists.debian.org> | no | 2019-01-12 | ||
debian_link_systemlibs.patch | have Projucer link against the system libraries since the Debian package has removed 3rd-party libraries (jpeg, png, flag, ogg/vorbis), we must use against the system libraries. |
Debian Multimedia Maintainers <debian-multimedia@lists.debian.org> | no | Debian | 2019-08-21 | |
cross.patch | cross | Debian Multimedia Maintainers <debian-multimedia@lists.debian.org> | no | 2020-03-16 | ||
debian_buildcmake.patch | link applications against libpng/libjpeg since we have stripped libpng & libjpeg, we need to explicitly link against the system provided libraries |
Debian Multimedia Maintainers <debian-multimedia@lists.debian.org> | not-needed | Debian | 2021-01-13 | |
overridable_pkg-config.patch | Allow overridable pkg-config in generated Makefiles E.g. to allow cross-building of juce-packages. See also https://bugs.debian.org/951684 |
Debian Multimedia Maintainers <debian-multimedia@lists.debian.org> | yes | upstream | Debian | 2020-03-16 |
debian_cmake.patch | adjust paths in installed CMake snippets | IOhannes m zmölnig | not-needed | Debian | 2021-12-14 | |
armel_lockfree.patch | allow compilation on armel we patch out the is_always_lockfree<int> assertion for armel, to allow compilation. any armel is probably too weak to actually *run* a JUCE project. |
IOhannes m zmölnig | not-needed | Debian | 2021-12-22 |