guix-commits
[Top][All Lists]
Advanced

[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: Mon, 17 May 2021 20:29:45 -0400 (EDT)

lfam pushed a commit to branch wip-ungrafting
in repository guix.

commit 4b3d90999d5fc69d807aa8de04e289df9b848c43
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")



reply via email to

[Prev in Thread] Current Thread [Next in Thread]