[M120 Migration][HBBTV] Merge track and subtitle related patches
[platform/framework/web/chromium-efl.git] / third_party / speech-dispatcher / README.chromium
1 Name: Speech Dispatcher
2 URL: https://github.com/brailcom/speechd
3 Version: 0.11.5
4 License: GNU Lesser Public License
5 License File: COPYING.LGPL
6 Security Critical: yes
7 Shipped: yes
8
9 Description:
10 Speech Dispatcher project provides a high-level device independent layer for
11 access to speech synthesis through a simple, stable and well documented
12 interface.
13
14 Local Modifications:
15 Merged
16 http://git.freebsoft.org/?p=speechd.git;a=commitdiff;h=c73bfee2b6ef683874b3fe7463239073f703c8b7
17 Only the libspeechd.h (and dependent) files are imported, as the client library
18 (libspeechd.so.2) is dynamically loaded (where present).
19
20 These headers are imported because later versions of Speech Dispatcher (>= 0.8)
21 install it into a different location (${includedir}/speech-dispatcher instead of
22 ${includedir}) and we still need to support older versions.
23
24 libspeechd_version is not imported as it is generated upstream
25 (libspeechd_version.h.in) and does not appear necessary for library loading.