From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:470:142:3::10]:48464) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1imgUa-0007Zc-EX for guix-patches@gnu.org; Wed, 01 Jan 2020 11:05:05 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1imgUZ-0005Hf-BV for guix-patches@gnu.org; Wed, 01 Jan 2020 11:05:04 -0500 Received: from debbugs.gnu.org ([209.51.188.43]:59677) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1imgUZ-0005H8-7p for guix-patches@gnu.org; Wed, 01 Jan 2020 11:05:03 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1imgUZ-0001Ja-3i for guix-patches@gnu.org; Wed, 01 Jan 2020 11:05:03 -0500 Subject: [bug#35866] [PATCH 3/4] gnu: qtwebengine: now uses system libvpx Resent-Message-ID: From: Mike Rosset Date: Wed, 1 Jan 2020 08:03:54 -0800 Message-Id: <20200101160355.32604-3-mike.rosset@gmail.com> In-Reply-To: <20200101160355.32604-1-mike.rosset@gmail.com> References: <20200101160355.32604-1-mike.rosset@gmail.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+kyle=kyleam.com@gnu.org Sender: "Guix-patches" To: 35866@debbugs.gnu.org Cc: mike.rosset@gmail.com * gnu/packages/qt.scm (qtwebengine): This also documents why qtwebengine test phase is disabled. --- gnu/packages/qt.scm | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/gnu/packages/qt.scm b/gnu/packages/qt.scm index 456b394230..f4908d1f27 100644 --- a/gnu/packages/qt.scm +++ b/gnu/packages/qt.scm @@ -2070,8 +2070,9 @@ time Web content can be enhanced with native controls.") ("libevent" ,libevent) ("libgcrypt" ,libgcrypt) ("libjpeg" ,libjpeg-turbo) - ;; FIXME: error: ?struct vpx_svc_ref_frame_config? has no member named ?frame_flags? - ;; ("libvpx" ,libvpx) + ("libvpx" ,libvpx) + ;; FIXME: configure does not find system lcms + ;; ("lcms" ,lcms) ("libwebp" ,libwebp) ("libx11" ,libx11) ("libxcb" ,libxcb) @@ -2136,6 +2137,9 @@ time Web content can be enhanced with native controls.") "--webengine-ffmpeg=system" "--webengine-icu=system" "--webengine-pepper-plugins=no"))))) + ;; Tests are disabled due to Could not find QtWebEngineProcess error + ;; It's possible this can be fixed by setting QTWEBENGINEPROCESS_PATH + ;; before running tests It's also possible some tests need a network ((#:tests? _ #f) #f))) (native-search-paths (list (search-path-specification -- 2.24.1