[arch-commits] Commit in (5 files)

Andrea Scarpino andrea at archlinux.org
Mon May 24 14:52:30 UTC 2010


    Date: Monday, May 24, 2010 @ 10:52:29
  Author: andrea
Revision: 80976

merge festival speaker packages for language

Added:
  festival-voices/
  festival-voices/repos/
  festival-voices/trunk/
  festival-voices/trunk/LICENSE
  festival-voices/trunk/PKGBUILD

----------+
 LICENSE  |   28 ++++++++++++++++++++++++++++
 PKGBUILD |   49 +++++++++++++++++++++++++++++++++++++++++++++++++
 2 files changed, 77 insertions(+)

Added: festival-voices/trunk/LICENSE
===================================================================
--- festival-voices/trunk/LICENSE	                        (rev 0)
+++ festival-voices/trunk/LICENSE	2010-05-24 14:52:29 UTC (rev 80976)
@@ -0,0 +1,28 @@
+                Centre for Speech Technology Research
+                     University of Edinburgh, UK
+                       Copyright (c) 1996-2001
+                        All Rights Reserved.
+                                                                        
+  Permission is hereby granted, free of charge, to use and distribute
+  this software and its documentation without restriction, including
+  without limitation the rights to use, copy, modify, merge, publish,
+  distribute, sublicense, and/or sell copies of this work, and to
+  permit persons to whom this work is furnished to do so, subject to
+  the following conditions:
+   1. The code must retain the above copyright notice, this list of
+      conditions and the following disclaimer.
+   2. Any modifications must be clearly marked as such.
+   3. Original authors' names are not deleted.
+   4. The authors' names are not used to endorse or promote products
+      derived from this software without specific prior written
+      permission.
+
+ THE UNIVERSITY OF EDINBURGH AND THE CONTRIBUTORS TO THIS WORK
+  DISCLAIM ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING
+  ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO EVENT
+  SHALL THE UNIVERSITY OF EDINBURGH NOR THE CONTRIBUTORS BE LIABLE
+  FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
+  WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN
+  AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION,
+  ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF
+  THIS SOFTWARE.

Added: festival-voices/trunk/PKGBUILD
===================================================================
--- festival-voices/trunk/PKGBUILD	                        (rev 0)
+++ festival-voices/trunk/PKGBUILD	2010-05-24 14:52:29 UTC (rev 80976)
@@ -0,0 +1,49 @@
+# $Id: PKGBUILD 47968 2009-07-30 01:37:41Z eric $
+# Maintainer:
+# Contributor: Andrea Scarpino <andrea at archlinux.org>
+
+pkgbase=festival-voices
+pkgname=('festival-us'
+	'festival-english')
+pkgver=2.0.95
+pkgrel=1
+arch=('any')
+url="http://www.cstr.ed.ac.uk/projects/festival/"
+license=('custom')
+depends=('festival')
+source=("http://www.cstr.ed.ac.uk/downloads/festival/${pkgver}/festvox_cmu_us_awb_cg.tar.gz"
+	"http://www.cstr.ed.ac.uk/downloads/festival/${pkgver}/festvox_cmu_us_rms_cg.tar.gz"
+	"http://www.cstr.ed.ac.uk/downloads/festival/${pkgver}/festvox_cmu_us_slt_arctic_hts.tar.gz"
+	"http://www.cstr.ed.ac.uk/downloads/festival/${pkgver}/festvox_kallpc16k.tar.gz"
+	"http://www.cstr.ed.ac.uk/downloads/festival/${pkgver}/festvox_rablpc16k.tar.gz"
+	'LICENSE')
+md5sums=('2c14269587ad018ee93176bb44f4c38b'
+	'a9514a9df32401774c074abec42ffb22'
+	'34589c992851ad40737d3a1ed21ded49'
+	'3869af78f473b616601cac3fa83cc14e'
+	'34cb2478f5b8fa1ed02f5cbb496c1dcd'
+	'eb7167e849fbd166699eef79e87a7e36')
+
+build() {
+  /bin/true
+}
+
+package_festival-us() {
+  pkgdesc="American Male/Female and Scottish English Male speaker"
+  replaces=('festival-awb-arctic')
+
+  cd ${srcdir}
+  install -d "${pkgdir}/usr/share/festival/voices/" || return 1
+  cp -rf festival/lib/voices/us "${pkgdir}/usr/share/festival/voices/" || return 1
+  install -Dm644 "${srcdir}/LICENSE" "${pkgdir}/usr/share/licenses/festival-us/LICENSE" || return 1
+}
+
+package_festival-english() {
+  pkgdesc="British and American English Male speaker"
+  replaces=('festival-kallpc16k' 'festival-rablpc16k')
+
+  cd ${srcdir}
+  install -d "${pkgdir}/usr/share/festival/voices/" || return 1
+  cp -rf festival/lib/voices/english "${pkgdir}/usr/share/festival/voices/" || return 1
+  install -Dm644 "${srcdir}/LICENSE" "${pkgdir}/usr/share/licenses/festival-english/LICENSE" || return 1
+}
\ No newline at end of file




More information about the arch-commits mailing list