Andrew Geissler | c5535c9 | 2023-01-27 16:10:19 -0600 | [diff] [blame^] | 1 | SUMMARY = "WebP GDK Pixbuf Loader library" |
| 2 | HOMEPAGE = "https://github.com/aruiz/webp-pixbuf-loader" |
| 3 | LICENSE = "LGPL-2.1-or-later" |
| 4 | LIC_FILES_CHKSUM = "file://LICENSE.LGPL-2;md5=0d90e6d44bcf69014bfae649c75aa6ca" |
| 5 | |
| 6 | DEPENDS = " \ |
| 7 | gdk-pixbuf \ |
| 8 | libwebp \ |
| 9 | " |
| 10 | |
| 11 | inherit meson pkgconfig |
| 12 | |
| 13 | EXTRA_OEMESON = "-Dupdate_cache=true" |
| 14 | |
| 15 | SRC_URI = "git://github.com/aruiz/webp-pixbuf-loader.git;protocol=https;nobranch=1" |
| 16 | |
| 17 | S = "${WORKDIR}/git" |
| 18 | SRCREV = "f91f79c05ff90b41774eda613dc10a2a0d996bc8" |
| 19 | |
| 20 | FILES:${PN} = " \ |
| 21 | ${datadir}/thumbnailers/webp-pixbuf.thumbnailer \ |
| 22 | ${libdir}/gdk-pixbuf-2.0/2.10.0/loaders/libpixbufloader-webp.so \ |
| 23 | " |