While at it: Calcutae download paths to make upgrade as simple as possible Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
35 lines
872 B
BlitzBasic
35 lines
872 B
BlitzBasic
SUMMARY = "A file metadata and text extraction library"
|
|
LICENSE = "MIT & LGPLv2+"
|
|
LIC_FILES_CHKSUM = " \
|
|
file://COPYING.LGPL-2;md5=5f30f0716dfdd0d91eb439ebec522ec2 \
|
|
file://COPYING.LGPL-2.1;md5=4fbd65380cdd255951079008b364516c \
|
|
file://COPYING.LGPL-3;md5=e6a600fd5e1d9cbde2d983680233ad02 \
|
|
"
|
|
|
|
inherit kde-kf5 pkgconfig gettext
|
|
|
|
PV = "${KF5_VERSION}"
|
|
SRC_URI[md5sum] = "6fa27bb4fb5e3a08bc58b6d67e4ca396"
|
|
SRC_URI[sha256sum] = "a121c73c0fd733a1e258914346c30a9a2365fd4909a474fa7818de35b7e1b763"
|
|
|
|
# TODO: optionals PACKAGECONFIG (poppler-qt5 / exiv2 / ffmpeg / epub)
|
|
DEPENDS += " \
|
|
qtmultimedia \
|
|
lmdb \
|
|
kconfig-native \
|
|
kcoreaddons-native \
|
|
kcoreaddons \
|
|
ki18n \
|
|
karchive \
|
|
libav \
|
|
poppler \
|
|
taglib \
|
|
exiv2 \
|
|
"
|
|
|
|
EXTRA_OECMAKE += "-DBUILD_TESTING=OFF"
|
|
|
|
FILES_${PN} += "${OE_QMAKE_PATH_PLUGINS}/kf5"
|
|
|
|
RRECOMMENDS_${PN} += "catdoc"
|