Package Details: flite1 1.4-7

Git Clone URL: https://aur.archlinux.org/flite1.git (read-only, click to copy)
Package Base: flite1
Description: A lighweight speech synthesis engine (version 1.x)
Upstream URL: http://www.speech.cs.cmu.edu/flite/
Licenses: custom
Conflicts: flite, flite1-patched
Provides: flite, flite1-patched
Replaces: flite1-patched
Submitter: pure-aur
Maintainer: dbermond
Last Packager: dbermond
Votes: 41
Popularity: 0.24
First Submitted: 2016-06-11 15:35 (UTC)
Last Updated: 2024-05-23 01:45 (UTC)

Required by (51)

Sources (10)

Latest Comments

« First ‹ Previous 1 2 3 4 5

dbermond commented on 2017-02-21 00:43 (UTC)

@aggraef You are welcome. Thanks for applying this change.

aggraef commented on 2017-02-20 21:01 (UTC)

Fixed as of 1.4-2. @Bermond, thanks a lot for this!

dbermond commented on 2017-02-20 15:56 (UTC) (edited on 2017-02-20 17:37 (UTC) by dbermond)

@pure-aur This package fails to build with yaourt. The reason is that yaourt does not do a clean build, but it exports the variable BUILDDIR to makepkg. This same variable is also used by flite makefile, resulting in undesired building behavior and error. This can be easily "fixed" by just changing the BUILDDIR variable in flite makefile to another name. Adding a simple sed to prepare() will work and seems to be harmless to the building process: sed -i 's/BUILDDIR/_FLITE1_BUILDPATH/g' config/common_make_rules Can you please do this change so it can build with yaourt?

aggraef commented on 2016-07-04 16:52 (UTC)

NOTE: If you have trouble installing this package with yaourt, just download the package with `yaourt -G flite1` and run `cd flite1` and then `makepkg -i`. It should build and install all right. Or you can use the binary packages at http://l2orkaur.bitbucket.org/.