[festival-freebsoft-utils] initial import

Peter Robinson pbrobinson at fedoraproject.org
Tue Sep 28 03:31:10 UTC 2010


commit 6abb1c43051606814be7caea9bbcd3a49ddbc5ad
Author: Peter Robinson <pbrobinson at gmail.com>
Date:   Tue Sep 28 04:31:07 2010 +0100

    initial import

 .gitignore                    |    1 +
 festival-freebsoft-utils.spec |   63 +++++++++++++++++++++++++++++++++++++++++
 sources                       |    1 +
 3 files changed, 65 insertions(+), 0 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index e69de29..f3c5247 100644
--- a/.gitignore
+++ b/.gitignore
@@ -0,0 +1 @@
+/festival-freebsoft-utils-0.10.tar.gz
diff --git a/festival-freebsoft-utils.spec b/festival-freebsoft-utils.spec
new file mode 100644
index 0000000..6527f26
--- /dev/null
+++ b/festival-freebsoft-utils.spec
@@ -0,0 +1,63 @@
+Name:          festival-freebsoft-utils
+Version:       0.10
+Release:       1%{?dist}
+Summary:       A collection of utilities that enhance Festival with some useful features
+
+Group:         System Environment/Libraries
+BuildArch:     noarch
+License:       GPLv2+
+URL:           http://www.freebsoft.org/festival-freebsoft-utils
+Source0:       http://www.freebsoft.org/pub/projects/%{name}/%{name}-%{version}.tar.gz
+
+BuildRequires: festival
+
+Requires: festival
+Requires: sox
+
+%description
+A collection of utilities that enhance Festival with some useful features. They 
+provide all that 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. 
+- Enhance the Festival extension language with 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
+
+%install
+rm -rf %{buildroot}
+
+mkdir -p %{buildroot}/%{_datadir}/festival/lib/
+cp -p *.scm %{buildroot}/%{_datadir}/festival/lib/
+
+%clean
+rm -rf %{buildroot}
+
+%post -p /sbin/ldconfig
+
+%postun -p /sbin/ldconfig
+
+%files
+%defattr(-,root,root,-)
+%doc COPYING NEWS README
+%{_datadir}/festival/lib/*.scm
+
+%changelog
+* Mon Aug 30 2010 Peter Robinson <pbrobinson at gmail.com> 0.10-1
+- Initial packaging
diff --git a/sources b/sources
index e69de29..a597051 100644
--- a/sources
+++ b/sources
@@ -0,0 +1 @@
+8afc4ef740ce6eb324870102185aa287  festival-freebsoft-utils-0.10.tar.gz


More information about the scm-commits mailing list