lgogdownloader, revbump for new tinyxml2 (#12286)

switch to boost1.85
This commit is contained in:
Schrijvers Luc
2025-04-30 07:55:17 +00:00
committed by GitHub
parent 0aa2e60c8f
commit 25f3577b07

View File

@@ -4,7 +4,7 @@ API as the official GOGDownloader"
HOMEPAGE="https://sites.google.com/site/gogdownloader/"
COPYRIGHT="2004 Sam Hocevar"
LICENSE="WTFPL"
REVISION="1"
REVISION="2"
SOURCE_URI="https://github.com/Sude-/lgogdownloader/releases/download/v$portVersion/lgogdownloader-$portVersion.tar.gz"
CHECKSUM_SHA256="24b005bf3caf00ebc8c603251f5689d66098f66dd37bdf399836289064cb0c9f"
@@ -47,12 +47,12 @@ REQUIRES="
BUILD_REQUIRES="
haiku${secondaryArchSuffix}_devel
devel:libboost_date_time$secondaryArchSuffix >= 1.83.0
devel:libboost_system$secondaryArchSuffix >= 1.83.0
devel:libboost_iostreams$secondaryArchSuffix >= 1.83.0
devel:libboost_program_options$secondaryArchSuffix >= 1.83.0
devel:libboost_regex$secondaryArchSuffix >= 1.83.0
devel:libboost_system$secondaryArchSuffix >= 1.83.0
devel:libboost_date_time$secondaryArchSuffix >= 1.85.0
devel:libboost_system$secondaryArchSuffix >= 1.85.0
devel:libboost_iostreams$secondaryArchSuffix >= 1.85.0
devel:libboost_program_options$secondaryArchSuffix >= 1.85.0
devel:libboost_regex$secondaryArchSuffix >= 1.85.0
devel:libboost_system$secondaryArchSuffix >= 1.85.0
devel:libcurl$secondaryArchSuffix
devel:libiconv$secondaryArchSuffix
devel:libjsoncpp$secondaryArchSuffix
@@ -77,6 +77,7 @@ BUILD()
cmake -Bbuild -S. -DCMAKE_BUILD_TYPE=Release \
$cmakeDirArgs # \
# -DUSE_QT_GUI=ON
make -C build $jobArgs
}