c7f79869c0
Credits to Tim Ehlers and Michael Binder of GWDG for reporting, testing, and enhancement of the fix. Thanks to Dr. Werner Fink for the hints in bsc#931036 and pointing to the misspelled sppkdev in the dpcumentation. The package changes are: - Use sppkdev instead of spkdev in the documentation too. + sbl-sppkdev.patch - Add --nodaemon option to ExecStart of the brld.service and set Type=forking of the sbl.service both in the service section; (bsc#931036). - Install missing brld init script and rc sym link. + sbl-init-scripts.patch - Conditionally patch LIBDIR location to satisfy bi-arch requirements. + sbl-libdir.patch - Create git7a75bc29 snaptshot tar ball. OBS-URL: https://build.opensuse.org/request/show/307373 OBS-URL: https://build.opensuse.org/package/show/hardware/sbl?expand=0&rev=23
31 lines
1.5 KiB
Diff
31 lines
1.5 KiB
Diff
Author: Lars Mueller <lmuelle@suse.com>
|
|
Subject: Use sppkdev instead of spkdev in the documentation too.
|
|
Reported-by: Dr. Werner Fink <werner@suse.com>
|
|
|
|
Index: sbl-3.5.0.20130317.git7a75bc29/man/sbl.8
|
|
===================================================================
|
|
--- sbl-3.5.0.20130317.git7a75bc29.orig/man/sbl.8
|
|
+++ sbl-3.5.0.20130317.git7a75bc29/man/sbl.8
|
|
@@ -8,7 +8,7 @@ the user can configure the prefered outp
|
|
-c --config - config file (default /etc/sbl.conf)
|
|
-a --auth - authkey for brld (default default)
|
|
-p --port - brld port - if port is 0 use brld.sock (default 0)
|
|
- -d --spkdev - device for hardware speech-synths
|
|
+ -d --sppkdev - device for hardware speech-synths
|
|
-s --speech - speech synth (default none)
|
|
-k --kbdport - kbdsniffd port - if 0 kbdsniffd.sock is used (default 0)
|
|
-l --log enable logging to /tmp/sbl.log
|
|
Index: sbl-3.5.0.20130317.git7a75bc29/sbl/config.h
|
|
===================================================================
|
|
--- sbl-3.5.0.20130317.git7a75bc29.orig/sbl/config.h
|
|
+++ sbl-3.5.0.20130317.git7a75bc29/sbl/config.h
|
|
@@ -9,7 +9,7 @@
|
|
-a --auth - authkey for brld (default default) \n \
|
|
-p --port - brld port - if port is 0 use brld.sock (default 0) \n \
|
|
-s --speech - speech synth (default none) \n \
|
|
- -d --spkdev - device for hardware speech-synths \n \
|
|
+ -d --sppkdev - device for hardware speech-synths \n \
|
|
-k --kbdport - kbdsniffd port - if 0 kbdsniffd.sock is used (default 0) \n \
|
|
-i --kbdid - ID string for kbdsniffd (default default) \n \
|
|
-l --log - enable debug and log to /tmp/sbl.log \n \
|