mirror of
https://github.com/yann64/haikuports.git
synced 2026-03-19 01:46:00 +01:00
zxtune, revbump (bump boost requirement) (#12988)
This commit is contained in:
@@ -3,7 +3,7 @@ DESCRIPTION="Player of computer music from ZX Spectrum, Amiga, Atari, Commodore
|
||||
HOMEPAGE="https://zxtune.bitbucket.io/"
|
||||
COPYRIGHT="2008–2023 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
|
||||
|
||||
Reference in New Issue
Block a user