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 18F5615ACFC for ; Thu, 4 May 2023 15:48:54 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 31D9FE0940; Thu, 4 May 2023 15:48:53 +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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 190D5E0940 for ; Thu, 4 May 2023 15:48:53 +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 BE18E341620 for ; Thu, 4 May 2023 15:48:51 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4C4588E4 for ; Thu, 4 May 2023 15:48:50 +0000 (UTC) From: "Arthur Zamarin" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Arthur Zamarin" Message-ID: <1683215312.e6cc0a2583c4a5172e47df809363389512937463.arthurzam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-video/qmplay2/, media-video/qmplay2/files/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-video/qmplay2/files/qmplay2-23.02.05-fix-libva-glx.patch media-video/qmplay2/qmplay2-23.02.05.ebuild X-VCS-Directories: media-video/qmplay2/files/ media-video/qmplay2/ X-VCS-Committer: arthurzam X-VCS-Committer-Name: Arthur Zamarin X-VCS-Revision: e6cc0a2583c4a5172e47df809363389512937463 X-VCS-Branch: master Date: Thu, 4 May 2023 15:48:50 +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: 56f96140-c31b-4032-92b6-5e7f1fef7882 X-Archives-Hash: 7059372f53c9f7d0272122ced5d1e5ff commit: e6cc0a2583c4a5172e47df809363389512937463 Author: Arthur Zamarin gentoo org> AuthorDate: Thu May 4 15:46:22 2023 +0000 Commit: Arthur Zamarin gentoo org> CommitDate: Thu May 4 15:48:32 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e6cc0a25 media-video/qmplay2: fix dependency on libva-glx This is used as one of the fallback backends. Already built installations continue to work (one of the reasons we missed this bug for ~3 month since an action), so no need to revbump to rebuild. Closes: https://bugs.gentoo.org/905453 Signed-off-by: Arthur Zamarin gentoo.org> .../qmplay2/files/qmplay2-23.02.05-fix-libva-glx.patch | 13 +++++++++++++ media-video/qmplay2/qmplay2-23.02.05.ebuild | 4 ++++ 2 files changed, 17 insertions(+) diff --git a/media-video/qmplay2/files/qmplay2-23.02.05-fix-libva-glx.patch b/media-video/qmplay2/files/qmplay2-23.02.05-fix-libva-glx.patch new file mode 100644 index 000000000000..e47aacf22a5f --- /dev/null +++ b/media-video/qmplay2/files/qmplay2-23.02.05-fix-libva-glx.patch @@ -0,0 +1,13 @@ +https://bugs.gentoo.org/905453 + +--- a/src/modules/FFmpeg/CMakeLists.txt ++++ b/src/modules/FFmpeg/CMakeLists.txt +@@ -67,7 +67,7 @@ if(USE_FFMPEG_VAAPI OR USE_FFMPEG_VDPAU OR USE_FFMPEG_DXVA2 OR USE_FFMPEG_D3D11V + list(APPEND FFmpeg_HDR VAAPIVulkan.hpp) + list(APPEND FFmpeg_SRC VAAPIVulkan.cpp) + endif() +- pkg_check_modules(LBVA REQUIRED libva libva-glx libva-drm egl) ++ pkg_check_modules(LBVA REQUIRED libva libva-drm egl) + include_directories(${LBVA_INCLUDE_DIRS}) + link_directories(${LBVA_LIBRARY_DIRS}) + list(APPEND FFmpeg_LIBS ${LBVA_LIBRARIES}) diff --git a/media-video/qmplay2/qmplay2-23.02.05.ebuild b/media-video/qmplay2/qmplay2-23.02.05.ebuild index 83acd1b1df36..04d454c891d3 100644 --- a/media-video/qmplay2/qmplay2-23.02.05.ebuild +++ b/media-video/qmplay2/qmplay2-23.02.05.ebuild @@ -66,6 +66,10 @@ RDEPEND=" DEPEND="${RDEPEND}" BDEPEND="dev-qt/linguist-tools:5" +PATCHES=( + "${FILESDIR}/${PN}-23.02.05-fix-libva-glx.patch" +) + src_prepare() { # disable compress man pages sed -r \