The author of mimic
recommends its successor, piper
:
Search Criteria
Package Details: mimic-git 1.2.0.2.r0.67e43bf-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/mimic-git.git (read-only, click to copy) |
---|---|
Package Base: | mimic-git |
Description: | Text-to-speech voice synthesis from the Mycroft project. |
Upstream URL: | https://mimic.mycroft.ai/ |
Keywords: | tts |
Licenses: | custom |
Conflicts: | mimic |
Provides: | mimic |
Submitter: | ams1 |
Maintainer: | AlphaJack |
Last Packager: | ams1 |
Votes: | 5 |
Popularity: | 0.000000 |
First Submitted: | 2016-02-26 11:30 (UTC) |
Last Updated: | 2018-06-14 23:07 (UTC) |
Dependencies (6)
- alsa-lib
- autoconf (autoconf-gitAUR) (make)
- automake (automake-gitAUR) (make)
- git (git-gitAUR, git-glAUR) (make)
- icu (icu-gitAUR) (make)
- libtool (libtool-gitAUR) (make)
Required by (1)
- mimic-voices (requires mimic)
Sources (1)
Latest Comments
AlphaJack commented on 2024-02-28 13:24 (UTC) (edited on 2024-02-28 13:25 (UTC) by AlphaJack)
chovy commented on 2022-12-06 21:10 (UTC)
is this outdated?
ams1 commented on 2016-03-22 12:33 (UTC)
Should be fixed now. Yaourt sets $BUILDDIR which the configure/make picks up but then doesn't use correctly.
ams1 commented on 2016-03-22 10:03 (UTC)
It works fine with makepkg, and also with packer, but fails with yaourt. Very odd!
drwho commented on 2016-03-18 23:14 (UTC)
gcc -D_FORTIFY_SOURCE=2 -I. -DCST_AUDIO_PULSEAUDIO -I../../include -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -Wall -c au_pulseaudio.c -o /tmp/yaourt-tmp-drwho/aur-mimic-git/obj/src/audio/au_pulseaudio.o
ar: `u' modifier ignored since `D' is the default (see `U')
ar: ../../..//tmp/yaourt-tmp-drwho/aur-mimic-git/lib/libmimic.a: No such file or directory
../../config/common_make_rules:111: recipe for target '/tmp/yaourt-tmp-drwho/aur-mimic-git/obj/src/audio/.build_lib' failed
make[2]: *** [/tmp/yaourt-tmp-drwho/aur-mimic-git/obj/src/audio/.build_lib] Error 1
../config/common_make_rules:132: recipe for target '/tmp/yaourt-tmp-drwho/aur-mimic-git/obj/src/.make_build_dirs' failed
make[1]: *** [/tmp/yaourt-tmp-drwho/aur-mimic-git/obj/src/.make_build_dirs] Error 2
config/common_make_rules:132: recipe for target '/tmp/yaourt-tmp-drwho/aur-mimic-git/obj//.make_build_dirs' failed
make: *** [/tmp/yaourt-tmp-drwho/aur-mimic-git/obj//.make_build_dirs] Error 2
This happens regardless of whether or not PulseAudio support is turned on.
If I check out the source code manually and compile it myself, this doesn't happen. The above error shows up but the compilation process doesn't ABEND. My hypothesis is that it's a warning but Yaourt treats it like a fatal error.
ams1 commented on 2016-02-26 11:32 (UTC)
This package uses ALSA sound for maximum compatibility, but you can easily switch it to use PulseAudio by uncommenting the appropriate line in the PKGBUILD.
Pinned Comments
AlphaJack commented on 2024-02-28 13:24 (UTC) (edited on 2024-02-28 13:25 (UTC) by AlphaJack)
The author of
mimic
recommends its successor,piper
:https://aur.archlinux.org/packages/piper-tts-bin
ams1 commented on 2016-02-26 11:32 (UTC)