From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1353438-garchives=archives.gentoo.org@lists.gentoo.org> 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)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id F0548158086 for <garchives@archives.gentoo.org>; Tue, 28 Dec 2021 22:27:02 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C81E12BC086; Tue, 28 Dec 2021 22:27:01 +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 pigeon.gentoo.org (Postfix) with ESMTPS id BF6172BC082 for <gentoo-commits@lists.gentoo.org>; Tue, 28 Dec 2021 22:26:59 +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 B74D6342EF5 for <gentoo-commits@lists.gentoo.org>; Tue, 28 Dec 2021 22:26:58 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0322A219 for <gentoo-commits@lists.gentoo.org>; Tue, 28 Dec 2021 22:26:57 +0000 (UTC) From: "Sam James" <sam@gentoo.org> 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" <sam@gentoo.org> Message-ID: <1640730309.f196c5105772cff3cecf8dd2338968bae2dd7553.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-sound/pulseaudio/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-sound/pulseaudio/pulseaudio-15.0-r1.ebuild media-sound/pulseaudio/pulseaudio-15.0-r2.ebuild X-VCS-Directories: media-sound/pulseaudio/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: f196c5105772cff3cecf8dd2338968bae2dd7553 X-VCS-Branch: master Date: Tue, 28 Dec 2021 22:26:57 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 0cf975d6-750c-46ab-87bb-3869765753e9 X-Archives-Hash: f0b70d1422f499666bf24bda0e7bfb68 commit: f196c5105772cff3cecf8dd2338968bae2dd7553 Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Tue Dec 28 22:25:09 2021 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Tue Dec 28 22:25:09 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f196c510 media-sound/pulseaudio: needs libx11[${MULTILIB_USEDEP}] ``` Run-time dependency x11-xcb found: NO (tried pkgconfig and cmake) ../pulseaudio-15.0/meson.build:681:0: ERROR: Dependency "x11-xcb" not found, tried pkgconfig and cmake ``` Reported in #gentoo. x11-xcb is provided by libx11. Note that it still needs libxcb in addition. Signed-off-by: Sam James <sam <AT> gentoo.org> .../pulseaudio/{pulseaudio-15.0-r1.ebuild => pulseaudio-15.0-r2.ebuild} | 1 + 1 file changed, 1 insertion(+) diff --git a/media-sound/pulseaudio/pulseaudio-15.0-r1.ebuild b/media-sound/pulseaudio/pulseaudio-15.0-r2.ebuild similarity index 99% rename from media-sound/pulseaudio/pulseaudio-15.0-r1.ebuild rename to media-sound/pulseaudio/pulseaudio-15.0-r2.ebuild index 14c9658fb5b7..91cc01e8a068 100644 --- a/media-sound/pulseaudio/pulseaudio-15.0-r1.ebuild +++ b/media-sound/pulseaudio/pulseaudio-15.0-r2.ebuild @@ -128,6 +128,7 @@ COMMON_DEPEND=" udev? ( >=virtual/udev-143[hwdb(+)] ) webrtc-aec? ( >=media-libs/webrtc-audio-processing-0.2:0 ) X? ( + x11-libs/libX11[${MULTILIB_USEDEP}] >=x11-libs/libxcb-1.6[${MULTILIB_USEDEP}] daemon? ( x11-libs/libICE