From debbugs-submit-bounces@debbugs.gnu.org Fri Sep 04 14:14:00 2020 Received: (at 42885) by debbugs.gnu.org; 4 Sep 2020 18:14:00 +0000 Received: from localhost ([127.0.0.1]:40587 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kEGDo-0004zs-7q for submit@debbugs.gnu.org; Fri, 04 Sep 2020 14:14:00 -0400 Received: from mugam.systemreboot.net ([139.59.75.54]:60950) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kEGDk-0004zd-NS for 42885@debbugs.gnu.org; Fri, 04 Sep 2020 14:13:59 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=systemreboot.net; s=default; h=Content-Transfer-Encoding:Content-Type: MIME-Version:Message-ID:Date:References:In-Reply-To:Subject:Cc:To:From:Sender :Reply-To:Content-ID:Content-Description:Resent-Date:Resent-From: Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:List-Id:List-Help: List-Unsubscribe:List-Subscribe:List-Post:List-Owner:List-Archive; bh=7UQp294f7wAss0GWzl8fqwrbdr/8uCWlBqjCP3MBftU=; b=WaMjvklj3a1eV0JuYzQf5aM6wn ur12Rv8+jNUuNCsczTQkQ300e9ohPliIyu5AnbDAlDyFineVVwzCuQefO88bhSO6m8jS5AyeRQbPe P7vfrcZKG1F5DIXcysopK6RSuQOWJwqtcxLhRcLN/d/7k3XpOVDkeK3+v8aRaA/T1eYroR0v5hCP1 ueNz4x3VloIiBCX2lkru5RfPPeSG0NOFLMfYDwu9ltG5ewm8lTvxB6BCsUUnPAQzTPxPxcan7Q96j TgINORLMyMUPSWW5jFKub3in5ZzMAcTMWd9+g5LrL5GcUeQ7AMyjWwi9iDVZ9El4Idwk/NqhlSyZz FiwkEbeQ==; Received: from [192.168.2.1] (helo=steel) by systemreboot.net with esmtpsa (TLS1.3) tls TLS_AES_256_GCM_SHA384 (Exim 4.94) (envelope-from ) id 1kEGCh-000Mmu-KQ; Fri, 04 Sep 2020 23:42:51 +0530 From: Arun Isaac To: Ludovic =?utf-8?Q?Court=C3=A8s?= , Brendan Tildesley Subject: Re: [bug#42885] [PATCH 2/4] gnu: Add mathjax-bin (MathJax 3). In-Reply-To: <87y2lpvrrd.fsf@gnu.org> References: <20200816070318.18642-1-mail@brendan.scot> <20200816070318.18642-2-mail@brendan.scot> <20200824010501.GB14757@jasmine.lan> <87h7sszn4j.fsf@systemreboot.net> <6F7B2CEB-1A83-4B01-B815-1529359169E1@brendan.scot> <87eenwzgoa.fsf@systemreboot.net> <87y2lpvrrd.fsf@gnu.org> Date: Fri, 04 Sep 2020 23:43:41 +0530 Message-ID: <87zh65csve.fsf@systemreboot.net> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: 42885 Cc: Ricardo Wurmus , 42885@debbugs.gnu.org, Leo Famulari X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.0 (-) > Arun, Leo, what=E2=80=99s the status of this patch series? > > https://issues.guix.gnu.org/42885 > > Can it be applied? Ricardo has clarified that we may consider the existing js-mathjax 2.7.2 package to have been built from source even though it isn't the form upstream uses for development. No problems there. But, like Brendan said, mathjax 3 is quite a different beast. With mathjax 2, the source was in javascript, and our build system had merely to minify it. But mathjax 3 is written in typescript that gets compiled into javascript and then combined into "web component files" (this is the first I'm hearing of web components and I'm not entirely clear what they are). Since we don't have a typescript build system, packaging mathjax 3 may be non-trivial. So, we should proceed with updating calibre without mathjax support. > Brendan, to make it clear what the latest version of the patch series is > (next time), consider adding a =E2=80=9Cv2=E2=80=9D etc. suffix to the su= bject, like so: > > git format-patch --subject-prefix=3D"PATCH v2" =E2=80=A6 You could also do the slightly shorter git format-patch -v2 ... Cheers!