rawtherapee: update to 5.12.

This commit is contained in:
Daniel Martinez 2025-06-08 15:12:35 -04:00 committed by Duncan Overbruck
parent 528a6f47bc
commit 36a7afe67a

View file

@ -1,7 +1,7 @@
# Template file for 'rawtherapee' # Template file for 'rawtherapee'
pkgname=rawtherapee pkgname=rawtherapee
version=5.11 version=5.12
revision=2 revision=1
build_style=cmake build_style=cmake
configure_args="-DCACHE_NAME_SUFFIX=\"\" -DWITH_LTO=ON -DWITH_SYSTEM_LIBRAW=ON" configure_args="-DCACHE_NAME_SUFFIX=\"\" -DWITH_LTO=ON -DWITH_SYSTEM_LIBRAW=ON"
hostmakedepends="pkg-config" hostmakedepends="pkg-config"
@ -12,9 +12,9 @@ short_desc="Free RAW converter and digital photo processing software"
maintainer="Daniel Martinez <danielmartinez@cock.li>" maintainer="Daniel Martinez <danielmartinez@cock.li>"
license="GPL-3.0-or-later" license="GPL-3.0-or-later"
homepage="https://rawtherapee.com/" homepage="https://rawtherapee.com/"
changelog="https://raw.githubusercontent.com/Beep6581/RawTherapee/${version}/RELEASE_NOTES.txt" changelog="https://raw.githubusercontent.com/Rawtherapee/RawTherapee/${version}/RELEASE_NOTES.txt"
distfiles="https://github.com/Beep6581/RawTherapee/releases/download/${version}/rawtherapee-${version}.tar.xz" distfiles="https://rawtherapee.com/shared/source/rawtherapee-${version}.tar.xz"
checksum=e584c18dec112de29954b2b6471449a302a85e5cca4e42ede75fa333a36de724 checksum=d9a6c10537d64a285bc465675fe59aaa94ce3223823dfbecf0ae2c9599082d57
case "$XBPS_TARGET_MACHINE" in case "$XBPS_TARGET_MACHINE" in
i686*|x86_64*) configure_args+=" -DHAVE_X86_SSE_MATH=ON" i686*|x86_64*) configure_args+=" -DHAVE_X86_SSE_MATH=ON"