[arch-commits] Commit in festival-voices/repos (3 files)

Pierre Schmitz pierre at nymeria.archlinux.org
Sun Jan 27 20:17:17 UTC 2013


    Date: Sunday, January 27, 2013 @ 21:17:17
  Author: pierre
Revision: 83189

archrelease: copy trunk to community-any

Added:
  festival-voices/repos/community-any/
  festival-voices/repos/community-any/LICENSE
    (from rev 83188, festival-voices/trunk/LICENSE)
  festival-voices/repos/community-any/PKGBUILD
    (from rev 83188, festival-voices/trunk/PKGBUILD)

----------+
 LICENSE  |   28 ++++++++++++++++++++++++++++
 PKGBUILD |   45 +++++++++++++++++++++++++++++++++++++++++++++
 2 files changed, 73 insertions(+)

Copied: festival-voices/repos/community-any/LICENSE (from rev 83188, festival-voices/trunk/LICENSE)
===================================================================
--- community-any/LICENSE	                        (rev 0)
+++ community-any/LICENSE	2013-01-27 20:17:17 UTC (rev 83189)
@@ -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.

Copied: festival-voices/repos/community-any/PKGBUILD (from rev 83188, festival-voices/trunk/PKGBUILD)
===================================================================
--- community-any/PKGBUILD	                        (rev 0)
+++ community-any/PKGBUILD	2013-01-27 20:17:17 UTC (rev 83189)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer:
+# Contributor: Andrea Scarpino <andrea at archlinux.org>
+
+pkgbase=festival-voices
+pkgname=('festival-us'
+	'festival-english')
+pkgver=2.0.95
+pkgrel=2
+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')
+
+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/"
+  cp -rf festival/lib/voices/us "${pkgdir}/usr/share/festival/voices/"
+  install -Dm644 "${srcdir}/LICENSE" "${pkgdir}/usr/share/licenses/festival-us/LICENSE"
+}
+
+package_festival-english() {
+  pkgdesc="British and American English Male speaker"
+  replaces=('festival-kallpc16k' 'festival-rablpc16k')
+
+  cd ${srcdir}
+  install -d "${pkgdir}/usr/share/festival/voices/"
+  cp -rf festival/lib/voices/english "${pkgdir}/usr/share/festival/voices/"
+  install -Dm644 "${srcdir}/LICENSE" "${pkgdir}/usr/share/licenses/festival-english/LICENSE"
+}




More information about the arch-commits mailing list