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

Alexander Rødseth arodseth at archlinux.org
Sun Apr 12 00:31:11 UTC 2015


    Date: Sunday, April 12, 2015 @ 02:31:10
  Author: arodseth
Revision: 131202

archrelease: copy trunk to community-any

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

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

Deleted: LICENSE
===================================================================
--- LICENSE	2015-04-12 00:30:12 UTC (rev 131201)
+++ LICENSE	2015-04-12 00:31:10 UTC (rev 131202)
@@ -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 131201, festival-voices/trunk/LICENSE)
===================================================================
--- LICENSE	                        (rev 0)
+++ LICENSE	2015-04-12 00:31:10 UTC (rev 131202)
@@ -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	2015-04-12 00:30:12 UTC (rev 131201)
+++ PKGBUILD	2015-04-12 00:31:10 UTC (rev 131202)
@@ -1,45 +0,0 @@
-# $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"
-}

Copied: festival-voices/repos/community-any/PKGBUILD (from rev 131201, festival-voices/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2015-04-12 00:31:10 UTC (rev 131202)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Alexander Rødseth <xyproto at archlinux.org>
+# Contributor: Andrea Scarpino <andrea at archlinux.org>
+
+pkgbase=festival-voices
+pkgname=('festival-us' 'festival-english')
+pkgver=2.4
+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/voices/festvox_cmu_us_awb_cg.tar.gz"
+	"http://www.cstr.ed.ac.uk/downloads/festival/$pkgver/voices/festvox_cmu_us_rms_cg.tar.gz"
+	"http://www.cstr.ed.ac.uk/downloads/festival/$pkgver/voices/festvox_cmu_us_slt_cg.tar.gz"
+	"http://www.cstr.ed.ac.uk/downloads/festival/$pkgver/voices/festvox_kallpc16k.tar.gz"
+	"http://www.cstr.ed.ac.uk/downloads/festival/$pkgver/voices/festvox_rablpc16k.tar.gz"
+	'LICENSE')
+md5sums=('53d93d0ee910bde62d85ca261edd67e1'
+         '9dca49338804f4081ebc2e65ac1b88fe'
+         'd7f992fea3000e2aa2139d72103dd17f'
+         '3869af78f473b616601cac3fa83cc14e'
+         '34cb2478f5b8fa1ed02f5cbb496c1dcd'
+         'eb7167e849fbd166699eef79e87a7e36')
+
+package_festival-us() {
+  pkgdesc='American Male/Female and Scottish English Male speaker'
+  replaces=('festival-awb-arctic')
+
+  install -d "$pkgdir/usr/share/festival/voices/"
+  cp -rf festival/lib/voices/us "$pkgdir/usr/share/festival/voices/"
+  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/festival-us/LICENSE"
+}
+
+package_festival-english() {
+  pkgdesc='British and American English Male speaker'
+  replaces=('festival-kallpc16k' 'festival-rablpc16k')
+
+  install -d "$pkgdir/usr/share/festival/voices/"
+  cp -rf festival/lib/voices/english "$pkgdir/usr/share/festival/voices/"
+  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/festival-english/LICENSE"
+}
+
+# vim:set ts=2 sw=2 et:



More information about the arch-commits mailing list