[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
37/126: gnu: gdk-pixbuf: Enable jasper support.
From: |
guix-commits |
Subject: |
37/126: gnu: gdk-pixbuf: Enable jasper support. |
Date: |
Mon, 6 Sep 2021 15:53:34 -0400 (EDT) |
raghavgururajan pushed a commit to branch wip-gnome
in repository guix.
commit 013cf992ee492ba80ba261cbc492c9d5abfa36c8
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
- 33/126: gnu: pangomm: Enable documentation., (continued)
- 33/126: gnu: pangomm: Enable documentation., guix-commits, 2021/09/06
- 36/126: gnu: gdk-pixbuf: Correct inputs., guix-commits, 2021/09/06
- 39/126: gnu: gdk-pixbuf: Update to 2.42.4., guix-commits, 2021/09/06
- 40/126: gnu: gdk-pixbuf: Update synopsis, description, home-page and license., guix-commits, 2021/09/06
- 43/126: gnu: vala: Change build-system., guix-commits, 2021/09/06
- 45/126: gnu: vala: Fix documentation., guix-commits, 2021/09/06
- 47/126: gnu: vala: Update synopsis and description., guix-commits, 2021/09/06
- 48/126: gnu: libgsf: Change build-system., guix-commits, 2021/09/06
- 49/126: gnu: libgsf: Make separate output for binaries., guix-commits, 2021/09/06
- 31/126: gnu: pango: Update synopsis, description and home-page., guix-commits, 2021/09/06
- 37/126: gnu: gdk-pixbuf: Enable jasper support.,
guix-commits <=
- 38/126: gnu: gdk-pixbuf: Fix documentation., guix-commits, 2021/09/06
- 41/126: gnu: gdk-pixbuf: Disable failing tests., guix-commits, 2021/09/06
- 44/126: gnu: vala: Enable coverage support., guix-commits, 2021/09/06
- 42/126: gnu: gdk-pixbuf+svg: Correct package definition to include changes from gdk-pixbuf., guix-commits, 2021/09/06
- 46/126: gnu: vala: Update to 0.52.0., guix-commits, 2021/09/06
- 50/126: gnu: libgsf: Re-arrange inputs in alphabetical order., guix-commits, 2021/09/06
- 53/126: gnu: libgsf: Enable documentation., guix-commits, 2021/09/06
- 54/126: gnu: libgsf: Update synopsis, description, home-page and license., guix-commits, 2021/09/06
- 57/126: gnu: atk: Update home-page and license., guix-commits, 2021/09/06
- 58/126: gnu: atkmm: Update to 2.36.0., guix-commits, 2021/09/06