GNU bug report logs -
#67952
[PATCH] gnu: jpegoptim: Update to 1.5.5.
Previous Next
Reported by: Zheng Junjie <zhengjunjie <at> iscas.ac.cn>
Date: Thu, 21 Dec 2023 14:35:01 UTC
Severity: normal
Tags: patch
Done: Hilton Chain <hako <at> ultrarare.space>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
[Message part 1 (text/plain, inline)]
Your bug report
#67952: [PATCH] gnu: jpegoptim: Update to 1.5.5.
which was filed against the guix-patches package, has been closed.
The explanation is attached below, along with your original report.
If you require more details, please reply to 67952 <at> debbugs.gnu.org.
--
67952: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=67952
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
Hi,
On Thu, 21 Dec 2023 22:32:53 +0800,
Zheng Junjie wrote:
>
> * gnu/packages/image.scm (jpegoptim): Update to 1.5.5.
> [arguments]<#:phases>: Remove it.
> [native-inputs]: Remove it.
> [license]: Change to gpl3+
>
> Change-Id: I97fc63e20b5cf88c4ef04c2ea2c4a0888a1d0472
> ---
> gnu/packages/image.scm | 26 ++++----------------------
> 1 file changed, 4 insertions(+), 22 deletions(-)
Applied as 25b83bd9e4ceb77f08c0caee3ecdc48263b53a46, thank you!
[Message part 3 (message/rfc822, inline)]
* gnu/packages/image.scm (jpegoptim): Update to 1.5.5.
[arguments]<#:phases>: Remove it.
[native-inputs]: Remove it.
[license]: Change to gpl3+
Change-Id: I97fc63e20b5cf88c4ef04c2ea2c4a0888a1d0472
---
gnu/packages/image.scm | 26 ++++----------------------
1 file changed, 4 insertions(+), 22 deletions(-)
diff --git a/gnu/packages/image.scm b/gnu/packages/image.scm
index 8a8e1eacb7..ebabd1c973 100644
--- a/gnu/packages/image.scm
+++ b/gnu/packages/image.scm
@@ -617,7 +617,7 @@ (define-public libjxr
(define-public jpegoptim
(package
(name "jpegoptim")
- (version "1.4.7")
+ (version "1.5.5")
(source
(origin
(method git-fetch)
@@ -626,35 +626,17 @@ (define-public jpegoptim
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
- (base32 "06f6d08xvmsiki4mc1qs985gsjqmsxx793a93b72y25q84wbg9x9"))))
+ (base32 "18zq7ada7n17vgkkcixpisxsbs7i8xp5qjp78hyyvmmb9dqy97fy"))))
(build-system gnu-build-system)
(arguments
- `(#:tests? #f ; no tests
- ,@(if (and (target-riscv64?)
- (%current-target-system))
- (list #:phases
- #~(modify-phases %standard-phases
- (add-after 'unpack 'update-config-scripts
- (lambda* (#:key native-inputs inputs #:allow-other-keys)
- (for-each (lambda (file)
- (install-file
- (search-input-file
- (or native-inputs inputs)
- (string-append "/bin/" file)) "./tools"))
- '("config.guess" "config.sub"))))))
- '())))
+ (list #:tests? #f))
(inputs (list libjpeg-turbo))
- (native-inputs
- (if (and (target-riscv64?)
- (%current-target-system))
- (list config)
- '()))
(synopsis "Optimize JPEG images")
(description
"jpegoptim provides lossless optimization (based on optimizing
the Huffman tables) and \"lossy\" optimization based on setting
maximum quality factor.")
- (license license:gpl2+)
+ (license license:gpl3+)
(home-page "https://www.kokkonen.net/tjko/projects.html#jpegoptim")))
(define-public libicns
base-commit: 49a7a95ba44e231e9e15a274f9a96de6fa012daf
--
2.41.0
This bug report was last modified 1 year and 208 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.