Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(46)

Side by Side Diff: third_party/speech-dispatcher/README.chromium

Issue 14296005: Make the build work with speech-dispatcher >= 0.8. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: I am already an AUTHOR now Created 7 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « third_party/speech-dispatcher/COPYING ('k') | third_party/speech-dispatcher/libspeechd.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 Name: Speech Dispatcher
2 URL: http://devel.freebsoft.org/speechd
3 Version: 0.7.1
4 License: GPL (v2 or later)
5 Security Critical: yes
6
7 Description:
8 Speech Dispatcher project provides a high-level device independent layer for
9 access to speech synthesis through a simple, stable and well documented
10 interface.
11
12 Local Modifications:
13 No modifications.
14 Only the libspeechd.h file is imported, as the client library (libspeechd.so.2)
15 is dynamically loaded (where present).
16
17 This header is imported because later versions of Speech Dispatcher (>= 0.8)
18 install it into a different location (${includedir}/speech-dispatcher instead
19 of ${includedir}) and we still need to support older versions.
OLDNEW
« no previous file with comments | « third_party/speech-dispatcher/COPYING ('k') | third_party/speech-dispatcher/libspeechd.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698