[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: |
Thu, 2 Sep 2021 17:56:00 -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
- 258/377: gnu: glib-with-documentation: Make some cosmetic changes., (continued)
- 258/377: gnu: glib-with-documentation: Make some cosmetic changes., guix-commits, 2021/09/02
- 252/377: gnu: Add go-github-com-anaseto-gruid-tcell., guix-commits, 2021/09/02
- 277/377: gnu: cairo: Update synopsis, description and license., guix-commits, 2021/09/02
- 278/377: gnu: cairomm: Update to 1.16.0., guix-commits, 2021/09/02
- 262/377: gnu: libsigc++: Enable documentation., guix-commits, 2021/09/02
- 282/377: gnu: pango: Re-arrange inputs in alphabetical order., guix-commits, 2021/09/02
- 284/377: gnu: pango: Update synopsis, description and home-page., guix-commits, 2021/09/02
- 285/377: gnu: pangomm: Update to 2.48.0., guix-commits, 2021/09/02
- 283/377: gnu: pango: Update to 1.48.3., guix-commits, 2021/09/02
- 289/377: gnu: gdk-pixbuf: Correct inputs., guix-commits, 2021/09/02
- 290/377: gnu: gdk-pixbuf: Enable jasper support.,
guix-commits <=
- 298/377: gnu: vala: Fix documentation., guix-commits, 2021/09/02
- 294/377: gnu: gdk-pixbuf: Disable failing tests., guix-commits, 2021/09/02
- 301/377: gnu: libgsf: Change build-system., guix-commits, 2021/09/02
- 299/377: gnu: vala: Update to 0.52.0., guix-commits, 2021/09/02
- 304/377: gnu: libgsf: Enable missing features., guix-commits, 2021/09/02
- 307/377: gnu: libgsf: Update synopsis, description, home-page and license., guix-commits, 2021/09/02
- 302/377: gnu: libgsf: Make separate output for binaries., guix-commits, 2021/09/02
- 306/377: gnu: libgsf: Enable documentation., guix-commits, 2021/09/02
- 311/377: gnu: atkmm: Update to 2.36.0., guix-commits, 2021/09/02
- 312/377: gnu: atkmm: Enable documentation., guix-commits, 2021/09/02