[arch-commits] Commit in festival/trunk (PKGBUILD)
Jelle van der Waa
jelle at archlinux.org
Sun Sep 13 12:59:00 UTC 2020
Date: Sunday, September 13, 2020 @ 12:58:59
Author: jelle
Revision: 395989
Install text2utt example script
Fixes FS#50712
Modified:
festival/trunk/PKGBUILD
----------+
PKGBUILD | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2020-09-13 12:24:22 UTC (rev 395988)
+++ PKGBUILD 2020-09-13 12:58:59 UTC (rev 395989)
@@ -5,7 +5,7 @@
pkgname=festival
pkgver=2.5.0
-pkgrel=3
+pkgrel=4
pkgdesc="A general multi-lingual speech synthesis system"
arch=(x86_64)
url="http://festvox.org/festival/"
@@ -99,6 +99,7 @@
install -m755 examples/scfg_parse_text "$pkgdir"/usr/bin/
install -m755 examples/text2pos "$pkgdir"/usr/bin/
install -m755 examples/text2wave "$pkgdir"/usr/bin
+ install -m755 examples/text2utt "$pkgdir"/usr/bin
#libraries
install -m755 src/lib/libFestival.so.* "$pkgdir"/usr/lib/
More information about the arch-commits
mailing list