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

Alexander Rødseth arodseth at archlinux.org
Wed Feb 1 13:55:59 UTC 2017


    Date: Wednesday, February 1, 2017 @ 13:55:58
  Author: arodseth
Revision: 209642

archrelease: copy trunk to community-x86_64, community-i686

Added:
  espeak/repos/community-i686/PKGBUILD
    (from rev 209641, espeak/trunk/PKGBUILD)
  espeak/repos/community-x86_64/PKGBUILD
    (from rev 209641, espeak/trunk/PKGBUILD)
Deleted:
  espeak/repos/community-i686/PKGBUILD
  espeak/repos/community-x86_64/PKGBUILD

---------------------------+
 /PKGBUILD                 |   80 ++++++++++++++++++++++++++++++++++++++++++++
 community-i686/PKGBUILD   |   32 -----------------
 community-x86_64/PKGBUILD |   32 -----------------
 3 files changed, 80 insertions(+), 64 deletions(-)

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD	2017-02-01 13:54:27 UTC (rev 209641)
+++ community-i686/PKGBUILD	2017-02-01 13:55:58 UTC (rev 209642)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: 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
-pkgdesc='Text to Speech engine for English, with support for other languages'
-arch=('x86_64' 'i686')
-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" 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:

Copied: espeak/repos/community-i686/PKGBUILD (from rev 209641, espeak/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2017-02-01 13:55:58 UTC (rev 209642)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: 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.49.0
+pkgrel=1
+pkgdesc='Text to Speech engine for English, with support for other languages'
+arch=('x86_64' 'i686')
+url='https://github.com/espeak-ng/espeak-ng/'
+license=('GPL')
+depends=('portaudio' 'libpulse')
+# TODO: Add the sonic library to [community] and use it here.
+makedepends=('git')
+options=('!emptydirs')
+source=("git://github.com/espeak-ng/espeak-ng#tag=$pkgver")
+md5sums=('SKIP')
+
+prepare() {
+  cd espeak-ng
+
+  ./autogen.sh
+}
+
+build() {
+  cd espeak-ng
+
+  ./configure --prefix=/usr
+  export CFLAGS="$CFLAGS -w --std=c11"
+  make -j1
+}
+
+package() {
+  cd espeak-ng
+
+  make DESTDIR="$pkgdir" install
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD	2017-02-01 13:54:27 UTC (rev 209641)
+++ community-x86_64/PKGBUILD	2017-02-01 13:55:58 UTC (rev 209642)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: 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
-pkgdesc='Text to Speech engine for English, with support for other languages'
-arch=('x86_64' 'i686')
-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" 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:

Copied: espeak/repos/community-x86_64/PKGBUILD (from rev 209641, espeak/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2017-02-01 13:55:58 UTC (rev 209642)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: 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.49.0
+pkgrel=1
+pkgdesc='Text to Speech engine for English, with support for other languages'
+arch=('x86_64' 'i686')
+url='https://github.com/espeak-ng/espeak-ng/'
+license=('GPL')
+depends=('portaudio' 'libpulse')
+# TODO: Add the sonic library to [community] and use it here.
+makedepends=('git')
+options=('!emptydirs')
+source=("git://github.com/espeak-ng/espeak-ng#tag=$pkgver")
+md5sums=('SKIP')
+
+prepare() {
+  cd espeak-ng
+
+  ./autogen.sh
+}
+
+build() {
+  cd espeak-ng
+
+  ./configure --prefix=/usr
+  export CFLAGS="$CFLAGS -w --std=c11"
+  make -j1
+}
+
+package() {
+  cd espeak-ng
+
+  make DESTDIR="$pkgdir" install
+}
+
+# vim:set ts=2 sw=2 et:



More information about the arch-commits mailing list