From 73bcf6e95724c15fcf85a50d9a65e3efdf2fbf36 Mon Sep 17 00:00:00 2001 From: maxice8 Date: Tue, 25 Dec 2018 17:13:08 -0200 Subject: [PATCH] libraw: update to 0.19.2. --- srcpkgs/libraw/template | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/srcpkgs/libraw/template b/srcpkgs/libraw/template index a3101e9dfa1..92e09cf7faf 100644 --- a/srcpkgs/libraw/template +++ b/srcpkgs/libraw/template @@ -1,10 +1,10 @@ # Template file for 'libraw' pkgname=libraw -version=0.19.1 +version=0.19.2 revision=1 wrksrc="LibRaw-${version}" build_style=gnu-configure -hostmakedepends="pkg-config" +hostmakedepends="pkg-config automake libtool" makedepends="jasper-devel lcms2-devel" short_desc="Raw image decoder library" maintainer="Juan RP " @@ -12,7 +12,11 @@ license="LGPL-2.1-only, CDDL-1.0" homepage="https://www.libraw.org" changelog="https://github.com/LibRaw/LibRaw/raw/${version%.*}-stable/Changelog.txt" distfiles="https://www.libraw.org/data/LibRaw-${version}.tar.gz" -checksum=a21019db16d87accbb8660056365ab09a204475c77c97b86c922bb972ce15ef6 +checksum=63a0a7088206f4083039c8a6bcacdfd0d739854205c4821475e314821d13bddb + +pre_configure() { + autoreconf -fi +} post_install() { vmkdir usr/share/licenses