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

Alexander Epaneshnikov alex19ep at gemini.archlinux.org
Sun Apr 3 11:44:38 UTC 2022


    Date: Sunday, April 3, 2022 @ 11:44:38
  Author: alex19ep
Revision: 1180982

archrelease: copy trunk to community-testing-x86_64

Added:
  espeak-ng/repos/community-testing-x86_64/
  espeak-ng/repos/community-testing-x86_64/PKGBUILD
    (from rev 1180981, espeak-ng/trunk/PKGBUILD)

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

Copied: espeak-ng/repos/community-testing-x86_64/PKGBUILD (from rev 1180981, espeak-ng/trunk/PKGBUILD)
===================================================================
--- community-testing-x86_64/PKGBUILD	                        (rev 0)
+++ community-testing-x86_64/PKGBUILD	2022-04-03 11:44:38 UTC (rev 1180982)
@@ -0,0 +1,39 @@
+# Maintainer: Daniel M. Capella <polyzen at archlinux.org>
+# Maintainer: Alexander Epaneshnikov <alex19ep at archlinux.org>
+
+pkgname=espeak-ng
+pkgver=1.51
+pkgrel=1
+pkgdesc='Multi-lingual software speech synthesizer'
+url=https://github.com/espeak-ng/espeak-ng
+arch=('x86_64')
+license=('GPL3')
+depends=('pcaudiolib')
+makedepends=('pcaudiolib' 'ruby-ronn-ng')
+replaces=('espeak-ng-espeak')
+provides=('espeak-ng-espeak')
+conflicts=('espeak-ng-espeak' 'espeak')
+options=(debug)
+source=("$url/archive/$pkgver/espeak-ng-$pkgver.tar.gz")
+b2sums=('230e8860247bdd44a26ba7281fadb7486e7fff90de229c71fb883693badfc141d5ad883769d6cead150f43560a5c47152cada4fcb5a28c0b0384dacaad2c9d09')
+
+prepare() {
+  cd espeak-ng-$pkgver
+  ./autogen.sh
+}
+
+build() {
+  cd espeak-ng-$pkgver
+  ./configure --prefix=/usr
+  make src/espeak-ng src/speak-ng
+  make
+}
+
+package() {
+  cd espeak-ng-$pkgver
+  make DESTDIR="$pkgdir" install
+  mv "$pkgdir"/usr/share/vim/{addons,vimfiles}
+  rm -r "$pkgdir"/usr/{include/espeak,share/vim/registry}
+}
+
+# vim:set ts=2 sw=2 et:



More information about the arch-commits mailing list