mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-11 13:49:23 -05:00
gnu: libimagequant: Update to 2.12.5.
* gnu/packages/image.scm (libimagequant): Update to 2.12.5.
This commit is contained in:
parent
252f44ffd9
commit
ba362ec867
1 changed files with 4 additions and 4 deletions
|
@ -297,7 +297,7 @@ (define-public pnglite
|
||||||
(define-public libimagequant
|
(define-public libimagequant
|
||||||
(package
|
(package
|
||||||
(name "libimagequant")
|
(name "libimagequant")
|
||||||
(version "2.12.3")
|
(version "2.12.5")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
@ -306,17 +306,17 @@ (define-public libimagequant
|
||||||
(commit version)))
|
(commit version)))
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "0qsfq1kv1m5jzn9v9iz0bac66k4clcis1c9877qabnwzwmwma5v0"))))
|
(base32 "0cp68w04ja5pv77ssfafsn958w9hh9zb8crrlb5j3gsrcmdc032k"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
'(#:tests? #f)) ; no check target
|
'(#:tests? #f)) ; no check target
|
||||||
(home-page "https://pngquant.org/lib/")
|
(home-page "https://pngquant.org/lib/")
|
||||||
(synopsis "Image palette quantization library")
|
(synopsis "Image palette quantization library")
|
||||||
(description "libimagequant is a small, portable C library for
|
(description "libimagequant is a small, portable C library for
|
||||||
high-quality conversion of RGBA images to 8-bit indexed-color (palette)
|
high-quality conversion of RGBA images to 8-bit indexed-color (palette)
|
||||||
images. This library can significantly reduces file sizes and powers pngquant
|
images. This library can significantly reduces file sizes and powers pngquant
|
||||||
and other PNG optimizers.")
|
and other PNG optimizers.")
|
||||||
(license license:gpl3+)))
|
(license license:gpl3+)))
|
||||||
|
|
||||||
(define-public pngquant
|
(define-public pngquant
|
||||||
(package
|
(package
|
||||||
|
|
Loading…
Reference in a new issue