mirror of
https://github.com/yann64/haikuports.git
synced 2026-05-06 06:58:57 +02:00
Recipe cosmetics. Improved SUMMARY/DESCRIPTION, re-ordered blocks.
This commit is contained in:
@@ -1,26 +1,26 @@
|
||||
SUMMARY="Ogg Vorbis audio compression format library"
|
||||
DESCRIPTION="
|
||||
Ogg Vorbis is a fully open, non-proprietary, patent-and-royalty-free, \
|
||||
general-purpose compressed audio format for mid to high quality (8kHz-48.0kHz, \
|
||||
16+ bit, polyphonic) audio and music at fixed and variable bitrates from 16 to \
|
||||
128 kbps/channel. This places Vorbis in the same competitive class as audio \
|
||||
representations such as MPEG-4 (AAC), and similar to, but higher performance \
|
||||
than MPEG-1/2 audio layer 3, MPEG-4 audio (TwinVQ), WMA and PAC.
|
||||
DESCRIPTION="Ogg Vorbis is a fully open, non-proprietary, \
|
||||
patent-and-royalty-free, general-purpose compressed audio format for mid to \
|
||||
high quality (8kHz-48.0kHz, 16+ bit, polyphonic) audio and music at fixed and \
|
||||
variable bitrates from 16 to 128 kbps/channel. This places Vorbis in the same \
|
||||
competitive class as audio representations such as MPEG-4 (AAC), and similar \
|
||||
to, but higher performance than MPEG-1/2 audio layer 3, MPEG-4 audio \
|
||||
(TwinVQ), WMA and PAC.
|
||||
|
||||
The bitstream format for Vorbis I was frozen Monday, May 8th 2000. All \
|
||||
bitstreams encoded since will remain compatible with all future releases of \
|
||||
Vorbis.
|
||||
"
|
||||
Vorbis."
|
||||
HOMEPAGE="http://www.xiph.org/vorbis/"
|
||||
LICENSE="BSD (3-clause)"
|
||||
COPYRIGHT="1994-2010 Xiph.Org Foundation"
|
||||
LICENSE="BSD (3-clause)"
|
||||
REVISION="2"
|
||||
SOURCE_URI="http://downloads.xiph.org/releases/vorbis/libvorbis-$portVersion.tar.gz"
|
||||
CHECKSUM_SHA256="6efbcecdd3e5dfbf090341b485da9d176eb250d893e3eb378c428a2db38301ce"
|
||||
REVISION="2"
|
||||
PATCHES="libvorbis-$portVersion.patchset"
|
||||
|
||||
ARCHITECTURES="x86_gcc2 x86 x86_64"
|
||||
SECONDARY_ARCHITECTURES="x86_gcc2 x86"
|
||||
|
||||
PATCHES="libvorbis-$portVersion.patchset"
|
||||
|
||||
PROVIDES="
|
||||
libvorbis$secondaryArchSuffix = $portVersion
|
||||
lib:libvorbis$secondaryArchSuffix = 0.4.8 compat >= 0
|
||||
@@ -31,11 +31,23 @@ REQUIRES="
|
||||
haiku$secondaryArchSuffix
|
||||
lib:libogg$secondaryArchSuffix
|
||||
"
|
||||
|
||||
PROVIDES_devel="
|
||||
libvorbis${secondaryArchSuffix}_devel = $portVersion
|
||||
devel:libvorbis$secondaryArchSuffix = 0.4.7 compat >= 0
|
||||
devel:libvorbisenc$secondaryArchSuffix = 2.0.10 compat >= 2
|
||||
devel:libvorbisfile$secondaryArchSuffix = 3.3.6 compat >= 3
|
||||
"
|
||||
REQUIRES_devel="
|
||||
libvorbis$secondaryArchSuffix == $portVersion
|
||||
devel:libogg$secondaryArchSuffix
|
||||
"
|
||||
|
||||
BUILD_REQUIRES="
|
||||
haiku${secondaryArchSuffix}_devel
|
||||
devel:libogg$secondaryArchSuffix
|
||||
"
|
||||
BUILD_PREREQUIRES="
|
||||
haiku${secondaryArchSuffix}_devel
|
||||
cmd:aclocal
|
||||
cmd:autoconf
|
||||
cmd:automake
|
||||
@@ -72,16 +84,3 @@ INSTALL()
|
||||
$dataDir \
|
||||
$developDir
|
||||
}
|
||||
|
||||
# ----- devel package -------------------------------------------------------
|
||||
|
||||
PROVIDES_devel="
|
||||
libvorbis${secondaryArchSuffix}_devel = $portVersion
|
||||
devel:libvorbis$secondaryArchSuffix = 0.4.7 compat >= 0
|
||||
devel:libvorbisenc$secondaryArchSuffix = 2.0.10 compat >= 2
|
||||
devel:libvorbisfile$secondaryArchSuffix = 3.3.6 compat >= 3
|
||||
"
|
||||
REQUIRES_devel="
|
||||
libvorbis$secondaryArchSuffix == $portVersion
|
||||
devel:libogg$secondaryArchSuffix
|
||||
"
|
||||
|
||||
Reference in New Issue
Block a user