From aba29be345f3018cc709ddf37bc7bbf2abc1c1aa Mon Sep 17 00:00:00 2001 From: Markus Volk Date: Sat, 27 Dec 2025 08:20:39 +0100 Subject: [PATCH] libvips: add recipe --- recipes-extended/libvips/libvips_8.17.0.bb | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 recipes-extended/libvips/libvips_8.17.0.bb diff --git a/recipes-extended/libvips/libvips_8.17.0.bb b/recipes-extended/libvips/libvips_8.17.0.bb new file mode 100644 index 0000000..72e1a9b --- /dev/null +++ b/recipes-extended/libvips/libvips_8.17.0.bb @@ -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-*"