[packages/mbrola] - up to 3.3, new license, new URL
baggins
baggins at pld-linux.org
Tue Sep 16 09:51:35 CEST 2025
commit 0cf0cc752a6c802442ae458b166e9c0abf962940
Author: Jan Rękorajski <baggins at pld-linux.org>
Date: Tue Sep 16 09:50:20 2025 +0000
- up to 3.3, new license, new URL
mbrola.spec | 36 ++++++++++--------------------------
1 file changed, 10 insertions(+), 26 deletions(-)
---
diff --git a/mbrola.spec b/mbrola.spec
index ee35487..dbf4f1b 100644
--- a/mbrola.spec
+++ b/mbrola.spec
@@ -4,21 +4,16 @@
Summary: MBROLA - a speech synthesizer based on the concatenation of diphones
Summary(pl.UTF-8): MBROLA - syntezator mowy bazujący na łączeniu dwuzgłosek
Name: mbrola
-Version: 301h
-Release: 8
-License: Non-commercial, non-military purposes, w/ and only w/ the voice and language databases available on http://tcts.fpms.ac.be/synthesis/
+Version: 3.3
+Epoch: 1
+Release: 0.1
+License: AGPL v3+
Group: Applications/Sound
-#Source0Download: http://tcts.fpms.ac.be/synthesis/mbrola/mbrcopybin.html
-Source0: http://tcts.fpms.ac.be/synthesis/mbrola/bin/pclinux/mbr%{version}.zip
-# Source0-md5: 95314c9a545918729a5965f86859a28e
-URL: http://tcts.fpms.ac.be/synthesis/mbrola.html
-BuildRequires: unzip
-ExclusiveArch: %{ix86} ppc alpha sparc
+Source0: https://github.com/numediart/MBROLA/archive/%{version}/%{name}-%{version}.tar.gz
+# Source0-md5: 06993903c7b8d3a8d21cc66cd5a28219
+URL: https://github.com/numediart/MBROLA
BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
-# binaries are without debuginfo
-%define _enable_debug_packages 0
-
%description
MBROLA is a speech synthesizer based on the concatenation of diphones.
It takes a list of phonemes as input, together with prosodic
@@ -45,25 +40,14 @@ uzyskać pełny system TTS trzeba posługiwać się tym syntezatorem
fonetyczno-prozodyczne jako dane wynikowe.
%prep
-%setup -q -c
+%setup -q
+
+%{__make}
%install
rm -rf $RPM_BUILD_ROOT
install -d $RPM_BUILD_ROOT%{_bindir}
-%ifarch %{ix86}
-install -p mbrola-linux-i386 $RPM_BUILD_ROOT%{_bindir}/mbrola
-%endif
-%ifarch ppc
-install -p mbrola302b-linux-ppc $RPM_BUILD_ROOT%{_bindir}/mbrola
-%endif
-%ifarch alpha
-install -p mbrola-linux-alpha $RPM_BUILD_ROOT%{_bindir}/mbrola
-%endif
-%ifarch sparc
-install -p mbrola-SuSElinux-ultra1.dat $RPM_BUILD_ROOT%{_bindir}/mbrola
-%endif
-
%clean
rm -rf $RPM_BUILD_ROOT
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/mbrola.git/commitdiff/0cf0cc752a6c802442ae458b166e9c0abf962940
More information about the pld-cvs-commit
mailing list