lensfun: update to 0.3.3.
This commit is contained in:
parent
a088b06fa0
commit
e04d815889
|
@ -1,17 +1,18 @@
|
|||
# Template file for 'lensfun'
|
||||
pkgname=lensfun
|
||||
version=0.3.2
|
||||
revision=2
|
||||
version=0.3.3
|
||||
revision=1
|
||||
build_style=cmake
|
||||
configure_args="-DINSTALL_HELPER_SCRIPTS=0"
|
||||
maintainer="Orphaned <orphan@voidlinux.org>"
|
||||
homepage="http://lensfun.sourceforge.net/"
|
||||
license="LGPL-3, CC-BY-SA-3.0"
|
||||
short_desc="Library for rectifying and simulating photographic lens distortions"
|
||||
hostmakedepends="pkg-config python"
|
||||
hostmakedepends="pkg-config python3"
|
||||
makedepends="libglib-devel"
|
||||
distfiles="${SOURCEFORGE_SITE}/${pkgname}/${version}/${pkgname}-${version}.tar.gz"
|
||||
checksum=ae8bcad46614ca47f5bda65b00af4a257a9564a61725df9c74cb260da544d331
|
||||
short_desc="Library for rectifying and simulating photographic lens distortions"
|
||||
maintainer="Orphaned <orphan@voidlinux.org>"
|
||||
license="LGPL-3.0-only, CC-BY-SA-3.0"
|
||||
homepage="https://lensfun.github.io"
|
||||
changelog="https://raw.githubusercontent.com/lensfun/lensfun/master/ChangeLog"
|
||||
distfiles="https://github.com/lensfun/lensfun/archive/refs/tags/v${version}.tar.gz"
|
||||
checksum=57ba5a0377f24948972339e18be946af12eda22b7c707eb0ddd26586370f6765
|
||||
|
||||
case "$XBPS_TARGET_MACHINE" in
|
||||
i686*|x86_64*);;
|
||||
|
|
Loading…
Reference in New Issue