guix-commits
[Top][All Lists]
Advanced

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

03/03: gnu: jasper: Update to 1.900.13.


From: Efraim Flashner
Subject: 03/03: gnu: jasper: Update to 1.900.13.
Date: Sun, 23 Oct 2016 13:32:20 +0000 (UTC)

efraim pushed a commit to branch master
in repository guix.

commit 875dc49b0080e7fcaec328c5731f3cdd7d0f47ea
Author: Efraim Flashner <address@hidden>
Date:   Sun Oct 23 15:04:06 2016 +0300

    gnu: jasper: Update to 1.900.13.
    
    * gnu/packages/image.scm (jasper): Update to 1.900.13.
    [arguments]: Build with -std=c99 support.
---
 gnu/packages/image.scm |    6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/image.scm b/gnu/packages/image.scm
index 4b064bb..acde2d4 100644
--- a/gnu/packages/image.scm
+++ b/gnu/packages/image.scm
@@ -781,15 +781,17 @@ convert, manipulate, filter and display a wide variety of 
image formats.")
 (define-public jasper
   (package
     (name "jasper")
-    (version "1.900.5")
+    (version "1.900.13")
     (source (origin
               (method url-fetch)
               (uri (string-append "https://www.ece.uvic.ca/~frodo/jasper";
                                   "/software/jasper-" version ".tar.gz"))
               (sha256
                (base32
-                "1fvy4ngc6064g128q4484qpinsn05y9qw6lrccc4czhalla2w26m"))))
+                "0nmy5248gar057s94a30fssvq70m3jy4vdrfcispvn01ih33fa19"))))
     (build-system gnu-build-system)
+    (arguments
+     '(#:make-flags '("CFLAGS=-std=c99"))) ; 1.900.13 added c++ style comments
     (synopsis "JPEG-2000 library")
     (description "The JasPer Project is an initiative to provide a reference
 implementation of the codec specified in the JPEG-2000 Part-1 standard (i.e.,



reply via email to

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