From 8a9a02f6e3dc1bb0d3ab16f836645ac5b5363a7e Mon Sep 17 00:00:00 2001 From: Daniel Martinez Date: Thu, 19 Oct 2023 13:51:13 -0400 Subject: [PATCH] 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"