Package: espeak
Version: 1.40.02-1
Severity: normal
Tags: patch
Hello,
So as to provide software speech synthesis, I would need a
espeak-data-udeb udeb that ships the same content as espeak-data. Could
you apply the attached patch that provides it?
Thanks,
Samuel
-- System Information:
Debian Release: squeeze/sid
APT prefers testing
APT policy: (990, 'testing'), (500, 'unstable'), (500, 'stable'), (1,
'experimental')
Architecture: amd64 (x86_64)
Kernel: Linux 2.6.29 (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 espeak depends on:
ii libc6 2.9-4 GNU C Library: Shared libraries
ii libespeak1 1.40.02-1 A multi-lingual software speech sy
ii libgcc1 1:4.3.3-3 GCC support library
ii libstdc++6 4.3.3-3 The GNU Standard C++ Library v3
espeak recommends no packages.
espeak suggests no packages.
-- no debconf information
--
Samuel
> C'est vrai. FreeBSD pourrait être bien s'il avait une licence
> correcte.
Oh, mon troll-ô-meter vient d'exploser...
-+- OR in Guide du linuxien pervers - "Bien regler son troll-ô-meter"
diff -ur espeak-1.40.02/debian/control
/home/samy/brl/speech/espeak-1.40.02/debian/control
--- espeak-1.40.02/debian/control 2009-04-04 14:17:41.000000000 +0200
+++ /home/samy/brl/speech/espeak-1.40.02/debian/control 2009-04-04
14:45:40.000000000 +0200
@@ -42,6 +42,14 @@
languages. This package contains necessary synthesizer data files needed
for the espeak program, and the shared library.
+Package: espeak-data-udeb
+Architecture: any
+XC-Package-Type: udeb
+Description: A multi-lingual software speech synthesizer: speech data files
+ eSpeak is a software speech synthesizer for English, and some other
+ languages. This package contains necessary synthesizer data files needed
+ for the espeak program, and the shared library.
+
Package: libespeak1
Architecture: any
Section: libs
--- espeak-1.40.02/debian/rules 2009-04-04 14:17:41.000000000 +0200
+++ /home/samy/brl/speech/espeak-1.40.02/debian/rules 2009-04-04
17:28:06.000000000 +0200
@@ -62,6 +62,7 @@
cp -r espeak-data $(CURDIR)/debian/espeak-data/usr/share
find $(CURDIR)/debian/espeak-data/usr/share -type f -exec chmod 644 {}
\;
find $(CURDIR)/debian/espeak-data/usr/share -type d -exec chmod 755 {}
\;
+ cp -al $(CURDIR)/debian/espeak-data $(CURDIR)/debian/espeak-data-udeb
install -m 644 -o root -g root src/$(soname).$(version)
$(CURDIR)/debian/libespeak1/usr/lib/$(soname).$(version)
cd $(CURDIR)/debian/libespeak1/usr/lib && ln -s $(soname).$(version)
$(soname)
cd $(CURDIR)/debian/libespeak1/usr/lib && ln -s $(soname).$(version)
libespeak.so