Репозиторий Sisyphus
Последнее обновление: 1 октября 2023 | Пакетов: 18631 | Посещений: 37708038
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 

# -*- mode: rpm-spec; coding: koi8-r  -*-

%def_disable static

Name: flite
Version: 1.3
Release: alt1

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

%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

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

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