From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:470:142:3::10]:59591) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1iA9MB-0003wr-5m for guix-patches@gnu.org; Tue, 17 Sep 2019 05:01:08 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1iA9M9-0000Qx-3L for guix-patches@gnu.org; Tue, 17 Sep 2019 05:01:07 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:42795) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1iA9M6-0000Px-5H for guix-patches@gnu.org; Tue, 17 Sep 2019 05:01:03 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1iA9M6-000302-1P for guix-patches@gnu.org; Tue, 17 Sep 2019 05:01:02 -0400 Subject: [bug#37098] [PATCH 00/20] gnu: Add Tegaki and its inputs. Resent-Message-ID: From: Ludovic =?UTF-8?Q?Court=C3=A8s?= References: <864l2bx2yz.fsf@gmail.com> Date: Tue, 17 Sep 2019 11:00:17 +0200 In-Reply-To: <864l2bx2yz.fsf@gmail.com> (Alex Vong's message of "Tue, 20 Aug 2019 23:37:24 +0800") Message-ID: <87imprqov2.fsf@gnu.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable 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: Alex Vong Cc: 37098@debbugs.gnu.org Hi Alex, Thanks for moving forward and pushing this patch series! Alex Vong skribis: > This patch series adds Tegaki and its inputs, which is an Chinese and > Japanese Handwriting Recognition System. Finally, I can enter > traditional Chinese using free software only! (I don't know any of the > other input methods.) > > To use it, install python2-tegaki-recognize and one of the > tegaki-{zinnia,wagomu}-* packages. Then, run "tegaki-recognize -s" to > start the program (the "-s" flag starts the program in simple mode which > is what I prefer). > > Should I document this in the guix info page? It would probably make sense, perhaps under =E2=80=9CApplication Setup=E2= =80=9D and with appropriate index entries? BTW, I noticed this: --8<---------------cut here---------------start------------->8--- starting phase `build' tegaki-build -c handwriting-zh_TW.xml wagomu handwriting-zh_TW.meta building of `/gnu/store/gni774zwaiki6sg2jhcisvpsm07i5hhn-tegaki-wagomu-trad= itional-chinese-0.3.drv' timed out after 3600 seconds of silence --8<---------------cut here---------------end--------------->8--- This build seems to stick for more than an hour without saying anything. Do you think it could be sped up or made more verbose? Otherwise the build farm will never be patient enough. Thanks, Ludo=E2=80=99.