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 (4096 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 2DFDE158042 for ; Fri, 15 Nov 2024 22:17:04 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4BC46E0940; Fri, 15 Nov 2024 22:17:03 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 24352E0940 for ; Fri, 15 Nov 2024 22:16:57 +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 4C24B33BE19 for ; Fri, 15 Nov 2024 22:16:56 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id AD8A118C4 for ; Fri, 15 Nov 2024 22:16:54 +0000 (UTC) From: "Henri Gasc" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Henri Gasc" Message-ID: <1731708983.30464f5d908c42afa9fb3940e3372b958063a7c5.gasc@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: media-video/wl-screenrec/ X-VCS-Repository: repo/proj/guru X-VCS-Files: media-video/wl-screenrec/wl-screenrec-0.1.6-r1.ebuild media-video/wl-screenrec/wl-screenrec-0.1.6.ebuild X-VCS-Directories: media-video/wl-screenrec/ X-VCS-Committer: gasc X-VCS-Committer-Name: Henri Gasc X-VCS-Revision: 30464f5d908c42afa9fb3940e3372b958063a7c5 X-VCS-Branch: dev Date: Fri, 15 Nov 2024 22:16:54 +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: c8862ca3-21f1-4339-9745-de619ea39dc4 X-Archives-Hash: a38967fa05d12d7297149a0d3c0649cb commit: 30464f5d908c42afa9fb3940e3372b958063a7c5 Author: Henri Gasc eurecom fr> AuthorDate: Fri Nov 15 22:15:36 2024 +0000 Commit: Henri Gasc eurecom fr> CommitDate: Fri Nov 15 22:16:23 2024 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=30464f5d media-video/wl-screenrec: Add correct clang version in BDEPEND Closes: https://bugs.gentoo.org/943557 Signed-off-by: Henri Gasc eurecom.fr> ...screenrec-0.1.6.ebuild => wl-screenrec-0.1.6-r1.ebuild} | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) diff --git a/media-video/wl-screenrec/wl-screenrec-0.1.6.ebuild b/media-video/wl-screenrec/wl-screenrec-0.1.6-r1.ebuild similarity index 94% rename from media-video/wl-screenrec/wl-screenrec-0.1.6.ebuild rename to media-video/wl-screenrec/wl-screenrec-0.1.6-r1.ebuild index 6177f11b3..98228fd56 100644 --- a/media-video/wl-screenrec/wl-screenrec-0.1.6.ebuild +++ b/media-video/wl-screenrec/wl-screenrec-0.1.6-r1.ebuild @@ -110,7 +110,10 @@ CRATES=" windows_x86_64_msvc@0.52.6 " -inherit cargo shell-completion +LLVM_COMPAT=( {16..19} ) +RUST_NEEDS_LLVM=1 + +inherit cargo shell-completion llvm-r1 DESCRIPTION="High performance screen/audio recorder for wlroots" HOMEPAGE="https://github.com/russelltg/wl-screenrec" @@ -127,14 +130,21 @@ RESTRICT="test" BDEPEND=" media-video/ffmpeg:= - sys-devel/clang x11-libs/libdrm + $(llvm_gen_dep ' + sys-devel/clang:${LLVM_SLOT} + ') " RDEPEND="${BDEPEND}" DEPEND="${RDEPEND}" QA_FLAGS_IGNORED="usr/bin/${PN}" +pkg_setup() { + llvm-r1_pkg_setup + rust_pkg_setup +} + src_compile() { cargo_src_compile