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 7047E158020 for ; Sat, 19 Nov 2022 13:01:44 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5880BE0971; Sat, 19 Nov 2022 13:01:43 +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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 36329E0971 for ; Sat, 19 Nov 2022 13:01:43 +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 0759F3412FA for ; Sat, 19 Nov 2022 13:01:42 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4EF71731 for ; Sat, 19 Nov 2022 13:01:40 +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: <1668862881.2871bd6f97f2cc7e732a1088daf8740e537497cd.ionen@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/libplacebo/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-libs/libplacebo/libplacebo-5.229.1.ebuild media-libs/libplacebo/libplacebo-9999.ebuild X-VCS-Directories: media-libs/libplacebo/ X-VCS-Committer: ionen X-VCS-Committer-Name: Ionen Wolkens X-VCS-Revision: 2871bd6f97f2cc7e732a1088daf8740e537497cd X-VCS-Branch: master Date: Sat, 19 Nov 2022 13:01:40 +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: 4c8674d1-f462-492b-9a58-72482900b8d7 X-Archives-Hash: 2f68a6c3d7802b557171c068351ae23c commit: 2871bd6f97f2cc7e732a1088daf8740e537497cd Author: Ionen Wolkens gentoo org> AuthorDate: Sat Nov 19 12:50:09 2022 +0000 Commit: Ionen Wolkens gentoo org> CommitDate: Sat Nov 19 13:01:21 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2871bd6f media-libs/libplacebo: more python fixes Hopefully right, overlooked that I broke -native-symlinks when I added the python patch, and any deps check was wrong. Signed-off-by: Ionen Wolkens gentoo.org> media-libs/libplacebo/libplacebo-5.229.1.ebuild | 9 +++------ media-libs/libplacebo/libplacebo-9999.ebuild | 9 +++------ 2 files changed, 6 insertions(+), 12 deletions(-) diff --git a/media-libs/libplacebo/libplacebo-5.229.1.ebuild b/media-libs/libplacebo/libplacebo-5.229.1.ebuild index 25e7460d4649..f6b4f9f82688 100644 --- a/media-libs/libplacebo/libplacebo-5.229.1.ebuild +++ b/media-libs/libplacebo/libplacebo-5.229.1.ebuild @@ -42,8 +42,9 @@ DEPEND=" ${RDEPEND} vulkan? ( dev-util/vulkan-headers )" BDEPEND=" + ${PYTHON_DEPS} virtual/pkgconfig - vulkan? ( $(python_gen_any_dep 'dev-python/jinja[${PYTHON_USEDEP}]') )" + opengl? ( $(python_gen_any_dep 'dev-python/jinja[${PYTHON_USEDEP}]') )" PATCHES=( "${FILESDIR}"/${PN}-5.229.1-llvm-libunwind.patch @@ -52,11 +53,7 @@ PATCHES=( ) python_check_deps() { - python_has_version "dev-python/jinja[${PYTHON_USEDEP}]" -} - -pkg_setup() { - use vulkan && python-any-r1_pkg_setup + use !opengl || python_has_version "dev-python/jinja[${PYTHON_USEDEP}]" } src_unpack() { diff --git a/media-libs/libplacebo/libplacebo-9999.ebuild b/media-libs/libplacebo/libplacebo-9999.ebuild index 25e7460d4649..f6b4f9f82688 100644 --- a/media-libs/libplacebo/libplacebo-9999.ebuild +++ b/media-libs/libplacebo/libplacebo-9999.ebuild @@ -42,8 +42,9 @@ DEPEND=" ${RDEPEND} vulkan? ( dev-util/vulkan-headers )" BDEPEND=" + ${PYTHON_DEPS} virtual/pkgconfig - vulkan? ( $(python_gen_any_dep 'dev-python/jinja[${PYTHON_USEDEP}]') )" + opengl? ( $(python_gen_any_dep 'dev-python/jinja[${PYTHON_USEDEP}]') )" PATCHES=( "${FILESDIR}"/${PN}-5.229.1-llvm-libunwind.patch @@ -52,11 +53,7 @@ PATCHES=( ) python_check_deps() { - python_has_version "dev-python/jinja[${PYTHON_USEDEP}]" -} - -pkg_setup() { - use vulkan && python-any-r1_pkg_setup + use !opengl || python_has_version "dev-python/jinja[${PYTHON_USEDEP}]" } src_unpack() {