mirror of
https://github.com/dguglielmi/sunny-overlay.git
synced 2025-12-06 09:32:37 +01:00
gui-libs/gdk-pixbuf-loader-webp: removed from overlay, available in gentoo
This commit is contained in:
@@ -1,2 +0,0 @@
|
|||||||
DIST gdk-pixbuf-loader-webp-0.2.4.tar.gz 9136758 BLAKE2B 8fb0c1f2a5169e20b143e61911378b99694ba95293624d664c0eaed73d91aed6d474ae837dc64b985dbdd632e9e5e6740eef8c5cfe338a5608424a682026ddf0 SHA512 a367987a7c7ca4df594233a7b6fb281a1484026cdf8cb653d8513103e5d59e69d6ffaef1da8c6875be6d978b8a29251e5d89b6e2959e67057aae0f6cd7464b5e
|
|
||||||
EBUILD gdk-pixbuf-loader-webp-0.2.4.ebuild 1076 BLAKE2B 1872a5f4b1fce8b8548bcdba7be1531d0f354ae458034d7eb02720245903d594b101ddb806d7266d7dbe2b656ce7b5ab796b5fa0c384b28a7b5f617a819b68f1 SHA512 ec0d18ae83c183a3688a7a489f1c6fa3d7e8c8c5585266996d62a9dea93a86827c864b01fa1d96d07a3e9438a178eae7367c5884aa95ed274689a80b2dcc6a16
|
|
||||||
@@ -1,46 +0,0 @@
|
|||||||
# Copyright 2023 Gentoo Authors
|
|
||||||
# Distributed under the terms of the GNU General Public License v2
|
|
||||||
|
|
||||||
EAPI=8
|
|
||||||
|
|
||||||
inherit gnome2-utils meson-multilib
|
|
||||||
|
|
||||||
DESCRIPTION="WebP GDK Pixbuf Loader library"
|
|
||||||
HOMEPAGE="https://github.com/aruiz/webp-pixbuf-loader"
|
|
||||||
SRC_URI="https://github.com/aruiz/webp-pixbuf-loader/archive/${PV}.tar.gz -> ${P}.tar.gz"
|
|
||||||
S="${WORKDIR}/webp-pixbuf-loader-${PV}"
|
|
||||||
|
|
||||||
LICENSE="LGPL-2+"
|
|
||||||
SLOT="0"
|
|
||||||
KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~riscv ~sparc ~x86"
|
|
||||||
IUSE=""
|
|
||||||
|
|
||||||
RDEPEND="
|
|
||||||
>x11-libs/gdk-pixbuf-2.22.0:2[${MULTILIB_USEDEP}]
|
|
||||||
>media-libs/libwebp-0.4.3:=[${MULTILIB_USEDEP}]
|
|
||||||
"
|
|
||||||
DEPEND="${RDEPEND}"
|
|
||||||
BDEPEND="virtual/pkgconfig"
|
|
||||||
|
|
||||||
src_configure() {
|
|
||||||
local emesonargs=(
|
|
||||||
-Dupdate_cache=false
|
|
||||||
)
|
|
||||||
multilib_foreach_abi meson_src_configure
|
|
||||||
}
|
|
||||||
|
|
||||||
pkg_preinst() {
|
|
||||||
gnome2_gdk_pixbuf_savelist
|
|
||||||
}
|
|
||||||
|
|
||||||
pkg_postinst() {
|
|
||||||
# causes segfault if set, see bug 375615
|
|
||||||
unset __GL_NO_DSO_FINALIZER
|
|
||||||
multilib_foreach_abi gnome2_gdk_pixbuf_update
|
|
||||||
}
|
|
||||||
|
|
||||||
pkg_postrm() {
|
|
||||||
# causes segfault if set, see bug 375615
|
|
||||||
unset __GL_NO_DSO_FINALIZER
|
|
||||||
multilib_foreach_abi gnome2_gdk_pixbuf_update
|
|
||||||
}
|
|
||||||
Reference in New Issue
Block a user