[arch-commits] Commit in festival-voices/repos/community-any (4 files)

Felix Yan fyan at nymeria.archlinux.org
Thu Apr 17 06:58:40 UTC 2014


    Date: Thursday, April 17, 2014 @ 08:58:40
  Author: fyan
Revision: 109626

archrelease: copy trunk to community-any

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

----------+
 LICENSE  |   56 ++++++++++++++++++-------------------
 PKGBUILD |   90 ++++++++++++++++++++++++++++++-------------------------------
 2 files changed, 73 insertions(+), 73 deletions(-)

Deleted: LICENSE
===================================================================
--- LICENSE	2014-04-17 06:57:29 UTC (rev 109625)
+++ LICENSE	2014-04-17 06:58:40 UTC (rev 109626)
@@ -1,28 +0,0 @@
-                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/LICENSE (from rev 109625, festival-voices/trunk/LICENSE)
===================================================================
--- LICENSE	                        (rev 0)
+++ LICENSE	2014-04-17 06:58:40 UTC (rev 109626)
@@ -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.

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2014-04-17 06:57:29 UTC (rev 109625)
+++ PKGBUILD	2014-04-17 06:58:40 UTC (rev 109626)
@@ -1,45 +0,0 @@
-# $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"
-}

Copied: festival-voices/repos/community-any/PKGBUILD (from rev 109625, festival-voices/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2014-04-17 06:58:40 UTC (rev 109626)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer:
+# Contributor: Andrea Scarpino <andrea at archlinux.org>
+
+pkgbase=festival-voices
+pkgname=('festival-us'
+	'festival-english')
+pkgver=2.1
+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'
+         'a9b53441968f6bc612b85c04bbc4cf0f'
+         '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