From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1576235-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 BBFED158013 for <garchives@archives.gentoo.org>; Sun, 3 Dec 2023 16:33:29 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D7C972BC014; Sun, 3 Dec 2023 16:33:28 +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 BE9602BC014 for <gentoo-commits@lists.gentoo.org>; Sun, 3 Dec 2023 16:33:28 +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 B120F335D63 for <gentoo-commits@lists.gentoo.org>; Sun, 3 Dec 2023 16:33:27 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id EF0FEAE3 for <gentoo-commits@lists.gentoo.org>; Sun, 3 Dec 2023 16:33:25 +0000 (UTC) From: "James Le Cuirot" <chewi@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, "James Le Cuirot" <chewi@gentoo.org> Message-ID: <1701621167.a6d55492eca0425b5bc9750681d00510d809e4ea.chewi@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-video/ffmpeg-chromium/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-video/ffmpeg-chromium/ffmpeg-chromium-117.ebuild X-VCS-Directories: media-video/ffmpeg-chromium/ X-VCS-Committer: chewi X-VCS-Committer-Name: James Le Cuirot X-VCS-Revision: a6d55492eca0425b5bc9750681d00510d809e4ea X-VCS-Branch: master Date: Sun, 3 Dec 2023 16:33:25 +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: c4518bf3-f731-444c-a139-aec442be6f89 X-Archives-Hash: 493d7baf3fda8d23996adbb99329792a commit: a6d55492eca0425b5bc9750681d00510d809e4ea Author: James Le Cuirot <chewi <AT> gentoo <DOT> org> AuthorDate: Sun Dec 3 16:32:47 2023 +0000 Commit: James Le Cuirot <chewi <AT> gentoo <DOT> org> CommitDate: Sun Dec 3 16:32:47 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a6d55492 media-video/ffmpeg-chromium: Work around vulkan linking issue with flag This should be fixed upstream in the next release. Closes: https://bugs.gentoo.org/918997 Signed-off-by: James Le Cuirot <chewi <AT> gentoo.org> media-video/ffmpeg-chromium/ffmpeg-chromium-117.ebuild | 3 +++ 1 file changed, 3 insertions(+) diff --git a/media-video/ffmpeg-chromium/ffmpeg-chromium-117.ebuild b/media-video/ffmpeg-chromium/ffmpeg-chromium-117.ebuild index c51a4c4b8b9b..3709cb55e8ee 100644 --- a/media-video/ffmpeg-chromium/ffmpeg-chromium-117.ebuild +++ b/media-video/ffmpeg-chromium/ffmpeg-chromium-117.ebuild @@ -137,6 +137,9 @@ src_prepare() { src_configure() { local myconf=( ) + # Bug #918997. Will probably be fixed upstream in the next release. + use vulkan && append-ldflags -Wl,-z,muldefs + # bug 842201 use ia64 && tc-is-gcc && append-flags \ -fno-tree-ccp \