Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 394584 Details for
Bug 537334
app-accessibility/svox-1.0 - SVOX PicoTTS text-to-speech engine
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
fix
0006-Set-picolangdir.patch (text/plain), 1.09 KB, created by
Alessandro Di Marco
on 2015-01-22 11:08:21 UTC
(
hide
)
Description:
fix
Filename:
MIME Type:
Creator:
Alessandro Di Marco
Created:
2015-01-22 11:08:21 UTC
Size:
1.09 KB
patch
obsolete
>From 0102d423b79de7af982c8d4619d816f95a9b9278 Mon Sep 17 00:00:00 2001 >From: Mathieu Parent <math.parent@gmail.com> >Date: Thu, 29 Oct 2009 23:55:19 +0100 >Subject: [PATCH 6/7] Set picolangdir > >--- > pico/Makefile.am | 2 +- > pico/bin/pico2wave.c | 4 ++++ > 2 files changed, 5 insertions(+), 1 deletions(-) > >diff --git a/pico/Makefile.am b/pico/Makefile.am >index 8898050..a19c42a 100644 >--- a/pico/Makefile.am >+++ b/pico/Makefile.am >@@ -84,5 +84,5 @@ pico2wave_SOURCES = \ > bin/pico2wave.c > pico2wave_LDADD = \ > libttspico.la -lm -lpopt >-pico2wave_CFLAGS = -Wall -I lib >+pico2wave_CFLAGS = -Wall -Dpicolangdir=\"$(picolangdir)\" -I lib > >diff --git a/pico/bin/pico2wave.c b/pico/bin/pico2wave.c >index 0c035a7..ec7ab79 100644 >--- a/pico/bin/pico2wave.c >+++ b/pico/bin/pico2wave.c >@@ -35,7 +35,11 @@ > > /* string constants */ > #define MAX_OUTBUF_SIZE 128 >+#ifdef picolangdir >+const char * PICO_LINGWARE_PATH = picolangdir "/"; >+#else > const char * PICO_LINGWARE_PATH = "./lang/"; >+#endif > const char * PICO_VOICE_NAME = "PicoVoice"; > > /* supported voices >-- >1.7.1 >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 537334
:
394572
|
394574
|
394576
|
394578
|
394580
|
394582
| 394584 |
394586
|
394588
|
394592
|
394594