[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
04/17: gnu: openjpeg: Incorporate grafted changes.
From: |
guix-commits |
Subject: |
04/17: gnu: openjpeg: Incorporate grafted changes. |
Date: |
Wed, 1 May 2019 18:40:32 -0400 (EDT) |
mbakke pushed a commit to branch core-updates
in repository guix.
commit de1b5e4959bb3c499cde5bae14f8ec6a0c85630c
Author: Marius Bakke <address@hidden>
Date: Wed Apr 17 15:44:50 2019 +0200
gnu: openjpeg: Incorporate grafted changes.
* gnu/packages/image.scm (openjpeg): Update to 2.3.1.
[replacement]: Remove.
[source]: Change to GIT-FETCH.
---
gnu/packages/image.scm | 36 ++++++++++--------------------------
1 file changed, 10 insertions(+), 26 deletions(-)
diff --git a/gnu/packages/image.scm b/gnu/packages/image.scm
index 08b4be5..6c0ae47 100644
--- a/gnu/packages/image.scm
+++ b/gnu/packages/image.scm
@@ -580,18 +580,16 @@ work.")
(define-public openjpeg
(package
(name "openjpeg")
- (version "2.3.0")
- (replacement openjpeg-2.3.1)
- (source
- (origin
- (method url-fetch)
- (uri
- (string-append "https://github.com/uclouvain/openjpeg/archive/v"
- version ".tar.gz"))
- (file-name (string-append name "-" version ".tar.gz"))
- (sha256
- (base32
- "06npqzkg20avnygdwaqpap91r7qpdqgrn39adj2bl8v0pg0qgirx"))))
+ (version "2.3.1")
+ (source (origin
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://github.com/uclouvain/openjpeg")
+ (commit (string-append "v" version))))
+ (file-name (git-file-name "openjpeg" version))
+ (sha256
+ (base32
+ "1dn98d2dfa1lqyxxmab6rrcv52dyhjr4g7i4xf2w54fqsx14ynrb"))))
(build-system cmake-build-system)
(arguments
;; Trying to run `$ make check' results in a no rule fault.
@@ -615,20 +613,6 @@ error-resilience, a Java-viewer for j2k-images, ...")
(home-page "https://github.com/uclouvain/openjpeg")
(license license:bsd-2)))
-(define-public openjpeg-2.3.1
- (package
- (inherit openjpeg)
- (version "2.3.1")
- (source (origin
- (method git-fetch)
- (uri (git-reference
- (url "https://github.com/uclouvain/openjpeg")
- (commit (string-append "v" version))))
- (file-name (git-file-name "openjpeg" version))
- (sha256
- (base32
- "1dn98d2dfa1lqyxxmab6rrcv52dyhjr4g7i4xf2w54fqsx14ynrb"))))))
-
(define-public openjpeg-1
(package (inherit openjpeg)
(name "openjpeg")
- branch core-updates updated (2ca3fdc -> 123bba7), guix-commits, 2019/05/01
- 05/17: gnu: openjpeg: Don't build 'libopenjp2.a'., guix-commits, 2019/05/01
- 04/17: gnu: openjpeg: Incorporate grafted changes.,
guix-commits <=
- 09/17: gnu: jemalloc: Update to 5.2.0., guix-commits, 2019/05/01
- 07/17: gnu: curl: Update to 7.64.1., guix-commits, 2019/05/01
- 03/17: gnu: lcms: Incorporate grafted changes., guix-commits, 2019/05/01
- 06/17: gnu: libpng: Remove graft for 1.6.37., guix-commits, 2019/05/01
- 15/17: gnu: boost: Update to 1.70.0., guix-commits, 2019/05/01
- 11/17: gnu: python: Update to 3.7.3., guix-commits, 2019/05/01
- 17/17: gnu: python-hypothesis: Update to 4.18.3., guix-commits, 2019/05/01
- 08/17: gnu: harfbuzz: Update to 2.4.0., guix-commits, 2019/05/01
- 13/17: gnu: util-linux: Update to 2.33.2., guix-commits, 2019/05/01
- 10/17: gnu: python-more-itertools: Update to 7.0.0., guix-commits, 2019/05/01