zxtune, revbump (bump boost requirement) (#12988)

This commit is contained in:
Schrijvers Luc
2025-09-30 19:36:41 +02:00
committed by GitHub
parent fb50fae956
commit 03822693ff

View File

@@ -3,7 +3,7 @@ DESCRIPTION="Player of computer music from ZX Spectrum, Amiga, Atari, Commodore
HOMEPAGE="https://zxtune.bitbucket.io/"
COPYRIGHT="20082023 Vitamin, CAIG"
LICENSE="GNU GPL v3"
REVISION="1"
REVISION="2"
SOURCE_URI="https://github.com/vitamin-caig/zxtune/archive/refs/tags/$portVersion.tar.gz"
CHECKSUM_SHA256="bf58d100b20c24a639dd66db1bf06e3e082a03b79085b9d8f766443c91df9765"
SOURCE_DIR="zxtune-$portVersion"
@@ -16,6 +16,8 @@ ADDITIONAL_FILES="
ARCHITECTURES="all !x86_gcc2"
SECONDARY_ARCHITECTURES="x86"
boostVersion="1.88.0"
PROVIDES="
zxtune$secondaryArchSuffix = $portVersion
app:ZXTune$secondaryArchSuffix = $portVersion
@@ -36,10 +38,10 @@ REQUIRES="
BUILD_REQUIRES="
haiku${secondaryArchSuffix}_devel
devel:libboost_filesystem$secondaryArchSuffix >= 1.69.0
devel:libboost_locale$secondaryArchSuffix >= 1.69.0
devel:libboost_program_options$secondaryArchSuffix >= 1.69.0
devel:libboost_system$secondaryArchSuffix >= 1.69.0
devel:libboost_filesystem$secondaryArchSuffix >= $boostVersion
devel:libboost_locale$secondaryArchSuffix >= $boostVersion
devel:libboost_program_options$secondaryArchSuffix >= $boostVersion
devel:libboost_system$secondaryArchSuffix >= $boostVersion
devel:libopenal$secondaryArchSuffix
devel:libQt5Core$secondaryArchSuffix
devel:libQt5Gui$secondaryArchSuffix