summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2020-08-04gnu: Add tascam-gtk.Ricardo Wurmus
* gnu/packages/music.scm (tascam-gtk): New variable.
2020-08-04gnu: Add libxmlplusplus-2.6.Ricardo Wurmus
* gnu/packages/xml.scm (libxmlplusplus-2.6): New variable.
2020-08-04gnu: Add libxmlplusplus.Ricardo Wurmus
* gnu/packages/xml.scm (libxmlplusplus): New variable.
2020-08-04gnu: Add paperview.Oleg Pykhalov
* gnu/packages/games.scm (paperview): New variable.
2020-08-04gnu: catch-framework2: Update to 2.13.0.Efraim Flashner
* gnu/packages/check.scm (catch-framework2): Update to 2.13.0. * gnu/packages/engineering.scm (libfive)[arguments]: Adjust custom 'find-catch phase for updated include path. * gnu/packages/xdisorg.scm (j4-dmenu-desktop)[arguments]: Add custom 'find-catch phase to search for updated catch2 include directory.
2020-08-03gnu: pjproject-jami: Reuse more of the base pjproject.Maxim Cournoyer
Now that the base pjproject is built as a shared library, the cost of adding dependencies shared with Jami is minimal. The pjproject-jami now differs only by its added patches. * gnu/packages/jami.scm (pjproject-jami)[arguments]: Use the substitute-keyword-arguments macro to reuse the base pjproject package arguments, adding only the 'apply-patches phase.
2020-08-03gnu: opendht: Propagate gnutls.Maxim Cournoyer
Propagate gnutls as it's included by the opendht/crypto.h header file. * gnu/packages/networking.scm (opendht)[inputs]: Move gnutls... [propagated-inputs]: ...to here. Move argon2 to inputs.
2020-08-03gnu: pjproject: Enable shared libraries.Maxim Cournoyer
* gnu/packages/telephony.scm (pjproject)[outputs]: Add a "static" output. [phases]: Move the 'check phase after the 'install phase. {move-static-libraries}: Add phase. [configure-flags]: Set LDFLAGS to add a runpath reference to self.
2020-08-03gnu: pjproject: Include sensible configure flags from pjproject-jami.Maxim Cournoyer
This is done so the regular pjproject has more in common with pjproject-jami, which allows simplifying its definition. * gnu/packages/telephony.scm (pjproject)[configure-flags]: Add '--enable-epoll' when the system is Linux. Define CFLAGS with the '-DNDEBUG' options.
2020-08-03gnu: pjproject: Fix problem in pkg-config file.Maxim Cournoyer
* gnu/packages/patches/pjproject-correct-the-cflags-field.patch: Add patch. * gnu/packages/patches/pjproject-fix-pkg-config-ldflags.patch: Likewise. * gnu/local.mk (dist_patch_DATA): Register the new patches. * gnu/packages/telephony.scm (pjproject): Use them. * gnu/packages/jami.scm (pjproject-jami): Remove a patch from pjproject-jami that is already applied against pjproject.
2020-08-03gnu: pjproject: Fix build and enable tests.Maxim Cournoyer
* gnu/packages/telephony.scm (pjproject)[origin]: Simplify snippet definition and remove all bundled libraries. [outputs]: Add a debug output. [arguments]: Enable tests, and explicit the configure flags now required to build using only system libraries. [phases]{make-source-files-writable}: Add phase. {disable-some-tests}: Overhaul phase. [inputs]: Add bcg729, gsm, libsamplerate, opus, portaudio and speexdsp.
2020-08-03gnu: resample: Improve synopsis and description.Maxim Cournoyer
The synopsis mentioned a library but it is instead a set of command line utilities. * gnu/packages/audio.scm (resample)[synopsis]: Mention these are utilities. [description]: Describe the two included command line utilities in more detail.
2020-08-03gnu: Add inspircd.Brett Gilio
* gnu/packages/irc.scm (inspircd): New variable.
2020-08-03gnu: libjpeg-turbo: Replace with 2.0.5 [fixes CVE-2020-13790].Mark H Weaver
* gnu/packages/image.scm (libjpeg-turbo/fixed): New variable. (libjpeg-turbo)[replacement]: New field.
2020-08-03gnu: libjpeg: Update to 9d [security fixes].Mark H Weaver
Includes fixes for CVE-2020-13790 and CVE-2020-14152. * gnu/packages/image.scm (ijg-libjpeg): Update to 9d.
2020-08-03gnu: Remove libjpeg@8d.Mark H Weaver
This version of ijg-libjpeg contains security vulnerabilities and is not used by any other package in Guix. * gnu/packages/image.scm (ijg-libjpeg-8): Remove variable.
2020-08-03gnu: libxfce4util: Update source URI.Michael Rohleder
* gnu/packages/xfce.scm (libxfce4util)[source]: Update URI. Signed-off-by: Oleg Pykhalov <go.wigust@gmail.com>
2020-08-03gnu: emacs-hl-todo: Update to 3.1.2.Michael Rohleder
* gnu/packages/emacs-xyz.scm (emacs-hl-todo): Update to 3.1.2. Signed-off-by: Oleg Pykhalov <go.wigust@gmail.com>
2020-08-03gnu: rust-1.45: Update to 1.45.2.Jakub Kądziołka
* gnu/packages/rust.scm (rust-1.45): Update to 1.45.2.
2020-08-03file-systems: Leave room for extension in serialized specs.Ludovic Courtès
* gnu/system/file-systems.scm (spec->file-system): Ignore extra fields. (file-system->spec): Add comment.
2020-08-03scripts: Pass #:verbosity to 'build-notifier'.Ludovic Courtès
* guix/scripts/archive.scm (guix-archive): Pass #:verbosity to 'build-notifier'. * guix/scripts/build.scm (guix-build): Likewise. * guix/scripts/copy.scm (guix-copy): Likewise. * guix/scripts/deploy.scm (guix-deploy): Likewise. * guix/scripts/environment.scm (guix-environment): Likewise. * guix/scripts/pack.scm (guix-pack): Likewise. * guix/scripts/package.scm (guix-package*): Likewise. * guix/scripts/pull.scm (guix-pull): Likewise. * guix/scripts/system.scm (verbosity-level): New procedure. (process-action): Pass #:verbosity to 'build-notifier'. (guix-system): Use 'verbosity-level' for 'with-status-verbosity'.
2020-08-03ui: Add #:verbosity to 'show-what-to-build'.Ludovic Courtès
* guix/ui.scm (%default-verbosity): New variable. (show-what-to-build): Add #:verbosity and honor it. (build-notifier): Add #:verbosity and pass it to 'show-what-to-build'.
2020-08-03doc: Document 'mount-may-fail?' field.Ludovic Courtès
This is a followup to 7c27bd115b14afd142da7684cc349369965f9eab. * doc/guix.texi (File Systems): Document 'mount-may-fail?'.
2020-08-03gnu: emacs-guix: Update to latest gitlab version.Michael Rohleder
* gnu/packages/emacs-xyz.scm (emacs-guix): Update to a 0.5.2 snapshot. fix https://issues.guix.gnu.org/41063 [source] changes to git-getch. [snippet] removed. [native-inputs] added tools to build. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2020-08-03gnu: easyrpg-player: Update to 0.6.2.1.Efraim Flashner
* gnu/packages/easyrpg.scm (easyrpg-player): Update to 0.6.2.1.
2020-08-03gnu: xfce4-terminal: Update to 0.8.9.2.Michael Rohleder
* gnu/packages/xfce.scm (xfce4-terminal): Update to 0.8.9.2. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
2020-08-03gnu: xfce4-time-out-plugin: Update to 1.1.1.Michael Rohleder
* gnu/packages/xfce.scm (xfce4-time-out-plugin): Update to 1.1.1. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
2020-08-03gnu: emacs: Ignore empty XIM styles.Leo Prikler
As of libx11 version 1.6.10, xim may be NULL, which causes a segmentation fault in the execution of ARRAYELTS. As a cautionary measure, we short-circuit this logic. * gnu/packages/patches/emacs-ignore-empty-xim-styles.patch: New file. * gnu/packages/emacs.scm (emacs emacs-next)[patches]: Use it. * gnu/local.mk: Register it. Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
2020-08-03gnu: android: Export android-liblog.Denis 'GNUtoo' Carikli
* gnu/packages/android.scm (android-liblog): Export it. Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
2020-08-03gnu: android: Export android-libcutils.Denis 'GNUtoo' Carikli
* gnu/packages/android.scm (android-libcutils): Export it. Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
2020-08-03gnu: xfce4-stopwatch-plugin: Update to 0.4.0.Michael Rohleder
* gnu/packages/xfce.scm (xfce4-stopwatch-plugin): Update to 0.4.0. [arguments]: Enable "tests". Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
2020-08-03gnu: Add python-onnx.Vinicius Monego
* gnu/packages/machine-learning.scm (python-onnx): New variable. * gnu/packages/patches/python-onnx-use-system-googletest.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it. Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
2020-08-03gnu: python-protobuf: Update to 3.12.4.Vinicius Monego
* gnu/packages/protobuf.scm (python-protobuf): Update to 3.12.4. Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
2020-08-02gnu: cuirass: Update to 0.0.1-42.d332955.Mathieu Othacehe
* gnu/packages/ci.scm (cuirass): Update to 0.0.1-42.d332955.
2020-08-02gnu: cuirass: Update to 0.0.1-41.614ea05.Mathieu Othacehe
* gnu/packages/ci.scm (cuirass): Update to 0.0.1-41.614ea05.
2020-08-02gnu: emacs-dhall-mode: Update to 0.1.3-1.484bcf8.Oleg Pykhalov
* gnu/packages/emacs-xyz.scm (emacs-dhall-mode): Update to 0.1.3-1.484bcf8.
2020-08-02gnu: emacs-org-roam: Update to 1.2.1.Pierre Langlois
* gnu/packages/emacs.scm (emacs-org-roam): Update to 1.2.1. [propagated-inputs]: Replace emacs-emacsql with emacs-emacsql-sqlite3. [home-page]: Update URL. Signed-off-by: Oleg Pykhalov <go.wigust@gmail.com>
2020-08-02gnu: Add emacs-emacsql-sqlite3.Pierre Langlois
* gnu/packages/emacs-xyz.scm (emacs-emacsql-sqlite3): New variable. Signed-off-by: Oleg Pykhalov <go.wigust@gmail.com>
2020-08-02services: Add zram-device-service.Efraim Flashner
* gnu/services/linux.scm (<zram-device-configuration>): New record. (zram-device-service-type): New variable. * doc/guix.texi (Linux Services): Document it. * tests/services/linux.scm (zram-swap-device-test): New tests.
2020-08-02gnu: Add cl-qbase64.Adam Kandur
* gnu/packages/lisp-xyz.scm (sbcl-qbase64, cl-qbase64, ecl-qbase64): New variables. Co-authored-by: Guillaume Le Vaillant <glv@posteo.net>
2020-08-02gnu: sbcl-eos: Update to 0.0.0-2.b4413bc.Guillaume Le Vaillant
* gnu/packages/lisp-xyz.scm (sbcl-eos): Update to 0.0.0-2.b4413bc.
2020-08-02gnu: Add emacs-jenkinsfile-mode.Oleg Pykhalov
* gnu/packages/emacs-xyz.scm (emacs-jenkinsfile-mode): New variable.
2020-08-01gnu: Add Remake.Eric Bavier
* gnu/packages/debug.scm (remake): New variable. * gnu/packages/patches/remake-impure-dirs.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it.
2020-08-01gnu: nomad: Update to 0.2.0-alpha.Mike Rosset
* gnu/packages/guile-xyz.scm (nomad): Update to 0.2.0-alpha. This is a significant update to Nomad. This removes the majority of C code and replaces it with gobject introspection using g-golf. In the process the nomad package expression has changed significantly. Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
2020-08-01gnu: starfighter: Update to 2.3.1.Kei Kebreau
* gnu/packages/games.scm (starfighter): Update to 2.3.1.
2020-08-01gnu: xorg-server: Fix CVE-2020-14347 via graft.Mark H Weaver
* gnu/packages/patches/xorg-server-CVE-2020-14347.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it. * gnu/packages/xorg.scm (xorg-server/fixed): New variable. (xorg-server)[replacement]: New field. (xorg-server-wayland): Use package/inherit.
2020-08-01gnu: libx11: Replace with 1.6.10 [fixes CVE-2020-14344].Mark H Weaver
* gnu/packages/xorg.scm (libx11/fixed): New variable. (libx11)[replacement]: New field.
2020-08-01gnu: cuirass: Update to 0.0.1-40.153b49c.Mathieu Othacehe
* gnu/packages/ci.scm (cuirass): Update to 0.0.1-40.153b49c.
2020-08-01gnu: sbcl: Update to 2.0.7.Pierre Neidhardt
* gnu/packages/lisp.scm (sbcl): Update to 2.0.7.
2020-08-01doc: Explain how to use psql with peer authentication.Pierre Neidhardt
* doc/guix.texi (Database Services): Add example of shell commands to use psql as system user. Also add troubleshooting tip when service fails to start because of incompatible cluster.