Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37724883
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 

# This spec for backport to M30 is autogenerated. Do not edit it.
# -*- mode: rpm-spec; coding: koi8-r  -*-

%def_disable static

Name: flite
Version: 1.3
Release: alt0.M30.1

Summary: flite - a small, fast speech synthesis engine
Summary(ru_RU.KOI8-R): flite - маленькое, быстрое средство для синтеза речи
License: Custom, see COPYING
Group: Sound
Url: http://cmuflite.org

Source0: %name-%version.tar.bz2

BuildRequires: ed libalsa-devel tetex-core

BuildRequires: rpm-build-compat >= 0.4

%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.

%description -l ru_RU.KOI8-R
Flite -- маленькое, быстрое средство для синтеза речи. Это последнее
добавление к набору свободного программного обеспечения для синтеза речи,
проекты FestVox и Festival. Однако, сам flite не требует ни одного из этих
пакетов для компиляции и запуска.

%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

%description -l ru_RU.KOI8-R -n %name-devel
Файлы для разработки с использованием flite - маленького, быстрого средства
для синтеза речи.

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

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

%description -l ru_RU.KOI8-R -n %name-devel-static
Статические файлы для разработки с использованием flite - маленького,
быстрого средства для синтеза речи.

%prep
%setup -qc

%build


%__autoreconf
%configure --enable-shared \
%{subst_enable static} \
--with-vox=cmu_us_kal16
%__make

%install
%makeinstall \
INSTALLBINDIR=%buildroot%_bindir \
INSTALLLIBDIR=%buildroot%_libdir  \
INSTALLINCDIR=%buildroot%_includedir

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

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

%if_enabled static
%files -n %name-devel-static
%_libdir/*.a
%endif

%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