rebuilt (fixed info page installation) [release 0.4-2mamba;Sat Aug 03 2013]
This commit is contained in:
parent
4f655db073
commit
041c6882ae
11
README.md
11
README.md
@ -1,2 +1,13 @@
|
||||
# speechd-up
|
||||
|
||||
The aim of Speechd-Up is to give users the possibility to use the Speakup screen reader with software synthesis. It works as an interface daemon between Speakup and Speech Dispatcher, who takes care of the software synthesis. Currently, Festival, Flite and Dectalk software (non-free) are supported in Speech Dispatcher, but generally any software synthesizer can be made to work.
|
||||
|
||||
We believe that a general screen reader can't be a substitute for a specialized application interfaces like speechd-el or Emacspeak. But on the other side, it is really important in the setting where the specialized support is lacking or where the specialized applications aren't working for some reason. There are many such situations and we think Speakup is a very good solution for these.
|
||||
|
||||
Speakup with Speechd-Up and Speech Dispatcher enables users to:
|
||||
|
||||
* Work with programs like bash, links (javascript), mutt, ...
|
||||
* Read or browse any place visible on the screen
|
||||
* Use high quality software synthesis for this
|
||||
* Switch to hardware synthesis when nothing else works
|
||||
|
||||
|
68
speechd-up.spec
Normal file
68
speechd-up.spec
Normal file
@ -0,0 +1,68 @@
|
||||
Name: speechd-up
|
||||
Version: 0.4
|
||||
Release: 2mamba
|
||||
Summary: Tools to use the Speakup screen reader with software synthesis
|
||||
Group: System/Multimedia
|
||||
Vendor: openmamba
|
||||
Distribution: openmamba
|
||||
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||
URL: http://www.freebsoft.org/speechd-up
|
||||
Source: http://www.freebsoft.org/pub/projects/speechd-up/speechd-up-%{version}.tar.gz
|
||||
License: GPL
|
||||
## AUTOBUILDREQ-BEGIN
|
||||
BuildRequires: glibc-devel
|
||||
BuildRequires: speech-dispatcher
|
||||
## AUTOBUILDREQ-END
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
||||
Requires(post): %{__install_info}
|
||||
Requires: speech-dispatcher
|
||||
|
||||
%description
|
||||
The aim of Speechd-Up is to give users the possibility to use the Speakup screen reader with software synthesis. It works as an interface daemon between Speakup and Speech Dispatcher, who takes care of the software synthesis. Currently, Festival, Flite and Dectalk software (non-free) are supported in Speech Dispatcher, but generally any software synthesizer can be made to work.
|
||||
|
||||
We believe that a general screen reader can't be a substitute for a specialized application interfaces like speechd-el or Emacspeak. But on the other side, it is really important in the setting where the specialized support is lacking or where the specialized applications aren't working for some reason. There are many such situations and we think Speakup is a very good solution for these.
|
||||
|
||||
Speakup with Speechd-Up and Speech Dispatcher enables users to:
|
||||
|
||||
* Work with programs like bash, links (javascript), mutt, ...
|
||||
* Read or browse any place visible on the screen
|
||||
* Use high quality software synthesis for this
|
||||
* Switch to hardware synthesis when nothing else works
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
|
||||
%build
|
||||
%configure \
|
||||
CFLAGS="`pkg-config --cflags speech-dispatcher`"
|
||||
|
||||
%make
|
||||
|
||||
%install
|
||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||
%makeinstall
|
||||
|
||||
%clean
|
||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||
|
||||
%post
|
||||
%install_info %{name}.info
|
||||
:
|
||||
|
||||
%preun
|
||||
%uninstall_info %{name}.info
|
||||
:
|
||||
|
||||
%files
|
||||
%defattr(-,root,root)
|
||||
%{_bindir}/speechd-up
|
||||
%{_infodir}/speechd-up.info*
|
||||
%doc AUTHORS COPYING
|
||||
#ChangeLog NEWS README TODO
|
||||
|
||||
%changelog
|
||||
* Sat Aug 03 2013 Automatic Build System <autodist@mambasoft.it> 0.4-2mamba
|
||||
- rebuilt (fixed info page installation)
|
||||
|
||||
* Tue Sep 22 2009 Silvan Calarco <silvan.calarco@mambasoft.it> 0.4-1mamba
|
||||
- package created by autospec
|
Loading…
Reference in New Issue
Block a user