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

Alexander Rødseth arodseth at archlinux.org
Thu Mar 10 13:26:13 UTC 2016


    Date: Thursday, March 10, 2016 @ 14:26:13
  Author: arodseth
Revision: 165946

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

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

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

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD	2016-03-10 13:23:40 UTC (rev 165945)
+++ community-i686/PKGBUILD	2016-03-10 13:26:13 UTC (rev 165946)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Alexander Rødseth <rodseth at gmail.com>
-# Contributor: Mateusz Herych <heniekk at gmail.com>
-# Contributor: Christoph Siegenthaler <csi at gmx.ch>
-
-pkgname=espeak
-pkgver=1.48.04
-pkgrel=1
-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=runtime
-}
-
-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 165945, espeak/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2016-03-10 13:26:13 UTC (rev 165946)
@@ -0,0 +1,32 @@
+# $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:

Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD	2016-03-10 13:23:40 UTC (rev 165945)
+++ community-x86_64/PKGBUILD	2016-03-10 13:26:13 UTC (rev 165946)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Alexander Rødseth <rodseth at gmail.com>
-# Contributor: Mateusz Herych <heniekk at gmail.com>
-# Contributor: Christoph Siegenthaler <csi at gmx.ch>
-
-pkgname=espeak
-pkgver=1.48.04
-pkgrel=1
-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=runtime
-}
-
-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 165945, espeak/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2016-03-10 13:26:13 UTC (rev 165946)
@@ -0,0 +1,32 @@
+# $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:



More information about the arch-commits mailing list