From ab1b5058556c0bf89f2b79794cc8f052378e4cce Mon Sep 17 00:00:00 2001 From: Daniel Martinez Date: Tue, 17 Oct 2023 20:57:18 -0400 Subject: [PATCH 1/2] rawtherapee: adopt. --- srcpkgs/rawtherapee/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/rawtherapee/template b/srcpkgs/rawtherapee/template index 463d9cfb3f127..80f95c2884607 100644 --- a/srcpkgs/rawtherapee/template +++ b/srcpkgs/rawtherapee/template @@ -1,7 +1,7 @@ # Template file for 'rawtherapee' pkgname=rawtherapee version=5.9 -revision=2 +revision=3 build_style=cmake configure_args="-DCACHE_NAME_SUFFIX=\"\"" hostmakedepends="pkg-config" @@ -9,7 +9,7 @@ makedepends="fftw-devel gtkmm-devel lensfun-devel libcanberra-devel libgomp-devel libiptcdata-devel librsvg-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/" distfiles="https://rawtherapee.com/shared/source/rawtherapee-${version}.tar.xz" From 6544e99d27fd34e474d7260abc90e931c36082f6 Mon Sep 17 00:00:00 2001 From: Daniel Martinez Date: Tue, 17 Oct 2023 20:58:00 -0400 Subject: [PATCH 2/2] New package: librtprocess-0.12.0 --- srcpkgs/librtprocess/template | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 srcpkgs/librtprocess/template diff --git a/srcpkgs/librtprocess/template b/srcpkgs/librtprocess/template new file mode 100644 index 0000000000000..57ac63aabd580 --- /dev/null +++ b/srcpkgs/librtprocess/template @@ -0,0 +1,16 @@ +# Template file for 'librtprocess' +pkgname=librtprocess +version=0.12.0 +revision=1 +build_style=cmake +hostmakedepends="pkg-config" +makedepends="libgomp-devel" +short_desc="RawTherapee's processing algorithms" +maintainer="Daniel Martinez " +license="GPL-3.0-or-later" +homepage="https://github.com/CarVac/librtprocess" +distfiles="https://github.com/CarVac/librtprocess/archive/refs/tags/${version}.tar.gz" +checksum=ed6862b1491559e71dbebe8cbb299008fb16e230acf3bb9d42bd52942644c4d9 + +CFLAGS="-O3" +CXXFLAGS="-O3"