libsndfile: bump revision to rebuild with FLAC 1.4.2 (#7367)

This commit is contained in:
Robert Kausch
2022-11-05 10:01:14 +01:00
committed by GitHub
parent 9b8af88def
commit 5c4ed9a221
2 changed files with 6 additions and 10 deletions

View File

@@ -4,7 +4,7 @@ files containing sampled audio data."
HOMEPAGE="http://www.mega-nerd.com/libsndfile"
COPYRIGHT="1999-2011 Erik de Castro Lopo"
LICENSE="GNU LGPL v2.1"
REVISION="4"
REVISION="5"
SOURCE_URI="http://www.mega-nerd.com/libsndfile/files/libsndfile-$portVersion.tar.gz"
CHECKSUM_SHA256="59016dbd326abe7e2366ded5c344c853829bebfd1702ef26a07ef662d6aa4882"
PATCHES="libsndfile-$portVersion.patchset"
@@ -46,14 +46,13 @@ REQUIRES_devel="
BUILD_REQUIRES="
haiku${secondaryArchSuffix}_devel
devel:libflac$secondaryArchSuffix
devel:libflac$secondaryArchSuffix >= 12
devel:libogg$secondaryArchSuffix
devel:libvorbis$secondaryArchSuffix
"
BUILD_PREREQUIRES="
cmd:aclocal
cmd:autoconf
cmd:automake
cmd:autoreconf
cmd:find
cmd:gcc$secondaryArchSuffix
cmd:ld$secondaryArchSuffix
@@ -64,10 +63,7 @@ BUILD_PREREQUIRES="
BUILD()
{
libtoolize --force --copy --install
aclocal -I M4
autoconf
automake
autoreconf -i
if [ $effectiveTargetArchitecture = x86_gcc2 ]; then
export CFLAGS=-O1
fi

View File

@@ -4,7 +4,7 @@ files containing sampled audio data."
HOMEPAGE="http://libsndfile.github.io/libsndfile/"
COPYRIGHT="1999-2021 Erik de Castro Lopo"
LICENSE="GNU LGPL v2.1"
REVISION="1"
REVISION="2"
SOURCE_URI="https://github.com/libsndfile/libsndfile/releases/download/$portVersion/libsndfile-$portVersion.tar.xz"
CHECKSUM_SHA256="0f98e101c0f7c850a71225fb5feaf33b106227b3d331333ddc9bacee190bcf41"
@@ -48,7 +48,7 @@ REQUIRES_devel="
BUILD_REQUIRES="
haiku${secondaryArchSuffix}_devel
devel:libflac$secondaryArchSuffix
devel:libflac$secondaryArchSuffix >= 12
devel:libogg$secondaryArchSuffix
devel:libopus$secondaryArchSuffix
devel:libspeex$secondaryArchSuffix