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 0495015800A for ; Fri, 18 Aug 2023 20:10:07 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3A5492BC014; Fri, 18 Aug 2023 20:10:06 +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 1CB632BC014 for ; Fri, 18 Aug 2023 20:10:06 +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 EF97733BEBB for ; Fri, 18 Aug 2023 20:10:04 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5AEF9DAC for ; Fri, 18 Aug 2023 20:10:03 +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: <1692389294.3eae99b922bf4e7e12b97c696caf543a44e1153a.ionen@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: www-client/qutebrowser/ X-VCS-Repository: repo/gentoo X-VCS-Files: www-client/qutebrowser/qutebrowser-3.0.0.ebuild www-client/qutebrowser/qutebrowser-9999.ebuild X-VCS-Directories: www-client/qutebrowser/ X-VCS-Committer: ionen X-VCS-Committer-Name: Ionen Wolkens X-VCS-Revision: 3eae99b922bf4e7e12b97c696caf543a44e1153a X-VCS-Branch: master Date: Fri, 18 Aug 2023 20:10:03 +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: 0cc1c150-a643-448d-9406-604ca7010373 X-Archives-Hash: 89504aa44f5abfd3d5813d529b0c27a9 commit: 3eae99b922bf4e7e12b97c696caf543a44e1153a Author: Ionen Wolkens gentoo org> AuthorDate: Fri Aug 18 20:08:14 2023 +0000 Commit: Ionen Wolkens gentoo org> CommitDate: Fri Aug 18 20:08:14 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3eae99b9 www-client/qutebrowser: note prefix qtwebengine reminder Signed-off-by: Ionen Wolkens gentoo.org> www-client/qutebrowser/qutebrowser-3.0.0.ebuild | 1 + www-client/qutebrowser/qutebrowser-9999.ebuild | 1 + 2 files changed, 2 insertions(+) diff --git a/www-client/qutebrowser/qutebrowser-3.0.0.ebuild b/www-client/qutebrowser/qutebrowser-3.0.0.ebuild index 98701890400a..51bd2ff8c4a4 100644 --- a/www-client/qutebrowser/qutebrowser-3.0.0.ebuild +++ b/www-client/qutebrowser/qutebrowser-3.0.0.ebuild @@ -95,6 +95,7 @@ src_prepare() { if use widevine && use prefix; then # hack: QtWebEngine knows Gentoo's widevine, but not with ${EPREFIX} + # TODO: prefixify QtWebEngine itself local widevine=${EPREFIX}/usr/$(get_libdir)/chromium-browser/WidevineCdm/_platform_specific/linux_x64/libwidevinecdm.so sed -e "/yield from _qtwebengine_settings_args/a\ yield '--widevine-path=${widevine}'" \ -i ${PN}/config/qtargs.py || die diff --git a/www-client/qutebrowser/qutebrowser-9999.ebuild b/www-client/qutebrowser/qutebrowser-9999.ebuild index 98701890400a..51bd2ff8c4a4 100644 --- a/www-client/qutebrowser/qutebrowser-9999.ebuild +++ b/www-client/qutebrowser/qutebrowser-9999.ebuild @@ -95,6 +95,7 @@ src_prepare() { if use widevine && use prefix; then # hack: QtWebEngine knows Gentoo's widevine, but not with ${EPREFIX} + # TODO: prefixify QtWebEngine itself local widevine=${EPREFIX}/usr/$(get_libdir)/chromium-browser/WidevineCdm/_platform_specific/linux_x64/libwidevinecdm.so sed -e "/yield from _qtwebengine_settings_args/a\ yield '--widevine-path=${widevine}'" \ -i ${PN}/config/qtargs.py || die