From mboxrd@z Thu Jan 1 00:00:00 1970 From: Laura Lazzati Subject: Re: Guix video repository: First video script commited Date: Thu, 28 Feb 2019 18:52:39 -0300 Message-ID: References: <20190227001049.2ad18e97@alma-ubu> <20190227171038.52074550@alma-ubu> <875zt3ztu1.fsf@elephly.net> <96c1d004-df3b-0114-483e-e35ce24c32b7@zoho.com> Mime-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Return-path: Received: from eggs.gnu.org ([209.51.188.92]:35215) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gzTcH-0002Yb-8f for guix-devel@gnu.org; Thu, 28 Feb 2019 16:53:22 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gzTcE-0001zf-FT for guix-devel@gnu.org; Thu, 28 Feb 2019 16:53:20 -0500 Received: from mail-pl1-x62b.google.com ([2607:f8b0:4864:20::62b]:33824) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1gzTcD-0001wX-9a for guix-devel@gnu.org; Thu, 28 Feb 2019 16:53:18 -0500 Received: by mail-pl1-x62b.google.com with SMTP id d15so10409872plr.1 for ; Thu, 28 Feb 2019 13:53:17 -0800 (PST) In-Reply-To: <96c1d004-df3b-0114-483e-e35ce24c32b7@zoho.com> List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: "Guix-devel" To: sirgazil , =?UTF-8?B?QmrDtnJuIEjDtmZsaW5n?= , =?UTF-8?Q?G=C3=A1bor_Boskovits?= Cc: guix-devel Hi! Thanks for the steps! > + Text is not rendered with the appropriate font (known issue). > + Firefox 65.0.1 says "Video can't be played because the file is corrupt." We are currently testing everything with vlc and mpv, but thanks for this too. > > These are the steps I followed to build the videos: > > 1. $ git clone https://git.savannah.gnu.org/git/guix/videos.git (I got > commit 03930dc) > 2. Add missing fonts to $HOME/.fonts Are you creating the .fonts directory here? > 3. $ fc-cache -f > 4. $ fc-list ($HOME/.fonts is listed) > 5. $ cd path/to/videos > 6. $ ./environment.sh You should add the fonts inside the environment :) (2. and 3.) > 7. [env]# cd 01-installation-from-script > 8. [env]# ./buildall.sh > > After running these, the videos are available in: > > videos/01-installation-from-script/en_US/videos/ > > The resulting videos don't use the appropriate fonts in my case. Let me push some changes and answer back, but you should be able to create the videos after my next push. I should update the README with the order in which scripts should be run, so that there is no confusion. Regards! Laura