[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
290/377: gnu: gdk-pixbuf: Enable jasper support.
From: |
guix-commits |
Subject: |
290/377: gnu: gdk-pixbuf: Enable jasper support. |
Date: |
Sun, 5 Sep 2021 10:08:11 -0400 (EDT) |
raghavgururajan pushed a commit to branch wip-gnome
in repository guix.
commit 96c12838d2b9e4a9f74f61317fe38d159a249e88
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 8c004ef..52167ca 100644
--- a/gnu/packages/gtk.scm
+++ b/gnu/packages/gtk.scm
@@ -597,7 +597,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.
@@ -615,7 +615,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
- 263/377: gnu: glibmm: Update to 2.68.0., (continued)
- 263/377: gnu: glibmm: Update to 2.68.0., guix-commits, 2021/09/05
- 264/377: gnu: glibmm: Enable documentation., guix-commits, 2021/09/05
- 265/377: gnu: Add libsigc++-2., guix-commits, 2021/09/05
- 266/377: gnu: glibmm-2.64: Update to 2.64.5., guix-commits, 2021/09/05
- 267/377: gnu: gtk-doc: Change build-system., guix-commits, 2021/09/05
- 268/377: gnu: gtk-doc: Correct inputs., guix-commits, 2021/09/05
- 270/377: gnu: gtk-doc: Enable help., guix-commits, 2021/09/05
- 271/377: gnu: gtk-doc: Update synopsis, description, home-page and license., guix-commits, 2021/09/05
- 272/377: gnu: gobject-introspection: Propagate glib., guix-commits, 2021/09/05
- 275/377: gnu: cairo: Move documentation to separate output., guix-commits, 2021/09/05
- 290/377: gnu: gdk-pixbuf: Enable jasper support.,
guix-commits <=
- 278/377: gnu: cairomm: Update to 1.16.0., guix-commits, 2021/09/05
- 285/377: gnu: pangomm: Update to 2.48.0., guix-commits, 2021/09/05
- 289/377: gnu: gdk-pixbuf: Correct inputs., guix-commits, 2021/09/05
- 291/377: gnu: gdk-pixbuf: Fix documentation., guix-commits, 2021/09/05
- 294/377: gnu: gdk-pixbuf: Disable failing tests., guix-commits, 2021/09/05
- 296/377: gnu: vala: Change build-system., guix-commits, 2021/09/05
- 297/377: gnu: vala: Enable coverage support., guix-commits, 2021/09/05
- 300/377: gnu: vala: Update synopsis and description., guix-commits, 2021/09/05
- 305/377: gnu: libgsf: Correct inputs., guix-commits, 2021/09/05
- 311/377: gnu: atkmm: Update to 2.36.0., guix-commits, 2021/09/05