guix-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#33148: [PATCH] gnu: Add jp2a.


From: Ludovic Courtès
Subject: bug#33148: [PATCH] gnu: Add jp2a.
Date: Fri, 26 Oct 2018 21:13:52 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/26.1 (gnu/linux)

Hello Pierre-Antoine!

Pierre-Antoine Rouby <address@hidden> skribis:

> * gnu/packages/image.scm: New variable.

Applied with the minor changes below.  Thank you!  :-)

Ludo’.

diff --git a/gnu/packages/image.scm b/gnu/packages/image.scm
index 6e3c6cc18f..9bf9bd7e5e 100644
--- a/gnu/packages/image.scm
+++ b/gnu/packages/image.scm
@@ -1511,7 +1511,8 @@ identical visual appearance.")
                            version ".tar.gz"))
        (sha256
         (base32
-         "0nahpjvrahixcfqqrjj2k4fscc8qs4hqnmj2qgjzsjj3z6xxh2g5"))))
+         "0nahpjvrahixcfqqrjj2k4fscc8qs4hqnmj2qgjzsjj3z6xxh2g5"))
+       (file-name (string-append name "-" version ".tar.gz"))))
     (build-system gnu-build-system)
     (inputs
      `(("libjpeg" ,libjpeg)
@@ -1521,7 +1522,7 @@ identical visual appearance.")
        ("automake" ,automake)
        ("pkg-config" ,pkg-config)))
     (home-page "https://csl.name/jp2a/";)
-    (synopsis "Converts JPG images to ASCII")
-    (description "Jp2a is a small utility that converts JPG images to
-ASCII.")
+    (synopsis "Convert JPEG images to ASCII")
+    (description
+     "Jp2a is a small utility that converts JPEG images to ASCII.")
     (license license:gpl2)))

reply via email to

[Prev in Thread] Current Thread [Next in Thread]