espeak-ng: update to 1.51.

This commit is contained in:
Christopher Brannon 2022-11-01 10:18:28 -07:00 committed by classabbyamp
parent 1c5b5ce14c
commit 81f8a2e148

View file

@ -1,17 +1,18 @@
# Template file for 'espeak-ng' # Template file for 'espeak-ng'
pkgname=espeak-ng pkgname=espeak-ng
version=1.50 version=1.51
revision=1 revision=1
build_style=gnu-configure build_style=gnu-configure
make_build_args="-j1"
hostmakedepends="automake libtool which pkg-config" hostmakedepends="automake libtool which pkg-config"
makedepends="pcaudiolib-devel libsonic-devel" makedepends="pcaudiolib-devel libsonic-devel"
short_desc="Text to Speech engine" short_desc="Text to Speech engine"
maintainer="Joey <joey@imap.cc>" maintainer="Joey <joey@imap.cc>"
license="GPL-3.0-or-later" license="GPL-3.0-or-later"
homepage="https://github.com/espeak-ng/espeak-ng/" homepage="https://github.com/espeak-ng/espeak-ng/"
changelog="https://raw.githubusercontent.com/espeak-ng/espeak-ng/master/ChangeLog.md"
distfiles="https://github.com/espeak-ng/espeak-ng/archive/${version}.tar.gz" distfiles="https://github.com/espeak-ng/espeak-ng/archive/${version}.tar.gz"
checksum=5ce9f24ee662b5822a4acc45bed31425e70d7c50707b96b6c1603a335c7759fa checksum=f0e028f695a8241c4fa90df7a8c8c5d68dcadbdbc91e758a97e594bbb0a3bdbf
disable_parallel_build=yes
if [ "$CROSS_BUILD" ]; then if [ "$CROSS_BUILD" ]; then
hostmakedepends+=" espeak-ng" hostmakedepends+=" espeak-ng"