[arch-commits] Commit in festival-awb-arctic/repos/extra-x86_64 (LICENSE PKGBUILD)

Eric Bélanger eric at archlinux.org
Thu Jul 30 00:42:03 UTC 2009


    Date: Wednesday, July 29, 2009 @ 20:42:03
  Author: eric
Revision: 47967

reverting update to [extra], will use [testing] instead to use any arch

Modified:
  festival-awb-arctic/repos/extra-x86_64/PKGBUILD
Deleted:
  festival-awb-arctic/repos/extra-x86_64/LICENSE

----------+
 LICENSE  |   28 ----------------------------
 PKGBUILD |   23 +++++++++--------------
 2 files changed, 9 insertions(+), 42 deletions(-)

Deleted: LICENSE
===================================================================
--- LICENSE	2009-07-30 00:40:51 UTC (rev 47966)
+++ LICENSE	2009-07-30 00:42:03 UTC (rev 47967)
@@ -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.

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2009-07-30 00:40:51 UTC (rev 47966)
+++ PKGBUILD	2009-07-30 00:42:03 UTC (rev 47967)
@@ -2,24 +2,19 @@
 # Maintainer: Simo Leone <neotuli at gmail.com>
 # Contributor: Simo Leone <neotuli at gmail.com>
 pkgname=festival-awb-arctic
+_pkgnameorig=festvox_cstr_us_awb_arctic_multisyn
 pkgver=1.0
-pkgrel=3
+pkgrel=1
 pkgdesc="Scottish English male speaker (AWB), using excited residual LPC multisyn database."
-arch=('i686' 'x86_64')
+arch=(i686 x86_64)
 url="http://www.cstr.ed.ac.uk/projects/festival/"
-license=('custom')
+license=""
 depends=('festival')
-source=(http://www.cstr.ed.ac.uk/downloads/festival/1.95/festvox_cstr_us_awb_arctic_multisyn-$pkgver.tar.gz LICENSE)
-md5sums=('880c20efb5baf0532671b46ac28545d0' 'eb7167e849fbd166699eef79e87a7e36')
-sha1sums=('d5e526f6f160fbdc3cb9eb0a3470b57f5045268b' 'e2f8a1cdd444925824475a9a537c18073aa07b9b')
+source=("http://www.cstr.ed.ac.uk/downloads/festival/1.95/$_pkgnameorig-$pkgver.tar.gz")
 
 build() {
-  cd "$srcdir"
-  
-  sed -ie '2i(defvar voice_us_awb_multisyn_configure_pre nil)' \
-    festival/lib/voices-multisyn/english/cstr_us_awb_arctic_multisyn/festvox/cstr_us_awb_arctic_multisyn.scm || return 1
-  
-  mkdir -p "$pkgdir/usr/share/festival"
-  cp -a festival/lib/voices-multisyn "$pkgdir/usr/share/festival" || return 1
-  install -D -m644 "${srcdir}/LICENSE" "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE" || return 1
+  cd $startdir/src
+  mkdir -p $startdir/pkg/usr/share/festival
+  mv festival/lib/voices-multisyn $startdir/pkg/usr/share/festival
 }
+md5sums=('880c20efb5baf0532671b46ac28545d0')




More information about the arch-commits mailing list