Package: libestools2.1
Version: 1:2.1~release-2
Severity: wishlist
Tags: patch

Since 2.0.95 beta release of Speech Tools and Festival, the old and problematic
OSS audio backend was replaced by an ALSA backend.

Once applied a patch here, Festival will have native ALSA support, instead of
through the "aplay" command.


I attach the debdiff.



-- System Information:
Debian Release: squeeze/sid
  APT prefers maverick-updates
  APT policy: (500, 'maverick-updates'), (500, 'maverick-security'), (500, 
'maverick')
Architecture: i386 (i686)

Kernel: Linux 2.6.35-30-generic-pae (SMP w/2 CPU cores)
Locale: LANG=ca_ES.utf8, LC_CTYPE=ca_ES.utf8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages libestools2.1 depends on:
ii  libc6              2.12.1-0ubuntu10.2    Embedded GNU C Library: Shared lib
ii  libesd0            0.2.41-7              Enlightened Sound Daemon - Shared 
ii  libgcc1            1:4.5.1-7ubuntu2      GCC support library
ii  libncurses5        5.7+20100626-0ubuntu1 shared libraries for terminal hand
ii  libstdc++6         4.5.1-7ubuntu2        The GNU Standard C++ Library v3

libestools2.1 recommends no packages.

libestools2.1 suggests no packages.

-- no debconf information
diff -u speech-tools-2.1~release/debian/changelog speech-tools-2.1~release/debian/changelog
--- speech-tools-2.1~release/debian/changelog
+++ speech-tools-2.1~release/debian/changelog
@@ -1,3 +1,9 @@
+speech-tools (1:2.1~release-3) unstable; urgency=low
+
+  * Added native ALSA support configuration
+
+ -- Sergio Oller <[email protected]>  Fri, 19 Aug 2011 01:59:32 +0200
+
 speech-tools (1:2.1~release-2) unstable; urgency=low
 
   * Make libestools2.1-dev provide libestools2.0-dev, so that binNMUs can
diff -u speech-tools-2.1~release/debian/control speech-tools-2.1~release/debian/control
--- speech-tools-2.1~release/debian/control
+++ speech-tools-2.1~release/debian/control
@@ -7,6 +7,7 @@
                autotools-dev,
                gawk | awk,
                libesd0-dev,
+               libasound2-dev,
                libncurses5-dev,
                quilt (>= 0.40)
 Standards-Version: 3.9.1
@@ -33,6 +34,7 @@
 Depends: ${misc:Depends},
          libc6-dev,
          libesd0-dev,
+         libasound2-dev,
          libestools2.1 (= ${binary:Version}),
          libncurses5-dev
 Conflicts: speech-tools-dev
diff -u speech-tools-2.1~release/debian/patches/config_config.diff speech-tools-2.1~release/debian/patches/config_config.diff
--- speech-tools-2.1~release/debian/patches/config_config.diff
+++ speech-tools-2.1~release/debian/patches/config_config.diff
@@ -1,9 +1,11 @@
 This patch is part of a series of patches for speech-tools for
 Debian GNU/Linux, which primarily fix build errors with GCC 4.3 and newer.
 
---- speech-tools-1.2.3.orig/config/config
-+++ speech-tools-1.2.3/config/config
-@@ -0,0 +1,172 @@
+Index: speech-tools-2.1~release/config/config
+===================================================================
+--- /dev/null	1970-01-01 00:00:00.000000000 +0000
++++ speech-tools-2.1~release/config/config	2011-08-19 01:58:39.250076055 +0200
+@@ -0,0 +1,176 @@
 +########################################################-*-mode:Makefile-*-
 +##                                                                       ##
 +##  Edinburgh Speech Tools: local configuration file                     ##
@@ -94,6 +96,10 @@
 +## Special code to run Windows MPLAYER
 +# INCLUDE_MODULES += MPLAYER_AUDIO
 +
++## Under Linux there may be a choice of audio support
++## This is only used if we are under Linux (or a linux like system)
++LINUXAUDIO = alsa
++
 +## USER INTERFACE
 +
 +## Command-line editing. This option gives command line editing and history.

Reply via email to