Skip to content

Commit e662d2e

Browse files
committed
bump(main/opencolorio): 2.5.2
Add libminizip-ng-static in build depends to fix the cmake error below. CMake Error at /data/data/com.termux/files/usr/lib/cmake/minizip-ng/minizip-ng-targets.cmake:84 (message): The imported target "MINIZIP::ppmd" references the file "/data/data/com.termux/files/usr/lib/libppmd.a"
1 parent a4f3217 commit e662d2e

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

packages/opencolorio/build.sh

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,12 @@ TERMUX_PKG_HOMEPAGE=https://opencolorio.org
22
TERMUX_PKG_DESCRIPTION="A color management framework for visual effects and animation"
33
TERMUX_PKG_LICENSE="BSD 3-Clause"
44
TERMUX_PKG_MAINTAINER="@termux"
5-
TERMUX_PKG_VERSION="2.5.1"
5+
TERMUX_PKG_VERSION="2.5.2"
66
TERMUX_PKG_SRCURL=https://github.com/AcademySoftwareFoundation/OpenColorIO/archive/refs/tags/v${TERMUX_PKG_VERSION}.tar.gz
7-
TERMUX_PKG_SHA256=08cb6213ea4edee550ab050509d38204004bee6742c658166b1cf825d0a9381b
7+
TERMUX_PKG_SHA256=722601e01b78b7a12da4829cb450674935f404b0e508f3f20046fa77570e3272
88
TERMUX_PKG_AUTO_UPDATE=true
99
TERMUX_PKG_DEPENDS="imath, libc++, libexpat, libminizip-ng, libyaml-cpp, pystring"
10+
TERMUX_PKG_BUILD_DEPENDS="libminizip-ng-static"
1011
TERMUX_PKG_EXTRA_CONFIGURE_ARGS="
1112
-Dpystring_INCLUDE_DIR=$TERMUX_PREFIX/lib
1213
-DOCIO_BUILD_PYTHON=OFF

0 commit comments

Comments
 (0)