[packages/brltty] explicitly disable ViaVoice speech driver

atler atler at pld-linux.org
Tue Jun 7 10:07:56 CEST 2022


commit 0628066879a6f72b884d7c48bc4ae9cbac2dc1d9
Author: Jan Palus <atler at pld-linux.org>
Date:   Tue Jun 7 10:05:27 2022 +0200

    explicitly disable ViaVoice speech driver
    
    libvoxin started to provide eci.h header which made brltty believe
    ViaVoice is available, but it appears "libibmeci" used for linking is
    still missing

 brltty.spec | 1 +
 1 file changed, 1 insertion(+)
---
diff --git a/brltty.spec b/brltty.spec
index 6b726ff..3f43063 100644
--- a/brltty.spec
+++ b/brltty.spec
@@ -298,6 +298,7 @@ CFLAGS="%{rpmcflags} -I/usr/include/ncurses"
 	%{!?with_python:--disable-python-bindings} \
 	%{!?with_tcl:--disable-tcl-bindings} \
 	%{!?with_x:--disable-x} \
+	--with-speech-driver="-vv" \
 	--enable-api
 
 %{__make} -j1
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/brltty.git/commitdiff/647f30a04f3177011da75558907e05af412f7975



More information about the pld-cvs-commit mailing list