[arch-commits] Commit in espeak/repos (2 files)

Evangelos Foutras foutrelis at archlinux.org
Fri Nov 9 23:29:31 UTC 2018


    Date: Friday, November 9, 2018 @ 23:29:30
  Author: foutrelis
Revision: 405295

archrelease: copy trunk to community-staging-x86_64

Added:
  espeak/repos/community-staging-x86_64/
  espeak/repos/community-staging-x86_64/PKGBUILD
    (from rev 405294, espeak/trunk/PKGBUILD)

----------+
 PKGBUILD |   33 +++++++++++++++++++++++++++++++++
 1 file changed, 33 insertions(+)

Copied: espeak/repos/community-staging-x86_64/PKGBUILD (from rev 405294, espeak/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD	                        (rev 0)
+++ community-staging-x86_64/PKGBUILD	2018-11-09 23:29:30 UTC (rev 405295)
@@ -0,0 +1,33 @@
+# Maintainer:
+# Contributor: Alexander F Rødseth <xyproto at archlinux.org>
+# Contributor: Mateusz Herych <heniekk at gmail.com>
+# Contributor: Christoph Siegenthaler <csi at gmx.ch>
+
+pkgname=espeak
+pkgver=1.48.04
+pkgrel=2
+epoch=1
+pkgdesc='Text to Speech engine for English, with support for other languages'
+arch=('x86_64')
+url='http://espeak.sourceforge.net/'
+license=('GPL')
+depends=('portaudio' 'libpulse')
+options=('!emptydirs')
+source=("http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver-source.zip")
+sha256sums=('bf9a17673adffcc28ff7ea18764f06136547e97bbd9edf2ec612f09b207f0659')
+
+build() {
+  cd "$pkgname-$pkgver-source/src"
+
+  cp portaudio19.h portaudio.h
+  make CXXFLAGS="$CXXFLAGS -w -std=c++98" AUDIO=pulseaudio
+}
+
+package() {
+  cd "$pkgname-$pkgver-source/src"
+
+  make DESTDIR="$pkgdir" install
+  chmod 644 "$pkgdir/usr/lib/libespeak.a"
+}
+
+# vim:set ts=2 sw=2 et:



More information about the arch-commits mailing list