libraw: update to 0.17.1.
This commit is contained in:
parent
32af48247c
commit
62e0e77d90
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'libraw'
|
||||
pkgname=libraw
|
||||
version=0.17.0
|
||||
version=0.17.1
|
||||
revision=1
|
||||
wrksrc=LibRaw-${version}
|
||||
build_style=gnu-configure
|
||||
|
@ -11,7 +11,7 @@ maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
|||
license="GPL-2, CDDL, ${pkgname}"
|
||||
homepage="http://www.libraw.org"
|
||||
distfiles="http://www.libraw.org/data/LibRaw-${version}.tar.gz"
|
||||
checksum=e643c20945d548aac1eaa1f5573bf74050e0f49ec6a53a6843dc2a2cfb647310
|
||||
checksum=e599651a4cc37e00cfc2d2b56be87c3a4e4dae2c360b680fe9ab3f93d07cdea1
|
||||
|
||||
post_install() {
|
||||
vmkdir usr/share/licenses
|
||||
|
@ -20,7 +20,7 @@ post_install() {
|
|||
}
|
||||
|
||||
libraw-devel_package() {
|
||||
depends="lcms2-devel jasper-devel libraw>=${version}_${revision}"
|
||||
depends="${makedepends} libraw>=${version}_${revision}"
|
||||
short_desc+=" - development files"
|
||||
pkg_install() {
|
||||
vmove usr/include
|
||||
|
@ -29,7 +29,6 @@ libraw-devel_package() {
|
|||
vmove "usr/lib/*.so"
|
||||
}
|
||||
}
|
||||
|
||||
libraw-progs_package() {
|
||||
short_desc+=" - applications"
|
||||
pkg_install() {
|
||||
|
|
Loading…
Reference in New Issue
Block a user