From mboxrd@z Thu Jan 1 00:00:00 1970 From: Maxim Cournoyer Subject: Re: Watching HTML5 video on GNU Guix? Date: Sun, 29 Dec 2019 21:31:14 -0500 Message-ID: <87h81ih7d9.fsf@gmail.com> References: <0fadd2c687bded6677d4222e799527da@disroot.org> <14AAB6FF-971F-4C8A-BBD6-42F9CC68B475@lepiller.eu> <84E737B2-1A3C-4B57-AE28-FC7E2778E8B8@lepiller.eu> <18fa1d089f5c68232631042a9f50debc@disroot.org> <87imm1dqo9.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:470:142:3::10]:40472) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1ilkpy-000151-25 for help-guix@gnu.org; Sun, 29 Dec 2019 21:31:19 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ilkpw-0001xT-NZ for help-guix@gnu.org; Sun, 29 Dec 2019 21:31:17 -0500 Received: from mail-qk1-x732.google.com ([2607:f8b0:4864:20::732]:39251) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1ilkpw-0001x8-IE for help-guix@gnu.org; Sun, 29 Dec 2019 21:31:16 -0500 Received: by mail-qk1-x732.google.com with SMTP id c16so25426628qko.6 for ; Sun, 29 Dec 2019 18:31:16 -0800 (PST) In-Reply-To: (znavko@disroot.org's message of "Sat, 28 Dec 2019 16:51:06 +0000") List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-guix-bounces+gcggh-help-guix=m.gmane.org@gnu.org Sender: "Help-Guix" To: znavko@disroot.org Cc: help-guix@gnu.org Hello Znavko, I'm happy that Julien found the solution to your problem. znavko@disroot.org writes: > Also I've installed qtwebgl maybe it is necessary too. > > guix search webgl > name: qtwebglplugin > version: 5.12.6 > outputs: out > systems: x86_64-linux i686-linux > dependencies: mesa@19.2.1 qtbase@5.12.6 qtdeclarative@5.12.6 > + qtwebsockets@5.12.6 > location: gnu/packages/qt.scm:1040:2 > homepage: https://www.qt.io/ > license: LGPL 2.1, LGPL 3 > synopsis: QPA plugin for running an application via a browser using streamed WebGL commands > description: Qt back end that uses WebGL for rendering. It allows Qt > + applications (with some limitations) to run in a web browser that supports > + WebGL. WebGL is a JavaScript API for rendering 2D and 3D graphics within any > + compatible web browser without the use of plug-ins. The API is similar to > + OpenGL ES 2.0 and can be used in HTML5 canvas elements > relevance: 13 > > hint: Run `guix search ... | less' to view all the results. > > $ guix install qtwebglplugin > ... This probably isn't useful. It is a plugin for Qt, and Icecat does not make use of Qt, AFAIK. Maxim