Recipe cosmetics: improved SUMMARY/DESCRIPTION and re-ordered blocks.

This commit is contained in:
Humdinger
2015-08-31 17:16:33 +02:00
parent e9901f64b8
commit ae698c8c3b
15 changed files with 265 additions and 309 deletions

View File

@@ -1,26 +1,26 @@
SUMMARY="A Free Codec For Free Speech"
DESCRIPTION="Speex is an Open Source/Free Software patent-free audio \
compression format designed for speech. The Speex Project aims to lower the \
SUMMARY="A free codec for speech"
DESCRIPTION="Speex is an open-source/free software patent-free audio \
compression format designed for speech. The Speex project aims to lower the \
barrier of entry for voice applications by providing a free alternative to \
expensive proprietary speech codecs. Moreover, Speex is well-adapted to \
Internet applications and provides useful features that are not present in \
most other codecs. Finally, Speex is part of the GNU Project and is available \
under the revised BSD license.
"
internet applications and provides useful features that are not present in \
most other codecs.
Finally, Speex is part of the GNU project and is available under the revised \
BSD license."
HOMEPAGE="http://www.speex.org"
LICENSE="Speex"
COPYRIGHT="
2002-2009 Xiph.org Foundation
COPYRIGHT="2002-2009 Xiph.org Foundation
2002-2008 Jean-Marc Valin
2005-2007 Analog Devices Inc.
2005-2008 Commonwealth Scientific and Industrial Research Organisation (CSIRO)
1993, 2002, 2006 David Rowe
2003 EpicGames
1992-1994 Jutta Degener, Carsten Bormann
"
1992-1994 Jutta Degener, Carsten Bormann"
LICENSE="Speex"
REVISION="1"
SOURCE_URI="http://downloads.xiph.org/releases/speex/speex-1.2rc2.tar.gz"
CHECKSUM_SHA256="caa27c7247ff15c8521c2ae0ea21987c9e9710a8f2d3448e8b79da9806bce891"
REVISION="1"
SOURCE_DIR="speex-1.2rc2"
ARCHITECTURES="x86_gcc2 x86 x86_64"
SECONDARY_ARCHITECTURES="x86_gcc2 x86"
@@ -34,16 +34,24 @@ if [ -z "$secondaryArchSuffix" ]; then
cmd:speexenc = $portVersion
"
fi
REQUIRES="
haiku$secondaryArchSuffix
lib:libogg$secondaryArchSuffix
"
PROVIDES_devel="
speex${secondaryArchSuffix}_devel = $portVersion
devel:libspeex$secondaryArchSuffix = 1.5.0 compat >= 1
"
REQUIRES_devel="
speex$secondaryArchSuffix == $portVersion
"
BUILD_REQUIRES="
haiku${secondaryArchSuffix}_devel
devel:libogg$secondaryArchSuffix
"
BUILD_PREREQUIRES="
haiku${secondaryArchSuffix}_devel
cmd:aclocal
cmd:autoconf
cmd:automake
@@ -54,8 +62,6 @@ BUILD_PREREQUIRES="
cmd:pkg_config$secondaryArchSuffix
"
SOURCE_DIR="speex-1.2rc2"
BUILD()
{
libtoolize --copy --force --install
@@ -84,13 +90,3 @@ INSTALL()
rm -rf $documentationDir
fi
}
# ----- devel package -------------------------------------------------------
PROVIDES_devel="
speex${secondaryArchSuffix}_devel = $portVersion
devel:libspeex$secondaryArchSuffix = 1.5.0 compat >= 1
"
REQUIRES_devel="
speex$secondaryArchSuffix == $portVersion
"