guix-commits
[Top][All Lists]
Advanced

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

06/25: gnu: jbig2dec: Remove obsolete code.


From: guix-commits
Subject: 06/25: gnu: jbig2dec: Remove obsolete code.
Date: Sat, 16 Jul 2022 18:08:28 -0400 (EDT)

mbakke pushed a commit to branch core-updates
in repository guix.

commit 72e2c416beb6816091277f492a1cd4b2531a5cfc
Author: Marius Bakke <marius@gnu.org>
AuthorDate: Thu Jul 7 00:37:31 2022 +0200

    gnu: jbig2dec: Remove obsolete code.
    
    * gnu/packages/image.scm (jbig2dec)[arguments]: Remove #:phases.
    [native-inputs]: Remove AUTOCONF, AUTOMAKE, and LIBTOOL.
---
 gnu/packages/image.scm | 20 +++-----------------
 1 file changed, 3 insertions(+), 17 deletions(-)

diff --git a/gnu/packages/image.scm b/gnu/packages/image.scm
index 4d77e2d392..c8c465a39a 100644
--- a/gnu/packages/image.scm
+++ b/gnu/packages/image.scm
@@ -670,26 +670,12 @@ arithmetic ops.")
                (base32
                 "0dwa24kjqyg9hmm40fh048sdxfpnasz43l2rm8wlkw1qbdlpd517"))))
     (build-system gnu-build-system)
-    (arguments '(#:configure-flags '("--disable-static")
-                 #:phases (modify-phases %standard-phases
-                            (add-before 'bootstrap 'force-bootstrap
-                              (lambda _
-                                ;; XXX: jbig2dec 0.18 was released with
-                                ;; a broken configure script, so we
-                                ;; recreate the build system here.
-                                ;; Remove the autoconf inputs below
-                                ;; when deleting this code.
-                                (delete-file "configure")
-                                (delete-file "autogen.sh")
-                                #t)))))
+    (arguments '(#:configure-flags '("--disable-static")))
     (native-inputs
-     `(("autoconf" ,autoconf)
-       ("automake" ,automake)
-       ("libtool" ,libtool)
-       ("python" ,python-minimal-wrapper)))     ;for tests
+     (list python-minimal-wrapper))     ;for tests
     (synopsis "Decoder of the JBIG2 image compression format")
     (description
-      "JBIG2 is designed for lossy or lossless encoding of @code{bilevel} 
(1-bit
+     "JBIG2 is designed for lossy or lossless encoding of @code{bilevel} (1-bit
 monochrome) images at moderately high resolution, and in particular scanned
 paper documents.  In this domain it is very efficient, offering compression
 ratios on the order of 100:1.



reply via email to

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