[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
13/15: gnu: jasper: Update to 2.0.22.
From: |
guix-commits |
Subject: |
13/15: gnu: jasper: Update to 2.0.22. |
Date: |
Wed, 14 Oct 2020 10:32:31 -0400 (EDT) |
nckx pushed a commit to branch master
in repository guix.
commit bf476ea16a0e7f1cb1fbad4ae1e355cb9d9707bb
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Tue Oct 13 22:24:24 2020 +0200
gnu: jasper: Update to 2.0.22.
* gnu/packages/image.scm (jasper): Update to 2.0.22.
[argument]: Remove obsolete field.
---
gnu/packages/image.scm | 19 ++++---------------
1 file changed, 4 insertions(+), 15 deletions(-)
diff --git a/gnu/packages/image.scm b/gnu/packages/image.scm
index ae0f831..5f8711c 100644
--- a/gnu/packages/image.scm
+++ b/gnu/packages/image.scm
@@ -1409,7 +1409,7 @@ convert, manipulate, filter and display a wide variety of
image formats.")
(define-public jasper
(package
(name "jasper")
- (version "2.0.21")
+ (version "2.0.22")
(source (origin
(method git-fetch)
(uri (git-reference
@@ -1418,21 +1418,10 @@ convert, manipulate, filter and display a wide variety
of image formats.")
(file-name (git-file-name name version))
(sha256
(base32
- "0p3qr4j4pjs5vn5amm6ih9hb4wmm72marhmfw08svcs4rrr88p9y"))))
+ "1qw96mwwd9xw21jg5s7njqgbam566skj93i81aflijy40s31dfwz"))))
(build-system cmake-build-system)
- (arguments
- `(#:phases
- (modify-phases %standard-phases
- (add-after 'unpack 'disable-checking-disabled-things
- (lambda _
- ;; The MIF codec was disabled for security reasons in JasPer
2.0.20
- ;; but its test suite still assumes that the format is supported.
- (for-each delete-file
- (find-files "data/test" "\\.mif$")) ; for run_test_1
- (substitute* "test/bin/run_test_2"
- (("image_formats\\+=\\(mif\\)") ""))
- #t)))))
- (inputs `(("libjpeg" ,libjpeg-turbo)))
+ (inputs
+ `(("libjpeg" ,libjpeg-turbo)))
(synopsis "JPEG-2000 library")
(description "The JasPer Project is an initiative to provide a reference
implementation of the codec specified in the JPEG-2000 Part-1 standard (i.e.,
- branch master updated (3c1b0b9 -> 2bfe99b), guix-commits, 2020/10/14
- 08/15: gnu: vim: Update to 8.2.1844., guix-commits, 2020/10/14
- 03/15: gnu: python-aiohttp: Update to 3.6.3., guix-commits, 2020/10/14
- 06/15: gnu: python-pgpy: Update to 0.5.3., guix-commits, 2020/10/14
- 07/15: gnu: python-pgpy: Run the tests., guix-commits, 2020/10/14
- 02/15: gnu: python-passlib: Update to 1.7.4., guix-commits, 2020/10/14
- 04/15: gnu: libgphoto2: Update to 2.5.26., guix-commits, 2020/10/14
- 09/15: gnu: plantuml: Update to 1.2020.19., guix-commits, 2020/10/14
- 11/15: gnu: oil: Update to 0.8.2., guix-commits, 2020/10/14
- 13/15: gnu: jasper: Update to 2.0.22.,
guix-commits <=
- 10/15: gnu: osinfo-db: Update to 20201011., guix-commits, 2020/10/14
- 12/15: gnu: python-pastedeploy: Update to 2.1.1., guix-commits, 2020/10/14
- 14/15: gnu: cpuid: Update to 20201006., guix-commits, 2020/10/14
- 01/15: gnu: perl-crypt-rijndael: Update to 1.15., guix-commits, 2020/10/14
- 05/15: gnu: gphoto2: Update to 2.5.26., guix-commits, 2020/10/14
- 15/15: gnu: cpuid: Use CC-FOR-TARGET., guix-commits, 2020/10/14