[arch-commits] Commit in festival-voices/repos (3 files)
Felix Yan
felixonmars at archlinux.org
Tue Jul 7 13:05:08 UTC 2020
Date: Tuesday, July 7, 2020 @ 13:05:08
Author: felixonmars
Revision: 658330
archrelease: copy trunk to community-staging-any
Added:
festival-voices/repos/community-staging-any/
festival-voices/repos/community-staging-any/LICENSE
(from rev 658328, festival-voices/trunk/LICENSE)
festival-voices/repos/community-staging-any/PKGBUILD
(from rev 658328, festival-voices/trunk/PKGBUILD)
----------+
LICENSE | 28 ++++++++++++++++++++++++++++
PKGBUILD | 41 +++++++++++++++++++++++++++++++++++++++++
2 files changed, 69 insertions(+)
Copied: festival-voices/repos/community-staging-any/LICENSE (from rev 658328, festival-voices/trunk/LICENSE)
===================================================================
--- community-staging-any/LICENSE (rev 0)
+++ community-staging-any/LICENSE 2020-07-07 13:05:08 UTC (rev 658330)
@@ -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-staging-any/PKGBUILD (from rev 658328, festival-voices/trunk/PKGBUILD)
===================================================================
--- community-staging-any/PKGBUILD (rev 0)
+++ community-staging-any/PKGBUILD 2020-07-07 13:05:08 UTC (rev 658330)
@@ -0,0 +1,41 @@
+# 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.5
+pkgrel=2
+arch=('any')
+url='http://festvox.org/festival/'
+license=('custom')
+depends=('festival')
+source=("http://festvox.org/packed/festival/$pkgver/voices/festvox_cmu_us_awb_cg.tar.gz"
+ "http://festvox.org/packed/festival/$pkgver/voices/festvox_cmu_us_rms_cg.tar.gz"
+ "http://festvox.org/packed/festival/$pkgver/voices/festvox_cmu_us_slt_cg.tar.gz"
+ "http://festvox.org/packed/festival/$pkgver/voices/festvox_kallpc16k.tar.gz"
+ "http://festvox.org/packed/festival/$pkgver/voices/festvox_rablpc16k.tar.gz"
+ 'LICENSE')
+sha512sums=('b1a21799ac8b7980566d91613a9aa64a9df1342cca96df20e14730af127f147605d7b8150ef295ad95f2056f7ff2c69525e0858f23bb5052d56fcd1a99a3b749'
+ '5496c9767090591ad9525ad4cefbacbaa47ff27476a547e29f3d59c4c8c50d281bd9764c08f40abb3b7e6f49dbff3a03b408a83aa613aa886ebdde7ed8e5196f'
+ '8dc516fcd280ce5ca2915deb9cc0d7704f37815f443342007383d8708ae7419c05357ad48f460b2171ab1417ec7c3c033442d9d3f4a631df49f6f2a9826c2c28'
+ '5d8a57840220c00e281842fd38f16887b7403dc487782947eae4a0b2d36f951aa957182bb36a1b4824e40288a5ccc2e635f38f5a09277a0da8099aa6bf24d892'
+ 'c97a19f82eca65553846b83ae355852266408de1268b4d80af50d6e212a833d98f414d1e9b85751c8f074b285f01ead93cc42208e3c0bbca330524a35e936835'
+ '98832eb38246e38baa5db77b065c0dd45b1b447226dc2f900c4341ff0309f39147e3fb325b7ca0af2cf2c5f38e5d33cefec7d96f823a0bda5120cf5241cb355f')
+
+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"
+}
More information about the arch-commits
mailing list