From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:470:142:3::10]:60231) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1ijAHY-0007uG-2U for guix-patches@gnu.org; Sun, 22 Dec 2019 18:05:04 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ijAHX-0005t3-0i for guix-patches@gnu.org; Sun, 22 Dec 2019 18:05:03 -0500 Received: from debbugs.gnu.org ([209.51.188.43]:44381) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1ijAHW-0005qq-Qh for guix-patches@gnu.org; Sun, 22 Dec 2019 18:05:02 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1ijAHW-0005xc-Iv for guix-patches@gnu.org; Sun, 22 Dec 2019 18:05:02 -0500 Subject: [bug#38670] [PATCH] Fix audio/video in icecat Resent-Message-ID: Date: Mon, 23 Dec 2019 00:04:23 +0100 In-Reply-To: <87fthc85i3.fsf@netris.org> References: <20191219145922.715720ad@sybil.lepiller.eu> <87k16pmh0b.fsf@gnu.org> <87lfr57yi4.fsf@netris.org> <20191222105928.53f03e2c@sybil.lepiller.eu> <87fthc85i3.fsf@netris.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable From: Julien Lepiller Message-ID: <839D186B-8322-4AFC-9516-21F4B9F81309@lepiller.eu> 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: Mark H Weaver Cc: 38670@debbugs.gnu.org Le 22 d=C3=A9cembre 2019 21:33:13 GMT+01:00, Mark H Weaver a =C3=A9crit : >Hi Julien, > >Julien Lepiller wrote: >> Looks very good! Can you push it, or should I do it? > >Would you be willing to try building IceCat with my variant of your >patch and confirm that it works for you? If it does, please push it=2E > >The reason I ask is because although I built it myself, I'm not sure >that it's working for me=2E It might be that the specific sites I tried >are failing to work for other reasons, e=2Eg=2E the privacy enhancements = in >IceCat's default configuration=2E Or, it might be that my decision to >keep the shared library version numbers intact somehow broke it=2E > > Thank you! > Mark Sure, I'jl do that tomorrow morning=2E I have ajready tried a few variants= of my own patch, and it worked well both with anl without the version numb= er=2E However, I'll build and check your patch before pushing=2E I'm basically testing the default html5 player on an mp3 file, which didn'= t work before (you can see in the browser console it says mpeg is unsupport= ed) and worked after applying the patch (and no more erron in the console)= =2E