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)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 251F4158094 for ; Sat, 1 Oct 2022 09:43:20 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 408F4E0B14; Sat, 1 Oct 2022 09:43:18 +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 28D6DE0B14 for ; Sat, 1 Oct 2022 09:43:18 +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 4A03034104B for ; Sat, 1 Oct 2022 09:43:17 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id BF08D523 for ; Sat, 1 Oct 2022 09:43:15 +0000 (UTC) From: "Matthew Smith" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Matthew Smith" Message-ID: <1664617381.1fb1f4d4435419cb606b12267baeef1eb6158071.matthew@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/libplacebo/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-libs/libplacebo/libplacebo-4.192.1-r1.ebuild media-libs/libplacebo/libplacebo-4.192.1.ebuild media-libs/libplacebo/libplacebo-9999.ebuild X-VCS-Directories: media-libs/libplacebo/ X-VCS-Committer: matthew X-VCS-Committer-Name: Matthew Smith X-VCS-Revision: 1fb1f4d4435419cb606b12267baeef1eb6158071 X-VCS-Branch: master Date: Sat, 1 Oct 2022 09:43:15 +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: c766c0e7-fa2e-441f-b0a5-bc5150d6c0a1 X-Archives-Hash: 7f3e0a30b056c277bacdc8f7a1b01847 commit: 1fb1f4d4435419cb606b12267baeef1eb6158071 Author: Matthew Smith gentoo org> AuthorDate: Sat Oct 1 09:42:29 2022 +0000 Commit: Matthew Smith gentoo org> CommitDate: Sat Oct 1 09:43:01 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1fb1f4d4 media-libs/libplacebo: fix automagic libunwind dependency Signed-off-by: Matthew Smith gentoo.org> .../{libplacebo-4.192.1.ebuild => libplacebo-4.192.1-r1.ebuild} | 4 +++- media-libs/libplacebo/libplacebo-9999.ebuild | 4 +++- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/media-libs/libplacebo/libplacebo-4.192.1.ebuild b/media-libs/libplacebo/libplacebo-4.192.1-r1.ebuild similarity index 93% rename from media-libs/libplacebo/libplacebo-4.192.1.ebuild rename to media-libs/libplacebo/libplacebo-4.192.1-r1.ebuild index 4335fb6d6a04..c047cd32fdf8 100644 --- a/media-libs/libplacebo/libplacebo-4.192.1.ebuild +++ b/media-libs/libplacebo/libplacebo-4.192.1-r1.ebuild @@ -22,7 +22,7 @@ HOMEPAGE="https://code.videolan.org/videolan/libplacebo" LICENSE="LGPL-2.1+" SLOT="0/$(ver_cut 2)" # libplacebo.so version -IUSE="glslang lcms +opengl +shaderc test +vulkan" +IUSE="glslang lcms +opengl +shaderc test unwind +vulkan" REQUIRED_USE="vulkan? ( || ( glslang shaderc ) )" RESTRICT="!test? ( test )" @@ -30,6 +30,7 @@ RDEPEND="glslang? ( dev-util/glslang[${MULTILIB_USEDEP}] ) lcms? ( media-libs/lcms:2[${MULTILIB_USEDEP}] ) opengl? ( media-libs/libepoxy[${MULTILIB_USEDEP}] ) shaderc? ( >=media-libs/shaderc-2017.2[${MULTILIB_USEDEP}] ) + unwind? ( sys-libs/libunwind:= ) vulkan? ( dev-util/vulkan-headers media-libs/vulkan-loader[${MULTILIB_USEDEP}] @@ -58,6 +59,7 @@ multilib_src_configure() { $(meson_feature lcms) $(meson_feature opengl) $(meson_feature shaderc) + $(meson_feature unwind) $(meson_feature vulkan) $(meson_use test tests) # hard-code path from dev-util/vulkan-headers diff --git a/media-libs/libplacebo/libplacebo-9999.ebuild b/media-libs/libplacebo/libplacebo-9999.ebuild index 5037bfc4033d..72d2114b55cb 100644 --- a/media-libs/libplacebo/libplacebo-9999.ebuild +++ b/media-libs/libplacebo/libplacebo-9999.ebuild @@ -23,7 +23,7 @@ HOMEPAGE="https://code.videolan.org/videolan/libplacebo" LICENSE="LGPL-2.1+" # Please add a sub-slot for releases depending on libplacebo.so version SLOT="0/9999" -IUSE="glslang lcms +opengl +shaderc test +vulkan" +IUSE="glslang lcms +opengl +shaderc test unwind +vulkan" REQUIRED_USE="vulkan? ( || ( glslang shaderc ) )" RESTRICT="!test? ( test )" @@ -31,6 +31,7 @@ RDEPEND="glslang? ( dev-util/glslang[${MULTILIB_USEDEP}] ) lcms? ( media-libs/lcms:2[${MULTILIB_USEDEP}] ) opengl? ( media-libs/libepoxy[${MULTILIB_USEDEP}] ) shaderc? ( >=media-libs/shaderc-2017.2[${MULTILIB_USEDEP}] ) + unwind? ( sys-libs/libunwind:= ) vulkan? ( dev-util/vulkan-headers media-libs/vulkan-loader[${MULTILIB_USEDEP}] @@ -57,6 +58,7 @@ multilib_src_configure() { $(meson_feature lcms) $(meson_feature opengl) $(meson_feature shaderc) + $(meson_feature unwind) $(meson_feature vulkan) $(meson_use test tests) # hard-code path from dev-util/vulkan-headers