summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2020-04-06gnu: Add vo-amrwbenc.Raghav Gururajan
* gnu/packages/audio.scm (vo-amrwbenc): New variable. Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
2020-04-06gnu: Add opencore-amr.Raghav Gururajan
* gnu/packages/audio.scm (opencore-amr): New variable. Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
2020-04-06gnu: Add mswebrtc.Raghav Gururajan
* gnu/packages/linphone.scm (mswebrtc): New variable. Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
2020-04-06gnu: Add mssilk.Raghav Gururajan
* gnu/packages/linphone.scm (mssilk): New variable. Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
2020-04-06gnu: Add msopenh264.Raghav Gururajan
* gnu/packages/linphone.scm (msopenh264): New variable. Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
2020-04-06system: Allow for comma-separated keyboard layouts.Ludovic Courtès
Reported by Florian Pelz <pelzflorian@pelzflorian.de>. * gnu/bootloader/grub.scm (keyboard-layout-file): Replace commas with hyphens in the first argument to 'computed-file'. * gnu/system/keyboard.scm (keyboard-layout->console-keymap): Likewise. * doc/guix.texi (Keyboard Layout): Add example.
2020-04-05gnu: vmpk: Make some inputs native.Vincent Legoll
* gnu/packages/music.scm (vmpk)[inputs]: Move qttools from here... [native-inputs]: ...to here. Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
2020-04-05gnu: synthv1: Make some inputs native.Vincent Legoll
* gnu/packages/music.scm (synthv1)[inputs]: Move qttools from here... [native-inputs]: ...to here. Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
2020-04-05gnu: kxmlgui: Make some inputs native.Vincent Legoll
* gnu/packages/kde-framework.scm (kxmlgui)[inputs]: Move qttools from here... [native-inputs]: ...to here. Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
2020-04-05gnu: kplotting: Make some inputs native.Vincent Legoll
* gnu/packages/kde-framework.scm (kplotting)[inputs]: Move qttools from here... [native-inputs]: ...to here. Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
2020-04-05gnu: kio: Make some inputs native.Vincent Legoll
* gnu/packages/kde-frameworks.scm (kio)[inputs]: Move qttools from here... [native-inputs]: ...to here. Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
2020-04-05gnu: kiconthemes: Make some inputs native.Vincent Legoll
* gnu/packages/kde-frameworks.scm (kiconthemes)[inputs]: Move qttools from here... [native-inputs]: ...to here. Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
2020-04-05gnu: kdewebkit: Make some inputs native.Vincent Legoll
* gnu/packages/kde-framework.scm (kdewebkit)[inputs]: Move qttools from here... [native-inputs]: ...to here. Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
2020-04-05gnu: itk-snap: Make some inputs native.Vincent Legoll
* gnu/packages/image-processing.scm (itk-snap)[inputs]: Move qttools from here... [native-inputs]: ...to here. Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
2020-04-05gnu: gpsbabel: Make some inputs native.Vincent Legoll
* gnu/packages/gps.scm (gpsbabel)[inputs]: Move qttools from here... [native-inputs]: ...to here. Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
2020-04-05gnu: alsa-modular-synth: Make some inputs native.Vincent Legoll
* gnu/packages/audio.scm (alsa-modular-synth)[inputs]: Move qttools from here... [native-inputs]: ...to here. Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
2020-04-05gnu: liblinphone: Add features.Danny Milosavljevic
* gnu/packages/linphone.scm (liblinphone)[arguments]<#:configure-flags>: Add features. <#:phases>[patch]: New phase. [inputs]: Add glib, gtk2, notify. [propagated-inputs]: Add murrine.
2020-04-05gnu: Add liblinphone.Raghav Gururajan
* gnu/packages/linphone.scm (liblinphone): New variable. Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
2020-04-05gnu: Add mediastreamer2.Raghav Gururajan
* gnu/packages/linphone.scm (mediastreamer2): New variable. Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
2020-04-05gnu: Add belle-sip.Raghav Gururajan
* gnu/packages/linphone.scm (belle-sip): New variable. Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
2020-04-05gnu: mm-common: Make coreutils and sed native-inputs.Danny Milosavljevic
* gnu/packages/gnome.scm (mm-common)[inputs]: Remove coreutils, sed. [native-inputs]: Add coreutils, sed.
2020-04-05gnu: Add mm-common.Raghav Gururajan
* gnu/packages/gnome.scm (mm-common): New variable. Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
2020-04-05gnu: python-intervaltree: Update to 3.0.2.Jakub Kądziołka
* gnu/packages/bioinformatics.scm (python-intervaltree): Update to 3.0.2. [arguments]: Don't skip the tests, work around the problematic sanity-check instead.
2020-04-05gnu: linux-libre: Remove 5.6.Vagrant Cascadian
The corresponding kernel config files are not yet updated, so remove linux-libre-5.6 until they can be reviewed. See bug #40190. * gnu/packages/linux (linux-libre-5.6): Delete variable.
2020-04-05gnu: gsm: Update to 1.0.19.Raghav Gururajan
* gnu/packages/audio.scm (gsm): Update to 1.0.19. Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
2020-04-05gnu: gsm: Fix installation directory.Maxim Cournoyer
This is a follow-up commit to 74c7f367daa, which broke the installation of the bin, lib and share artifacts. * gnu/packages/audio.scm (gsm)[make-flags]: Programmatically build the INSTALL_ROOT make flag so that the %output variable gets properly expanded. Instead of repeating the default CCFLAGS values as a make flag... [phases]: ...add "-fPIC" using substitutes* in a new add-fpic-ccflag phase.
2020-04-05gnu: Add mtpaint.R Veera Kumar
* gnu/packages/image.scm (mtpaint): New variable. Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
2020-04-05gnu: xfce4-places-plugin: Make some inputs native.Vincent Legoll
* gnu/packages/xfce.scm (xfce4-places-plugin)[inputs]: Move desktop-files-utils from here... [native-inputs]: ...to here. Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
2020-04-05gnu: spacefm: Make some inputs native.Vincent Legoll
* gnu/packages/lxde.scm (spacefm)[inputs]: Move desktop-files-utils from here... [native-inputs]: ...to here. Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
2020-04-05gnu: ristretto: Make some inputs native.Vincent Legoll
* gnu/packages/xfce.scm (ristretto)[inputs]: Move desktop-files-utils from here... [native-inputs]: ...to here. Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
2020-04-05gnu: pcb: Make some inputs native.Vincent Legoll
* gnu/packages/engineering.scm (pcb)[inputs]: Move desktop-files-utils from here... [native-inputs]: ...to here. Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
2020-04-05gnu: mate: Make some inputs native.Vincent Legoll
* gnu/packages/mate.scm (mate)[inputs]: Move desktop-files-utils from here... [native-inputs]: ...to this new field. Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
2020-04-05gnu: lepton-eda: Make some inputs native.Vincent Legoll
* gnu/packages/engineering.scm (lepton-eda)[inputs]: Move desktop-files-utils from here... [native-inputs]: ...to here. Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
2020-04-05gnu: gerbv: Make some inputs native.Vincent Legoll
* gnu/packages/engineering.scm (gerbv)[inputs]: Move desktop-files-utils from here... [native-inputs]: ...to here. Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
2020-04-05gnu: geda-gaf: Make some inputs native.Vincent Legoll
* gnu/packages/engineering.scm (geda-gaf)[inputs]: Move desktop-files-utils from here... [native-inputs]: ...to here. Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
2020-04-05gnu: aegisub: Make some inputs native.Vincent Legoll
* gnu/packages/video.scm (aegisub)[inputs]: Move desktop-files-utils from here... [native-inputs]: ...to here. Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
2020-04-05gnu: astronomy: Sort list of imported package modules.Guillaume Le Vaillant
* gnu/packages/astronomy.scm (astronomy): Sort list of imported packages.
2020-04-05gnu: Add gpredict.Guillaume Le Vaillant
* gnu/packages/astronomy.scm (gpredict): New variable.
2020-04-05gnu: Add goocanvas.Guillaume Le Vaillant
* gnu/packages/gtk.scm (goocanvas): New variable.
2020-04-05gnu: gnome-weather: Work around desktop application startup failure.Pierre Neidhardt
* gnu/packages/gnome.scm (gnome-weather)[arguments]: Replace Exec= line with gnome-weather.
2020-04-05gnu: Add kernel-module-loader-service.Brice Waegeneire
* doc/guix.texi (Linux Services): Add a new subsection and document the new service and its configuration. * gnu/services/linux.scm (kernel-module-loader-service-type): New type. (kernel-module-loader-shepherd-service): New procedure. * gnu/tests/linux-modules.scm (module-loader-program): Procedure removed. (modules-loaded?-program): New procedure. (run-loadable-kernel-modules-test): 'module-loader-program' procedure replaced by the new one. [os]: Use 'kernel-module-loader-service'. Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
2020-04-05services: Allow modprobe to use "/etc/modprobe.d".Brice Waegeneire
* gnu/services.scm (%modprobe-wrapper): Set 'MODPROBE_OPTIONS' environment variable. Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
2020-04-05gnu: geonkick: Update to 1.10.0.Alexandros Theodotou
* gnu/packages/music.scm (geonkick): Update to 1.10.0. Signed-off-by: Mathieu Othacehe <m.othacehe@gmail.com>
2020-04-05gnu: redkite: Update to 0.8.0.Alexandros Theodotou
* gnu/packages/audio.scm (redkite): Update to 0.8.0.
2020-04-05gnu: Add jsonrpc-glib.Alexandros Theodotou
* gnu/packages/gnome.scm: (jsonrpc-glib) New variable.
2020-04-05gnu: zrythm: Update to 0.8.200.Alexandros Theodotou
* gnu/packages/music.scm (zrythm): Update to 0.8.200, [inputs]: add guile. Signed-off-by: Mathieu Othacehe <m.othacehe@gmail.com>
2020-04-05gnu: Add emacs-highlight-indent-guides.Joseph LaFreniere
* gnu/packages/emacs-xyz.scm (emacs-highlight-indent-guides): New variable.
2020-04-05gnu: Add emacs-form-feed.Joseph LaFreniere
* gnu/packages/emacs-xyz.scm (emacs-form-feed): New variable.
2020-04-05gnu: Add tuir.Efraim Flashner
* gnu/packages/syndication.scm (tuir): New variable.
2020-04-05gsm: Add the -fPIC compiler option.Maxim Cournoyer
This is necessary for building mediastream2 (a dependency of Linphone). * gnu/packages/audio.scm (gsm): Add the default CCFLAGS as a make flag, and prepend -fPIC to these. Pass INSTALL_ROOT as a make flag as well, which removes the need to use substitute* in a phase.