2024-01-06 07:00:25 +01:00
|
|
|
%define pkgver %(echo %version | tr -d .)
|
|
|
|
Name: mbrola
|
2024-01-06 07:00:25 +01:00
|
|
|
Version: 3.02b.20191026git
|
2024-01-06 07:00:25 +01:00
|
|
|
Release: 2mamba
|
|
|
|
Summary: A speech synthesizer based on the concatenation of diphones
|
|
|
|
Group: System/Multimedia
|
|
|
|
Vendor: openmamba
|
|
|
|
Distribution: openmamba
|
|
|
|
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
|
|
|
URL: http://tcts.fpms.ac.be/synthesis/
|
2024-01-06 07:00:25 +01:00
|
|
|
Source: https://github.com/numediart/MBROLA.git/master/MBROLA-%{version}.tar.bz2
|
|
|
|
## AUTOBUILDREQ-BEGIN
|
|
|
|
BuildRequires: glibc-devel
|
|
|
|
## AUTOBUILDREQ-END
|
|
|
|
License: Affero GNU Public License
|
2024-01-06 07:00:25 +01:00
|
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
|
|
|
|
|
|
|
%description
|
|
|
|
MBROLA is a speech synthesizer based on the concatenation of diphones. It takes a list of phonemes as input, together with prosodic information (duration of phonemes and a piecewise linear description of pitch), and produces speech samples on 16 bits (linear), at the sampling frequency of the diphone database used (it is therefore NOT a Text-To-Speech (TTS)synthesizer, since it does not accept raw text as input).
|
|
|
|
|
|
|
|
%prep
|
2024-01-06 07:00:25 +01:00
|
|
|
%setup -q -n MBROLA-%{version}
|
2024-01-06 07:00:25 +01:00
|
|
|
|
|
|
|
%build
|
2024-01-06 07:00:25 +01:00
|
|
|
%make
|
2024-01-06 07:00:25 +01:00
|
|
|
|
|
|
|
%install
|
|
|
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
2024-01-06 07:00:25 +01:00
|
|
|
install -D -m0755 Bin/mbrola %{buildroot}%{_bindir}/mbrola
|
2024-01-06 07:00:25 +01:00
|
|
|
|
|
|
|
%clean
|
|
|
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
|
|
|
|
|
|
|
%files
|
|
|
|
%defattr(-,root,root)
|
|
|
|
%{_bindir}/mbrola
|
2024-01-06 07:00:25 +01:00
|
|
|
#%{_datadir}/mbrola/en1
|
|
|
|
#%{_datadir}/mbrola/it3
|
|
|
|
#%{_datadir}/mbrola/it4
|
|
|
|
%doc LICENSE
|
2024-01-06 07:00:25 +01:00
|
|
|
|
|
|
|
%changelog
|
2024-01-06 07:00:25 +01:00
|
|
|
* Sun Oct 27 2019 Silvan Calarco <silvan.calarco@mambasoft.it> 3.02b.20191026git-2mamba
|
|
|
|
- remove voices from package
|
|
|
|
|
|
|
|
* Sat Oct 26 2019 Silvan Calarco <silvan.calarco@mambasoft.it> 3.02b.20191026git-1mamba
|
|
|
|
- update to 3.02b.20191026git
|
|
|
|
|
2024-01-06 07:00:25 +01:00
|
|
|
* Mon Aug 05 2013 Automatic Build System <autodist@mambasoft.it> 3.01h-2mamba
|
|
|
|
- automatic rebuild by autodist
|
|
|
|
|
|
|
|
* Wed Sep 23 2009 Silvan Calarco <silvan.calarco@mambasoft.it> 3.01h-1mamba
|
|
|
|
- package created by autospec
|