2017-06-05 13:47:03 +02:00
|
|
|
comment "exiv2 needs a uClibc or glibc toolchain w/ C++, wchar, dynamic library, threads"
|
2015-11-13 13:35:27 +01:00
|
|
|
depends on BR2_STATIC_LIBS || !BR2_INSTALL_LIBSTDCPP \
|
2017-06-05 13:47:03 +02:00
|
|
|
|| !BR2_USE_WCHAR || !BR2_TOOLCHAIN_HAS_THREADS \
|
|
|
|
|| BR2_TOOLCHAIN_USES_MUSL
|
2014-11-07 11:48:14 +01:00
|
|
|
|
|
|
|
config BR2_PACKAGE_EXIV2
|
|
|
|
bool "exiv2"
|
2014-12-03 22:41:29 +01:00
|
|
|
depends on !BR2_STATIC_LIBS
|
2014-11-07 11:48:14 +01:00
|
|
|
depends on BR2_INSTALL_LIBSTDCPP
|
2017-06-04 10:04:56 +02:00
|
|
|
depends on BR2_TOOLCHAIN_HAS_THREADS
|
2017-06-05 13:47:03 +02:00
|
|
|
depends on !BR2_TOOLCHAIN_USES_MUSL # PTHREAD_RECURSIVE_MUTEX_INITIALIZER_NP
|
2015-11-13 13:35:27 +01:00
|
|
|
depends on BR2_USE_WCHAR
|
2014-11-07 11:48:14 +01:00
|
|
|
help
|
|
|
|
Exiv2 is a C++ library and a command line utility to manage
|
|
|
|
image metadata. It provides fast and easy read and write
|
|
|
|
access to the Exif, IPTC and XMP metadata of images in
|
|
|
|
various formats.
|
|
|
|
|
|
|
|
http://www.exiv2.org/
|
|
|
|
|
|
|
|
if BR2_PACKAGE_EXIV2
|
|
|
|
|
|
|
|
config BR2_PACKAGE_EXIV2_PNG
|
|
|
|
bool "PNG image support"
|
|
|
|
select BR2_PACKAGE_ZLIB
|
|
|
|
help
|
|
|
|
Build with PNG image support
|
|
|
|
|
|
|
|
config BR2_PACKAGE_EXIV2_XMP
|
|
|
|
bool "XMP support"
|
2017-04-22 19:17:52 +02:00
|
|
|
select BR2_PACKAGE_EXPAT
|
2014-11-07 11:48:14 +01:00
|
|
|
help
|
|
|
|
Build with XMP support
|
|
|
|
|
|
|
|
config BR2_PACKAGE_EXIV2_LENSDATA
|
|
|
|
bool "Nikon lens name database"
|
|
|
|
help
|
|
|
|
Integrate Nikon lens name database.
|
|
|
|
|
2019-06-05 15:51:06 +02:00
|
|
|
This database comes from a thirdparty and is free to use in
|
|
|
|
non-commercial, GPL or open source software only.
|
|
|
|
For more informations src/nikonmn_int.cpp.
|
2014-11-07 11:48:14 +01:00
|
|
|
|
|
|
|
endif
|