Mario Lang, le Sun 15 Jun 2008 13:27:29 +0200, a écrit :
> Patches welcome if you feel the need for it is great enough.

Here is a patch (at least some users on the carrefourblinux desired to
have it).

Samuel
diff -urN brltty-3.10~r3724/debian/brltty-speechd.dirs 
brltty-3.10~r3724-mine/debian/brltty-speechd.dirs
--- brltty-3.10~r3724/debian/brltty-speechd.dirs        1970-01-01 
01:00:00.000000000 +0100
+++ brltty-3.10~r3724-mine/debian/brltty-speechd.dirs   2008-07-01 
01:36:02.000000000 +0100
@@ -0,0 +1,2 @@
+lib/brltty
+
diff -urN brltty-3.10~r3724/debian/control brltty-3.10~r3724-mine/debian/control
--- brltty-3.10~r3724/debian/control    2008-07-01 01:30:23.000000000 +0100
+++ brltty-3.10~r3724-mine/debian/control       2008-07-01 01:36:19.000000000 
+0100
@@ -12,14 +12,15 @@
                java-gcj-compat-dev [!alpha !arm !hppa !hurd-i386 !m68k],
                bison, doxygen, linuxdoc-tools, groff,
                flite1-dev, libncurses5-dev, libxaw7-dev, libatspi-dev,
-               libbluetooth2-dev [!hurd-i386 !kfreebsd-i386 !kfreebsd-amd64] | 
libbluetooth-dev [!hurd-i386 !kfreebsd-i386 !kfreebsd-amd64]
+               libbluetooth2-dev [!hurd-i386 !kfreebsd-i386 !kfreebsd-amd64] | 
libbluetooth-dev [!hurd-i386 !kfreebsd-i386 !kfreebsd-amd64],
+              libspeechd-dev
 Standards-Version: 3.7.3
 
 Package: brltty
 Architecture: any
 Depends: ${shlibs:Depends}, ${misc:Depends}
 Replaces: libbrlapi1 (<< 3.7.2-7.1)
-Suggests: libbrlapi-dev, festival, brltty-flite, brltty-x11
+Suggests: libbrlapi-dev, festival, brltty-flite, brltty-speechd, brltty-x11
 Description: Access software for a blind person using a braille display
  BRLTTY is a daemon which provides access to the console (text mode)
  for a blind person using a braille display.  It drives the braille
@@ -95,6 +96,18 @@
  This package contains an optional speech driver for the Festival Lite
  speech synthesis engine.
 
+Package: brltty-speechd
+Architecture: any
+Recommends: speech-dispatcher
+Depends: ${shlibs:Depends}, ${misc:Depends}, brltty (= ${binary:Version})
+Description: Access software for a blind person using a braille display
+ BRLTTY is a daemon which provides access to the Linux console (text mode)
+ for a blind person using a braille display.  It drives the braille
+ display and provides complete screen review functionality.
+ .
+ This package contains an optional speech driver for the speech-dispatcher
+ speech synthesis server.
+
 Package: brltty-udeb
 Architecture: any
 XC-Package-Type: udeb
diff -urN brltty-3.10~r3724/debian/rules brltty-3.10~r3724-mine/debian/rules
--- brltty-3.10~r3724/debian/rules      2008-07-01 01:30:23.000000000 +0100
+++ brltty-3.10~r3724-mine/debian/rules 2008-07-01 01:35:48.000000000 +0100
@@ -63,7 +63,6 @@
 build-brltty/config.status:
        mkdir build-brltty
        cd build-brltty && ../configure --bindir=/sbin --mandir=/usr/share/man \
-               --without-speechd \
                --without-viavoice --without-theta --without-swift
 
 configure-udeb: build-brltty-udeb/config.status
@@ -120,6 +119,8 @@
        dh_pysupport -ppython-brlapi
        mv debian/brltty/lib/brltty/libbrlttysfl.so \
                debian/brltty-flite/lib/brltty
+       mv debian/brltty/lib/brltty/libbrlttyssd.so \
+               debian/brltty-speechd/lib/brltty
        mv debian/brltty/lib/brltty/libbrlttybxw.so \
                debian/brltty-x11/lib/brltty
        mv debian/brltty/etc/brltty/brltty-xw.hlp \

Reply via email to