summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta-gnome/recipes-support/webp-pixbuf-loader/webp-pixbuf-loader_0.7.bb23
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 @@
1SUMMARY = "WebP GDK Pixbuf Loader library"
2HOMEPAGE = "https://github.com/aruiz/webp-pixbuf-loader"
3LICENSE = "LGPL-2.1-or-later"
4LIC_FILES_CHKSUM = "file://LICENSE.LGPL-2;md5=0d90e6d44bcf69014bfae649c75aa6ca"
5
6DEPENDS = " \
7 gdk-pixbuf \
8 libwebp \
9"
10
11inherit meson pkgconfig
12
13EXTRA_OEMESON = "-Dupdate_cache=true"
14
15SRC_URI = "git://github.com/aruiz/webp-pixbuf-loader.git;protocol=https;nobranch=1"
16
17S = "${WORKDIR}/git"
18SRCREV = "f91f79c05ff90b41774eda613dc10a2a0d996bc8"
19
20FILES:${PN} = " \
21 ${datadir}/thumbnailers/webp-pixbuf.thumbnailer \
22 ${libdir}/gdk-pixbuf-2.0/2.10.0/loaders/libpixbufloader-webp.so \
23"