mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-22 19:50:05 +02:00
libao: bump version
This commit is contained in:
@@ -1,86 +0,0 @@
|
||||
SUMMARY="A cross platform audio library"
|
||||
DESCRIPTION="
|
||||
Libao is a cross-platform audio library that allows programs to output audio \
|
||||
using a simple API on a wide variety of platforms. It currently supports Null \
|
||||
output, WAV files, AU files, RAW files, OSS, ALSA, aRts, PulseAudio, esd, Mac \
|
||||
OS X, Windows, AIX, Sun/NetBSD/OpenBSD, IRIX, NAS, RoarAudio and OpenBSD's \
|
||||
sndio.
|
||||
"
|
||||
HOMEPAGE="http://xiph.org/ao/"
|
||||
SRC_URI="http://downloads.xiph.org/releases/ao/libao-1.0.0.tar.gz"
|
||||
CHECKSUM_SHA256="d0fe2c7e4afb8e45e8a3693fe9fde5402dbc2faecfb68a25e9c0cd711817b82a"
|
||||
|
||||
LICENSE="GNU GPL v2"
|
||||
COPYRIGHT="1999 Aaron Holtzman
|
||||
2000 Rik Hemsley
|
||||
2000 Timothy J. Wood
|
||||
2000-2001 Stan Seibert
|
||||
2001 Christian Weisgerber
|
||||
2001 Wil Mahan
|
||||
2002 Stefan Tibus
|
||||
2008 Alexandre Ratchov
|
||||
2008-2010 Philipp 'ph3-der-loewe' Schafft
|
||||
2010 2010 Monty"
|
||||
|
||||
REVISION="1"
|
||||
|
||||
ARCHITECTURES="x86_gcc2 x86"
|
||||
SECONDARY_ARCHITECTURES="x86_gcc2 x86"
|
||||
|
||||
PROVIDES="
|
||||
libao$secondaryArchSuffix = $portVersion
|
||||
lib:libao$secondaryArchSuffix = 0.0.0 compat >= 0
|
||||
"
|
||||
REQUIRES="
|
||||
haiku$secondaryArchSuffix >= $haikuVersion
|
||||
"
|
||||
BUILD_REQUIRES="
|
||||
haiku${secondaryArchSuffix}_devel >= $haikuVersion
|
||||
"
|
||||
BUILD_PREREQUIRES="
|
||||
cmd:aclocal
|
||||
cmd:autoconf
|
||||
cmd:automake
|
||||
cmd:gcc$secondaryArchSuffix
|
||||
cmd:ld$secondaryArchSuffix
|
||||
cmd:libtoolize
|
||||
cmd:make
|
||||
cmd:pkg_config$secondaryArchSuffix
|
||||
"
|
||||
|
||||
BUILD()
|
||||
{
|
||||
# sed -i 's/$(datadir)\/aclocal/`finddir B_COMMON_DATA_DIRECTORY`\/aclocal/g' M*
|
||||
libtoolize --force --copy --install
|
||||
aclocal
|
||||
autoconf
|
||||
automake
|
||||
runConfigure ./configure
|
||||
make $jobArgs
|
||||
}
|
||||
|
||||
INSTALL()
|
||||
{
|
||||
make install
|
||||
prepareInstalledDevelLibs libao
|
||||
fixPkgconfig
|
||||
|
||||
# move include dir to correct location
|
||||
mkdir -p $(dirname $includeDir)
|
||||
mv $prefix/include $includeDir
|
||||
|
||||
# devel package
|
||||
packageEntries devel \
|
||||
$dataDir \
|
||||
$developDir
|
||||
}
|
||||
|
||||
# ----- devel package -------------------------------------------------------
|
||||
|
||||
PROVIDES_devel="
|
||||
libao${secondaryArchSuffix}_devel = $portVersion
|
||||
devel:libao$secondaryArchSuffix = 0.0.0 compat >= 0
|
||||
"
|
||||
REQUIRES_devel="
|
||||
libao$secondaryArchSuffix == $portVersion base
|
||||
"
|
||||
@@ -8,8 +8,8 @@ sndio.
|
||||
"
|
||||
HOMEPAGE="http://xiph.org/ao/"
|
||||
|
||||
SRC_URI="http://downloads.xiph.org/releases/ao/libao-1.1.0.tar.gz"
|
||||
CHECKSUM_SHA256="29de5bb9b1726ba890455ef7e562d877df87811febb0d99ee69164b88c171bd4"
|
||||
SRC_URI="http://downloads.xiph.org/releases/ao/libao-$portVersion.tar.gz"
|
||||
CHECKSUM_SHA256="03ad231ad1f9d64b52474392d63c31197b0bc7bd416e58b1c10a329a5ed89caf"
|
||||
|
||||
LICENSE="GNU GPL v2"
|
||||
COPYRIGHT="1999 Aaron Holtzman
|
||||
@@ -23,14 +23,14 @@ COPYRIGHT="1999 Aaron Holtzman
|
||||
2008-2010 Philipp 'ph3-der-loewe' Schafft
|
||||
2010-2011 Monty"
|
||||
|
||||
REVISION="2"
|
||||
REVISION="1"
|
||||
|
||||
ARCHITECTURES="x86_gcc2 x86"
|
||||
ARCHITECTURES="x86_gcc2 x86 x86_64"
|
||||
SECONDARY_ARCHITECTURES="x86_gcc2 x86"
|
||||
|
||||
PROVIDES="
|
||||
libao$secondaryArchSuffix = $portVersion
|
||||
lib:libao$secondaryArchSuffix = 1.1.0 compat >= 0
|
||||
lib:libao$secondaryArchSuffix = 4.1.0 compat >= 4
|
||||
"
|
||||
REQUIRES="
|
||||
haiku$secondaryArchSuffix >= $haikuVersion
|
||||
@@ -49,7 +49,7 @@ BUILD_PREREQUIRES="
|
||||
cmd:pkg_config$secondaryArchSuffix
|
||||
"
|
||||
|
||||
PATCHES="libao-1.1.0.patchset"
|
||||
PATCHES="libao-$portVersion.patchset"
|
||||
|
||||
BUILD()
|
||||
{
|
||||
@@ -82,7 +82,7 @@ INSTALL()
|
||||
|
||||
PROVIDES_devel="
|
||||
libao${secondaryArchSuffix}_devel = $portVersion
|
||||
devel:libao$secondaryArchSuffix = 1.1.0 compat >= 0
|
||||
devel:libao$secondaryArchSuffix = 4.1.0 compat >= 4
|
||||
"
|
||||
REQUIRES_devel="
|
||||
libao$secondaryArchSuffix == $portVersion base
|
||||
Reference in New Issue
Block a user