diff --git a/x11-libs/gdk-pixbuf-loader-webp/Manifest b/x11-libs/gdk-pixbuf-loader-webp/Manifest new file mode 100644 index 0000000..8867b4c --- /dev/null +++ b/x11-libs/gdk-pixbuf-loader-webp/Manifest @@ -0,0 +1,3 @@ +DIST gdk-pixbuf-loader-webp-0.0.1.tar.gz 8212 BLAKE2B 20b2f32ca0885069e185c415e10119f6f65b73131b4928e6db95fa9f92f9ec53bd3fd5fbc4708370dfaee68df4c8052d2df76c6e0c0a6267240f7804db8e33f8 SHA512 f3fa859221fdc5277c951e09448dea6078ca4825de06b319e33e86b59db1201616ca4a706d5114e431719584d5a0766a7706c4192dbc384441efb1799d9e40ec +EBUILD gdk-pixbuf-loader-webp-0.0.1.ebuild 739 BLAKE2B 68c9567f265b762bcf433509ed60a9739b86566d4996ce4e06f604554449c2daa45b199bce6b4d0dd4557ed986c544001a9590c78ce3db06a3c262d75f446c1f SHA512 d2400858dc2a18def119fdfd27eecd10cdfa5ac4a6e9fd17ac30cff60efe00ad16fc8600968b71c890d3dd415ec4e8ebf4d6be5cbc35630ccc3e6526a83464c6 +MISC metadata.xml 814 BLAKE2B 81bb2d08b380788ed4879fa638413288c2110dad0f7f8e2bd26fc90cf1b9cecedcb22c05103e8f8bd1a29c2289464279f07176349bf619fc1869e8806da2aeb9 SHA512 8285a8b5af733ead86feac6dcb5963fd3e1ac75fa33669c87ba64801e578f222599546bd9a2752ca38f1a773937ee6250c6621695f9c010934bc4035dfd76212 diff --git a/x11-libs/gdk-pixbuf-loader-webp/gdk-pixbuf-loader-webp-0.0.1.ebuild b/x11-libs/gdk-pixbuf-loader-webp/gdk-pixbuf-loader-webp-0.0.1.ebuild new file mode 100644 index 0000000..cc3906b --- /dev/null +++ b/x11-libs/gdk-pixbuf-loader-webp/gdk-pixbuf-loader-webp-0.0.1.ebuild @@ -0,0 +1,39 @@ +# Copyright 2020 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +inherit meson gnome2-utils vcs-snapshot + +DESCRIPTION="WebP Image format GdkPixbuf loader" +HOMEPAGE="https://github.com/aruiz/webp-pixbuf-loader" + +SRC_URI="https://github.com/aruiz/webp-pixbuf-loader/archive/0.0.1.tar.gz -> ${P}.tar.gz" + +LICENSE="LGPL-2+" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +DEPEND=">=media-libs/libwebp-0.4.3 + >=x11-libs/gdk-pixbuf-2.22" +RDEPEND="${DEPEND}" + +src_configure() { + local emesonargs=( + -Dgdk_pixbuf_query_loaders_path=/bin/true + ) + meson_src_configure +} + +pkg_preinst() { + gnome2_gdk_pixbuf_savelist +} + +pkg_postinst() { + gnome2_gdk_pixbuf_update +} + +pkg_postinst() { + gnome2_gdk_pixbuf_update +} diff --git a/x11-libs/gdk-pixbuf-loader-webp/metadata.xml b/x11-libs/gdk-pixbuf-loader-webp/metadata.xml new file mode 100644 index 0000000..a9c496f --- /dev/null +++ b/x11-libs/gdk-pixbuf-loader-webp/metadata.xml @@ -0,0 +1,26 @@ + + + + + andy.kittner@gmail.com + Andy Kittner + + + david.guglielmi@gmail.com + David GUGLIELMI + + + graphics@gentoo.org + Gentoo Graphics Project + + + proxy-maint@gentoo.org + Proxy Maintainers + + + A gdk-pixbuf plugin that allows GTK applications to view webp images. + + + aruiz/webp-pixbuf-loader + +