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

Unified 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 side-by-side diff with in-line comments
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 »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/speech-dispatcher/README.chromium
diff --git a/third_party/speech-dispatcher/README.chromium b/third_party/speech-dispatcher/README.chromium
new file mode 100644
index 0000000000000000000000000000000000000000..03adb3c4da75dea5ac09dd91a6f8d90d2fec30e0
--- /dev/null
+++ b/third_party/speech-dispatcher/README.chromium
@@ -0,0 +1,19 @@
+Name: Speech Dispatcher
+URL: http://devel.freebsoft.org/speechd
+Version: 0.7.1
+License: GPL (v2 or later)
+Security Critical: yes
+
+Description:
+Speech Dispatcher project provides a high-level device independent layer for
+access to speech synthesis through a simple, stable and well documented
+interface.
+
+Local Modifications:
+No modifications.
+Only the libspeechd.h file is imported, as the client library (libspeechd.so.2)
+is dynamically loaded (where present).
+
+This header is imported because later versions of Speech Dispatcher (>= 0.8)
+install it into a different location (${includedir}/speech-dispatcher instead
+of ${includedir}) and we still need to support older versions.
« 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