From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:46916) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1d25nu-0002GR-8p for guix-patches@gnu.org; Sat, 22 Apr 2017 20:55:07 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1d25nq-0004QM-Ch for guix-patches@gnu.org; Sat, 22 Apr 2017 20:55:06 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:36780) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1d25nq-0004QI-9R for guix-patches@gnu.org; Sat, 22 Apr 2017 20:55:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1d25nq-0003Rr-2e for guix-patches@gnu.org; Sat, 22 Apr 2017 20:55:02 -0400 Subject: bug#26602: Add aegisub Resent-Message-ID: Date: Sat, 22 Apr 2017 20:54:34 -0400 From: Leo Famulari Message-ID: <20170423005434.GF10153@jasmine> References: <20170422111824.70b34716@lepiller.eu> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="/2994txjAzEdQwm5" Content-Disposition: inline In-Reply-To: <20170422111824.70b34716@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: Julien Lepiller Cc: 26602@debbugs.gnu.org --/2994txjAzEdQwm5 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Sat, Apr 22, 2017 at 11:18:24AM +0200, Julien Lepiller wrote: > Hi, >=20 > here are three patches to add aegisub, a subtitle editor. Should the > change to boost go in another branch? core-updates? Assuming that `guix refresh -l boost` is accurate, I think it would be appropriate for the next staging cycle (or core-updates, if that comes first). > From 2ade2478712cda0acdaeb0aae4b32c4e357f5e58 Mon Sep 17 00:00:00 2001 > From: Julien Lepiller > Date: Fri, 21 Apr 2017 21:42:55 +0200 > Subject: [PATCH 1/3] gnu: boost: Build with icu4c. >=20 > * gnu/packages/boost.scm (boost)[inputs]: Add icu4c. > [arguments]: Add icu4c configure flag. If you need this for aegisub, perhaps you could add a boost-with-icu package just for aegisub, and then remove it after the primary boost package has been rebuilt with icu4c. > Subject: [PATCH 2/3] gnu: Add ffms2. >=20 > * gnu/packages/video.scm (ffms2): New variable. > + (synopsis "Cross-plateform wrapper around ffmpeg/libav") s/plateform/platform > + (description > + "FFMpegSource is a wrapper library around ffmpeg/libav that allows > +programmers to access a standard API to open and decompress media files") Please end the sentence with a period (I think `guix lint` will catch this). > Subject: [PATCH 3/3] gnu: Add aegisub. >=20 > * gnu/packages/video.scm (aegisub): New variable. > + (synopsis "Subtitle engine") > + (description "Aegisub helps translators create subtitles for video") How about this (based on text from the home-page)? "Aegisub is a tool for creating and modifying subtitles. Aegisub makes it quick and easy to time subtitles to audio, and features many powerful tools for styling them, including a built-in real-time video preview." --/2994txjAzEdQwm5 Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQIzBAABCAAdFiEEsFFZSPHn08G5gDigJkb6MLrKfwgFAlj7+0oACgkQJkb6MLrK fwiK4BAA45xW0W+y2JEskrIGTDSfyDMimaL6u0w+cqFGRB6/g4schGqESxV79pAb /YdFSEh/ariv+sLUULkmZCtiZQG09dD7HFs47Nm0GzzsN3/PMvmpmP0dnKcHOBUC W3eNEM1FbHqwpOeGylrzkYENU69TL/okb2IuNs55fjDe85dG8U7E+rU6UjuShkYd su4SEbEH2HI/OUC618YRus9kkNZ5ChY4Mslj1ACHcWx4CeKfWlkEmrdAk1DYjQcT fpjg9Qcx9vo9/X/7zM54ABWQglG0OLNHsZuJ6bZH/ghLjOv6Vlt0d3AipqA1+lHT A6tlNQgSF8wxdutPwROzZd2J4nwubDpA2BuwT5sJgjkkEsMWOHJ2v7xl0ror+u9p MJEUgXwAL1xtvfgQHoOcZ1sgAneGIs9Gy58KqAJLpkaFvocdZMXsz6KmICipZRl+ M9hCeWs7b6Vg0B4borHf38AOe33u83Hfm5J47API9KUBY9nl1Prb20b1uP3K1G/t FrMTjPzw0M6abSAoNnf9rANOnLiyxoCod+2Zz6sxhJxx1gcCO4K1jUs/+mYzzl73 xqQ/AWUoaE//v1bUiei+CSl2NfEGfv+bFdfb+3pricf04miypiVrWcgN8E/0fcIh e6xpiMKsqPUGNVAzXJzprGMpfBFiuBsTuqvOzmclPto3OFgvjSU= =TSfU -----END PGP SIGNATURE----- --/2994txjAzEdQwm5--