Package: svox / 1.0+git20130326-3

Metadata

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

Patch series

view the series file
Patch File delta Description
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 | 341 341 + 0 - 0 !
pico/configure.in | 3 3 + 0 - 0 !
4 files changed, 352 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


0008 64bits.patch | (download)

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

 fix execution on 64bit archs
Bug: http://code.google.com/p/android/issues/detail?id=12224
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(-)

---