]> git.pld-linux.org Git - packages/festival-vox-don.git/blob - festival-vox-don.spec
fffe7f26d43c341427f3d40533b56179aa9ea70e
[packages/festival-vox-don.git] / festival-vox-don.spec
1 Summary:        British English male voice 'Donovan'
2 Summary(pl.UTF-8):   Brytyjska odmiana języka angielskiego - głos męski 'Donovan'
3 Name:           festival-vox-don
4 Version:        0.1
5 Release:        4
6 License:        distributable
7 Group:          Applications/Sound
8 Source0:        http://www.cstr.ed.ac.uk/download/festival/1.4.2/festvox_don.tar.gz
9 # Source0-md5:  90442079e34a3a694077f8715d15fbdf
10 Requires:       festival-lex-OALD
11 BuildArch:      noarch
12 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
13
14 %description
15 This package contains data for British English male voice 'Donovan'.
16 This voice uses a very small and efficient pulse-excited LPC diphone
17 synthesis method. It was originally written by Steve Isard. The front
18 end uses the same British English lexicon, intonation and duration
19 methods as rab_diphone.
20
21 %description -l pl.UTF-8
22 Głos męski "Donovan" dla brytyjskiej odmiany języka angielskiego.
23 Ten głos używa małej i wydajnej, wzbudzanej impulsami dwugłoskowej
24 metody syntezy LPC. Oryginalnie był stworzony przez Steve'a Isarda.
25 Frontend używa tego samego brytyjskiego leksykonu, metod intonacji i
26 czasów, co rab_diphone.
27
28 %prep
29 %setup -q -c
30
31 %install
32 rm -rf $RPM_BUILD_ROOT
33 install -d $RPM_BUILD_ROOT%{_datadir}/festival/lib/voices/english
34
35 cd festival/lib/voices/english
36 cp -r don_diphone $RPM_BUILD_ROOT%{_datadir}/festival/lib/voices/english
37 rm $RPM_BUILD_ROOT%{_datadir}/festival/lib/voices/english/don_diphone/COPYING
38
39 %clean
40 rm -rf $RPM_BUILD_ROOT
41
42 %files
43 %defattr(644,root,root,755)
44 %doc festival/lib/voices/english/don_diphone/COPYING
45 %{_datadir}/festival/lib/voices/english/don_diphone
This page took 0.041712 seconds and 2 git commands to generate.