Package: ableton-link / 3.0.6+dfsg-4

Metadata

Package Version Patches format
ableton-link 3.0.6+dfsg-4 3.0 (quilt)

Patch series

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

cmake_include/AsioStandaloneConfig.cmake | 4 0 + 4 - 0 !
cmake_include/CatchConfig.cmake | 5 0 + 5 - 0 !
2 files changed, 9 deletions(-)

 drop dependencies on included 3rd-party libs
 upstream includes git-submodules for Catch and ASIO (not found in the tarball).
 on Debian we want to use the system provided libraries.
kfreebsd_hurd.patch | (download)

include/ableton/platforms/linux/Clock.hpp | 4 4 + 0 - 0 !
1 file changed, 4 insertions(+)

 treat kfreebsd and the hurd the same as linux
examples.patch | (download)

examples/CMakeLists.txt | 1 1 + 0 - 0 !
1 file changed, 1 insertion(+)

 make examples buildable as standalone
nocheck.patch | (download)

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

 allow disabling the building of tests
 E.g. when using the 'nocheck' profile
libatomic.patch | (download)

AbletonLinkConfig.cmake | 4 2 + 2 - 0 !
1 file changed, 2 insertions(+), 2 deletions(-)

 fix cmake snippet to link against libatomic
 so it can be used on armel,...