[arch-commits] Commit in flite/trunk (PKGBUILD)

Antonio Rojas arojas at archlinux.org
Fri Dec 16 21:42:40 UTC 2016


    Date: Friday, December 16, 2016 @ 21:42:39
  Author: arojas
Revision: 199894

Fix linking to alsa

Modified:
  flite/trunk/PKGBUILD

----------+
 PKGBUILD |   12 ++++++++----
 1 file changed, 8 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-12-16 21:18:12 UTC (rev 199893)
+++ PKGBUILD	2016-12-16 21:42:39 UTC (rev 199894)
@@ -3,20 +3,24 @@
 
 pkgname=flite
 pkgver=2.0.0
-pkgrel=2
-pkgdesc="A lighweight speech synthesis engine (text to speech)"
+pkgrel=3
+pkgdesc="A lighweight speech synthesis engine"
 arch=(i686 x86_64)
 url="http://cmuflite.org"
 license=(custom)
 depends=(alsa-lib)
 makedepends=(chrpath)
-source=(http://festvox.org/flite/packed/flite-${pkgver%.*}/flite-$pkgver-release.tar.bz2)
-md5sums=('645db96ffc296cbb6d37f231cc1cc6b2')
+source=(http://festvox.org/flite/packed/flite-${pkgver%.*}/flite-$pkgver-release.tar.bz2 flite-ldflags.patch)
+md5sums=('645db96ffc296cbb6d37f231cc1cc6b2'
+         '3fa25aa18b0b256c7324ada0f7f6f730')
 
 prepare() {
   cd $pkgname-$pkgver-release
   sed '/^#VOXES.*$/d; s/+//g; s/cmu_indic_lex/&\nVOXES = cmu_us_kal16 cmu_us_slt/' config/android.lv >config/archlinux.lv
   sed -i '/$(INSTALL) -m 755 $(BINDIR)\/flite_time $(DESTDIR)$(INSTALLBINDIR)/d' main/Makefile
+
+# Fix linking (Gentoo)
+  patch -p1 -i ../flite-ldflags.patch
 }
 
 build() {



More information about the arch-commits mailing list