Package: invada-studio-plugins-lv2 / 1.2.0+repack0-10

Metadata

Package Version Patches format
invada-studio-plugins-lv2 1.2.0+repack0-10 3.0 (quilt)

Patch series

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

plugingui/inv_compressor_gui.c | 2 1 + 1 - 0 !
plugingui/inv_delay_gui.c | 2 1 + 1 - 0 !
plugingui/inv_erreverb_gui.c | 2 1 + 1 - 0 !
plugingui/inv_filter_gui.c | 2 1 + 1 - 0 !
plugingui/inv_input_gui.c | 2 1 + 1 - 0 !
plugingui/inv_meter_gui.c | 2 1 + 1 - 0 !
plugingui/inv_phaser_gui.c | 2 1 + 1 - 0 !
plugingui/inv_testtone_gui.c | 2 1 + 1 - 0 !
plugingui/inv_tube_gui.c | 2 1 + 1 - 0 !
9 files changed, 9 insertions(+), 9 deletions(-)

 ui extension is now provided by lv2-extensions-good, point the
 #include statements to the right location.
0002 fixed_wrong_graph_in_compressor_gui.patch | (download)

plugingui/widgets/display-Compressor.c | 7 3 + 4 - 0 !
1 file changed, 3 insertions(+), 4 deletions(-)

 fixed wrong graph in compressor gui.
Bug-Ubuntu: https://launchpad.net/bugs/755151
0003 pass_flags.patch | (download)

plugin/Makefile | 4 2 + 2 - 0 !
plugingui/Makefile | 4 2 + 2 - 0 !
2 files changed, 4 insertions(+), 4 deletions(-)

 fix hardening. flags are passed correctly now.
0004 cross.patch | (download)

plugin/Makefile | 2 1 + 1 - 0 !
plugingui/Makefile | 7 4 + 3 - 0 !
plugingui/widgets/Makefile | 3 2 + 1 - 0 !
3 files changed, 7 insertions(+), 5 deletions(-)

---
1040 gcc 14.patch | (download)

plugingui/inv_compressor_gui.c | 2 1 + 1 - 0 !
plugingui/inv_delay_gui.c | 2 1 + 1 - 0 !
plugingui/inv_erreverb_gui.c | 2 1 + 1 - 0 !
plugingui/inv_filter_gui.c | 2 1 + 1 - 0 !
plugingui/inv_input_gui.c | 2 1 + 1 - 0 !
plugingui/inv_meter_gui.c | 2 1 + 1 - 0 !
plugingui/inv_phaser_gui.c | 2 1 + 1 - 0 !
plugingui/inv_testtone_gui.c | 2 1 + 1 - 0 !
plugingui/inv_tube_gui.c | 2 1 + 1 - 0 !
9 files changed, 9 insertions(+), 9 deletions(-)

 fixed build problem on gcc 14.
 Corrected function pointer assigned to LV2UI_Descriptor.instantiate
 to use the expected argument.