festival-freebsoft-utils-vl.spec 2.2 KB

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