diff options
-rw-r--r-- | meta-gnome/recipes-support/webp-pixbuf-loader/webp-pixbuf-loader_0.7.bb | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/meta-gnome/recipes-support/webp-pixbuf-loader/webp-pixbuf-loader_0.7.bb b/meta-gnome/recipes-support/webp-pixbuf-loader/webp-pixbuf-loader_0.7.bb new file mode 100644 index 0000000000..17a3436741 --- /dev/null +++ b/meta-gnome/recipes-support/webp-pixbuf-loader/webp-pixbuf-loader_0.7.bb | |||
@@ -0,0 +1,23 @@ | |||
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 | " | ||