mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-22 11:40:06 +02:00
speex: bump version.
This commit is contained in:
@@ -16,17 +16,16 @@ COPYRIGHT="2002-2009 Xiph.org Foundation
|
||||
2003 EpicGames
|
||||
1992-1994 Jutta Degener, Carsten Bormann"
|
||||
LICENSE="Speex"
|
||||
REVISION="3"
|
||||
SOURCE_URI="http://downloads.xiph.org/releases/speex/speex-1.2rc2.tar.gz"
|
||||
CHECKSUM_SHA256="caa27c7247ff15c8521c2ae0ea21987c9e9710a8f2d3448e8b79da9806bce891"
|
||||
SOURCE_DIR="speex-1.2rc2"
|
||||
REVISION="1"
|
||||
SOURCE_URI="http://downloads.xiph.org/releases/speex/speex-$portVersion.tar.gz"
|
||||
CHECKSUM_SHA256="eaae8af0ac742dc7d542c9439ac72f1f385ce838392dc849cae4536af9210094"
|
||||
|
||||
ARCHITECTURES="x86_gcc2 x86 x86_64"
|
||||
SECONDARY_ARCHITECTURES="x86_gcc2 x86"
|
||||
|
||||
PROVIDES="
|
||||
speex$secondaryArchSuffix = $portVersion
|
||||
lib:libspeex$secondaryArchSuffix = 1.5.0 compat >= 1
|
||||
lib:libspeex$secondaryArchSuffix = 1.5.1 compat >= 1
|
||||
"
|
||||
if [ -z "$secondaryArchSuffix" ]; then
|
||||
PROVIDES="$PROVIDES
|
||||
@@ -41,7 +40,7 @@ REQUIRES="
|
||||
|
||||
PROVIDES_devel="
|
||||
speex${secondaryArchSuffix}_devel = $portVersion
|
||||
devel:libspeex$secondaryArchSuffix = 1.5.0 compat >= 1
|
||||
devel:libspeex$secondaryArchSuffix = 1.5.1 compat >= 1
|
||||
"
|
||||
REQUIRES_devel="
|
||||
speex$secondaryArchSuffix == $portVersion
|
||||
Reference in New Issue
Block a user