]> git.pld-linux.org Git - packages/festival-vox-don.git/blob - festival-vox-don.spec
- BuildArch: noarch
[packages/festival-vox-don.git] / festival-vox-don.spec
1 Summary:        British English male voice 'Donovan'
2 Summary(pl):    Brytyjska odmiana jêzyka angielskiego - g³os mêski 'Donovan'
3 Name:           festival-vox-don
4 Version:        0.1
5 Release:        3
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
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 %{name}-%{version}
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.037846 seconds and 4 git commands to generate.