# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 inherit git-r3 meson xdg DESCRIPTION="WebP Image format GdkPixbuf loader" HOMEPAGE="https://github.com/aruiz/webp-pixbuf-loader" EGIT_REPO_URI="https://github.com/aruiz/webp-pixbuf-loader.git" LICENSE="LGPL-2+" SLOT="0" KEYWORDS="" IUSE="" DEPEND=">=media-libs/libwebp-1.0.3 >=x11-libs/gdk-pixbuf-2.40.0" RDEPEND="${DEPEND}" src_install() { LOADERS_DIR=`gdk-pixbuf-query-loaders | grep LoaderDir | cut -d ' ' -f 4` GDK_PIXBUF_DIR=`dirname ${LOADERS_DIR}` addwrite ${GDK_PIXBUF_DIR} cd ${BUILD_DIR} meson install }