mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-12 01:53:50 +02:00
libraw: update to 0.19.2.
This commit is contained in:
parent
8c41b7237a
commit
73bcf6e957
1 changed files with 7 additions and 3 deletions
|
@ -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 <xtraeme@voidlinux.eu>"
|
||||
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue