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

Alexander Rødseth arodseth at archlinux.org
Wed Feb 1 23:44:03 UTC 2017


    Date: Wednesday, February 1, 2017 @ 23:44:02
  Author: arodseth
Revision: 209671

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

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

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

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD	2017-02-01 23:42:48 UTC (rev 209670)
+++ community-i686/PKGBUILD	2017-02-01 23:44:02 UTC (rev 209671)
@@ -1,40 +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.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:

Copied: espeak/repos/community-i686/PKGBUILD (from rev 209670, espeak/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2017-02-01 23:44:02 UTC (rev 209671)
@@ -0,0 +1,44 @@
+# $Id$
+# 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.49.0
+pkgrel=2
+pkgdesc='Text to Speech engine for English, with support for other languages'
+arch=('x86_64' 'i686')
+# The original espeak package looks unmaintained. espeak-ng is a direct continuation.
+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
+  ln -s /usr/lib/libespeak-ng.so "$pkgdir/usr/lib/libespeak.so"
+  ln -s /usr/lib/pkgconfig/espeak-ng.pc "$pkgdir/usr/lib/pkgconfig/espeak.pc"
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD	2017-02-01 23:42:48 UTC (rev 209670)
+++ community-x86_64/PKGBUILD	2017-02-01 23:44:02 UTC (rev 209671)
@@ -1,40 +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.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:

Copied: espeak/repos/community-x86_64/PKGBUILD (from rev 209670, espeak/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2017-02-01 23:44:02 UTC (rev 209671)
@@ -0,0 +1,44 @@
+# $Id$
+# 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.49.0
+pkgrel=2
+pkgdesc='Text to Speech engine for English, with support for other languages'
+arch=('x86_64' 'i686')
+# The original espeak package looks unmaintained. espeak-ng is a direct continuation.
+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
+  ln -s /usr/lib/libespeak-ng.so "$pkgdir/usr/lib/libespeak.so"
+  ln -s /usr/lib/pkgconfig/espeak-ng.pc "$pkgdir/usr/lib/pkgconfig/espeak.pc"
+}
+
+# vim:set ts=2 sw=2 et:



More information about the arch-commits mailing list