Package: wsola Severity: grave Tags: patch Justification: renders package unusable
Hi, your package is currently not installable as it has a hardcoded dependency on 'mffm-fttw1' which was renamed during the c++ transition. Attached patch updates your control file so that after a rebuild the needed libraries are picked up automatically. Please consider applying. Regards, Stefan -- System Information: Debian Release: testing/unstable APT prefers unstable APT policy: (500, 'unstable') Architecture: amd64 (x86_64) Shell: /bin/sh linked to /bin/bash Kernel: Linux 2.6.15-1-amd64-k8-smp Locale: LANG=C, LC_CTYPE=de_DE.UTF8 (charmap=UTF-8)
diff -ur wsola-4.9/debian/control wsola-4.9.mod/debian/control --- wsola-4.9/debian/control 2006-03-20 14:32:11.000000000 +0100 +++ wsola-4.9.mod/debian/control 2006-03-20 14:30:07.000000000 +0100 @@ -7,7 +7,7 @@ Package: wsola Architecture: any -Depends: ${misc:Depends}, mffm-fftw1, libsndfile1 +Depends: ${shlibs:Depends}, ${misc:Depends} Description: allows one to speed/slow audio without altering its pitch It speeds up or slows down audio, without pitch alteration. WSOLA operates using the Waveform Similarity overlap add method [1].