public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Pacho Ramos" <pacho@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: gui-libs/gdk-pixbuf-loader-webp/
Date: Fri, 10 Jun 2022 11:08:21 +0000 (UTC)	[thread overview]
Message-ID: <1654859291.653c88c9808036aaade11693199f6d0e4f9230f4.pacho@gentoo> (raw)

commit:     653c88c9808036aaade11693199f6d0e4f9230f4
Author:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Fri Jun 10 11:08:11 2022 +0000
Commit:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Fri Jun 10 11:08:11 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=653c88c9

gui-libs/gdk-pixbuf-loader-webp: add 0.0.5

Signed-off-by: Pacho Ramos <pacho <AT> gentoo.org>

 gui-libs/gdk-pixbuf-loader-webp/Manifest           |  1 +
 .../gdk-pixbuf-loader-webp-0.0.5.ebuild            | 45 ++++++++++++++++++++++
 2 files changed, 46 insertions(+)

diff --git a/gui-libs/gdk-pixbuf-loader-webp/Manifest b/gui-libs/gdk-pixbuf-loader-webp/Manifest
index 9f76129a4308..aeaba8cceab9 100644
--- a/gui-libs/gdk-pixbuf-loader-webp/Manifest
+++ b/gui-libs/gdk-pixbuf-loader-webp/Manifest
@@ -1 +1,2 @@
 DIST gdk-pixbuf-loader-webp-0.0.4.tar.gz 23252 BLAKE2B d57aec7af7a5077caab054399a7b69b828680d16adc043ad420ea24648ae07c4879063479e5317cc35929f0b1f31fabc97a2ec32cda9d80f5ad64f07ad99c987 SHA512 2d67a0d56f248ae48b3f3500859cccf8fd358d0377c3a65e17018f849d77d28ac9ecc471709a84502baf26284e4dd5d9ef3045270de60de6be8e276eb4e54780
+DIST gdk-pixbuf-loader-webp-0.0.5.tar.gz 23485 BLAKE2B 2f99ab14c25cc1caee9532c32d565203748bc8c8881d8d5efb5763705efc43c7f98f9f109d98c996f140038fffe07a7567e20bc2b79ab68990233df812649f58 SHA512 62fa485c1cdd50112eb88e53b78408f79bb8196549398d47982d0b467ed7efa8c0cf3263822faf42505a4e641330473e90f25f3d528393b378e1ac673642350b

diff --git a/gui-libs/gdk-pixbuf-loader-webp/gdk-pixbuf-loader-webp-0.0.5.ebuild b/gui-libs/gdk-pixbuf-loader-webp/gdk-pixbuf-loader-webp-0.0.5.ebuild
new file mode 100644
index 000000000000..665ab72f88ad
--- /dev/null
+++ b/gui-libs/gdk-pixbuf-loader-webp/gdk-pixbuf-loader-webp-0.0.5.ebuild
@@ -0,0 +1,45 @@
+# Copyright 1999-2022 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="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~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_prepare() {
+	default
+	# Drop handling of pixbuf cache update by upstream
+	sed -e '/query_loaders/d' -i meson.build || die
+}
+
+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
+}


             reply	other threads:[~2022-06-10 11:08 UTC|newest]

Thread overview: 53+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-06-10 11:08 Pacho Ramos [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-05-18  9:26 [gentoo-commits] repo/gentoo:master commit in: gui-libs/gdk-pixbuf-loader-webp/ Pacho Ramos
2024-05-18  9:26 Pacho Ramos
2024-03-13 22:55 Mart Raudsepp
2024-03-12 21:50 Arthur Zamarin
2024-03-12 21:49 Arthur Zamarin
2024-02-22 20:47 Arthur Zamarin
2024-02-22 20:47 Arthur Zamarin
2024-02-10 18:53 Arthur Zamarin
2024-02-10 18:53 Arthur Zamarin
2024-02-06 11:02 Michał Górny
2023-10-08 13:52 Pacho Ramos
2023-07-27 10:22 WANG Xuerui
2022-12-22 11:13 Arthur Zamarin
2022-12-17  6:45 Arthur Zamarin
2022-12-16 20:57 Arthur Zamarin
2022-12-16 20:37 Arthur Zamarin
2022-12-02 15:44 Matt Turner
2022-11-14  6:53 Arthur Zamarin
2022-11-10  0:33 Yixun Lan
2022-11-09 14:11 Matt Turner
2022-10-28 15:15 Pacho Ramos
2022-10-14 14:29 Matt Turner
2022-09-28 16:29 Arthur Zamarin
2022-09-19  1:38 Sam James
2022-09-12 16:01 Sam James
2022-09-12 16:00 Sam James
2022-07-20 14:29 Pacho Ramos
2022-05-31  9:24 Jakov Smolić
2022-05-28  5:45 Sam James
2022-05-28  5:05 Sam James
2022-05-04 16:02 Pacho Ramos
2021-11-06  4:09 Sam James
2021-11-06  3:58 Sam James
2021-10-04  1:25 Sam James
2021-10-04  1:24 Sam James
2021-09-07  2:57 Sam James
2021-09-07  2:57 Sam James
2021-09-07  2:57 Sam James
2021-09-07  2:56 Sam James
2021-09-07  2:56 Sam James
2021-09-07  2:56 Sam James
2021-09-07  2:50 Sam James
2021-09-07  2:48 Sam James
2021-09-06 13:05 Pacho Ramos
2021-08-10  6:43 Agostino Sarubbo
2021-08-10  6:42 Agostino Sarubbo
2021-08-09  1:18 Sam James
2021-08-09  1:18 Sam James
2021-06-08 23:25 Sam James
2021-03-06 21:39 Mart Raudsepp
2021-03-06 21:32 Mart Raudsepp
2021-03-06 21:32 Mart Raudsepp

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1654859291.653c88c9808036aaade11693199f6d0e4f9230f4.pacho@gentoo \
    --to=pacho@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox