From 5bfe573d09ab238874b5562258f3922bb7c5aac3 Mon Sep 17 00:00:00 2001 From: Daniel Martinez Date: Wed, 18 Oct 2023 23:12:36 -0400 Subject: [PATCH] libraw: Enable OpenMP, adopt. --- srcpkgs/libraw/template | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/srcpkgs/libraw/template b/srcpkgs/libraw/template index 3e72337dfbdc9..d4238abec34e2 100644 --- a/srcpkgs/libraw/template +++ b/srcpkgs/libraw/template @@ -1,12 +1,12 @@ # Template file for 'libraw' pkgname=libraw version=0.21.1 -revision=1 +revision=2 build_style=gnu-configure hostmakedepends="pkg-config automake libtool" -makedepends="jasper-devel lcms2-devel" +makedepends="jasper-devel lcms2-devel libgomp-devel" short_desc="Raw image decoder library" -maintainer="Orphaned " +maintainer="Daniel Martinez " license="LGPL-2.1-only, CDDL-1.0" homepage="https://www.libraw.org" changelog="https://github.com/LibRaw/LibRaw/raw/${version%.*}-stable/Changelog.txt"