mirror of
https://codeberg.org/flk/meta-wayland.git
synced 2026-04-09 14:22:30 +02:00
libvips: add recipe
This commit is contained in:
17
recipes-extended/libvips/libvips_8.17.0.bb
Normal file
17
recipes-extended/libvips/libvips_8.17.0.bb
Normal 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-*"
|
||||
Reference in New Issue
Block a user