* [bug#67952] [PATCH] gnu: jpegoptim: Update to 1.5.5.
@ 2023-12-21 14:32 Zheng Junjie
2023-12-22 14:33 ` bug#67952: " Hilton Chain via Guix-patches via
0 siblings, 1 reply; 2+ messages in thread
From: Zheng Junjie @ 2023-12-21 14:32 UTC (permalink / raw)
To: 67952
* 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
^ permalink raw reply related [flat|nested] 2+ messages in thread
* bug#67952: [PATCH] gnu: jpegoptim: Update to 1.5.5.
2023-12-21 14:32 [bug#67952] [PATCH] gnu: jpegoptim: Update to 1.5.5 Zheng Junjie
@ 2023-12-22 14:33 ` Hilton Chain via Guix-patches via
0 siblings, 0 replies; 2+ messages in thread
From: Hilton Chain via Guix-patches via @ 2023-12-22 14:33 UTC (permalink / raw)
To: Zheng Junjie; +Cc: 67952-done
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!
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2023-12-22 14:41 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-12-21 14:32 [bug#67952] [PATCH] gnu: jpegoptim: Update to 1.5.5 Zheng Junjie
2023-12-22 14:33 ` bug#67952: " Hilton Chain via Guix-patches via
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/guix.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).