mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-21 19:20:08 +02:00
libao: bump version.
This commit is contained in:
@@ -18,9 +18,10 @@ COPYRIGHT="1999 Aaron Holtzman
|
||||
2008-2010 Philipp 'ph3-der-loewe' Schafft
|
||||
2010-2011 Monty"
|
||||
LICENSE="GNU GPL v2"
|
||||
REVISION="3"
|
||||
SOURCE_URI="http://downloads.xiph.org/releases/ao/libao-$portVersion.tar.gz"
|
||||
CHECKSUM_SHA256="03ad231ad1f9d64b52474392d63c31197b0bc7bd416e58b1c10a329a5ed89caf"
|
||||
REVISION="1"
|
||||
SOURCE_URI="http://github.com/xiph/libao/archive/$portVersion.tar.gz"
|
||||
SOURCE_FILENAME="libao-$portVersion.tar.gz"
|
||||
CHECKSUM_SHA256="df8a6d0e238feeccb26a783e778716fb41a801536fe7b6fce068e313c0e2bf4d"
|
||||
PATCHES="libao-$portVersion.patchset"
|
||||
|
||||
ARCHITECTURES="x86_gcc2 x86 x86_64"
|
||||
@@ -28,7 +29,7 @@ SECONDARY_ARCHITECTURES="x86_gcc2 x86"
|
||||
|
||||
PROVIDES="
|
||||
libao$secondaryArchSuffix = $portVersion
|
||||
lib:libao$secondaryArchSuffix = 4.1.0 compat >= 4
|
||||
lib:libao$secondaryArchSuffix = 4.1.1 compat >= 4
|
||||
"
|
||||
REQUIRES="
|
||||
haiku$secondaryArchSuffix
|
||||
@@ -36,7 +37,7 @@ REQUIRES="
|
||||
|
||||
PROVIDES_devel="
|
||||
libao${secondaryArchSuffix}_devel = $portVersion
|
||||
devel:libao$secondaryArchSuffix = 4.1.0 compat >= 4
|
||||
devel:libao$secondaryArchSuffix = 4.1.1 compat >= 4
|
||||
"
|
||||
REQUIRES_devel="
|
||||
libao$secondaryArchSuffix == $portVersion base
|
||||
@@ -46,9 +47,9 @@ BUILD_REQUIRES="
|
||||
haiku${secondaryArchSuffix}_devel
|
||||
"
|
||||
BUILD_PREREQUIRES="
|
||||
cmd:aclocal_1.13
|
||||
cmd:aclocal
|
||||
cmd:autoconf
|
||||
cmd:automake_1.13
|
||||
cmd:automake
|
||||
cmd:gcc$secondaryArchSuffix
|
||||
cmd:ld$secondaryArchSuffix
|
||||
cmd:libtoolize$secondaryArchSuffix
|
||||
@@ -58,11 +59,7 @@ BUILD_PREREQUIRES="
|
||||
|
||||
BUILD()
|
||||
{
|
||||
# sed -i 's/$(datadir)\/aclocal/`finddir B_COMMON_DATA_DIRECTORY`\/aclocal/g' M*
|
||||
libtoolize --force --copy --install
|
||||
aclocal-1.13
|
||||
autoconf
|
||||
automake-1.13
|
||||
autoreconf -fi
|
||||
runConfigure ./configure
|
||||
make $jobArgs
|
||||
}
|
||||
Reference in New Issue
Block a user