[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
06/15: gnu: libtiff: Absorb grafted replacement.
From: |
guix-commits |
Subject: |
06/15: gnu: libtiff: Absorb grafted replacement. |
Date: |
Fri, 21 May 2021 12:49:56 -0400 (EDT) |
lfam pushed a commit to branch wip-ungrafting
in repository guix.
commit f6e9ae2e9b06d6de4a2e075e933c7ac049f1dd60
Author: Leo Famulari <leo@famulari.name>
AuthorDate: Mon May 17 11:34:00 2021 -0400
gnu: libtiff: Absorb grafted replacement.
* gnu/packages/image.scm (libtiff): Update to 4.2.0.
[replacement]: Remove field.
(libtiff/fixed): Remove variable.
---
gnu/packages/image.scm | 19 ++-----------------
1 file changed, 2 insertions(+), 17 deletions(-)
diff --git a/gnu/packages/image.scm b/gnu/packages/image.scm
index 64863cd..6c8b9f7 100644
--- a/gnu/packages/image.scm
+++ b/gnu/packages/image.scm
@@ -581,7 +581,7 @@ extracting icontainer icon files.")
(define-public libtiff
(package
(name "libtiff")
- (version "4.1.0")
+ (version "4.2.0")
(source
(origin
(method url-fetch)
@@ -589,8 +589,7 @@ extracting icontainer icon files.")
version ".tar.gz"))
(sha256
(base32
- "0d46bdvxdiv59lxnb0xz9ywm8arsr6xsapi5s6y6vnys2wjz6aax"))))
- (replacement libtiff/fixed)
+ "1jrkjv0xya9radddn8idxvs2gqzp3l2b1s8knlizmn7ad3jq817b"))))
(build-system gnu-build-system)
(outputs '("out"
"doc")) ;1.3 MiB of HTML documentation
@@ -614,20 +613,6 @@ collection of tools for doing simple manipulations of TIFF
images.")
"See COPYRIGHT in the distribution."))
(home-page "http://www.simplesystems.org/libtiff/")))
-(define-public libtiff/fixed
- (package
- (inherit libtiff)
- (name "libtiff")
- (version "4.2.0")
- (source
- (origin
- (method url-fetch)
- (uri (string-append "https://download.osgeo.org/libtiff/tiff-"
- version ".tar.gz"))
- (sha256
- (base32
- "1jrkjv0xya9radddn8idxvs2gqzp3l2b1s8knlizmn7ad3jq817b"))))))
-
(define-public leptonica
(package
(name "leptonica")
- branch wip-ungrafting created (now 3219012), guix-commits, 2021/05/21
- 01/15: gnu: postgresql: Absorb grafted replacement., guix-commits, 2021/05/21
- 05/15: gnu: glib: Absorb grafted replacement., guix-commits, 2021/05/21
- 02/15: gnu: OpenLDAP: Absorb grafted replacement., guix-commits, 2021/05/21
- 07/15: gnu: libx11: Absorb grafted replacement., guix-commits, 2021/05/21
- 09/15: gnu: unzip: Absorb grafted replacement., guix-commits, 2021/05/21
- 03/15: gnu: zstd: Absorb grafted replacement., guix-commits, 2021/05/21
- 04/15: gnu: zziplib: Absorb grafted replacement., guix-commits, 2021/05/21
- 06/15: gnu: libtiff: Absorb grafted replacement.,
guix-commits <=
- 08/15: gnu: c-ares: Absorb grafted replacement., guix-commits, 2021/05/21
- 12/15: gnu: Graphviz: Absorb grafted replacement., guix-commits, 2021/05/21
- 10/15: gnu: curl: Absorb grafted replacement., guix-commits, 2021/05/21
- 15/15: gnu: SQLite: Absorb grafted replacement., guix-commits, 2021/05/21
- 11/15: gnu: MariaDB: Absorb grafted replacement., guix-commits, 2021/05/21
- 13/15: gnu: python-urllib3: Absorb grafted replacement., guix-commits, 2021/05/21
- 14/15: gnu: python-pygments: Absorb grafted replacement., guix-commits, 2021/05/21