mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-09 05:10:05 +02:00
libsndfile, add missing devel requirement (#11845)
Fix requirement for libflac on 32bit
This commit is contained in:
@@ -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="7"
|
||||
REVISION="8"
|
||||
SOURCE_URI="http://www.mega-nerd.com/libsndfile/files/libsndfile-$portVersion.tar.gz"
|
||||
CHECKSUM_SHA256="59016dbd326abe7e2366ded5c344c853829bebfd1702ef26a07ef662d6aa4882"
|
||||
PATCHES="libsndfile-$portVersion.patchset"
|
||||
@@ -46,7 +46,7 @@ REQUIRES_devel="
|
||||
|
||||
BUILD_REQUIRES="
|
||||
haiku${secondaryArchSuffix}_devel
|
||||
devel:libflac$secondaryArchSuffix >= 12
|
||||
devel:libflac$secondaryArchSuffix
|
||||
devel:libogg$secondaryArchSuffix
|
||||
devel:libvorbis$secondaryArchSuffix
|
||||
"
|
||||
|
||||
@@ -5,7 +5,7 @@ HOMEPAGE="http://libsndfile.github.io/libsndfile/"
|
||||
COPYRIGHT="1999-2021 Erik de Castro Lopo
|
||||
2021-current the libsndfile team"
|
||||
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="3799ca9924d3125038880367bf1468e53a1b7e3686a934f098b7e1d286cdb80e"
|
||||
|
||||
@@ -37,6 +37,7 @@ PROVIDES_devel="
|
||||
REQUIRES_devel="
|
||||
libsndfile$secondaryArchSuffix == $portVersion base
|
||||
devel:libflac$secondaryArchSuffix
|
||||
devel:libmpg123$secondaryArchSuffix
|
||||
devel:libopus$secondaryArchSuffix
|
||||
devel:libspeex$secondaryArchSuffix
|
||||
devel:libvorbis$secondaryArchSuffix
|
||||
@@ -57,6 +58,7 @@ PROVIDES_tools="
|
||||
"
|
||||
REQUIRES_tools="
|
||||
libsndfile$secondaryArchSuffix == $portVersion base
|
||||
haiku$secondaryArchSuffix
|
||||
"
|
||||
|
||||
BUILD_REQUIRES="
|
||||
|
||||
Reference in New Issue
Block a user