summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* gnu: python-sphinx: Update to 4.2.0.Maxim Cournoyer2021-11-11
| | | | * gnu/packages/sphinx.scm (python-sphinx): Update to 4.2.0.
* gnu: python-sphinxcontrib-serializinghtml: Update to 1.1.5.Maxim Cournoyer2021-11-11
| | | | * gnu/packages/sphinx.scm (python-sphinxcontrib-serializinghtml): Update to 1.1.5.
* gnu: python-sphinxcontrib-htmlhelp: Update to 2.0.0.Maxim Cournoyer2021-11-11
| | | | * gnu/packages/sphinx.scm (python-sphinxcontrib-htmlhelp): Update to 2.0.0.
* gnu: gnupg: Update to 2.2.30.Tobias Geerinckx-Rice2021-11-11
| | | | * gnu/packages/gnupg.scm (gnupg): Update to 2.2.30.
* gnu: gnupg: Don't explicitly return #t from phases.Tobias Geerinckx-Rice2021-11-11
| | | | | * gnu/packages/gnupg.scm (gnupg)[arguments]: Don't explicitly return #t from phases.
* gnu: bluez: Update to 5.59.Brice Waegeneire2021-11-11
| | | | | * gnu/packages/linux.scm (bluez): Update to 5.59. [native-inputs]: Add python-docutils.
* gnu: python-docutils: Update to 0.17.1.Xinglu Chen2021-11-11
| | | | | | * gnu/packages/python-xyz.scm (python-docutils): Update to 0.17.1. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
* gnu: libevdev: Update to 1.11.0.Matthew James Kraai2021-11-11
| | | | | | * gnu/packages/xorg.scm (libevdev): Update to 1.11.0. Signed-off-by: Brice Waegeneire <brice@waegenei.re>
* gnu: farstream: Enable tests.Raghav Gururajan2021-11-11
| | | | | | | | | | This patch depends on gstreamer's update to 1.18.4. * gnu/packages/patches/farstream-gupnp.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it. * gnu/packages/freedesktop.scm (farstream)[patches]: Use it. [arguments](tests?): Remove argument. [phases](disable-timeout-tests): New phase.
* gnu: e2fsprogs: Update to 1.46.2.Solene Rapenne2021-11-11
| | | | | | * gnu/packages/linux.scm (e2fsprogs): Update to 1.46.2. Signed-off-by: Leo Famulari <leo@famulari.name>
* gnu: python-pygobject: Update to 3.40.1.Raghav Gururajan2021-11-11
| | | | | * gnu/packages/glib.scm (python-pygobject)[version]: Update to 3.40.1. [native-inputs]: Add python-wrapper.
* gnu: gst-editing-services: Update to 1.18.4.Raghav Gururajan2021-11-11
| | | | | | | | | | * gnu/packages/gstreamer.scm (gst-editing-services)[version]: Update to 1.18.4. [arguments](glib-or-gtk): New argument. [inputs]: Add glib, glib-networking and gtk+. Move gst-plugins-base to ... [propagated-inputs]: ... here. Add gstreamer. [native-inputs]: Replace python with python-wrapper. Co-authored-by: Leo Prikler <leo.prikler@student.tugraz.at>
* gnu: gst-plugins-bad: Add missing inputs to enable more features.Raghav Gururajan2021-11-11
| | | | | | | | | | | | | | | | * gnu/packages/gstreamer.scm (gst-plugins-bad)[inputs]: Add bzip2, cairo, chromaprint, directfb, faac, flite, glib, glib-networking, glu, gsm, iqa, lcms, libaom, libbs2b, libdc1394, libdca, libde265, libdrm, libexif, libfdk, libgme, libmfx, libmms, libmpcdec, libnice, libofa, libopenmpt, libtiff, libva, libx11, libxcb, libxext, libxshm, lilv, lv2, mjpegtools, nettle, openh264, opensles, pango, rtmpdump, sbc, sctp, spandsp, srt, svt-hevc, transcode, v4l-utils, vo-aacenc, vo-amrwbenc, vulkan-headers, vulkan-loader, webrtc-audio-processing, wildmidi, wpebackend-fdo, zbar and zxing-cpp. [phases](adjust-tests): Disable msdkh264enc and svthevcenc tests. Reenable line21. Co-authored-by: Leo Prikler <leo.prikler@student.tugraz.at>
* gnu: gst-plugins-bad: Update to 1.18.4.Raghav Gururajan2021-11-11
| | | | | | | | | | | | * gnu/packages/gstreamer.scm (gst-plugins-bad)[version]: Update to 1.18.4. [arguments](glib-or-gtk): New argument. [phases](adjust-tests): Disable line21. [phases](pre-check): New phase. [propagated-inputs]: Add gstreamer. [native-inputs]: Add gettext-minimal, gsettings-desktop-schemas, perl and xorg-server-for-tests. Replace python with python-wrapper. Co-authored-by: Leo Prikler <leo.prikler@student.tugraz.at>
* gnu: gst-libav: Update to 1.18.4.Raghav Gururajan2021-11-11
| | | | | | * gnu/packages/gstreamer.scm (gst-libav)[version]: Update to 1.18.4. Co-authored-by: Leo Prikler <leo.prikler@student.tugraz.at>
* gnu: gst-plugins-ugly: Update to 1.18.4.Raghav Gururajan2021-11-11
| | | | | | * gnu/packages/gstreamer.scm (gst-plugins-upgly)[version]: Update to 1.18.4. Co-authored-by: Leo Prikler <leo.prikler@student.tugraz.at>
* gnu: gst-plugins-good: Update to 1.18.4.Raghav Gururajan2021-11-11
| | | | | | * gnu/packages/gstreamer.scm (gst-plugins-good)[version]: Update to 1.18.4. Co-authored-by: Leo Prikler <leo.prikler@student.tugraz.at>
* gnu: gst-plugins-base: Enable more features.Raghav Gururajan2021-11-11
| | | | | | | | | | | * gnu/packages/gstreamer.scm (gst-plugins-base) [inputs]: Add graphene, iso-codes, libgudev, libjpeg-turbo, libpng, libvisual, mesa, wayland-protocols, wayland. [native-inputs]: Add gettext-minimal and xorg-server-for-test. [arguments]: Remove '-Dgl=disabled' from configure flags. Add pre-check phase. Co-authored-by: Leo Prikler <leo.prikler@student.tugraz.at> Co-authored-by: 宋文武 <iyzsong@member.fsf.org>
* gnu: gst-plugins-base: Update to 1.18.4.Raghav Gururajan2021-11-11
| | | | | | * gnu/packages/gstreamer.scm (gst-plugins-base): Update to 1.18.4. Co-authored-by: 宋文武 <iyzsong@member.fsf.org>
* gnu: gstreamer: Update to 1.18.4.Raghav Gururajan2021-11-11
| | | | | | | | | | * gnu/packages/gstreamer.scm (gstreamer)[version]: Update to 1.18.4. [propagated-inputs]: Add elfutils and libunwind. [synopsis]: Change to "Multimedia framework". [native-inputs]: Add bash-completion and gettext-minimal. [inputs]: Add gmp, libcap and gsl. Co-authored-by: Leo Prikler <leo.prikler@student.tugraz.at>
* gnu: cheese: Propagate gdk-pixbuf+svg rather than gdk-pixbuf.Maxim Cournoyer2021-11-11
| | | | | | | | Propagating gdk-pixbuf rather than gdk-pixbuf+svg is dangerous as it clashes with GTK+'s own gdk-pixbuf+svg propagation. * gnu/packages/gnome.scm (cheese)[propagated-inputs]: Replace gdk-pixbuf by gdk-pixbuf+svg.
* gnu: mutter: Propagate gdk-pixbuf+svg rather than gdk-pixbuf.Maxim Cournoyer2021-11-11
| | | | | | | | Propagating gdk-pixbuf rather than gdk-pixbuf+svg is dangerous as it clashes with GTK+'s own gdk-pixbuf+svg propagation. * gnu/packages/gnome.scm (mutter)[propagated-inputs]: Replace gdk-pixbuf by gdk-pixbuf+svg.
* gnu: cogl: Propagate gdk-pixbuf+svg rather than gdk-pixbuf.Maxim Cournoyer2021-11-11
| | | | | | | | Propagating gdk-pixbuf rather than gdk-pixbuf+svg is dangerous as it clashes with GTK+'s own gdk-pixbuf+svg propagation. * gnu/packages/gnome.scm (cogl)[propagated-inputs]: Replace gdk-pixbuf by gdk-pixbuf+svg.
* gnu: libgweather: Propagate gdk-pixbuf+svg rather than gdk-pixbuf.Maxim Cournoyer2021-11-11
| | | | | | | | Propagating gdk-pixbuf rather than gdk-pixbuf+svg is dangerous as it clashes with GTK+'s own gdk-pixbuf+svg propagation. * gnu/packages/gnome.scm (libgweather)[propagated-inputs]: Replace gdk-pixbuf by gdk-pixbuf+svg.
* gnu: librsvg-next: Do not propagate gdk-pixbuf.Maxim Cournoyer2021-11-11
| | | | | | | | Propagating gdk-pixbuf rather than gdk-pixbuf+svg is dangerous as it clashes with GTK+'s own gdk-pixbuf+svg propagation. * gnu/packages/gnome.scm (librsvg-next)[propagated-inputs]: Remove gdk-pixbuf. [inputs]: Add gdk-pixbuf+svg.
* gnu: libnotify: Propagate gdk-pixbuf+svg rather than gdk-pixbuf.Maxim Cournoyer2021-11-11
| | | | | | | | Propagating gdk-pixbuf rather than gdk-pixbuf+svg is dangerous as it clashes with GTK+'s own gdk-pixbuf+svg propagation. * gnu/packages/gnome.scm (libnotify)[propagated-inputs]: Replace gdk-pixbuf by gdk-pixbuf+svg.
* gnu: appstream-glib: Propagate gdk-pixbuf+svg rather than gdk-pixbuf.Maxim Cournoyer2021-11-11
| | | | | | | | Propagating gdk-pixbuf rather than gdk-pixbuf+svg is dangerous as it clashes with GTK+'s own gdk-pixbuf+svg propagation. * gnu/packages/glib.scm (appstream-glib)[propagated-inputs]: Replace gdk-pixbuf by gdk-pixbuf+svg.
* gnu: librsvg: Add a debug output.Maxim Cournoyer2021-11-11
| | | | * gnu/packages/gnome.scm (librsvg): Add a debug output.
* gnu: gdk-pixbuf+svg: Fix typo in comment.Maxim Cournoyer2021-11-11
| | | | * gnu/packages/gtk.scm (gdk-pixbuf+svg): Fix typo in comment.
* gnu: gdk-pixbuf: Add a debug output.Maxim Cournoyer2021-11-11
| | | | | * gnu/packages/gtk.scm (gdk-pixbuf)[outputs]{debug}: New output. [phases]: Strip trailing #t.
* gnu: gtk+: Add a debug output.Maxim Cournoyer2021-11-11
| | | | * gnu/packages/gtk.scm (gtk+-2)[outputs]{debug}: New output.
* gnu: json-c: Update to 0.15.Vincent Legoll2021-11-11
| | | | | | | | | * gnu/packages/web.scm (json-c): Update to 0.15. [source]: Remove obsolete patch 'json-c-CVE-2020-12762.patch'. * gnu/packages/patches/json-c-CVE-2020-12762.patch: Delete file. * gnu/local.mk (dist_patch_DATA): Remove it. Signed-off-by: Leo Famulari <leo@famulari.name>
* gnu: shadow: Set log in /var/log.Brice Waegeneire2021-11-11
| | | | | | | | Fixes lastlog and faillog commands which otherwise look for lastlog and faillog files in /etc. * gnu/packages/admin.scm (shadow)[arguments]: Add configure flag 'shadow_cv_logdir'.
* gnu: pulseaudio: Use meson build system.Brice Waegeneire2021-11-11
| | | | | | | * gnu/packages/pulseaudio.scm (pulseaudio)[build-system]: Switch from gnu to meson. [arguments]: Migrate configure flags for meson. [propagated-inputs]: Replace 'gdbm' with 'tdb', upstream default.
* gnu: pulseaudio: Update to 14.2.Brice Waegeneire2021-11-11
| | | | * gnu/packages/pulseaudio.scm (pulseaudio): Update to 14.2.
* gnu: rust: Update to 1.50.Jakub Kądziołka2021-11-11
| | | | * gnu/packages/rust.scm (rust): Change to 1.50.
* gnu: gst-plugins-base: Depend on Opus for all systems.Leo Famulari2021-11-11
| | | | | * gnu/packages/gstreamer.scm (gst-plugins-base)[inputs]: Include opus unconditionally.
* gnu: apr: Update to 1.7.0.Vincent Legoll2021-11-11
| | | | | | * gnu/packages/apr.scm (apr): Update to 1.7.0. Signed-off-by: Leo Famulari <leo@famulari.name>
* store: 'mapm/accumulate-builds' does not compare stores with 'eq?'.Ludovic Courtès2021-11-10
| | | | | | | | | | | | Fixes <https://issues.guix.gnu.org/51732>. Regression introduced in 2015d3f042870860efef10e801b93eacc0742d38. The (eq? store expected-store) comparison doesn't work on this branch where the functional cache, with 'cache-object-mapping', is used extensively, thereby changing the store's object identity. * guix/store.scm (build-accumulator): Compare the socket of STORE and EXPECTED-STORE rather than the store themselves.
* gnu: deja-dup: Update to 42.8.Vivien Kraus2021-11-09
| | | | | | | * gnu/packages/gnome.scm (deja-dup): Update to 42.8. * gnu/packages/gnome.scm (deja-dup)[inputs]: Add libhandy. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: unison: Fix building the manual.Vivien Kraus2021-11-09
| | | | | | * gnu/packages/ocaml.scm (unison)[native-inputs]: Add the missing texlive inputs. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: Add texlive-dvips-l3backend.Vivien Kraus2021-11-09
| | | | | | * gnu/packages/tex.scm (texlive-dvips-l3backend): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* Merge remote-tracking branch 'origin/master' into core-updates-frozenEfraim Flashner2021-11-08
|\
| * gnu: nginx-documentation: Update to 1.21.4-2791-9385526a9b2d.Tobias Geerinckx-Rice2021-11-08
| | | | | | | | * gnu/packages/web.scm (nginx-documentation): Update to 1.21.4-2791-9385526a9b2d.
| * gnu: nginx: Update to 1.21.4.Tobias Geerinckx-Rice2021-11-08
| | | | | | | | * gnu/packages/web.scm (nginx): Update to 1.21.4.
| * gnu: fheroes2: Update to 0.9.9.Tobias Geerinckx-Rice2021-11-08
| | | | | | | | * gnu/packages/games.scm (fheroes2): Update to 0.9.9.
| * gnu: knot: Update to 3.1.4.Tobias Geerinckx-Rice2021-11-08
| | | | | | | | * gnu/packages/dns.scm (knot): Update to 3.1.4.
| * gnu: hplip: Update to 3.21.10.Tobias Geerinckx-Rice2021-11-08
| | | | | | | | | | | | * gnu/packages/cups.scm (hplip): Update to 3.21.10. [snippet]: Make substitution patterns more specific. [arguments]: Don't explicitly return #t from phases.
| * gnu: redkite: Update to 1.3.1.Tobias Geerinckx-Rice2021-11-08
| | | | | | | | * gnu/packages/audio.scm (redkite): Update to 1.3.1.
| * gnu: libebur128: Update to 1.2.6.Tobias Geerinckx-Rice2021-11-08
| | | | | | | | * gnu/packages/audio.scm (libebur128): Update to 1.2.6.