libraw: update to 0.18.10.
This commit is contained in:
parent
1910aa862c
commit
7b62003e97
|
@ -1,17 +1,18 @@
|
|||
# Template file for 'libraw'
|
||||
pkgname=libraw
|
||||
version=0.18.8
|
||||
version=0.18.11
|
||||
revision=1
|
||||
wrksrc=LibRaw-${version}
|
||||
build_style=gnu-configure
|
||||
hostmakedepends="pkg-config"
|
||||
makedepends="lcms2-devel jasper-devel"
|
||||
makedepends="jasper-devel lcms2-devel"
|
||||
short_desc="Raw image decoder library"
|
||||
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||
license="LGPL-2.1, CDDL"
|
||||
homepage="http://www.libraw.org"
|
||||
distfiles="http://www.libraw.org/data/LibRaw-${version}.tar.gz"
|
||||
checksum=56aca4fd97038923d57d2d17d90aa11d827f1f3d3f1d97e9f5a0d52ff87420e2
|
||||
license="LGPL-2.1-only, CDDL-1.0"
|
||||
homepage="https://www.libraw.org"
|
||||
#changelog="https://raw.githubusercontent.com/LibRaw/LibRaw/0.18-stable/Changelog.txt"
|
||||
distfiles="https://www.libraw.org/data/LibRaw-${version}.tar.gz"
|
||||
checksum=7cf724a40a0d8915869498f51062a952167e4f5bae2b6920542c9e0e079a471d
|
||||
|
||||
post_install() {
|
||||
vmkdir usr/share/licenses
|
||||
|
@ -29,6 +30,7 @@ libraw-devel_package() {
|
|||
vmove "usr/lib/*.so"
|
||||
}
|
||||
}
|
||||
|
||||
libraw-progs_package() {
|
||||
short_desc+=" - applications"
|
||||
pkg_install() {
|
||||
|
|
Loading…
Reference in New Issue