Репозиторий Sisyphus
Последнее обновление: 1 октября 2023 | Пакетов: 18631 | Посещений: 37529171
en ru br
Репозитории ALT
S:2.2-alt2
5.1: 1.3.9-alt1
4.1: 1.3-alt1
4.0: 1.3-alt1
3.0: 1.2-alt3
+backports:1.3-alt0.M30.1
www.altlinux.org/Changes

Группа :: Звук
Пакет: flite

 Главная   Изменения   Спек   Патчи   Sources   Загрузить   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

Полный changelog можно просмотреть здесь

 
дизайн и разработка: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
текущий майнтейнер: Michael Shigorin