mirror of
https://github.com/yann64/haikuports.git
synced 2026-05-03 05:28:53 +02:00
De-lint recipes.
* arm_none_eabi_newlib Removed e-mail from COPYRIGHT. Re-ordered blocks. Added REQUIRES and BUILD_REQUIRES. * avrdude Removed e-mail from COPYRIGHT. Re-ordered blocks. * bafx Removed e-mail from COPYRIGHT. Re-ordered blocks. Added REQUIRES. * becasso Removed e-mail from COPYRIGHT. Re-ordered blocks. Added REQUIRES. * becjk Removed e-mail from COPYRIGHT. Re-ordered blocks. * bmake Removed e-mail from COPYRIGHT. Re-ordered blocks. * cmake_haiku Removed e-mail from COPYRIGHT. Re-ordered blocks. * coveredcalc Removed e-mail from COPYRIGHT. Re-ordered blocks. * curl Removed e-mail from COPYRIGHT. Re-ordered blocks. * dejavu Removed e-mail from COPYRIGHT. Re-ordered blocks. * dfu-programmer Removed e-mail from COPYRIGHT. Re-ordered blocks. * exiv2 Removed e-mail from COPYRIGHT. Re-ordered blocks. * festival Removed e-mail from COPYRIGHT. Re-ordered blocks. * fxload Removed e-mail from COPYRIGHT. Re-ordered blocks. * geos Removed e-mail from COPYRIGHT. Re-ordered blocks. * gsl Removed e-mail from COPYRIGHT. Re-ordered blocks. * lato_fonts Removed e-mail from COPYRIGHT. Re-ordered blocks. * libabw Removed e-mail from COPYRIGHT. Re-ordered blocks. * libcaca Removed e-mail from COPYRIGHT. Re-ordered blocks. * libcdr Removed e-mail from COPYRIGHT. Re-ordered blocks. * libdv Removed e-mail from COPYRIGHT. Re-ordered blocks. * libebook Removed e-mail from COPYRIGHT. Re-ordered blocks. * libetonyek Removed e-mail from COPYRIGHT. Re-ordered blocks.
This commit is contained in:
@@ -1,34 +1,28 @@
|
||||
SUMMARY="Text-to-speech engine"
|
||||
SUMMARY="A text-to-speech engine"
|
||||
DESCRIPTION="Festival is a text-to-speech engine co-developed by the \
|
||||
University of Edinburgh, UK, and Carnegie Mellon University. It is designed to \
|
||||
support multiple languages and to be easy to extend, both in terms of voices \
|
||||
and new languages."
|
||||
HOMEPAGE="http://www.cstr.ed.ac.uk/projects/festival"
|
||||
SOURCE_URI="
|
||||
http://festvox.org/packed/festival/$portVersion/festival-${portVersion}-release.tar.gz
|
||||
"
|
||||
CHECKSUM_SHA256="1e47f293e0857ffde2bccead97947c040ea0b35ea12dd5796edb51583e5e5d84"
|
||||
SOURCE_DIR="festival"
|
||||
REVISION="1"
|
||||
|
||||
# Only including the licenses that cover the files that are actually used
|
||||
# and/or installed
|
||||
LICENSE="
|
||||
Festival
|
||||
"
|
||||
COPYRIGHT="
|
||||
1996 Alan W. Black
|
||||
COPYRIGHT="1996 Alan W. Black
|
||||
1996-2004 University of Edinburgh, UK
|
||||
1997 Jacques H. de Villiers <jacques@cse.ogi.edu>
|
||||
1997 Kevin A. Lenzo <lenzo@cs.cmu.edu>
|
||||
1997 Jacques H. de Villiers
|
||||
1997 Kevin A. Lenzo
|
||||
1997 Center for Spoken Language Understanding, Oregon Graduate \
|
||||
Institute of Science & Technology
|
||||
1999-2004 Language Technologies Institute, Carnegie Mellon University
|
||||
2001-2008 Tokyo Institute of Technology
|
||||
2001-2012 Nagoya Institute of Technology
|
||||
2012 The Department of Arts and Culture, The Government of the \
|
||||
Republic of South Africa
|
||||
"
|
||||
Republic of South Africa"
|
||||
LICENSE="Festival"
|
||||
REVISION="1"
|
||||
SOURCE_URI="http://festvox.org/packed/festival/$portVersion/festival-${portVersion}-release.tar.gz"
|
||||
CHECKSUM_SHA256="1e47f293e0857ffde2bccead97947c040ea0b35ea12dd5796edb51583e5e5d84"
|
||||
SOURCE_DIR="festival"
|
||||
PATCHES="festival-${portVersion}.patchset"
|
||||
|
||||
ARCHITECTURES="x86_gcc2 x86 x86_64"
|
||||
if [ $effectiveTargetArchitecture != x86_gcc2 ]; then
|
||||
@@ -46,10 +40,6 @@ PROVIDES="
|
||||
cmd:festival_client = $portVersion
|
||||
cmd:text2wave = $portVersion
|
||||
"
|
||||
PROVIDES_devel="
|
||||
festival${secondaryArchSuffix}_devel = $portVersion
|
||||
devel:libFestival$secondaryArchSuffix = $portVersion
|
||||
"
|
||||
REQUIRES="
|
||||
haiku$secondaryArchSuffix
|
||||
speech_tools$secondaryArchSuffix >= 2.4
|
||||
@@ -57,12 +47,18 @@ REQUIRES="
|
||||
lib:libncurses$secondaryArchSuffix
|
||||
lib:libstdc++$secondaryArchSuffix
|
||||
"
|
||||
|
||||
PROVIDES_devel="
|
||||
festival${secondaryArchSuffix}_devel = $portVersion
|
||||
devel:libFestival$secondaryArchSuffix = $portVersion
|
||||
"
|
||||
REQUIRES_devel="
|
||||
haiku${secondaryArchSuffix}_devel
|
||||
festival$secondaryArchSuffix == $portVersion base
|
||||
speech_tools${secondaryArchSuffix}_devel >= 2.4
|
||||
devel:libncurses$secondaryArchSuffix
|
||||
"
|
||||
|
||||
BUILD_REQUIRES="
|
||||
haiku${secondaryArchSuffix}_devel
|
||||
speech_tools${secondaryArchSuffix}_devel >= 2.4
|
||||
@@ -76,8 +72,6 @@ BUILD_PREREQUIRES="
|
||||
cmd:mkdepend
|
||||
"
|
||||
|
||||
PATCHES="festival-${portVersion}.patchset"
|
||||
|
||||
BUILD()
|
||||
{
|
||||
binDir=$prefix/bin
|
||||
|
||||
Reference in New Issue
Block a user