From 808da01cb36d43ac8b1d52ffdc20fdd2229c07e0 Mon Sep 17 00:00:00 2001 From: Automatic Build System Date: Fri, 5 Jan 2024 22:14:53 +0100 Subject: [PATCH] automatic rebuild by autodist [release 0.10-2mamba;Sat Aug 03 2013] --- README.md | 15 +++++++++ festival-freebsoft-utils.spec | 58 +++++++++++++++++++++++++++++++++++ 2 files changed, 73 insertions(+) create mode 100644 festival-freebsoft-utils.spec diff --git a/README.md b/README.md index 4df07ce..61b560d 100644 --- a/README.md +++ b/README.md @@ -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. + diff --git a/festival-freebsoft-utils.spec b/festival-freebsoft-utils.spec new file mode 100644 index 0000000..62dd357 --- /dev/null +++ b/festival-freebsoft-utils.spec @@ -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 +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 0.10-2mamba +- automatic rebuild by autodist + +* Tue Sep 22 2009 Silvan Calarco 0.10-1mamba +- package created by autospec