From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id D54F11580EB for ; Sat, 24 May 2025 18:27:47 +0000 (UTC) Received: from lists.gentoo.org (bobolink.gentoo.org [140.211.166.189]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id C230934314D for ; Sat, 24 May 2025 18:27:47 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id 75CBB11047D; Sat, 24 May 2025 18:27:43 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by bobolink.gentoo.org (Postfix) with ESMTPS id 6A2F111047D for ; Sat, 24 May 2025 18:27:43 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 1FA8634309C for ; Sat, 24 May 2025 18:27:43 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B4E6520FB for ; Sat, 24 May 2025 18:27:41 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1748111248.35ba220358a38f302ed2d10575016ba51cb3fc42.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-gfx/zbar/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-gfx/zbar/zbar-0.23.93-r1.ebuild media-gfx/zbar/zbar-0.23.93.ebuild X-VCS-Directories: media-gfx/zbar/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 35ba220358a38f302ed2d10575016ba51cb3fc42 X-VCS-Branch: master Date: Sat, 24 May 2025 18:27:41 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 7a684889-0220-46bd-af2d-88778be364a9 X-Archives-Hash: 0b7ada289d5f79cf70391dfc0db33fb3 commit: 35ba220358a38f302ed2d10575016ba51cb3fc42 Author: Alfred Wingate protonmail com> AuthorDate: Sat May 24 17:47:34 2025 +0000 Commit: Sam James gentoo org> CommitDate: Sat May 24 18:27:28 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=35ba2203 media-gfx/zbar: missing dependencies and introspection requirements * Also libjpeg-turbo should have a subslot operator. Signed-off-by: Alfred Wingate protonmail.com> Part-of: https://github.com/gentoo/gentoo/pull/42241 Closes: https://github.com/gentoo/gentoo/pull/42241 Signed-off-by: Sam James gentoo.org> media-gfx/zbar/{zbar-0.23.93.ebuild => zbar-0.23.93-r1.ebuild} | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/media-gfx/zbar/zbar-0.23.93.ebuild b/media-gfx/zbar/zbar-0.23.93-r1.ebuild similarity index 97% rename from media-gfx/zbar/zbar-0.23.93.ebuild rename to media-gfx/zbar/zbar-0.23.93-r1.ebuild index 9b33e221abdb..88d33e17915f 100644 --- a/media-gfx/zbar/zbar-0.23.93.ebuild +++ b/media-gfx/zbar/zbar-0.23.93-r1.ebuild @@ -30,14 +30,15 @@ COMMON_DEPEND=" dbus? ( sys-apps/dbus[${MULTILIB_USEDEP}] ) gtk? ( dev-libs/glib:2[${MULTILIB_USEDEP}] - x11-libs/gtk+:3[${MULTILIB_USEDEP}] + x11-libs/gdk-pixbuf:2[introspection?] + x11-libs/gtk+:3[${MULTILIB_USEDEP},introspection?] introspection? ( dev-libs/gobject-introspection ) ) imagemagick? ( !graphicsmagick? ( media-gfx/imagemagick:=[png,jpeg?] ) graphicsmagick? ( media-gfx/graphicsmagick:=[png,jpeg?] ) ) - jpeg? ( media-libs/libjpeg-turbo:0[${MULTILIB_USEDEP}] ) + jpeg? ( media-libs/libjpeg-turbo:0=[${MULTILIB_USEDEP}] ) python? ( ${PYTHON_DEPS} ) qt5? ( dev-qt/qtcore:5