bump(main/ptex): 2.5.0

zlib was replaced with libdeflate in this commit.
99d7a3b304
This commit is contained in:
termux-pacman-bot
2025-12-10 13:46:23 +00:00
parent 62505707bb
commit c1a6e66ca9

View File

@@ -2,10 +2,13 @@ TERMUX_PKG_HOMEPAGE=https://github.com/wdas/ptex
TERMUX_PKG_DESCRIPTION="Per-Face Texture Mapping for Production Rendering"
TERMUX_PKG_LICENSE="BSD"
TERMUX_PKG_MAINTAINER="@termux"
TERMUX_PKG_VERSION="2.4.3"
TERMUX_PKG_REVISION=1
TERMUX_PKG_VERSION="2.5.0"
TERMUX_PKG_SRCURL=https://github.com/wdas/ptex/archive/refs/tags/v${TERMUX_PKG_VERSION}.tar.gz
TERMUX_PKG_SHA256=435aa2ee1781ff24859bd282b7616bfaeb86ca10604b13d085ada8aa7602ad27
TERMUX_PKG_SHA256=d3c2116f5cd650b22217fcdfad9586b6389173fd1d0b694413622743e52083ee
TERMUX_PKG_AUTO_UPDATE=true
TERMUX_PKG_UPDATE_TAG_TYPE="newest-tag"
TERMUX_PKG_DEPENDS="libc++, zlib"
TERMUX_PKG_DEPENDS="libc++, libdeflate"
TERMUX_PKG_BUILD_DEPENDS="libdeflate-static"
TERMUX_PKG_EXTRA_CONFIGURE_ARGS="
-DCMAKE_CXX_STANDARD=17
"