* [gentoo-commits] repo/proj/guru:dev commit in: gui-libs/webp-pixbuf-loader/, gui-libs/webp-pixbuf-loader/files/, ...
@ 2024-04-20 17:41 Anna Vyalkova
0 siblings, 0 replies; only message in thread
From: Anna Vyalkova @ 2024-04-20 17:41 UTC (permalink / raw
To: gentoo-commits
commit: 221c76754765fd0cf4723503f898f07eb3d836d3
Author: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
AuthorDate: Sat Apr 20 16:30:08 2024 +0000
Commit: Anna Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
CommitDate: Sat Apr 20 17:41:25 2024 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=221c7675
gui-libs/webp-pixbuf-loader: treeclean duplicate
Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq.in>
gui-libs/webp-pixbuf-loader/Manifest | 1 -
.../files/webp-pixbuf-loader_gentoo.patch | 20 ---------
gui-libs/webp-pixbuf-loader/metadata.xml | 13 ------
.../webp-pixbuf-loader-0.0.1.ebuild | 50 ----------------------
profiles/updates/2Q-2024 | 1 +
5 files changed, 1 insertion(+), 84 deletions(-)
diff --git a/gui-libs/webp-pixbuf-loader/Manifest b/gui-libs/webp-pixbuf-loader/Manifest
deleted file mode 100644
index 90dfed67c2..0000000000
--- a/gui-libs/webp-pixbuf-loader/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST webp-pixbuf-loader-0.0.1.tar.gz 8212 BLAKE2B 20b2f32ca0885069e185c415e10119f6f65b73131b4928e6db95fa9f92f9ec53bd3fd5fbc4708370dfaee68df4c8052d2df76c6e0c0a6267240f7804db8e33f8 SHA512 f3fa859221fdc5277c951e09448dea6078ca4825de06b319e33e86b59db1201616ca4a706d5114e431719584d5a0766a7706c4192dbc384441efb1799d9e40ec
diff --git a/gui-libs/webp-pixbuf-loader/files/webp-pixbuf-loader_gentoo.patch b/gui-libs/webp-pixbuf-loader/files/webp-pixbuf-loader_gentoo.patch
deleted file mode 100644
index decadd60c3..0000000000
--- a/gui-libs/webp-pixbuf-loader/files/webp-pixbuf-loader_gentoo.patch
+++ /dev/null
@@ -1,20 +0,0 @@
-diff --git a/meson.build b/meson.build
-index 2ae10ca..53761cd 100644
---- a/meson.build
-+++ b/meson.build
-@@ -7,7 +7,6 @@ webp = dependency('libwebp', version: '>0.4.3')
- # -34/-64 is to overcome a Fedora bug in the .pc file
- # debian has a similar problem with its .pc file but it requires knowing the platform triad
-
--gdk_pb_query_loaders = find_program(get_option('gdk_pixbuf_query_loaders_path'), gdk_pb_query_loaders, gdk_pb_query_loaders+'-32', gdk_pb_query_loaders+'-64')
-
-
- pbl_webp = shared_library('pixbufloader-webp', 'io-webp.c',
-@@ -15,7 +14,6 @@ pbl_webp = shared_library('pixbufloader-webp', 'io-webp.c',
- install: true,
- install_dir: gdk_pb_moddir)
-
--meson.add_install_script(gdk_pb_query_loaders.path(), '--update-cache')
-
- subdir('tests')
-
diff --git a/gui-libs/webp-pixbuf-loader/metadata.xml b/gui-libs/webp-pixbuf-loader/metadata.xml
deleted file mode 100644
index 15dbce309b..0000000000
--- a/gui-libs/webp-pixbuf-loader/metadata.xml
+++ /dev/null
@@ -1,13 +0,0 @@
-<?xml version='1.0' encoding='UTF-8'?>
-<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <!-- maintainer-needed -->
- <longdescription lang="en">
- webp-pixbuf-loader integrates libwebp library into GDK image
- processing framework, so GDK based application can use WEBP
- format natively.
- </longdescription>
- <upstream>
- <remote-id type="github">aruiz/webp-pixbuf-loader</remote-id>
- </upstream>
-</pkgmetadata>
diff --git a/gui-libs/webp-pixbuf-loader/webp-pixbuf-loader-0.0.1.ebuild b/gui-libs/webp-pixbuf-loader/webp-pixbuf-loader-0.0.1.ebuild
deleted file mode 100644
index 48462dc867..0000000000
--- a/gui-libs/webp-pixbuf-loader/webp-pixbuf-loader-0.0.1.ebuild
+++ /dev/null
@@ -1,50 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit gnome2-utils meson multilib-minimal
-
-DESCRIPTION="WebP Image format GdkPixbuf loader"
-HOMEPAGE="https://github.com/aruiz/webp-pixbuf-loader"
-SRC_URI="https://github.com/aruiz/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="LGPL-2+"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x64-solaris"
-
-PATCHES=( "${FILESDIR}/${PN}_gentoo.patch" )
-
-DEPEND="
- >=media-libs/libwebp-0.4.3[${MULTILIB_USEDEP}]
- >=x11-libs/gdk-pixbuf-2.22[${MULTILIB_USEDEP}]
-"
-RDEPEND="${DEPEND}"
-
-multilib_src_configure() {
- meson_src_configure
-}
-
-multilib_src_compile() {
- meson_src_compile
-}
-
-multilib_src_test() {
- meson_src_test
-}
-
-multilib_src_install() {
- meson_src_install
-}
-
-pkg_preinst() {
- gnome2_gdk_pixbuf_savelist
-}
-
-pkg_postinst() {
- gnome2_gdk_pixbuf_update
-}
-
-pkg_postrm() {
- gnome2_gdk_pixbuf_update
-}
diff --git a/profiles/updates/2Q-2024 b/profiles/updates/2Q-2024
index 9e974a4cd4..1e16447374 100644
--- a/profiles/updates/2Q-2024
+++ b/profiles/updates/2Q-2024
@@ -4,3 +4,4 @@ move dev-util/xmake dev-build/xmake
move dev-python/dataclasses_json dev-python/dataclasses-json
move media-gfx/heatshrink dev-libs/heatshrink
move sys-apps/sdate app-misc/sdate
+move gui-libs/webp-pixbuf-loader gui-libs/gdk-pixbuf-loader-webp
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2024-04-20 17:41 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-04-20 17:41 [gentoo-commits] repo/proj/guru:dev commit in: gui-libs/webp-pixbuf-loader/, gui-libs/webp-pixbuf-loader/files/, Anna Vyalkova
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox