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,19 +1,33 @@
SUMMARY="A high quality MPEG Audio Layer III (MP3) encoder"
DESCRIPTION="
Following the great history of GNU naming, LAME originally stood for LAME \
Ain't an Mp3 Encoder. LAME started life as a GPL'd patch against the dist10 \
ISO demonstration source, and thus was incapable of producing an mp3 stream or \
even being compiled by itself. But in May 2000, the last remnants of the ISO \
source code were replaced, and now LAME is the source code for a fully LGPL'd \
MP3 encoder, with speed and quality to rival and often surpass all commercial \
competitors.
"
DESCRIPTION="Following the great history of GNU naming, LAME originally stood \
for LAME Ain't an Mp3 Encoder. LAME is an educational tool to be used for \
learning about MP3 encoding. The goal of the LAME project is to use the open \
source model to improve the psycho acoustics, noise shaping and speed of MP3.
Many popular ripping and encoding programs include the LAME encoding engine.
LAME features:
- Many improvements in quality and speed over ISO reference software.
- MPEG1,2 and 2.5 layer III encoding.
- CBR (constant bitrate) and two types of variable bitrate, VBR and ABR.
- Encoding engine can be compiled as a shared library (Linux/UNIX), DLL, \
Directshow filter or ACM codec (Windows).
- Free format encoding and decoding.
- GPSYCHO: a GPL'd psycho acoustic and noise shaping model.
- Powerful and easy to use presets.
- Quality better than all other encoders at most bitrates.
- Fast! Encodes faster than real time on a PentiumII 266mhz at highest \
quality mode.
- MP3x: a GTK/X-Window MP3 frame analyzer for both .mp3 and unencoded audio \
files."
HOMEPAGE="http://lame.sourceforge.net/"
COPYRIGHT="1998-2012 Mike Cheng et al."
LICENSE="GNU LGPL v2"
REVISION="5"
SOURCE_URI="http://downloads.sourceforge.net/project/lame/lame/3.99/lame-$portVersion.tar.gz"
CHECKSUM_SHA256="24346b4158e4af3bd9f2e194bb23eb473c75fb7377011523353196b19b9a23ff"
LICENSE="GNU LGPL v2"
COPYRIGHT="1998-2012 Mike Cheng et al."
REVISION="5"
PATCHES="lame-$portVersion.patch"
ARCHITECTURES="x86 x86_gcc2 x86_64"
SECONDARY_ARCHITECTURES="x86_gcc2 x86"
@@ -31,6 +45,15 @@ REQUIRES="
lib:libiconv$secondaryArchSuffix
lib:libncurses$secondaryArchSuffix
"
PROVIDES_devel="
lame${secondaryArchSuffix}_devel = $portVersion
devel:libmp3lame${secondaryArchSuffix} = 0.0.0 compat >= 0
"
REQUIRES_devel="
lame${secondaryArchSuffix} == $portVersion base
"
BUILD_REQUIRES="
haiku${secondaryArchSuffix}_devel
devel:libiconv$secondaryArchSuffix
@@ -49,8 +72,6 @@ BUILD_PREREQUIRES="
cmd:find
"
PATCHES="lame-$portVersion.patch"
BUILD()
{
mkdir -p m4
@@ -95,16 +116,5 @@ INSTALL()
fixPkgconfig
# devel package
packageEntries devel \
$developDir
packageEntries devel $developDir
}
# ----- devel package -------------------------------------------------------
PROVIDES_devel="
lame${secondaryArchSuffix}_devel = $portVersion
devel:libmp3lame${secondaryArchSuffix} = 0.0.0 compat >= 0
"
REQUIRES_devel="
lame${secondaryArchSuffix} == $portVersion base
"