[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
158/203: gnu: gdk-pixbuf: Remove obsolete jasper support.
From: |
guix-commits |
Subject: |
158/203: gnu: gdk-pixbuf: Remove obsolete jasper support. |
Date: |
Wed, 3 Nov 2021 21:10:30 -0400 (EDT) |
apteryx pushed a commit to branch core-updates-frozen-batched-changes
in repository guix.
commit 4ce81d4045414a047efa601f2d93e7d4008b467c
Author: Maxim Cournoyer <maxim.cournoyer@gmail.com>
AuthorDate: Wed Oct 27 16:13:52 2021 -0400
gnu: gdk-pixbuf: Remove obsolete jasper support.
The newer meson 0.60 failed the build because the jasper flag no longer
exists.
* gnu/packages/gtk.scm (gdk-pixbuf)[configure-flags]<jasper>: Remove
configure
flag.
[phases]{patch-docbook}: Remove condition and TODO comment.
[inputs]: Remove jasper.
---
gnu/packages/gtk.scm | 13 ++++---------
1 file changed, 4 insertions(+), 9 deletions(-)
diff --git a/gnu/packages/gtk.scm b/gnu/packages/gtk.scm
index b199032..daeb445 100644
--- a/gnu/packages/gtk.scm
+++ b/gnu/packages/gtk.scm
@@ -638,16 +638,12 @@ highlighting and other features typical of a source code
editor.")
(build-system meson-build-system)
(outputs '("out" "debug"))
(arguments
- `(#:glib-or-gtk? #t ; To wrap binaries and/or compile schemas
- #:configure-flags '("-Dinstalled_tests=false" "-Djasper=true")
+ `(#:glib-or-gtk? #t ; To wrap binaries and/or compile schemas
+ #:configure-flags '("-Dinstalled_tests=false")
#:phases
(modify-phases %standard-phases
(add-after 'unpack 'patch-docbook
- ;; TODO(core-updates): Unconditionally look in (or native-inputs
inputs)
- (lambda* (#:key ,@(if (%current-target-system)
- '(native-inputs)
- '())
- inputs #:allow-other-keys)
+ (lambda* (#:key native-inputs inputs #:allow-other-keys)
(with-directory-excursion "docs"
(substitute* "meson.build"
(("http://docbook.sourceforge.net/release/xsl/current/")
@@ -684,7 +680,6 @@ highlighting and other features typical of a source code
editor.")
`(,@(if (%current-target-system)
`(("bash-minimal" ,bash-minimal)) ; for glib-or-gtk-wrap
'())
- ("jasper" ,jasper)
("libjpeg" ,libjpeg-turbo)
("libpng" ,libpng)
("libtiff" ,libtiff)))
@@ -692,7 +687,7 @@ highlighting and other features typical of a source code
editor.")
`(("docbook-xml" ,docbook-xml-4.3)
("docbook-xsl" ,docbook-xsl)
("gettext" ,gettext-minimal)
- ("glib" ,glib "bin") ; glib-mkenums, etc.
+ ("glib" ,glib "bin") ; glib-mkenums, etc.
("gobject-introspection" ,gobject-introspection) ; g-ir-compiler, etc.
("perl" ,perl)
("pkg-config" ,pkg-config)
- 45/203: gnu: gst-plugins-ugly: Update to 1.19.2., (continued)
- 45/203: gnu: gst-plugins-ugly: Update to 1.19.2., guix-commits, 2021/11/03
- 49/203: gnu: e2fsprogs: Update to 1.46.4., guix-commits, 2021/11/03
- 51/203: gnu: pulseaudio: Update to 15.0., guix-commits, 2021/11/03
- 124/203: gnu: libthai: Make datrie a normal native-input., guix-commits, 2021/11/03
- 130/203: gnu: webkitgtk: Use libsoup 3 and build with GCC., guix-commits, 2021/11/03
- 133/203: gnu: python-flit: Update to 3.3.0., guix-commits, 2021/11/03
- 146/203: gnu: nspr: Normalize inputs., guix-commits, 2021/11/03
- 138/203: profiles: Add a gdk-pixbuf-loaders-cache-file hook., guix-commits, 2021/11/03
- 154/203: gnu: python-dbusmock: Update to 0.24.0., guix-commits, 2021/11/03
- 149/203: gnu: meson: Update to 0.60.0., guix-commits, 2021/11/03
- 158/203: gnu: gdk-pixbuf: Remove obsolete jasper support.,
guix-commits <=
- 163/203: gnu: python-numpy: Update to 1.21.3 and cleanup., guix-commits, 2021/11/03
- 164/203: gnu: gdb: Update to 11.1 and remove gdb-9.2., guix-commits, 2021/11/03
- 165/203: gnu: ldc: Update to 1.27.1., guix-commits, 2021/11/03
- 166/203: gnu: python2-lit: Remove package., guix-commits, 2021/11/03
- 167/203: gnu: python-lit: Update to 12.0.1., guix-commits, 2021/11/03
- 169/203: gnu: Add meson-0.59., guix-commits, 2021/11/03
- 181/203: gnu: accountsservice: Use meson 0.59.4 to work around a bug in 0.60.0., guix-commits, 2021/11/03
- 188/203: gnu: gnome-online-accounts: Update to 3.43.1., guix-commits, 2021/11/03
- 195/203: gnu: openblas: Update to 0.3.18., guix-commits, 2021/11/03
- 197/203: gnu: ansible-core: Update to 2.11.6., guix-commits, 2021/11/03