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) server-digest SHA256) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 772DB159C96 for ; Tue, 30 Jul 2024 04:25:43 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8E7682BC013; Tue, 30 Jul 2024 04:25:42 +0000 (UTC) Received: from smtp.gentoo.org (mail.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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 385952BC013 for ; Tue, 30 Jul 2024 04:25:42 +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 A78E9335D77 for ; Tue, 30 Jul 2024 04:25:31 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0EC631D87 for ; Tue, 30 Jul 2024 04:25:30 +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: <1722313515.2f0daacc8472457193e5fa97f40b915ca13fab0b.ionen@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-video/mpv/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-video/mpv/mpv-0.38.0-r1.ebuild media-video/mpv/mpv-9999.ebuild X-VCS-Directories: media-video/mpv/ X-VCS-Committer: ionen X-VCS-Committer-Name: Ionen Wolkens X-VCS-Revision: 2f0daacc8472457193e5fa97f40b915ca13fab0b X-VCS-Branch: master Date: Tue, 30 Jul 2024 04:25:30 +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: 386884c8-0ff1-4b26-8091-fcb6c7bfe219 X-Archives-Hash: dac8f0e1b8140c6cee0ef82aaddb074e commit: 2f0daacc8472457193e5fa97f40b915ca13fab0b Author: Ionen Wolkens gentoo org> AuthorDate: Tue Jul 30 04:23:14 2024 +0000 Commit: Ionen Wolkens gentoo org> CommitDate: Tue Jul 30 04:25:15 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2f0daacc media-video/mpv: add missing depend on vulkan-headers mpv-9999 newly checks for headers which prompted this, but these were always needed for vulkan and 0.38 fails to build without (albeit was unlikely to be missing outside binpkgs). Signed-off-by: Ionen Wolkens gentoo.org> media-video/mpv/mpv-0.38.0-r1.ebuild | 1 + media-video/mpv/mpv-9999.ebuild | 1 + 2 files changed, 2 insertions(+) diff --git a/media-video/mpv/mpv-0.38.0-r1.ebuild b/media-video/mpv/mpv-0.38.0-r1.ebuild index 3ff3174b4d0d..0c4db6017737 100644 --- a/media-video/mpv/mpv-0.38.0-r1.ebuild +++ b/media-video/mpv/mpv-0.38.0-r1.ebuild @@ -115,6 +115,7 @@ DEPEND=" X? ( x11-base/xorg-proto ) dvb? ( sys-kernel/linux-headers ) nvenc? ( media-libs/nv-codec-headers ) + vulkan? ( dev-util/vulkan-headers ) wayland? ( dev-libs/wayland-protocols ) " BDEPEND=" diff --git a/media-video/mpv/mpv-9999.ebuild b/media-video/mpv/mpv-9999.ebuild index e644f84d0ead..31b23432e18e 100644 --- a/media-video/mpv/mpv-9999.ebuild +++ b/media-video/mpv/mpv-9999.ebuild @@ -115,6 +115,7 @@ DEPEND=" X? ( x11-base/xorg-proto ) dvb? ( sys-kernel/linux-headers ) nvenc? ( media-libs/nv-codec-headers ) + vulkan? ( dev-util/vulkan-headers ) wayland? ( dev-libs/wayland-protocols ) " BDEPEND="