Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37589681
en ru br
ALT Linux repos
S:1.95-alt3

Group :: Sound
RPM: festvox_rablpc16k

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

%define voice rablpc16k
%define voicepath english/rab_diphone
%define version 1.95
%define release alt3

Name: festvox_%{voice}
Version: %{version}
Release: %{release}
Group: Sound
License: MIT
URL: http://www.cstr.ed.ac.uk/projects/festival.html
Packager: Igor Vlasenko <viy at altlinux.org>
Summary: Festival voice: British English RP male speaker (16KHz sampling)
Requires: festival, festlex_POSLEX, festlex_OALD
Provides: festvox
BuildArch: noarch
# useless and too slow on large data files
AutoReqProv: no

Source0: http://www.cstr.ed.ac.uk/downloads/festival/2.5/festvox_%{voice}.tar.bz2

%description
British English RP male speaker using residual excited LPC diphone database
at 16KHz sampling.

%prep
%setup -q -c

%build

%install
VOICE_DIR=$RPM_BUILD_ROOT%{_datadir}/festival/voices

install -d $VOICE_DIR/%{voicepath}/festvox
install -d $VOICE_DIR/%{voicepath}/group
install -m 644 festival/lib/voices/%{voicepath}/festvox/* $VOICE_DIR/%{voicepath}/festvox
install -m 644 festival/lib/voices/%{voicepath}/group/* $VOICE_DIR/%{voicepath}/group

%files
%doc festival/lib/voices/%{voicepath}/COPYING
%{_datadir}/festival/*

%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