Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37426398
en ru br
ALT Linux repos
S:2.2-alt2
5.0: 1.3-alt1
4.1: 1.3-alt1
4.0: 1.3-alt1
3.0: 1.2-alt3
+backports:1.3-alt0.M30.1

Group :: Sound
RPM: flite

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

Name: flite
Version: 2.2
Release: alt1

Summary: flite - a small, fast speech synthesis engine
License: BSD-like
Group: Sound
Url: https://github.com/festvox/flite

Source0: %name-%version-%release.tar

BuildRequires: ed libalsa-devel makeinfo texi2html

%description
Flite - a small, fast speech synthesis engine. It is the latest addition to
the suite of free software synthesis tools including University of
Edinburgh's Festival Speech Synthesis System and Carnegie Mellon
University's FestVox project, tools, scripts and documentation for building
synthetic voices.  However, flite itself does not require either of these
systems to compile and run.

%package -n %name-devel
Summary: development files for flite
Group: Development/C
Requires: %name = %version-%release

%description -n %name-devel
development files for flite, a small, fast speech synthesis engine

%prep
%setup

%build
%autoreconf
%configure --enable-shared --with-audio=alsa --with-vox=cmu_us_kal16
make

%install
%makeinstall \
INSTALLBINDIR=%buildroot%_bindir \
INSTALLLIBDIR=%buildroot%_libdir  \
INSTALLINCDIR=%buildroot%_includedir
mkdir -p %buildroot%_pkgconfigdir
sed -e 's, at libdir at ,%_libdir,' -e 's, at version at ,%version,' \
< flite.pc.in > %buildroot%_pkgconfigdir/flite.pc

%files
%doc ACKNOWLEDGEMENTS README.md COPYING doc/html
%_bindir/*
%_libdir/*.so.*

%files -n %name-devel
%_includedir/*
%_libdir/*.so
%_pkgconfigdir/flite.pc

%changelog

Full changelog you can see here

 
design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
current maintainer: Michael Shigorin