Package: libaudiomask
Version: 1.0-2
Severity: normal
Tags: patch
User: [email protected]
Usertags: origin-ubuntu raring ubuntu-patch
Dear Maintainer,
please drop the dependency on fftw3, it is not needed.
It only needs mffm-fft1 which is generated automatically by dpkg-shlibdeps
for it to do that it must be correctly linked
see attached patch
-- System Information:
Debian Release: wheezy/sid
APT prefers quantal-updates
APT policy: (500, 'quantal-updates'), (500, 'quantal-security'), (500,
'quantal-proposed'), (500, 'quantal'), (100, 'quantal-backports')
Architecture: amd64 (x86_64)
Foreign Architectures: i386
Kernel: Linux 3.5.0-19-generic (SMP w/4 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
diff -Nru libaudiomask-1.0/debian/changelog libaudiomask-1.0/debian/changelog
diff -Nru libaudiomask-1.0/debian/control libaudiomask-1.0/debian/control
--- libaudiomask-1.0/debian/control 2010-06-30 00:37:00.000000000 +0200
+++ libaudiomask-1.0/debian/control 2012-12-10 19:23:19.000000000 +0100
@@ -30,7 +30,7 @@
Package: libaudiomask1
Section: libs
Architecture: any
-Depends: mffm-fftw1 | mffm-fftw1c2, fftw3, ${shlibs:Depends}, ${misc:Depends}
+Depends: mffm-fftw1 | mffm-fftw1c2, ${shlibs:Depends}, ${misc:Depends}
Description: Audio masking threshold estimation library
Evaluates the simultaneous masking threshold for audio. The masking threshold
is a psychoacoustics property of the perception of sound. This threshold
diff -Nru libaudiomask-1.0/debian/patches/link-fft.patch libaudiomask-1.0/debian/patches/link-fft.patch
--- libaudiomask-1.0/debian/patches/link-fft.patch 1970-01-01 01:00:00.000000000 +0100
+++ libaudiomask-1.0/debian/patches/link-fft.patch 2012-12-10 19:18:30.000000000 +0100
@@ -0,0 +1,11 @@
+--- a/Makefile
++++ b/Makefile
+@@ -36,7 +36,7 @@
+ libs
+
+ libs:
+- $(MAKELIB),libAudioMask.so.1.0 -o libAudioMask.so.1.0 $(OBJ)
++ $(MAKELIB),libAudioMask.so.1.0 -o libAudioMask.so.1.0 $(OBJ) -lfft
+
+ ex:
+ $(CC) -L/home/flatmax/lib -lfftw3 -lfft -lAudioMask -o AudioMaskerExample AudioMaskerExample.cc
diff -Nru libaudiomask-1.0/debian/patches/series libaudiomask-1.0/debian/patches/series
--- libaudiomask-1.0/debian/patches/series 2010-06-29 23:25:06.000000000 +0200
+++ libaudiomask-1.0/debian/patches/series 2012-12-10 19:23:15.000000000 +0100
@@ -1,3 +1,4 @@
debian-changes-1.0-1
debian-changes-1.0-1ubuntu1
debian-changes-1.0-1.1
+link-fft.patch