speechd: Rebuild to fix overlinking

against libpython.
This commit is contained in:
Tee KOBAYASHI 2023-01-18 12:16:36 +09:00 committed by xtkoba
parent e529d1becb
commit 5127072e30
1 changed files with 5 additions and 1 deletions

View File

@ -3,7 +3,7 @@ TERMUX_PKG_DESCRIPTION="Common interface to speech synthesis"
TERMUX_PKG_LICENSE="LGPL-2.1, GPL-2.0"
TERMUX_PKG_MAINTAINER="@termux"
TERMUX_PKG_VERSION="0.11.4"
TERMUX_PKG_REVISION=2
TERMUX_PKG_REVISION=3
TERMUX_PKG_SHA256=628d4446894b47f0df099123924c1070180b5b5b09c5b637ebe80d8578fba92f
TERMUX_PKG_SRCURL=https://github.com/brailcom/speechd/archive/${TERMUX_PKG_VERSION}.tar.gz
TERMUX_PKG_DEPENDS="dotconf, espeak, glib, libiconv, libltdl, libsndfile, pulseaudio, python, speechd-data"
@ -31,3 +31,7 @@ termux_step_pre_configure() {
export am_cv_python_pyexecdir="$am_cv_python_pythondir"
./build.sh
}
termux_step_post_massage() {
find lib -name '*.la' -delete
}