# # eSpeakup connector. # # espeakup is a program which makes it possible for speakup to use the # eSpeak software synthesizer. It does this by reading speakup's # softsynth device and passing the text to espeak which actually speaks. # QICFLAGS="-O2 -march=x86-64 -fstack-clash-protection -fcf-protection=full -fstack-protector-strong --param=ssp-buffer-size=4 -pipe" QICXXFLAGS="-O2 -march=x86-64 -fstack-clash-protection -fcf-protection=full -fstack-protector-strong --param=ssp-buffer-size=4 -pipe" QILDFLAGS="-s" QICPPFLAGS="-D_FORTIFY_SOURCE=2" pkgname=espeakup pkgversion=0.80 arch=amd64 release=1 pkgcategory="tools" full_pkgname=espeakup_0.80_amd64-1@tools blurb="eSpeakup connector." homepage="https://github.com/williamh/espeakup" license="GPLv3+" fetch="https://github.com/williamh/espeakup/archive/v0.80/espeakup-0.80.tar.gz" replace=""