Package: svox / 1.0+git20130326-11

Metadata

Package Version Patches format
svox 1.0+git20130326-11 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
git 0 Use long to store pointer | (download)

pico/compat/jni/com_android_tts_compat_SynthProxy.cpp | 80 40 + 40 - 0 !
pico/compat/src/com/android/tts/compat/SynthProxy.java | 24 12 + 12 - 0 !
pico/lib/picoapi.c | 6 3 + 3 - 0 !
pico/lib/picoctrl.c | 4 2 + 2 - 0 !
pico/lib/picopr.c | 4 2 + 2 - 0 !
pico/lib/picorsrc.c | 6 3 + 3 - 0 !
6 files changed, 62 insertions(+), 62 deletions(-)

---
git 1 fix memset overflow of wcep_pI | (download)

pico/lib/picosig2.c | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

---
git fix | (download)

pico/lib/picopal.h | 1 1 + 0 - 0 !
1 file changed, 1 insertion(+)

---
0001 autoconf building of library using libtool.patch | (download)

pico/Makefile.am | 36 36 + 0 - 0 !
pico/autogen.sh | 38 38 + 0 - 0 !
pico/configure.in | 16 16 + 0 - 0 !
3 files changed, 90 insertions(+)

 [patch 1/7] autoconf building of library (using libtool)


0002 gitignore for autotools files.patch | (download)

pico/.gitignore | 32 32 + 0 - 0 !
1 file changed, 32 insertions(+)

 [patch 2/7] gitignore for autotools files


0003 pico2wave Convert text to .wav using svox text to sp.patch | (download)

pico/.gitignore | 1 1 + 0 - 0 !
pico/Makefile.am | 7 7 + 0 - 0 !
pico/bin/pico2wave.c | 374 374 + 0 - 0 !
pico/configure.in | 3 3 + 0 - 0 !
4 files changed, 385 insertions(+)

 [patch 3/7] pico2wave: convert text to .wav using svox text-to-speech system.


0004 add header files.patch | (download)

pico/Makefile.am | 36 36 + 0 - 0 !
1 file changed, 36 insertions(+)

 [patch 4/7] add header files


0005 Install lang files.patch | (download)

pico/Makefile.am | 9 9 + 0 - 0 !
1 file changed, 9 insertions(+)

 [patch 5/7] install lang files


0006 Set picolangdir.patch | (download)

pico/Makefile.am | 2 1 + 1 - 0 !
pico/bin/pico2wave.c | 4 4 + 0 - 0 !
2 files changed, 5 insertions(+), 1 deletion(-)

 [patch 6/7] set picolangdir


0009 Fix link order.patch | (download)

pico/Makefile.am | 4 3 + 1 - 0 !
1 file changed, 3 insertions(+), 1 deletion(-)

---
0010 platform.patch | (download)

pico/lib/picopltf.h | 7 5 + 2 - 0 !
1 file changed, 5 insertions(+), 2 deletions(-)

---
volume | (download)

pico/lib/picosig.c | 2 1 + 1 - 0 !
pico/lib/picotok.c | 2 1 + 1 - 0 !
2 files changed, 2 insertions(+), 2 deletions(-)

---
fix undefined | (download)

pico/lib/picoacph.c | 2 1 + 1 - 0 !
pico/lib/picocep.c | 111 86 + 25 - 0 !
pico/lib/picodata.c | 5 4 + 1 - 0 !
pico/lib/picokdt.c | 2 1 + 1 - 0 !
pico/lib/picokpr.c | 26 13 + 13 - 0 !
pico/lib/picosig2.c | 16 12 + 4 - 0 !
6 files changed, 117 insertions(+), 45 deletions(-)

---