From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 31A0015802F for ; Tue, 28 Mar 2023 11:37:21 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 67420E070D; Tue, 28 Mar 2023 11:37:20 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 4DEDBE070D for ; Tue, 28 Mar 2023 11:37:20 +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) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 2DD54340E39 for ; Tue, 28 Mar 2023 11:37:19 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5B5598E6 for ; Tue, 28 Mar 2023 11:37:17 +0000 (UTC) From: "Ionen Wolkens" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ionen Wolkens" Message-ID: <1680003146.42b2b1f519ea73a332151a9dc18c0f7b413ec0fa.ionen@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-gfx/scrot/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-gfx/scrot/scrot-1.8.1-r1.ebuild media-gfx/scrot/scrot-1.8.1.ebuild media-gfx/scrot/scrot-9999.ebuild X-VCS-Directories: media-gfx/scrot/ X-VCS-Committer: ionen X-VCS-Committer-Name: Ionen Wolkens X-VCS-Revision: 42b2b1f519ea73a332151a9dc18c0f7b413ec0fa X-VCS-Branch: master Date: Tue, 28 Mar 2023 11:37:17 +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: 0c1182d5-3ffb-4c7b-bf1f-cee05f7d0958 X-Archives-Hash: 0b24cc5cefe361d2ce16bdf883282a8f commit: 42b2b1f519ea73a332151a9dc18c0f7b413ec0fa Author: Ionen Wolkens gentoo org> AuthorDate: Tue Mar 28 11:25:49 2023 +0000 Commit: Ionen Wolkens gentoo org> CommitDate: Tue Mar 28 11:32:26 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=42b2b1f5 media-gfx/scrot: depend on imlib2[filters(+)] It's enabled by default on new imlib2-0.11.0, but if someone happens to disable it will get: undefined reference to `imlib_apply_filter'. Seems this was always available on prior versions, so going with (+). Signed-off-by: Ionen Wolkens gentoo.org> media-gfx/scrot/{scrot-1.8.1.ebuild => scrot-1.8.1-r1.ebuild} | 2 +- media-gfx/scrot/scrot-9999.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/media-gfx/scrot/scrot-1.8.1.ebuild b/media-gfx/scrot/scrot-1.8.1-r1.ebuild similarity index 97% rename from media-gfx/scrot/scrot-1.8.1.ebuild rename to media-gfx/scrot/scrot-1.8.1-r1.ebuild index 47b8cb413562..c88e6f12c791 100644 --- a/media-gfx/scrot/scrot-1.8.1.ebuild +++ b/media-gfx/scrot/scrot-1.8.1-r1.ebuild @@ -21,7 +21,7 @@ SLOT="0" # imlib2[X] needed for imlib_create_image_from_drawable, bug #835582 RDEPEND=" dev-libs/libbsd - media-libs/imlib2[X] + media-libs/imlib2[X,filters(+)] x11-libs/libXext x11-libs/libX11 x11-libs/libXcomposite diff --git a/media-gfx/scrot/scrot-9999.ebuild b/media-gfx/scrot/scrot-9999.ebuild index 858ee4b9038c..6cb697e71ecf 100644 --- a/media-gfx/scrot/scrot-9999.ebuild +++ b/media-gfx/scrot/scrot-9999.ebuild @@ -21,7 +21,7 @@ SLOT="0" # imlib2[X] needed for imlib_create_image_from_drawable, bug #835582 RDEPEND=" dev-libs/libbsd - media-libs/imlib2[X] + media-libs/imlib2[X,filters(+)] x11-libs/libXext x11-libs/libX11 x11-libs/libXcomposite