]> git.pld-linux.org Git - packages/festival.git/blobdiff - festival.spec
- en1-mbrola package
[packages/festival.git] / festival.spec
index 04fcf4ae1443ab426f3d08a6570bbf0a1c0b6f1c..45a928fbe88ff8d36887e75476eec4febd560a58 100644 (file)
@@ -2,13 +2,17 @@ Summary:      The Festival speech sythesis system
 Summary(pl):   System syntezy mowy Festival
 Name:          festival
 Version:       1.4.2
-Release:       1
+Release:       3
 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
+Source4:       http://www.cstr.ed.ac.uk/download/festival/%{version}/festvox_en1.tar.gz
 Patch0:                %{name}-config.patch
 URL:           http://www.cstr.ed.ac.uk/projects/festival/
-BuildRequires: speech_tools-static
+BuildRequires: speech_tools-devel
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
@@ -37,8 +41,32 @@ 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
+Requires:      mbrola
+
+%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³osów us1, us2, us3 z pakietu mbrola.
+
+%package voices-english-mbrola-en
+Summary:       Festival's files for voice en1
+Summary(pl):   Pliki Festival do g³osu en1
+Group:         Applications/Sound
+Requires:      mbrola
+
+%description voices-english-mbrola-en
+Files needed to use en1 voice from mbrola packages.
+
+%description voices-english-mbrola-en -l pl
+Pliki potrzebne do u¿ycia g³osu en1 z pakietu mbrola.
+
 %prep
-%setup -q -n %{name}
+%setup -q -n %{name} -b1 -b2 -b3 -b4
 %patch0 -p1
 
 %build
@@ -46,8 +74,11 @@ Festival - 
 %{__make} \
        CC="%{__cc}" \
        CXX="%{__cxx}" \
-       CFLAGS="%{rpmcflags}" \
-       LDFLAGS="%{rpmldflags}"
+       OPTIMISE_CCFLAGS="%{rpmcflags}" \
+       OPTIMISE_CXXFLAGS="%{rpmcflags}" \
+       OPTIMISE_LINK="%{rpmldflags}" \
+       REQUIRED_LIBDEPS=
+# REQUIRED_LIBDPES is workaround not to need static speech_tools libraries
 
 %install
 rm -rf $RPM_BUILD_ROOT
@@ -98,3 +129,13 @@ rm -rf $RPM_BUILD_ROOT
 %{_includedir}/%{name}
 %{_libdir}/*
 %{_datadir}/%{name}/config
+
+%files voices-english-mbrola-us
+%defattr(644,root,root,755)
+%{_datadir}/%{name}/lib/voices/english/us1_mbrola
+%{_datadir}/%{name}/lib/voices/english/us2_mbrola
+%{_datadir}/%{name}/lib/voices/english/us3_mbrola
+
+%files voices-english-mbrola-en
+%defattr(644,root,root,755)
+%{_datadir}/%{name}/lib/voices/english/en1_mbrola
This page took 0.067799 seconds and 4 git commands to generate.