Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 625978 - app-accessibility/flite-2.0.0 version bump
Summary: app-accessibility/flite-2.0.0 version bump
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo Accessibility Team
URL:
Whiteboard:
Keywords:
: 702014 (view as bug list)
Depends on:
Blocks:
 
Reported: 2017-07-23 06:23 UTC by Michael Palimaka (kensington)
Modified: 2020-02-20 02:56 UTC (History)
4 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
Update to 2.1. (flite-2.1.ebuild,4.17 KB, text/plain)
2018-03-14 11:58 UTC, Mihai Moldovan
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Michael Palimaka (kensington) gentoo-dev 2017-07-23 06:23:24 UTC
There's a new version of flite available at http://www.festvox.org/flite/
Comment 1 Mihai Moldovan 2018-03-14 11:58:18 UTC
Created attachment 523864 [details]
Update to 2.1.

Includes new "voices" USE flag to download and install additional voice data (not used directly, but can be specified by users manually pointing to /usr/share/flite/foo.flitevox).
Comment 2 Mihai Moldovan 2018-03-14 11:59:27 UTC
FWIW, I find this version to deliver way better voice output compared to the old one, but this might be subjective.
Comment 3 Matt Turner gentoo-dev 2020-02-20 00:47:34 UTC
*** Bug 702014 has been marked as a duplicate of this bug. ***
Comment 4 Larry the Git Cow gentoo-dev 2020-02-20 02:55:00 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=be655cb34af29811e96fdb4f6e41a8cfe28f8a19

commit be655cb34af29811e96fdb4f6e41a8cfe28f8a19
Author:     Mihai Moldovan <ionic@ionic.de>
AuthorDate: 2020-02-20 01:31:56 +0000
Commit:     Matt Turner <mattst88@gentoo.org>
CommitDate: 2020-02-20 02:54:40 +0000

    app-accessibility/flite: Version bump to 2.1
    
    Lots of changes by mattst88:
        - EAPI=7
        - Update homepage
        - Drop IUSE=static-libs
        - Only depend on alsa-lib if USE="alsa -pulseaudio"
        - Pull in patches from upstream
        - Rename configure.in -> configure.ac
        - Rewrite pkg_postinst() message
        - Add <use>, <upstream> info to metadata.xml
    
    Closes: https://bugs.gentoo.org/593274
    Closes: https://bugs.gentoo.org/625978
    Signed-off-by: Matt Turner <mattst88@gentoo.org>

 app-accessibility/flite/Manifest                   |  32 +++++
 .../files/flite-2.1-Improve-internal-linking.patch |  95 +++++++++++++++
 ...udio-data-to-a-temporariy-file-in-debug-.patch} |  31 +++--
 .../flite/files/flite-2.1-prototype.patch          |  13 +++
 app-accessibility/flite/flite-1.4-r4.ebuild        |   2 +-
 app-accessibility/flite/flite-2.1.ebuild           | 129 +++++++++++++++++++++
 app-accessibility/flite/metadata.xml               |   6 +
 7 files changed, 296 insertions(+), 12 deletions(-)
Comment 5 Matt Turner gentoo-dev 2020-02-20 02:56:00 UTC
Thanks a ton for the ebuild!