mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-09 05:10:05 +02:00
speexdsp: bump version.
This commit is contained in:
@@ -18,13 +18,13 @@ COPYRIGHT="2002-2009 Xiph.org Foundation
|
||||
LICENSE="Speex"
|
||||
REVISION="1"
|
||||
SOURCE_URI="https://downloads.xiph.org/releases/speex/speexdsp-${portVersion/\~/}.tar.gz"
|
||||
CHECKSUM_SHA256="4ae688600039f5d224bdf2e222d2fbde65608447e4c2f681585e4dca6df692f1"
|
||||
CHECKSUM_SHA256="682042fc6f9bee6294ec453f470dadc26c6ff29b9c9e9ad2ffc1f4312fd64771"
|
||||
SOURCE_DIR="speexdsp-${portVersion/\~/}"
|
||||
|
||||
ARCHITECTURES="x86_gcc2 x86 x86_64"
|
||||
SECONDARY_ARCHITECTURES="x86_gcc2 x86"
|
||||
|
||||
libVersion="1.5.0"
|
||||
libVersion="1.5.1"
|
||||
libVersionCompat="$libVersion compat >= ${libVersion%%.*}"
|
||||
|
||||
PROVIDES="
|
||||
@@ -68,7 +68,7 @@ INSTALL()
|
||||
{
|
||||
make install
|
||||
|
||||
rm -f "$libDir"/*.la
|
||||
rm -f "$libDir"/*.la "$libDir"/*.a
|
||||
|
||||
if [ -n "$secondaryArchSuffix" ]; then
|
||||
rm -rf "$docDir"
|
||||
Reference in New Issue
Block a user