alembic: Migrate to using OpenEXR 3.x

This commit is contained in:
Tee KOBAYASHI 2022-10-30 05:31:39 +09:00 committed by xtkoba
parent c144b1e8d0
commit ebbca6f6df
1 changed files with 4 additions and 3 deletions

View File

@ -1,9 +1,10 @@
TERMUX_PKG_HOMEPAGE=https://alembic.io
TERMUX_PKG_DESCRIPTION="A framework for sharing scene data that includes a C++ lib, a file format and client plugin"
TERMUX_PKG_LICENSE="BSD, BSL-1.0"
TERMUX_PKG_LICENSE="BSD 3-Clause, BSL-1.0"
TERMUX_PKG_LICENSE_FILE="LICENSE.txt"
TERMUX_PKG_MAINTAINER="@termux"
TERMUX_PKG_VERSION=1.8.3
TERMUX_PKG_REVISION=1
TERMUX_PKG_SRCURL=https://github.com/alembic/alembic/archive/refs/tags/${TERMUX_PKG_VERSION}.tar.gz
TERMUX_PKG_SHA256=b0bc74833bff118a869e81e6acb810a58797e77ef63143954b2f8e817c7f65cb
TERMUX_PKG_DEPENDS="openexr2"
TERMUX_PKG_LICENSE_FILE=LICENSE.txt
TERMUX_PKG_DEPENDS="libc++, openexr"