opencolorio: update to 2.5.0
This commit is contained in:
committed by
Đoàn Trần Công Danh
parent
6190563eab
commit
eac2f9d5e9
@@ -1,13 +0,0 @@
|
||||
--- a/src/utils/NumberUtils.h 2022-06-02 02:35:53.000000000 +0200
|
||||
+++ - 2022-08-21 21:37:36.557414889 +0200
|
||||
@@ -10,6 +10,10 @@
|
||||
#define really_inline inline __attribute__((always_inline))
|
||||
#endif
|
||||
|
||||
+#if !defined(__GLIBC__)
|
||||
+#define strtol_l(ptr, end, base, l) strtol(ptr, end, base)
|
||||
+#endif
|
||||
+
|
||||
#include <cstdlib>
|
||||
#include <locale>
|
||||
#include <system_error>
|
||||
@@ -1,7 +1,7 @@
|
||||
# Template file for 'opencolorio'
|
||||
pkgname=opencolorio
|
||||
version=2.4.2
|
||||
revision=2
|
||||
version=2.5.0
|
||||
revision=1
|
||||
build_style=cmake
|
||||
configure_args="-DCMAKE_CONFIGURATION_TYPES=None
|
||||
-DOCIO_INSTALL_EXT_PACKAGES=NONE
|
||||
@@ -18,7 +18,7 @@ license="custom:openimageio"
|
||||
homepage="https://opencolorio.org"
|
||||
changelog="https://raw.githubusercontent.com/AcademySoftwareFoundation/OpenColorIO/master/ChangeLog"
|
||||
distfiles="https://github.com/AcademySoftwareFoundation/OpenColorIO/archive/v${version}.tar.gz"
|
||||
checksum=2d8f2c47c40476d6e8cea9d878f6601d04f6d5642b47018eaafa9e9f833f3690
|
||||
checksum=124e2bfa8a9071959d6ddbb64ffbf78d3f6fe3c923ae23e96a6bbadde1af55b6
|
||||
make_check=no # A couple tests fail.
|
||||
|
||||
case "$XBPS_TARGET_MACHINE" in
|
||||
|
||||
Reference in New Issue
Block a user