[arch-commits] Commit in gst-plugins-espeak (5 files)

Balló György bgyorgy at archlinux.org
Mon Feb 13 22:55:25 UTC 2017


    Date: Monday, February 13, 2017 @ 22:55:25
  Author: bgyorgy
Revision: 212188

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

Added:
  gst-plugins-espeak/repos/
  gst-plugins-espeak/repos/community-i686/
  gst-plugins-espeak/repos/community-i686/PKGBUILD
    (from rev 212187, gst-plugins-espeak/trunk/PKGBUILD)
  gst-plugins-espeak/repos/community-x86_64/
  gst-plugins-espeak/repos/community-x86_64/PKGBUILD
    (from rev 212187, gst-plugins-espeak/trunk/PKGBUILD)

---------------------------+
 community-i686/PKGBUILD   |   24 ++++++++++++++++++++++++
 community-x86_64/PKGBUILD |   24 ++++++++++++++++++++++++
 2 files changed, 48 insertions(+)

Copied: gst-plugins-espeak/repos/community-i686/PKGBUILD (from rev 212187, gst-plugins-espeak/trunk/PKGBUILD)
===================================================================
--- repos/community-i686/PKGBUILD	                        (rev 0)
+++ repos/community-i686/PKGBUILD	2017-02-13 22:55:25 UTC (rev 212188)
@@ -0,0 +1,24 @@
+# $Id$
+# Maintainer: Balló György <ballogyor+arch at gmail dot com>
+
+pkgname=gst-plugins-espeak
+pkgver=0.4.0
+pkgrel=1
+pkgdesc="Use espeak as a sound source for gstreamer"
+arch=('i686' 'x86_64')
+url="https://wiki.sugarlabs.org/go/Activity_Team/gst-plugins-espeak"
+license=('LGPL')
+depends=('gst-plugins-base-libs' 'espeak')
+source=(https://download.sugarlabs.org/sources/honey/$pkgname/$pkgname-$pkgver.tar.gz)
+sha256sums=('a7be338a00bc831e69867bcaff99d11f8bff04e58484b9f4f48ccfc69fb9cf9c')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}

Copied: gst-plugins-espeak/repos/community-x86_64/PKGBUILD (from rev 212187, gst-plugins-espeak/trunk/PKGBUILD)
===================================================================
--- repos/community-x86_64/PKGBUILD	                        (rev 0)
+++ repos/community-x86_64/PKGBUILD	2017-02-13 22:55:25 UTC (rev 212188)
@@ -0,0 +1,24 @@
+# $Id$
+# Maintainer: Balló György <ballogyor+arch at gmail dot com>
+
+pkgname=gst-plugins-espeak
+pkgver=0.4.0
+pkgrel=1
+pkgdesc="Use espeak as a sound source for gstreamer"
+arch=('i686' 'x86_64')
+url="https://wiki.sugarlabs.org/go/Activity_Team/gst-plugins-espeak"
+license=('LGPL')
+depends=('gst-plugins-base-libs' 'espeak')
+source=(https://download.sugarlabs.org/sources/honey/$pkgname/$pkgname-$pkgver.tar.gz)
+sha256sums=('a7be338a00bc831e69867bcaff99d11f8bff04e58484b9f4f48ccfc69fb9cf9c')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}



More information about the arch-commits mailing list