Bug#626307: portaudio19-dev: Missing libportaudio.a

Samuel Thibault sthibault at debian.org
Tue May 10 20:33:00 UTC 2011


Package: portaudio19-dev
Version: 19+svn20110326-1
Severity: normal

Hello,

portaudio19-dev does not provide libportaudio.a any more. I need it for
a stripped-down version of espeakup for software speech synthesis
support in the debian installer.

It is missing because configure.in adds -shared by default, which makes
libtool not build .a libraries, while libtool would already add it
anyway (it's the whole point of libtool to not care about such details).
The attached patch fixes it.

Samuel

-- System Information:
Debian Release: wheezy/sid
  APT prefers testing
  APT policy: (990, 'testing'), (500, 'unstable'), (500, 'stable'), (1, 'experimental')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.38 (SMP w/2 CPU cores)
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages portaudio19-dev depends on:
ii  libasound2-dev       1.0.23-4            shared library for ALSA applicatio
ii  libjack-dev          1:0.120.1+svn4142-1 JACK Audio Connection Kit (develop
ii  libportaudio2        19+svn20110326-1    Portable audio I/O - shared librar
ii  libportaudiocpp0     19+svn20110326-1    Portable audio I/O C++ bindings - 

portaudio19-dev recommends no packages.

portaudio19-dev suggests no packages.

-- no debconf information

-- 
Samuel Thibault <samuel.thibault at fnac.net>
	/* Amuse the user. */
	printk(
"              \\|/ ____ \\|/\n"
"              \"@'/ ,. \\`@\"\n"
"              /_| \\__/ |_\\\n"
"                 \\__U_/\n");
(From linux/arch/sparc/kernel/traps.c:die_if_kernel())
-------------- next part --------------
--- configure.in.original	2011-05-10 22:21:43.000000000 +0200
+++ configure.in	2011-05-10 22:21:48.000000000 +0200
@@ -360,7 +360,7 @@
               THREAD_CFLAGS="-mt"
               ;;
            *)
-              SHARED_FLAGS="-shared -fPIC"
+              SHARED_FLAGS="-fPIC"
               THREAD_CFLAGS="-pthread"
               ;;
         esac


More information about the Pkg-voip-maintainers mailing list