source: projects/specs/trunk/f/festival-freebsoft-utils/festival-freebsoft-utils-vl.spec @ 5110

Revision 5110, 2.2 KB checked in by Takemikaduchi, 12 years ago (diff)

NEW: orca,brltty,festival,festival-freebsoft-utils
speech-dispatcher,sox,wireshark: new upstream release

Line 
1Name:          festival-freebsoft-utils
2Version:       0.10
3Release:       1%{?_dist_release}
4Summary:       A collection of utilities that enhance Festival with some useful features
5
6Group:         System Environment/Libraries
7BuildArch:     noarch
8License:       GPLv2+
9URL:           http://www.freebsoft.org/festival-freebsoft-utils
10Source0:       http://www.freebsoft.org/pub/projects/%{name}/%{name}-%{version}.tar.gz
11
12BuildRequires: festival
13
14Requires: festival
15Requires: sox
16
17%description
18A collection of utilities that enhance Festival with some useful features. They
19provide all that is needed for interaction with Speech Dispatcher.
20
21Key festival-freebsoft-utils features are:
22- Generalized concept of input events. festival-freebsoft-utils allows not only
23  plain text synthesis, but also combining it with sounds. Additionally,
24  mechanism of logical events mapped to other events is provided.
25- Substitution of events for given words.
26- High-level voice selection mechanism and setting of basic prosodic parameters.
27- Spelling mode.
28- Capital letter signalization.
29- Punctuation modes, for explicit reading or not reading punctuation characters.
30- Incremental synthesis of texts and events.
31- Speech Dispatcher support.
32- Rudimentary SSML support.
33- Enhance the Festival extension language with functions commonly used in Lisp.
34- Support for wrapping already defined Festival functions by your own code.
35- Everything is written in the extension language, no patching of the Festival
36  C++ sources is needed.
37
38%prep
39%setup -q
40
41%build
42
43%install
44rm -rf %{buildroot}
45
46mkdir -p %{buildroot}/%{_datadir}/festival/lib/
47cp -p *.scm %{buildroot}/%{_datadir}/festival/lib/
48
49%clean
50rm -rf %{buildroot}
51
52%post -p /sbin/ldconfig
53
54%postun -p /sbin/ldconfig
55
56%files
57%defattr(-,root,root,-)
58%doc COPYING NEWS README
59%{_datadir}/festival/lib/*.scm
60
61%changelog
62* Sat Nov 05 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> - 0.10-1
63- initial build for Vine Linux
64
65
66
67* Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.10-2
68- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
69
70* Mon Aug 30 2010 Peter Robinson <pbrobinson@gmail.com> 0.10-1
71- Initial packaging
Note: See TracBrowser for help on using the repository browser.