[arch-commits] Commit in festival-voices/repos/extra-any (4 files)
Allan McRae
allan at archlinux.org
Fri Feb 17 11:10:27 UTC 2012
Date: Friday, February 17, 2012 @ 06:10:26
Author: allan
Revision: 150388
archrelease: copy trunk to extra-any
Added:
festival-voices/repos/extra-any/LICENSE
(from rev 150387, festival-voices/trunk/LICENSE)
festival-voices/repos/extra-any/PKGBUILD
(from rev 150387, festival-voices/trunk/PKGBUILD)
Deleted:
festival-voices/repos/extra-any/LICENSE
festival-voices/repos/extra-any/PKGBUILD
----------+
LICENSE | 56 ++++++++++++++++++------------------
PKGBUILD | 94 +++++++++++++++++++++++++++++--------------------------------
2 files changed, 73 insertions(+), 77 deletions(-)
Deleted: LICENSE
===================================================================
--- LICENSE 2012-02-17 11:09:37 UTC (rev 150387)
+++ LICENSE 2012-02-17 11:10:26 UTC (rev 150388)
@@ -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/extra-any/LICENSE (from rev 150387, festival-voices/trunk/LICENSE)
===================================================================
--- LICENSE (rev 0)
+++ LICENSE 2012-02-17 11:10:26 UTC (rev 150388)
@@ -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 2012-02-17 11:09:37 UTC (rev 150387)
+++ PKGBUILD 2012-02-17 11:10:26 UTC (rev 150388)
@@ -1,49 +0,0 @@
-# $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
Copied: festival-voices/repos/extra-any/PKGBUILD (from rev 150387, festival-voices/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2012-02-17 11:10:26 UTC (rev 150388)
@@ -0,0 +1,45 @@
+# $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=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