public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "David Roman" <davidroman96@gmail.com>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/proj/guru:master commit in: media-gfx/swayimg/
Date: Sat,  2 Nov 2024 20:52:28 +0000 (UTC)	[thread overview]
Message-ID: <1730552531.2dc16d27908f6c4302f3e0f2ac7058481013bc19.davidroman@gentoo> (raw)

commit:     2dc16d27908f6c4302f3e0f2ac7058481013bc19
Author:     Takuya Wakazono <pastalian46 <AT> gmail <DOT> com>
AuthorDate: Sat Nov  2 13:02:11 2024 +0000
Commit:     David Roman <davidroman96 <AT> gmail <DOT> com>
CommitDate: Sat Nov  2 13:02:11 2024 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=2dc16d27

media-gfx/swayimg: sync USE=X with x11-libs/cairo

USE=X needs to be synced with x11-libs/cairo during build, otherwise the
build will fail.

https://github.com/gentoo/guru/commit/f4d3cb8692d9819e393c2265ab6cefbae5c81568#commitcomment-148646896
```
meson.build:53:7: ERROR: Dependency lookup for librsvg-2.0 with method 'pkgconfig' failed: Could not generate cflags for librsvg-2.0:
Package xproto was not found in the pkg-config search path.
Perhaps you should add the directory containing `xproto.pc'
```

Signed-off-by: Takuya Wakazono <pastalian46 <AT> gmail.com>

 media-gfx/swayimg/swayimg-3.2.ebuild | 12 +++++-------
 media-gfx/swayimg/swayimg-3.4.ebuild | 12 +++++-------
 2 files changed, 10 insertions(+), 14 deletions(-)

diff --git a/media-gfx/swayimg/swayimg-3.2.ebuild b/media-gfx/swayimg/swayimg-3.2.ebuild
index adf13e554..c63caf3e3 100644
--- a/media-gfx/swayimg/swayimg-3.2.ebuild
+++ b/media-gfx/swayimg/swayimg-3.2.ebuild
@@ -1,4 +1,3 @@
-
 # Copyright 2023-2024 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
@@ -33,18 +32,17 @@ RDEPEND="
 	svg? (
 		dev-libs/glib:2
 		gnome-base/librsvg:2
-		x11-libs/cairo
+		x11-libs/cairo[X=]
 	)
 	tiff? ( media-libs/tiff:= )
 	webp? ( media-libs/libwebp:= )"
 DEPEND="${RDEPEND}
-	dev-libs/wayland-protocols"
+	dev-libs/wayland-protocols
+	svg? ( X? ( x11-base/xorg-proto ) )
+"
 BDEPEND="
 	dev-util/wayland-scanner
-	svg? (
-		dev-build/cmake
-		X? ( x11-base/xorg-proto )
-	)
+	svg? ( dev-build/cmake )
 "
 
 src_configure() {

diff --git a/media-gfx/swayimg/swayimg-3.4.ebuild b/media-gfx/swayimg/swayimg-3.4.ebuild
index ad2d4ad33..baacc4fb6 100644
--- a/media-gfx/swayimg/swayimg-3.4.ebuild
+++ b/media-gfx/swayimg/swayimg-3.4.ebuild
@@ -1,4 +1,3 @@
-
 # Copyright 2023-2024 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
@@ -34,18 +33,17 @@ RDEPEND="
 	svg? (
 		dev-libs/glib:2
 		gnome-base/librsvg:2
-		x11-libs/cairo
+		x11-libs/cairo[X=]
 	)
 	tiff? ( media-libs/tiff:= )
 	webp? ( media-libs/libwebp:= )"
 DEPEND="${RDEPEND}
-	dev-libs/wayland-protocols"
+	dev-libs/wayland-protocols
+	svg? ( X? ( x11-base/xorg-proto ) )
+"
 BDEPEND="
 	dev-util/wayland-scanner
-	svg? (
-		dev-build/cmake
-		X? ( x11-base/xorg-proto )
-	)
+	svg? ( dev-build/cmake )
 	test? ( dev-cpp/gtest )
 "
 


             reply	other threads:[~2024-11-02 20:52 UTC|newest]

Thread overview: 23+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-11-02 20:52 David Roman [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-02-01 16:10 [gentoo-commits] repo/proj/guru:master commit in: media-gfx/swayimg/ David Roman
2025-02-01 16:10 David Roman
2025-01-20  9:34 David Roman
2024-12-10 11:32 David Roman
2024-12-10 11:32 David Roman
2024-12-10 11:32 David Roman
2024-12-10 11:32 David Roman
2024-11-16 22:55 Julien Roy
2024-11-16 22:55 Julien Roy
2024-11-02 20:52 David Roman
2024-11-02 20:52 David Roman
2024-10-29 14:06 David Roman
2024-10-29 14:06 David Roman
2024-08-28 10:57 David Roman
2024-08-28 10:57 David Roman
2024-07-08 16:47 David Roman
2024-03-12 14:48 Haelwenn Monnier
2024-01-07 23:46 David Roman
2023-08-02 16:30 Florian Schmaus
2023-06-04  6:20 Viorel Munteanu
2023-06-04  6:20 Viorel Munteanu
2023-06-04  6:20 Viorel Munteanu

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=1730552531.2dc16d27908f6c4302f3e0f2ac7058481013bc19.davidroman@gentoo \
    --to=davidroman96@gmail.com \
    --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