lensfun: rebuild for Python 3.12

This commit is contained in:
Andrew J. Hesford 2023-09-23 21:02:24 -04:00
parent eefa82266c
commit 9ad890d75a

View file

@ -1,10 +1,10 @@
# Template file for 'lensfun' # Template file for 'lensfun'
pkgname=lensfun pkgname=lensfun
version=0.3.3 version=0.3.3
revision=2 revision=3
build_style=cmake build_style=cmake
configure_args="-DINSTALL_HELPER_SCRIPTS=0" configure_args="-DINSTALL_HELPER_SCRIPTS=0"
hostmakedepends="pkg-config python3" hostmakedepends="pkg-config python3 python3-setuptools"
makedepends="libglib-devel" makedepends="libglib-devel"
short_desc="Library for rectifying and simulating photographic lens distortions" short_desc="Library for rectifying and simulating photographic lens distortions"
maintainer="Orphaned <orphan@voidlinux.org>" maintainer="Orphaned <orphan@voidlinux.org>"