kumquat-buildroot/package/lensfun/Config.in
Fabrice Fontaine cf8e0288c0 package/lensfun: bump to version 0.3.3
Switch to new upstream site to get latest release

https://lensfun.github.io/changelog/2022/02/22/Release-0.3.3-Changelog/

Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
2022-10-24 23:27:35 +02:00

30 lines
802 B
Plaintext

config BR2_PACKAGE_LENSFUN
bool "lensfun"
depends on BR2_INSTALL_LIBSTDCPP
depends on BR2_USE_WCHAR # libglib2
depends on BR2_TOOLCHAIN_HAS_THREADS # libglib2
depends on BR2_USE_MMU # libglib2
select BR2_PACKAGE_LIBGLIB2
help
Lensfun itself is only a library for correcting several
artefacts and a database for storing lens profiles. To
actually use Lensfun to process your images you need an
image editing application with Lensfun support.
https://lensfun.github.io
if BR2_PACKAGE_LENSFUN
config BR2_PACKAGE_LENSFUN_TOOLS
bool "lensfun tools"
select BR2_PACKAGE_LIBPNG
help
Build 'lenstool'.
endif
comment "lensfun needs a toolchain w/ C++, threads, wchar"
depends on BR2_USE_MMU
depends on !BR2_INSTALL_LIBSTDCPP || !BR2_TOOLCHAIN_HAS_THREADS \
|| !BR2_USE_WCHAR