mirror of
https://github.com/yann64/haikuports.git
synced 2026-05-03 05:28:53 +02:00
Reformat 10 recipes
This commit is contained in:
@@ -1,20 +1,20 @@
|
||||
SUMMARY="Speech synthesizer for English and other languages"
|
||||
DESCRIPTION="
|
||||
eSpeak is a compact open source software speech synthesizer \
|
||||
for English and other languages, for Linux and Windows.
|
||||
|
||||
eSpeak uses a \"formant synthesis\" method. \
|
||||
This allows many languages to be provided in a small size. \
|
||||
The speech is clear, and can be used at high speeds, \
|
||||
but is not as natural or smooth as larger synthesizers \
|
||||
which are based on human speech recordings.
|
||||
"
|
||||
DESCRIPTION="eSpeak is a compact open source software speech synthesizer \
|
||||
for English and other languages, for Linux and Windows. \
|
||||
\
|
||||
eSpeak uses a \"formant synthesis\" method. \
|
||||
This allows many languages to be provided in a small size. \
|
||||
The speech is clear, and can be used at high speeds, \
|
||||
but is not as natural or smooth as larger synthesizers \
|
||||
which are based on human speech recordings."
|
||||
HOMEPAGE="http://espeak.sourceforge.net/"
|
||||
COPYRIGHT="2005-2014 Jonathan Duddington"
|
||||
LICENSE="GNU GPL v3"
|
||||
REVISION="1"
|
||||
SOURCE_URI="http://sourceforge.net/projects/espeak/files/espeak/espeak-1.48/espeak-1.48.04-source.zip"
|
||||
CHECKSUM_SHA256="bf9a17673adffcc28ff7ea18764f06136547e97bbd9edf2ec612f09b207f0659"
|
||||
REVISION="1"
|
||||
LICENSE="GNU GPL v3"
|
||||
COPYRIGHT="2005-2014 Jonathan Duddington"
|
||||
SOURCE_DIR="espeak-${portVersion}-source"
|
||||
PATCHES="espeak-1.48.04.patch"
|
||||
|
||||
ARCHITECTURES="x86_gcc2 ?x86 ?x86_64"
|
||||
|
||||
@@ -27,6 +27,7 @@ PROVIDES="
|
||||
REQUIRES="
|
||||
haiku
|
||||
"
|
||||
|
||||
BUILD_REQUIRES="
|
||||
haiku_devel
|
||||
"
|
||||
@@ -35,10 +36,6 @@ BUILD_PREREQUIRES="
|
||||
cmd:gcc
|
||||
"
|
||||
|
||||
SOURCE_DIR="espeak-${portVersion}-source"
|
||||
|
||||
PATCHES="espeak-1.48.04.patch"
|
||||
|
||||
BUILD()
|
||||
{
|
||||
cd src
|
||||
|
||||
@@ -17,11 +17,11 @@ COPYRIGHT="1986 University of Toronto
|
||||
# Although individually many files have different licenses, as a whole this
|
||||
# license covers all the files.
|
||||
LICENSE="Flite"
|
||||
REVISION="2"
|
||||
SOURCE_URI="http://www.festvox.org/flite/packed/flite-2.0/flite-${portVersion}-release.tar.bz2"
|
||||
CHECKSUM_SHA256="678c3860fd539402b5d1699b921239072af6acb4e72dc4720494112807cae411"
|
||||
SOURCE_DIR="flite-${portVersion}-release"
|
||||
PATCHES="flite-$portVersion.patchset"
|
||||
REVISION="2"
|
||||
|
||||
ARCHITECTURES="x86_gcc2 x86 x86_64"
|
||||
SECONDARY_ARCHITECTURES="x86 x86_gcc2"
|
||||
@@ -51,6 +51,10 @@ PROVIDES="
|
||||
lib:libflite_cmulex$secondaryArchSuffix = $portVersion compat >= 2
|
||||
lib:libflite_usenglish$secondaryArchSuffix = $portVersion compat >= 2
|
||||
"
|
||||
REQUIRES="
|
||||
haiku$secondaryArchSuffix
|
||||
"
|
||||
|
||||
PROVIDES_devel="
|
||||
flite${secondaryArchSuffix}_devel = $portVersion
|
||||
devel:libflite$secondaryArchSuffix = $portVersion compat >= 2
|
||||
@@ -67,10 +71,6 @@ PROVIDES_devel="
|
||||
devel:libflite_cmulex$secondaryArchSuffix = $portVersion compat >= 2
|
||||
devel:libflite_usenglish$secondaryArchSuffix = $portVersion compat >= 2
|
||||
"
|
||||
|
||||
REQUIRES="
|
||||
haiku$secondaryArchSuffix
|
||||
"
|
||||
REQUIRES_devel="
|
||||
haiku${secondaryArchSuffix}_devel
|
||||
flite$secondaryArchSuffix == $portVersion base
|
||||
|
||||
Reference in New Issue
Block a user