- Replace tts_lang.patch with mimic.patch, switching the TTS engine to
free mimic (svox is non-free), and allowing inclusion into openSUSE. OBS-URL: https://build.opensuse.org/package/show/Education/epy?expand=0&rev=6
This commit is contained in:
parent
439e0439bd
commit
fba5bd228f
@ -1,3 +1,9 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Dec 20 19:39:29 UTC 2021 - Matej Cepl <mcepl@suse.com>
|
||||||
|
|
||||||
|
- Replace tts_lang.patch with mimic.patch, switching the TTS engine to
|
||||||
|
free mimic (svox is non-free), and allowing inclusion into openSUSE.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Dec 17 10:13:56 UTC 2021 - Matej Cepl <mcepl@suse.com>
|
Fri Dec 17 10:13:56 UTC 2021 - Matej Cepl <mcepl@suse.com>
|
||||||
|
|
||||||
|
7
epy.spec
7
epy.spec
@ -24,15 +24,16 @@ License: GPL-3.0-only
|
|||||||
URL: https://github.com/wustho/epy
|
URL: https://github.com/wustho/epy
|
||||||
# Source: https://files.pythonhosted.org/packages/source/e/epy-reader/epy-reader-%%{version}.tar.gz#/epy-%%{version}.tar.gz
|
# Source: https://files.pythonhosted.org/packages/source/e/epy-reader/epy-reader-%%{version}.tar.gz#/epy-%%{version}.tar.gz
|
||||||
Source: epy-%{version}.tar.gz
|
Source: epy-%{version}.tar.gz
|
||||||
# PATCH-FIX-UPSTREAM tts_lang.patch gh#wustho/epy#43 mcepl@suse.com
|
# PATCH-FIX-UPSTREAM mimic.patch gh#wustho/epy#42 mcepl@suse.com
|
||||||
# Allow setting language of TTS engine.
|
# Use mimic instead of non-free svox.
|
||||||
Patch0: tts_lang.patch
|
Patch0: mimic.patch
|
||||||
BuildRequires: fdupes
|
BuildRequires: fdupes
|
||||||
BuildRequires: python3-mobi
|
BuildRequires: python3-mobi
|
||||||
BuildRequires: python3-setuptools
|
BuildRequires: python3-setuptools
|
||||||
Requires: python3-mobi
|
Requires: python3-mobi
|
||||||
Suggests: sdcv
|
Suggests: sdcv
|
||||||
Suggests: dictd
|
Suggests: dictd
|
||||||
|
Suggests: mimic
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
|
|
||||||
%description
|
%description
|
||||||
|
Loading…
Reference in New Issue
Block a user