openmw, use newer boost version (#8567)

This commit is contained in:
Schrijvers Luc
2023-05-02 14:55:21 +02:00
committed by GitHub
parent cd7d854aca
commit 9708408dc8

View File

@@ -6,12 +6,10 @@ and OpenMW are written from scratch and arent made to support any third party
programs the original Morrowind engine uses to improve its functionality."
HOMEPAGE="https://openmw.org/"
COPYRIGHT="2008-2021 OpenMW"
LICENSE="
GNU GPL v3
LICENSE="GNU GPL v3
MIT
Zlib
"
REVISION="1"
Zlib"
REVISION="2"
SOURCE_URI="https://github.com/OpenMW/openmw/archive/openmw-$portVersion.tar.gz"
SOURCE_FILENAME="openmw-$portVersion.tar.gz"
CHECKSUM_SHA256="bd7f77e1527c2180e9b0dfcbe401d6fb48f24dbb37701dac7747697873d6edb4"
@@ -74,9 +72,9 @@ BUILD_REQUIRES="
devel:libavcodec$secondaryArchSuffix
devel:libavformat$secondaryArchSuffix
devel:libavutil$secondaryArchSuffix
devel:libboost_filesystem$secondaryArchSuffix
devel:libboost_system$secondaryArchSuffix
devel:libboost_program_options$secondaryArchSuffix
devel:libboost_filesystem$secondaryArchSuffix >= 1.69.0
devel:libboost_system$secondaryArchSuffix >= 1.69.0
devel:libboost_program_options$secondaryArchSuffix >= 1.69.0
devel:libBulletCollision$secondaryArchSuffix
devel:libfreetype$secondaryArchSuffix
devel:libGL$secondaryArchSuffix