summaryrefslogtreecommitdiff
path: root/user/speech-dispatcher
diff options
context:
space:
mode:
authorA. Wilcox <AWilcox@Wilcox-Tech.com>2019-04-18 00:09:37 +0000
committerA. Wilcox <AWilcox@Wilcox-Tech.com>2019-04-18 00:09:37 +0000
commit1599df504c54a51b33b369444a4ad140b8b310db (patch)
tree3c47be1591c48df7829b138c1e0e6bff0f2c3c82 /user/speech-dispatcher
parentbd7a1244433b1005d2f2514a51b08d70072559e8 (diff)
downloadpackages-1599df504c54a51b33b369444a4ad140b8b310db.tar.gz
packages-1599df504c54a51b33b369444a4ad140b8b310db.tar.bz2
packages-1599df504c54a51b33b369444a4ad140b8b310db.tar.xz
packages-1599df504c54a51b33b369444a4ad140b8b310db.zip
user/speech-dispatcher: bump to 0.9.0
Diffstat (limited to 'user/speech-dispatcher')
-rw-r--r--user/speech-dispatcher/APKBUILD12
1 files changed, 6 insertions, 6 deletions
diff --git a/user/speech-dispatcher/APKBUILD b/user/speech-dispatcher/APKBUILD
index b35da35bd..8c12dd18f 100644
--- a/user/speech-dispatcher/APKBUILD
+++ b/user/speech-dispatcher/APKBUILD
@@ -1,7 +1,7 @@
# Contributor: A. Wilcox <awilfox@adelielinux.org>
# Maintainer: A. Wilcox <awilfox@adelielinux.org>
pkgname=speech-dispatcher
-pkgver=0.8.8
+pkgver=0.9.0
pkgrel=0
pkgdesc="High-level interface to speech synthesis libraries"
url="https://freebsoft.org/speechd"
@@ -11,10 +11,9 @@ depends="flite"
makedepends="alsa-lib-dev dotconf-dev flite-dev glib-dev intltool
libsndfile-dev pulseaudio-dev"
subpackages="$pkgname-dev $pkgname-doc"
-source="https://freebsoft.org/pub/projects/speechd/speech-dispatcher-$pkgver.tar.gz"
+source="https://github.com/brailcom/speechd/releases/download/$pkgver/speech-dispatcher-$pkgver.tar.gz"
build() {
- cd "$builddir"
LIBS="-lasound" ./configure \
--build=$CBUILD \
--host=$CHOST \
@@ -22,17 +21,18 @@ build() {
--sysconfdir=/etc \
--mandir=/usr/share/man \
--localstatedir=/var
+ # gettext-tiny :(
+ cp src/api/python/speechd_config/speechd.desktop.in \
+ src/api/python/speechd_config/speechd.desktop
make
}
check() {
- cd "$builddir"
make check
}
package() {
- cd "$builddir"
make DESTDIR="$pkgdir" install
}
-sha512sums="7c7b9bf9b9ce541e790b5ae396cb614616c6b3883e75c0258603e91bf679850e3d63a6251daa3a1819b30d7518e3f552c83fe87b006274ffe1aa0f7e19c0b99b speech-dispatcher-0.8.8.tar.gz"
+sha512sums="d72542531f58954e424d1cf956f6cb4fd42d585a1d4b955b13e8a426729a06407cf4085b2b4885eac110d36216c9a8403d37b401eca5c2398011786bdf041083 speech-dispatcher-0.9.0.tar.gz"