2014-02-25 22:33 GMT+01:00 Felipe Sateler <fsate...@debian.org>: > On Sun, Feb 23, 2014 at 10:09 PM, Jaromír Mikeš <mira.mi...@gmail.com> > wrote: > > I've updated brutefir package ... still having troubles to pass LDFLAGS > > correctly otherwise ready for upload. > > The issue is that the brutefir makefile invokes ld directly, and ld > cannot understand the -Wl,-z,relro flag given by the environment. > Unfortunately, one can't just swap the ld call for a gcc call as the > build fails for reasons not entirely clear to me. I have created a > patch using the attributes supported by gcc, but I have no idea how to > run this program to check if this works. > > I have pushed my changes, could anyone that knows how to use this test > if it works? >
Just tested. Looks fine to me. Here is my config file to get it work through jackd if someone want try: ----------- sampling_rate: 44100; filter_length: 8192,8; benchmark: false; modules_path: "."; convolver_config: ".fftw3wisdom"; coeff 0 { filename: "dirac pulse"; }; coeff 1 { filename: "dirac pulse"; }; coeff 2 { filename: "dirac pulse"; }; coeff 3 { filename: "dirac pulse"; }; coeff 4 { filename: "dirac pulse"; }; coeff 5 { filename: "dirac pulse"; }; input 0, 1 { device: "jack" { ports: "system:capture_1", "system:capture_2"; }; sample: "AUTO"; channels: 2; }; output 0, 1 { device: "jack" { ports: "system:playback_1", "system:playback_2"; }; sample: "AUTO"; dither: false; channels: 2; }; filter 0 { from_filters: 2, 5; to_outputs: 0; coeff: 0; }; filter 1 { from_filters: 3, 4; to_outputs: 1; coeff: 1; }; filter 2 { from_inputs: 0; to_filters: 0; coeff: 2; }; filter 3 { from_inputs: 0; to_filters: 1; coeff: 3; }; filter 4 { from_inputs: 1; to_filters: 1; coeff: 4; }; filter 5 { from_inputs: 1; to_filters: 0; coeff: 5; }; ------------------------------ Felipe can you please add description to 50-no-_init.patch I would like to forward patches upstream. best regards mira
_______________________________________________ pkg-multimedia-maintainers mailing list pkg-multimedia-maintainers@lists.alioth.debian.org http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-multimedia-maintainers