Date: Thursday, February 2, 2017 @ 00:11:07 Author: arodseth Revision: 209673
archrelease: copy trunk to community-x86_64, community-i686 Added: espeak/repos/community-i686/PKGBUILD (from rev 209672, espeak/trunk/PKGBUILD) espeak/repos/community-x86_64/PKGBUILD (from rev 209672, espeak/trunk/PKGBUILD) Deleted: espeak/repos/community-i686/PKGBUILD espeak/repos/community-x86_64/PKGBUILD ---------------------------+ /PKGBUILD | 68 ++++++++++++++++++++++++++++++++++++++++++++ community-i686/PKGBUILD | 44 ---------------------------- community-x86_64/PKGBUILD | 44 ---------------------------- 3 files changed, 68 insertions(+), 88 deletions(-) Deleted: community-i686/PKGBUILD =================================================================== --- community-i686/PKGBUILD 2017-02-02 00:09:33 UTC (rev 209672) +++ community-i686/PKGBUILD 2017-02-02 00:11:07 UTC (rev 209673) @@ -1,44 +0,0 @@ -# $Id$ -# Maintainer: -# Contributor: Alexander F Rødseth <xypr...@archlinux.org> -# Contributor: Mateusz Herych <heni...@gmail.com> -# Contributor: Christoph Siegenthaler <c...@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: Copied: espeak/repos/community-i686/PKGBUILD (from rev 209672, espeak/trunk/PKGBUILD) =================================================================== --- community-i686/PKGBUILD (rev 0) +++ community-i686/PKGBUILD 2017-02-02 00:11:07 UTC (rev 209673) @@ -0,0 +1,34 @@ +# $Id$ +# Maintainer: +# Contributor: Alexander F Rødseth <xypr...@archlinux.org> +# Contributor: Mateusz Herych <heni...@gmail.com> +# Contributor: Christoph Siegenthaler <c...@gmx.ch> + +pkgname=espeak +pkgver=1.48.04 +pkgrel=1 +epoch=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 -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: Deleted: community-x86_64/PKGBUILD =================================================================== --- community-x86_64/PKGBUILD 2017-02-02 00:09:33 UTC (rev 209672) +++ community-x86_64/PKGBUILD 2017-02-02 00:11:07 UTC (rev 209673) @@ -1,44 +0,0 @@ -# $Id$ -# Maintainer: -# Contributor: Alexander F Rødseth <xypr...@archlinux.org> -# Contributor: Mateusz Herych <heni...@gmail.com> -# Contributor: Christoph Siegenthaler <c...@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: Copied: espeak/repos/community-x86_64/PKGBUILD (from rev 209672, espeak/trunk/PKGBUILD) =================================================================== --- community-x86_64/PKGBUILD (rev 0) +++ community-x86_64/PKGBUILD 2017-02-02 00:11:07 UTC (rev 209673) @@ -0,0 +1,34 @@ +# $Id$ +# Maintainer: +# Contributor: Alexander F Rødseth <xypr...@archlinux.org> +# Contributor: Mateusz Herych <heni...@gmail.com> +# Contributor: Christoph Siegenthaler <c...@gmx.ch> + +pkgname=espeak +pkgver=1.48.04 +pkgrel=1 +epoch=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 -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: