From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) Subject: Re: [PATCH] gnu: Add srt2vtt. Date: Sun, 08 Feb 2015 15:24:30 +0100 Message-ID: <87zj8oscpt.fsf@gnu.org> References: <87a90picmb.fsf@fsf.org> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:51570) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YKSmq-00027v-JN for guix-devel@gnu.org; Sun, 08 Feb 2015 09:24:37 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YKSmm-0007D1-Dr for guix-devel@gnu.org; Sun, 08 Feb 2015 09:24:36 -0500 Received: from fencepost.gnu.org ([2001:4830:134:3::e]:33147) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YKSmm-0007Cs-BS for guix-devel@gnu.org; Sun, 08 Feb 2015 09:24:32 -0500 In-Reply-To: <87a90picmb.fsf@fsf.org> (David Thompson's message of "Sat, 07 Feb 2015 17:24:28 -0500") 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-bounces+gcggd-guix-devel=m.gmane.org@gnu.org To: David Thompson Cc: guix-devel@gnu.org David Thompson skribis: > I recently wrote a simple tool for converting SubRip formatted subtitles > to an HTML5 compatible format for the FSF's new "User Liberation" video. > I've decided that it works well enough to merit a release, so here's a > package! > > > From 8cc823544e24bb8afb09b43ca399129c93abe2af Mon Sep 17 00:00:00 2001 > From: David Thompson > Date: Sat, 7 Feb 2015 17:17:39 -0500 > Subject: [PATCH] gnu: Add srt2vtt. > > * gnu/packages/video.scm (srt2vtt): New variable. Congrats on the new release! Please push. Thanks for making Guix the first distro worldwide to include srt2vtt! :-) Ludo=E2=80=99.