automatic rebuild by autodist [release 0.10-2mamba;Sat Aug 03 2013]
This commit is contained in:
parent
2fa37a6636
commit
808da01cb3
15
README.md
15
README.md
@ -1,2 +1,17 @@
|
|||||||
# festival-freebsoft-utils
|
# festival-freebsoft-utils
|
||||||
|
|
||||||
|
festival-freebsoft-utils is a collection of Festival utilities that enhance Festival with some useful features. They provide all what is needed for interaction with Speech Dispatcher.
|
||||||
|
|
||||||
|
Key festival-freebsoft-utils features are:
|
||||||
|
* Generalized concept of input events. festival-freebsoft-utils allows not only plain text synthesis, but also combining it with sounds. Additionally, mechanism of logical events mapped to other events is provided.
|
||||||
|
* Substitution of events for given words.
|
||||||
|
* High-level voice selection mechanism and setting of basic prosodic parameters.
|
||||||
|
* Spelling mode.
|
||||||
|
* Capital letter signalization.
|
||||||
|
* Punctuation modes, for explicit reading or not reading punctuation characters.
|
||||||
|
* Incremental synthesis of texts and events.
|
||||||
|
* Speech Dispatcher support.
|
||||||
|
* Rudimentary SSML support.
|
||||||
|
* Enhancing the Festival extension language with some functions commonly used in Lisp. Support for wrapping already defined Festival functions by your own code.
|
||||||
|
* Everything is written in the extension language, no patching of the Festival C++ sources is needed.
|
||||||
|
|
||||||
|
58
festival-freebsoft-utils.spec
Normal file
58
festival-freebsoft-utils.spec
Normal file
@ -0,0 +1,58 @@
|
|||||||
|
Name: festival-freebsoft-utils
|
||||||
|
Version: 0.10
|
||||||
|
Release: 2mamba
|
||||||
|
Summary: Festival extensions and utilities, focused on interaction with Speech
|
||||||
|
Group: System/Multimedia
|
||||||
|
Vendor: openmamba
|
||||||
|
Distribution: openmamba
|
||||||
|
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||||
|
URL: http://www.freebsoft.org/festival-freebsoft-utils
|
||||||
|
Source: http://www.freebsoft.org/pub/projects/festival-freebsoft-utils/festival-freebsoft-utils-%{version}.tar.gz
|
||||||
|
License: GPL
|
||||||
|
Requires(post):%{__install_info}
|
||||||
|
Requires: recode
|
||||||
|
Requires: festival
|
||||||
|
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
||||||
|
|
||||||
|
%description
|
||||||
|
festival-freebsoft-utils is a collection of Festival utilities that enhance Festival with some useful features. They provide all what is needed for interaction with Speech Dispatcher.
|
||||||
|
|
||||||
|
Key festival-freebsoft-utils features are:
|
||||||
|
* Generalized concept of input events. festival-freebsoft-utils allows not only plain text synthesis, but also combining it with sounds. Additionally, mechanism of logical events mapped to other events is provided.
|
||||||
|
* Substitution of events for given words.
|
||||||
|
* High-level voice selection mechanism and setting of basic prosodic parameters.
|
||||||
|
* Spelling mode.
|
||||||
|
* Capital letter signalization.
|
||||||
|
* Punctuation modes, for explicit reading or not reading punctuation characters.
|
||||||
|
* Incremental synthesis of texts and events.
|
||||||
|
* Speech Dispatcher support.
|
||||||
|
* Rudimentary SSML support.
|
||||||
|
* Enhancing the Festival extension language with some functions commonly used in Lisp. Support for wrapping already defined Festival functions by your own code.
|
||||||
|
* Everything is written in the extension language, no patching of the Festival C++ sources is needed.
|
||||||
|
|
||||||
|
%prep
|
||||||
|
%setup -q
|
||||||
|
|
||||||
|
%build
|
||||||
|
%make
|
||||||
|
|
||||||
|
%install
|
||||||
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||||
|
%makeinstall
|
||||||
|
install -d %{buildroot}%{_datadir}/festival/lib/
|
||||||
|
cp *.scm %{buildroot}%{_datadir}/festival/lib/
|
||||||
|
|
||||||
|
%clean
|
||||||
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||||
|
|
||||||
|
%files
|
||||||
|
%defattr(-,root,root)
|
||||||
|
%{_datadir}/festival/lib/*.scm
|
||||||
|
%doc COPYING NEWS README
|
||||||
|
|
||||||
|
%changelog
|
||||||
|
* Sat Aug 03 2013 Automatic Build System <autodist@mambasoft.it> 0.10-2mamba
|
||||||
|
- automatic rebuild by autodist
|
||||||
|
|
||||||
|
* Tue Sep 22 2009 Silvan Calarco <silvan.calarco@mambasoft.it> 0.10-1mamba
|
||||||
|
- package created by autospec
|
Loading…
Reference in New Issue
Block a user