Package: sooperlooper / 1.7.8~dfsg0-3

Metadata

Package Version Patches format
sooperlooper 1.7.8~dfsg0-3 3.0 (quilt)

Patch series

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

libs/pbd/Makefile.am | 1 0 + 1 - 0 !
libs/pbd/Makefile.in | 4 1 + 3 - 0 !
2 files changed, 1 insertion(+), 4 deletions(-)

 don't compile dmalloc and don't link it against gpl-stuff.

03 indirect_linking.patch | (download)

src/gui/Makefile.in | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 fix linking with -lxml2

Bug-Ubuntu: https://launchpad.net/bugs/803199
Bug-Debian: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=632253
04 build_with_wx_30.patch | (download)

src/gui/main_panel.cpp | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 build against wx 3.0.

05 sigc++ 2.5.2.patch | (download)

configure.ac | 10 9 + 1 - 0 !
libs/pbd/configure.ac | 10 9 + 1 - 0 !
2 files changed, 18 insertions(+), 2 deletions(-)

 since sigc++-2.5.2,
 the sigc++/object.h has been removed (and replaced by sigc++/trackable.h>

07 remove_powerpc_cpu_flags.patch | (download)

autogen.sh | 51 0 + 51 - 0 !
1 file changed, 51 deletions(-)

 remove exotic powerpc flags.

08 fix_autogen_script.patch | (download)

autogen.sh | 7 1 + 6 - 0 !
libs/midi++/configure.ac | 4 2 + 2 - 0 !
libs/pbd/configure.ac | 4 2 + 2 - 0 !
3 files changed, 5 insertions(+), 10 deletions(-)

 fixes autogen script

09 fix_headers.patch | (download)

libs/midi++/fd_midiport.cc | 4 2 + 2 - 0 !
libs/midi++/midi++/port.h | 2 1 + 1 - 0 !
libs/midi++/midicontrollable.cc | 2 1 + 1 - 0 !
libs/midi++/midimanager.cc | 4 2 + 2 - 0 !
libs/midi++/midiparser.cc | 2 1 + 1 - 0 !
libs/midi++/mmc.cc | 2 1 + 1 - 0 !
libs/midi++/mtc.cc | 2 1 + 1 - 0 !
7 files changed, 9 insertions(+), 9 deletions(-)

 fixes pbd headers

10 build_with_wx_32.patch | (download)

src/gui/check_box.cpp | 2 0 + 2 - 0 !
src/gui/main_panel.cpp | 1 0 + 1 - 0 !
2 files changed, 3 deletions(-)

 build against wx 3.2.

11 support_liblo 0.32.patch | (download)

src/control_osc.cpp | 56 28 + 28 - 0 !
src/control_osc.hpp | 56 28 + 28 - 0 !
src/gui/loop_control.cpp | 10 5 + 5 - 0 !
src/gui/loop_control.hpp | 10 5 + 5 - 0 !
src/slconsole.cpp | 4 2 + 2 - 0 !
5 files changed, 68 insertions(+), 68 deletions(-)

 [patch] use `*lo_message_` instead of `*void` for data arg in liblo
 handler methods