gnu: jbig2dec: Remove graft for 0.15.
* gnu/packages/image.scm (jbig2dec): Update to 0.15. [source]: Reindent. (jbig2dec-0.15): Remove variable.master
parent
18784d8f11
commit
fb94354a69
|
@ -485,17 +485,16 @@ arithmetic ops.")
|
||||||
(define-public jbig2dec
|
(define-public jbig2dec
|
||||||
(package
|
(package
|
||||||
(name "jbig2dec")
|
(name "jbig2dec")
|
||||||
(version "0.14")
|
(version "0.15")
|
||||||
(replacement jbig2dec-0.15)
|
(source (origin
|
||||||
(source
|
(method url-fetch)
|
||||||
(origin
|
(uri (string-append "https://github.com/ArtifexSoftware"
|
||||||
(method url-fetch)
|
"/ghostpdl-downloads/releases/download"
|
||||||
(uri
|
"/gs924/" name "-" version ".tar.gz"))
|
||||||
(string-append "https://github.com/ArtifexSoftware/ghostpdl-downloads/"
|
(sha256
|
||||||
"releases/download/gs922/" name "-" version ".tar.gz"))
|
(base32
|
||||||
(sha256
|
"0m1qwpbjbirgw2fqznbajdhdhh35d6xa2csr64lpjz735pvimykb"))
|
||||||
(base32 "0k01hp0q4275fj4rbr1gy64svfraw5w7wvwl08yjhvsnpb1rid11"))
|
(patches (search-patches "jbig2dec-ignore-testtest.patch"))))
|
||||||
(patches (search-patches "jbig2dec-ignore-testtest.patch"))))
|
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(arguments '(#:configure-flags '("--disable-static")))
|
(arguments '(#:configure-flags '("--disable-static")))
|
||||||
(synopsis "Decoder of the JBIG2 image compression format")
|
(synopsis "Decoder of the JBIG2 image compression format")
|
||||||
|
@ -512,21 +511,6 @@ work.")
|
||||||
(home-page "https://jbig2dec.com")
|
(home-page "https://jbig2dec.com")
|
||||||
(license license:gpl2+)))
|
(license license:gpl2+)))
|
||||||
|
|
||||||
;; This is a bugfix release from an ongoing Ghostscript security audit.
|
|
||||||
;; It was released alongside Ghostscript 9.24.
|
|
||||||
(define-public jbig2dec-0.15
|
|
||||||
(package
|
|
||||||
(inherit jbig2dec)
|
|
||||||
(version "0.15")
|
|
||||||
(source (origin
|
|
||||||
(inherit (package-source jbig2dec))
|
|
||||||
(uri (string-append "https://github.com/ArtifexSoftware"
|
|
||||||
"/ghostpdl-downloads/releases/download/gs924/"
|
|
||||||
"jbig2dec-" version ".tar.gz"))
|
|
||||||
(sha256
|
|
||||||
(base32
|
|
||||||
"0m1qwpbjbirgw2fqznbajdhdhh35d6xa2csr64lpjz735pvimykb"))))))
|
|
||||||
|
|
||||||
(define-public openjpeg
|
(define-public openjpeg
|
||||||
(package
|
(package
|
||||||
(name "openjpeg")
|
(name "openjpeg")
|
||||||
|
|
Reference in New Issue