[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#36607] [PATCH 1/2] gnu: Add libimagequant.
From: |
Ludovic Courtès |
Subject: |
[bug#36607] [PATCH 1/2] gnu: Add libimagequant. |
Date: |
Sat, 13 Jul 2019 14:52:42 +0200 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/26.2 (gnu/linux) |
Hi Hartmut,
Hartmut Goebel <address@hidden> skribis:
> * gnu/packages/image.scm (libimagequant): New variable.
> +(define-public libimagequant
> + (package
> + (name "libimagequant")
^
Nitpick: fields should be one column further to the right. (Maybe just
run ./etc/indent-code.el.)
> + (home-page "https://pngquant.org/lib/")
> + (synopsis "Image palette quantization library")
> + (description "Small, portable C library for high-quality conversion of
> RGBA
> +images to 8-bit indexed-color (palette) images.")
Please write a full sentence (or two :-)).
> + (license license:gpl3)))
It should be ‘gpl3+’ per ‘COPYRIGHT’.
OK to push with these changes, thanks!
Ludo’.