guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/02: gnu: jbig2dec: Update source and home page URIs.


From: Tobias Geerinckx-Rice
Subject: 01/02: gnu: jbig2dec: Update source and home page URIs.
Date: Wed, 6 Jun 2018 21:59:10 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit 6acc671befa8567360bc014f43ee8a9dc69b33d9
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Wed Jun 6 23:08:14 2018 +0200

    gnu: jbig2dec: Update source and home page URIs.
    
    The old downloads.ghostscript.com returns a bogus 200 response, while
    the new home page lists a different source.
    
    Reported by Gábor Boskovits <address@hidden>.
    
    * gnu/packages/image.scm (jbig2dec)[source, home-page]: Update URIs.
---
 gnu/packages/image.scm | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/image.scm b/gnu/packages/image.scm
index 0f15685..a2874be 100644
--- a/gnu/packages/image.scm
+++ b/gnu/packages/image.scm
@@ -487,8 +487,9 @@ arithmetic ops.")
     (source
       (origin
         (method url-fetch)
-        (uri (string-append "http://downloads.ghostscript.com/public/"; name "/"
-                            name "-" version ".tar.gz"))
+        (uri
+         (string-append 
"https://github.com/ArtifexSoftware/ghostpdl-downloads/";
+                        "releases/download/gs922/" name "-" version ".tar.gz"))
         (sha256
           (base32 "0k01hp0q4275fj4rbr1gy64svfraw5w7wvwl08yjhvsnpb1rid11"))
         (patches (search-patches "jbig2dec-ignore-testtest.patch"))))
@@ -504,7 +505,7 @@ This is a decoder only implementation, and currently is in 
the alpha
 stage, meaning it doesn't completely work yet.  However, it is
 maintaining parity with available encoders, so it is useful for real
 work.")
-    (home-page "http://www.ghostscript.com/jbig2dec.html";)
+    (home-page "https://jbig2dec.com";)
     (license license:gpl2+)))
 
 (define-public openjpeg



reply via email to

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