mirror of
https://github.com/dguglielmi/sunny-overlay.git
synced 2025-12-06 16:02:39 +01:00
Compare commits
10 Commits
bb3e6107fd
...
1ddea0edf9
| Author | SHA1 | Date | |
|---|---|---|---|
|
1ddea0edf9
|
|||
|
760677fb24
|
|||
|
cfa402cb70
|
|||
|
7f409fe5ab
|
|||
|
6be29559cc
|
|||
|
e62c198085
|
|||
|
7f4e51dc91
|
|||
|
4d0f5d87f7
|
|||
|
489b2ba7b7
|
|||
|
6cd970e9a3
|
@@ -1 +0,0 @@
|
|||||||
DIST gdk-pixbuf-loader-webp-0.2.7.tar.gz 9137358 BLAKE2B 7f81addbe268aab79c83f587bb26ac4d2ba8311da49d6e0b690003256e8e5206523aabc2dcb0bf6da38267872f24a6daeff0f5062a77e8e60c08610f3ee0ede7 SHA512 d7abc791b6cdb93b47929e82fbf8b51e5da2848fa43ae65b68fb0505b4da765f938dd290a82d25598d1e5cf9e8f68d6c91a4da814b1194427b4917d03c935910
|
|
||||||
@@ -1,42 +0,0 @@
|
|||||||
# Copyright 1999-2024 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 ~loong ~ppc ~ppc64 ~riscv ~sparc ~x86"
|
|
||||||
|
|
||||||
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_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
|
|
||||||
}
|
|
||||||
@@ -1,11 +0,0 @@
|
|||||||
<?xml version="1.0" encoding="UTF-8"?>
|
|
||||||
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
|
|
||||||
<pkgmetadata>
|
|
||||||
<maintainer type="person">
|
|
||||||
<email>david.guglielmi@gmail.com</email>
|
|
||||||
<name>David GUGLIELMI</name>
|
|
||||||
</maintainer>
|
|
||||||
<upstream>
|
|
||||||
<remote-id type="github">aruiz/webp-pixbuf-loader</remote-id>
|
|
||||||
</upstream>
|
|
||||||
</pkgmetadata>
|
|
||||||
@@ -273,12 +273,9 @@ DEPEND="
|
|||||||
"
|
"
|
||||||
RDEPEND="
|
RDEPEND="
|
||||||
${DEPEND}
|
${DEPEND}
|
||||||
>=gui-libs/glycin-loaders-0.1.2
|
>=media-libs/glycin-loaders-0.1.2
|
||||||
"
|
|
||||||
BDEPEND="
|
|
||||||
${DEPEND}
|
|
||||||
>=virtual/rust-1.70
|
|
||||||
"
|
"
|
||||||
|
BDEPEND="${DEPEND}"
|
||||||
|
|
||||||
src_configure() {
|
src_configure() {
|
||||||
meson_src_configure
|
meson_src_configure
|
||||||
|
|||||||
@@ -337,10 +337,7 @@ DEPEND="
|
|||||||
heif? ( >=media-libs/libheif-1.14.2 )
|
heif? ( >=media-libs/libheif-1.14.2 )
|
||||||
"
|
"
|
||||||
RDEPEND="${DEPEND}"
|
RDEPEND="${DEPEND}"
|
||||||
BDEPEND="
|
BDEPEND="${DEPEND}"
|
||||||
${DEPEND}
|
|
||||||
>=virtual/rust-1.70
|
|
||||||
"
|
|
||||||
|
|
||||||
src_configure() {
|
src_configure() {
|
||||||
local GLYCIN_LOADERS="glycin-image-rs,glycin-jxl,glycin-svg"
|
local GLYCIN_LOADERS="glycin-image-rs,glycin-jxl,glycin-svg"
|
||||||
@@ -1,15 +0,0 @@
|
|||||||
BDEPEND=virtual/pkgconfig >=dev-build/meson-1.2.3 app-alternatives/ninja dev-build/meson-format-array
|
|
||||||
DEFINED_PHASES=compile configure install postinst postrm test
|
|
||||||
DEPEND=>x11-libs/gdk-pixbuf-2.22.0:2[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] >media-libs/libwebp-0.4.3:=[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?]
|
|
||||||
DESCRIPTION=WebP GDK Pixbuf Loader library
|
|
||||||
EAPI=8
|
|
||||||
HOMEPAGE=https://github.com/aruiz/webp-pixbuf-loader
|
|
||||||
INHERIT=gnome2-utils meson-multilib
|
|
||||||
IUSE=abi_x86_32 abi_x86_64 abi_x86_x32 abi_mips_n32 abi_mips_n64 abi_mips_o32 abi_s390_32 abi_s390_64
|
|
||||||
KEYWORDS=~alpha ~amd64 ~arm ~arm64 ~ia64 ~loong ~ppc ~ppc64 ~riscv ~sparc ~x86
|
|
||||||
LICENSE=LGPL-2+
|
|
||||||
RDEPEND=>x11-libs/gdk-pixbuf-2.22.0:2[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] >media-libs/libwebp-0.4.3:=[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?]
|
|
||||||
SLOT=0
|
|
||||||
SRC_URI=https://github.com/aruiz/webp-pixbuf-loader/archive/0.2.7.tar.gz -> gdk-pixbuf-loader-webp-0.2.7.tar.gz
|
|
||||||
_eclasses_=flag-o-matic e503ea5acc20410237ba33ec3f7c857d gnome2-utils a8cf148ec7f5ae0b1f1d33ae5f7f9e88 meson 99466844dd8d4fcfb07578a76f5a9922 meson-multilib 8989922d980e5e870cc3de949d1b2586 multibuild d67e78a235f541871c7dfe4cf7931489 multilib c19072c3cd7ac5cb21de013f7e9832e0 multilib-build e8aed98bd43dbd25694310a660ad562c multilib-minimal 4b0f1857965db8869a729948d5277e0b multiprocessing 30ead54fa2e2b5f9cd4e612ffc34d0fe ninja-utils 2df4e452cea39a9ec8fb543ce059f8d6 out-of-source-utils 1a9007554652a6e627edbccb3c25a439 python-utils-r1 6881b056477c23167d9a6b33e146374e toolchain-funcs 333970c740aa7b1a92e4fcdc52f612bd xdg-utils baea6080dd821f5562d715887954c9d3
|
|
||||||
_md5_=53ecb9046b200c443cf4a6c0d2a9fa3e
|
|
||||||
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@@ -330,7 +330,6 @@ DEPEND="
|
|||||||
RDEPEND="${DEPEND}"
|
RDEPEND="${DEPEND}"
|
||||||
BDEPEND="
|
BDEPEND="
|
||||||
${DEPEND}
|
${DEPEND}
|
||||||
>=virtual/rust-1.70
|
|
||||||
>=dev-util/blueprint-compiler-0.10.0
|
>=dev-util/blueprint-compiler-0.10.0
|
||||||
"
|
"
|
||||||
|
|
||||||
|
|||||||
@@ -224,10 +224,7 @@ DEPEND="
|
|||||||
sys-auth/polkit
|
sys-auth/polkit
|
||||||
"
|
"
|
||||||
RDEPEND="${DEPEND}"
|
RDEPEND="${DEPEND}"
|
||||||
BDEPEND="
|
BDEPEND="${DEPEND}"
|
||||||
${DEPEND}
|
|
||||||
>=virtual/rust-1.70
|
|
||||||
"
|
|
||||||
|
|
||||||
# Rust.
|
# Rust.
|
||||||
QA_FLAGS_IGNORED=(
|
QA_FLAGS_IGNORED=(
|
||||||
|
|||||||
Reference in New Issue
Block a user