]> git.pld-linux.org Git - packages/festival.git/commitdiff
-added files needed to use voices from mbrola festival-1_4_2-1
authorhunter <hunter@pld-linux.org>
Fri, 2 Aug 2002 21:45:20 +0000 (21:45 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    festival.spec -> 1.5

festival.spec

index 04fcf4ae1443ab426f3d08a6570bbf0a1c0b6f1c..8dd1990fbc941ccc7d7c6dc9f94074556bc6eece 100644 (file)
@@ -6,6 +6,9 @@ Release:        1
 License:       GPL
 Group:         Applications/Sound
 Source0:       http://www.cstr.ed.ac.uk/download/festival/%{version}/%{name}-%{version}-release.tar.gz
+Source1:       http://www.cstr.ed.ac.uk/download/festival/%{version}/festvox_us1.tar.gz
+Source2:       http://www.cstr.ed.ac.uk/download/festival/%{version}/festvox_us2.tar.gz
+Source3:       http://www.cstr.ed.ac.uk/download/festival/%{version}/festvox_us3.tar.gz
 Patch0:                %{name}-config.patch
 URL:           http://www.cstr.ed.ac.uk/projects/festival/
 BuildRequires: speech_tools-static
@@ -37,8 +40,19 @@ Festival developement enviroment.
 %description devel -l pl
 Festival - ¶rodowisko rozwojowe.
 
+%package voices-english-mbrola-us
+Summary:    Festival's files for voices us1,us2,us3
+Summary(pl):    Pliki Festival do g³osów us1,us2,us3
+Group:      Applications/Sound
+
+%description voices-english-mbrola-us
+Files needed to use us1,us2,us3 voices from mbrola packages.
+
+%description voices-english-mbrola-us -l pl
+Pliki potrzebne do u¿ycia g³osu us1,us2,us3 z pakietu mbrola.
+
 %prep
-%setup -q -n %{name}
+%setup -q -n %{name} -b1 -b2 -b3
 %patch0 -p1
 
 %build
@@ -93,6 +107,12 @@ rm -rf $RPM_BUILD_ROOT
 %{_datadir}/%{name}/lib/speech.properties
 %{_datadir}/%{name}/examples
 
+%files voices-english-mbrola-us
+%defattr(644,root,root,755)
+%dir %{_datadir}/%{name}/lib/voices/english/us1_mbrola
+%dir %{_datadir}/%{name}/lib/voices/english/us2_mbrola
+%dir %{_datadir}/%{name}/lib/voices/english/us3_mbrola
+
 %files devel
 %defattr(644,root,root,755)
 %{_includedir}/%{name}
This page took 0.126809 seconds and 4 git commands to generate.