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
"

View File

@@ -1,25 +1,20 @@
SUMMARY="Musepack SV8 libraries and utilities"
DESCRIPTION="Musepack or MPC is an open source lossy audio codec, specifically \
optimized for transparent compression of stereo audio at bitrates of 160180 \
optimized for transparent compression of stereo audio at bitrates of 160-180 \
(manual set allows bitrates up to 320) kbit/s. It was formerly known as \
MPEGplus, MPEG+ or MP+.
"
ARCHITECTURES="x86_gcc2"
SECONDARY_ARCHITECTURES="x86"
REVISION="1"
MPEGplus, MPEG+ or MP+."
HOMEPAGE="https://www.musepack.net"
LICENSE="
BSD (3-clause)
GNU LGPL v2.1
"
COPYRIGHT="
1997-2011 Andree Buschmann, Frank Klemm
"
COPYRIGHT="1997-2011 Andree Buschmann, Frank Klemm"
LICENSE="BSD (3-clause)
GNU LGPL v2.1"
REVISION="1"
SOURCE_URI="http://files.musepack.net/source/musepack_src_r475.tar.gz"
SOURCE_DIR="musepack_src_r475"
PATCHES="musepack_tools-r475.patchset"
ARCHITECTURES="x86_gcc2"
SECONDARY_ARCHITECTURES="x86"
PROVIDES="
musepack_tools$secondaryArchSuffix = $portVersion
cmd:mpc2sv8
@@ -30,34 +25,31 @@ PROVIDES="
cmd:mpcgain
cmd:wavcmp
lib:libmpcdec$secondaryArchSuffix
"
"
REQUIRES="
haiku$secondaryArchSuffix
lib:libcuefile$secondaryArchSuffix
lib:libreplaygain$secondaryArchSuffix
"
BUILD_REQUIRES="
devel:libreplaygain$secondaryArchSuffix
devel:libcuefile$secondaryArchSuffix
"
BUILD_PREREQUIRES="
haiku${secondaryArchSuffix}_devel
cmd:cmake
cmd:gcc$secondaryArchSuffix
cmd:make
"
"
PROVIDES_devel="
musepack_tools${secondaryArchSuffix}_devel = $portVersion
devel:libmpcdec$secondaryArchSuffix
"
"
REQUIRES_devel="
musepack_tools$secondaryArchSuffix == $portVersion base
"
"
BUILD_REQUIRES="
haiku${secondaryArchSuffix}_devel
devel:libreplaygain$secondaryArchSuffix
devel:libcuefile$secondaryArchSuffix
"
BUILD_PREREQUIRES="
cmd:cmake
cmd:gcc$secondaryArchSuffix
cmd:make
"
BUILD()
{
@@ -87,4 +79,4 @@ INSTALL()
TEST()
{
make check
}
}

View File

@@ -1,4 +1,4 @@
SUMMARY="An open sound system"
SUMMARY="The audio architecture Open Sound System (OSS)"
DESCRIPTION="Open Sound System (OSS) is the first attempt in unifying the \
digital audio architecture for UNIX. OSS is a set of device drivers that \
provide a uniform API across all the major UNIX architectures."
@@ -26,13 +26,14 @@ PROVIDES="
cmd:savemixer$secondaryArchSuffix
cmd:vmixctl$secondaryArchSuffix
"
REQUIRES="
haiku$secondaryArchSuffix
"
BUILD_PREREQUIRES="
BUILD_REQUIRES="
haiku${secondaryArchSuffix}_devel
"
BUILD_PREREQUIRES="
cmd:gcc$secondaryArchSuffix
cmd:ld$secondaryArchSuffix
cmd:awk
@@ -54,4 +55,4 @@ INSTALL()
make build SYSTEM_DIR=system
copyattr -d -r prototype/system/* $prefix/
copyattr -d -r prototype/home/config/settings/* $settingsDir/
}
}