Package: giada / 1.4.0-2

Metadata

Package Version Patches format
giada 1.4.0-2 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
juce8_0_11.patch | (download)

src/core/plugins/pluginManager.cpp | 4 2 + 2 - 0 !
1 file changed, 2 insertions(+), 2 deletions(-)

 fix ftbfs with juce>=8.0.11
 giada still assumes JUCE-8.0.10, and JUCE broke backards compat again.
appstream metadata.patch | (download)

extras/com.giadamusic.Giada.metainfo.xml | 4 2 + 2 - 0 !
1 file changed, 2 insertions(+), 2 deletions(-)

 fix invalid appstream metadata
 only a small subset of HTML is allowed
extra libraries.patch | (download)

CMakeLists.txt | 3 3 + 0 - 0 !
1 file changed, 3 insertions(+)

 allow injection of additional libraries to link against
 DEB_LDFLAGS_MAINT_APPEND is included *before* the actual  link targets,
 so we cannot use it for injecting libraries
system JUCE.patch | (download)

CMakeLists.txt | 4 3 + 1 - 0 !
1 file changed, 3 insertions(+), 1 deletion(-)

 use juce from debian
system libconcurrentqueue.patch | (download)

src/core/channels/channelShared.h | 2 1 + 1 - 0 !
src/core/eventDispatcher.h | 2 1 + 1 - 0 !
src/core/kernelMidi.h | 2 1 + 1 - 0 !
src/gui/updater.h | 2 1 + 1 - 0 !
4 files changed, 4 insertions(+), 4 deletions(-)

 use debian's libconcurrentqueue-dev
system FLTK.patch | (download)

CMakeLists.txt | 13 12 + 1 - 0 !
1 file changed, 12 insertions(+), 1 deletion(-)

 build against debian's fltk
06 system jpg+png.patch | (download)

CMakeLists.txt | 3 3 + 0 - 0 !
1 file changed, 3 insertions(+)

 link against system libpng/libjpeg
03 system rtaudio.patch | (download)

CMakeLists.txt | 10 9 + 1 - 0 !
src/core/conf.h | 2 1 + 1 - 0 !
src/core/const.h | 2 1 + 1 - 0 !
src/core/kernelAudio.cpp | 2 1 + 1 - 0 !
src/core/kernelAudio.h | 2 1 + 1 - 0 !
src/core/model/kernelAudio.h | 2 1 + 1 - 0 !
src/glue/config.cpp | 2 1 + 1 - 0 !
src/gui/elems/config/tabAudio.cpp | 4 2 + 2 - 0 !
src/utils/string.h | 2 1 + 1 - 0 !
src/utils/ver.cpp | 2 1 + 1 - 0 !
10 files changed, 19 insertions(+), 11 deletions(-)

 use system-provided rtaudio