libvips: add recipe

This commit is contained in:
Markus Volk
2025-12-27 08:20:39 +01:00
parent d601c365b4
commit aba29be345

View File

@@ -0,0 +1,17 @@
SUMMARY = "libvips : an image processing library"
HOMEPAGE = "https://github.com/dloebl/libvips"
LICENSE = "LGPL-2.1-only"
LIC_FILES_CHKSUM = "file://LICENSE;md5=4fbd65380cdd255951079008b364516c"
DEPENDS = "glib-2.0 expat fontconfig libheif jpeg lcms orc libpng poppler libjxl librsvg tiff libwebp zlib libexif"
inherit meson pkgconfig gettext gobject-introspection gi-docgen
SRC_URI = "git://github.com/dloebl/libvips.git;protocol=https;nobranch=1"
SRCREV = "de90e9bae6b050b2288c445ae82c7f8e4c9c370e"
GIR_MESON_ENABLE_FLAG = 'enabled'
GIR_MESON_DISABLE_FLAG = 'disabled'
GIDOCGEN_MESON_OPTION = 'docs'
FILES:${PN} += "${libdir}/vips-modules-*"