]> git.pld-linux.org Git - packages/festival.git/commitdiff
- builds, but i don't know if works (speech packeges need to be done)
authorwolf <wolf@pld-linux.org>
Wed, 10 Jul 2002 13:26:06 +0000 (13:26 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    festival.spec -> 1.1

festival.spec [new file with mode: 0644]

diff --git a/festival.spec b/festival.spec
new file mode 100644 (file)
index 0000000..07357ec
--- /dev/null
@@ -0,0 +1,88 @@
+Summary:       The Festival speech sythesis system
+Summary(pl):   System syntezy g³osu Festival
+Name:          festival
+Version:       1.4.2
+Release:       1
+License:       GPL
+Group:         Applications/Sound
+Source0:       http://www.cstr.ed.ac.uk/download/festival/%{version}/%{name}-%{version}-release.tar.gz
+#Source1:      ftp://voruta.ek.univ.gda.pl:21/emacspeak/festival_polish_voice.tgz
+Patch0:                %{name}-config.patch
+URL:           http://www.cstr.ed.ac.uk/projects/festival/
+BuildRequires: speech_tools-static
+BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+Festival offers a general framework for building speech synthesis
+systems as well as including examples of various modules. As a whole
+it offers full text to speech through a number APIs: from shell level,
+though a Scheme command interpreter, as a C++ library, from Java, and
+an Emacs interface. Festival is multi-lingual, though English is the
+most advanced.
+
+%description -l pl
+Festival jest platform± przeznaczon± do budowania systemów syntezy
+mowy oraz do ³atwego testowania ró¿nych modu³ów sk³adaj±cych siê na
+syntezator mowy. Mo¿na te¿ u¿ywaæ programu jako maszynki czytaj±cej
+pliki tekstowe. Festival jest wielojêzyczny, lecz jêzyk angielski jest
+najbardziej zaawansowany.
+
+%package devel
+Summary:       Festival developement enviroment
+Summary(pl):   Festival - ¶rodowidko rozwojowe
+Group:         Applications/Sound
+
+%description devel
+Festival developement enviroment.
+
+%description devel -l pl
+Festival - ¶rodowisko rozwojowe.
+
+%prep
+%setup -q -n %{name}
+%patch0 -p1
+
+%build
+%configure2_13
+%{__make} \
+       CC="%{__cc}" \
+       CXX="%{__cxx}" \
+       CFLAGS="%{rpmcflags}" \
+       LDFLAGS="%{rpmldflags}"
+
+
+%install
+rm -rf $RPM_BUILD_ROOT
+install -d $RPM_BUILD_ROOT{%{_bindir},%{_datadir}/%{name},%{_libdir},%{_includedir}/%{name},%{_mandir}/man1}
+
+# bin
+install bin/festival_server* bin/text2wave $RPM_BUILD_ROOT%{_bindir}
+install src/main/festival{,_client} $RPM_BUILD_ROOT%{_bindir}
+
+# devel
+install src/lib/libFestival.a $RPM_BUILD_ROOT%{_libdir}
+install src/include/*.h $RPM_BUILD_ROOT%{_includedir}/%{name}
+
+# data
+cp -r lib config examples $RPM_BUILD_ROOT%{_datadir}/%{name}
+find $RPM_BUILD_ROOT%{_datadir}/%{name} -name Makefile -exec rm \{\} \;
+
+install doc/festival{,_client}.1 $RPM_BUILD_ROOT%{_mandir}/man1
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc ACKNOWLEDGMENTS COPYING NEWS README
+%{_mandir}/man1/*
+%attr(755,root,root) %{_bindir}/*
+%dir %{_datadir}/%{name}
+%{_datadir}/%{name}/lib
+%{_datadir}/%{name}/examples
+
+%files devel
+%defattr(644,root,root,755)
+%{_includedir}/%{name}
+%{_libdir}/*
+%{_datadir}/%{name}/config
This page took 0.104683 seconds and 4 git commands to generate.