automatic rebuild by autodist [release 0.10-2mamba;Sat Aug 03 2013]

This commit is contained in:
Automatic Build System 2024-01-05 22:14:53 +01:00
parent 2fa37a6636
commit 808da01cb3
2 changed files with 73 additions and 0 deletions

View File

@ -1,2 +1,17 @@
# 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.

View 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