guix-commits
[Top][All Lists]
Advanced

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

37/91: gnu: gdk-pixbuf: Enable jasper support.


From: guix-commits
Subject: 37/91: gnu: gdk-pixbuf: Enable jasper support.
Date: Mon, 19 Apr 2021 17:14:05 -0400 (EDT)

raghavgururajan pushed a commit to branch wip-gnome
in repository guix.

commit 9d1db597fcca001897ed28ebb13cb64cfe426edb
Author: Raghav Gururajan <rg@raghavgururajan.name>
AuthorDate: Thu Mar 11 10:41:10 2021 -0500

    gnu: gdk-pixbuf: Enable jasper support.
    
    * gnu/packages/gtk.scm (gdk-pixbuf) 
[arguments]<#:configure-flags>[-Djasper]: New flag.
    [inputs]: Add jasper.
    
    Signed-off-by: Léo Le Bouter <lle-bout@zaclys.net>
---
 gnu/packages/gtk.scm | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/gtk.scm b/gnu/packages/gtk.scm
index 4506428..fd778fb 100644
--- a/gnu/packages/gtk.scm
+++ b/gnu/packages/gtk.scm
@@ -594,7 +594,7 @@ highlighting and other features typical of a source code 
editor.")
     (arguments
      `(#:meson ,meson-0.55
        #:glib-or-gtk? #t ; To wrap binaries and/or compile schemas
-       #:configure-flags '("-Dinstalled_tests=false")
+       #:configure-flags '("-Dinstalled_tests=false" "-Djasper=true")
        #:phases
        (modify-phases %standard-phases
          ;; The slow tests take longer than the specified timeout.
@@ -612,7 +612,8 @@ highlighting and other features typical of a source code 
editor.")
        ;; Used for testing and required at runtime.
        ("shared-mime-info" ,shared-mime-info)))
     (inputs
-     `(("libjpeg" ,libjpeg-turbo)
+     `(("jasper" ,jasper)
+       ("libjpeg" ,libjpeg-turbo)
        ("libpng"  ,libpng)
        ("libtiff" ,libtiff)))
     (native-inputs



reply via email to

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