From cd22519fdb71f6a6379e9d8816d630efed8a21c0 Mon Sep 17 00:00:00 2001 From: Daniel Martinez Date: Sun, 18 Feb 2024 20:01:03 -0500 Subject: [PATCH] rawtherapee: update to 5.10, adopt --- srcpkgs/rawtherapee/template | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/srcpkgs/rawtherapee/template b/srcpkgs/rawtherapee/template index 463d9cfb3f127a..d60821a1d1c8d7 100644 --- a/srcpkgs/rawtherapee/template +++ b/srcpkgs/rawtherapee/template @@ -1,19 +1,21 @@ # Template file for 'rawtherapee' pkgname=rawtherapee -version=5.9 -revision=2 +version=5.10 +revision=1 build_style=cmake configure_args="-DCACHE_NAME_SUFFIX=\"\"" hostmakedepends="pkg-config" makedepends="fftw-devel gtkmm-devel lensfun-devel - libcanberra-devel libgomp-devel libiptcdata-devel librsvg-devel" + libcanberra-devel libgomp-devel libiptcdata-devel librsvg-devel + exiv2-devel" depends="desktop-file-utils hicolor-icon-theme" short_desc="Free RAW converter and digital photo processing software" -maintainer="Orphaned " +maintainer="Daniel Martinez " license="GPL-3.0-or-later" homepage="https://rawtherapee.com/" +changelog="https://github.com/Beep6581/RawTherapee/blob/${version}/RELEASE_NOTES.txt" distfiles="https://rawtherapee.com/shared/source/rawtherapee-${version}.tar.xz" -checksum=8eaf28c428185c165ef5a28f69595dc77a1c98826065a1f51a28c86c7b0d4823 +checksum=a799b53cd54dba4a211479e342ffc9c5db1c44d3d6c3a27d5cc13adf0debd2da CFLAGS="-O3" CXXFLAGS="-O3"