remove voices from package [release 3.02b.20191026git-2mamba;Sun Oct 27 2019]

This commit is contained in:
Silvan Calarco 2024-01-06 07:00:25 +01:00
parent df7e64f043
commit a4c1082313

View File

@ -1,6 +1,6 @@
%define pkgver %(echo %version | tr -d .) %define pkgver %(echo %version | tr -d .)
Name: mbrola Name: mbrola
Version: 3.01h Version: 3.02b.20191026git
Release: 2mamba Release: 2mamba
Summary: A speech synthesizer based on the concatenation of diphones Summary: A speech synthesizer based on the concatenation of diphones
Group: System/Multimedia Group: System/Multimedia
@ -8,26 +8,25 @@ Vendor: openmamba
Distribution: openmamba Distribution: openmamba
Packager: Silvan Calarco <silvan.calarco@mambasoft.it> Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
URL: http://tcts.fpms.ac.be/synthesis/ URL: http://tcts.fpms.ac.be/synthesis/
Source: http://tcts.fpms.ac.be/synthesis/mbrola/bin/pclinux/mbr%{pkgver}.zip Source: https://github.com/numediart/MBROLA.git/master/MBROLA-%{version}.tar.bz2
Source1: http://tcts.fpms.ac.be/synthesis/mbrola/dba/en1/en1-980910.zip ## AUTOBUILDREQ-BEGIN
Source2: http://tcts.fpms.ac.be/synthesis/mbrola/dba/it3/it3-010304.zip BuildRequires: glibc-devel
Source3: http://tcts.fpms.ac.be/synthesis/mbrola/dba/it4/it4-010926.zip ## AUTOBUILDREQ-END
License: Distributable Binary License: Affero GNU Public License
BuildRoot: %{_tmppath}/%{name}-%{version}-root BuildRoot: %{_tmppath}/%{name}-%{version}-root
%description %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). 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 %prep
%setup -q -c -a1 -a2 -a3 %setup -q -n MBROLA-%{version}
%build %build
%make
%install %install
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}" [ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
install -d -m0755 %{buildroot}%{_datadir}/mbrola install -D -m0755 Bin/mbrola %{buildroot}%{_bindir}/mbrola
cp -a en1 it3 it4 %{buildroot}%{_datadir}/mbrola/
install -D -m0755 mbrola-linux-i386 %{buildroot}%{_bindir}/mbrola
%clean %clean
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}" [ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
@ -35,12 +34,18 @@ install -D -m0755 mbrola-linux-i386 %{buildroot}%{_bindir}/mbrola
%files %files
%defattr(-,root,root) %defattr(-,root,root)
%{_bindir}/mbrola %{_bindir}/mbrola
%{_datadir}/mbrola/en1 #%{_datadir}/mbrola/en1
%{_datadir}/mbrola/it3 #%{_datadir}/mbrola/it3
%{_datadir}/mbrola/it4 #%{_datadir}/mbrola/it4
%doc readme.txt %doc LICENSE
%changelog %changelog
* 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
* Mon Aug 05 2013 Automatic Build System <autodist@mambasoft.it> 3.01h-2mamba * Mon Aug 05 2013 Automatic Build System <autodist@mambasoft.it> 3.01h-2mamba
- automatic rebuild by autodist - automatic rebuild by autodist