| Commit message (Collapse) | Author | Age |
... | |
|
|
|
|
| |
* gnu/packages/gstreamer.scm (gst-plugins-base)[propagated-inputs]:
Conditionally add ORC.
|
|
|
|
| |
* gnu/packages/audio.scm (wavpack)[arguments]: New field.
|
|
|
|
|
|
|
|
|
| |
* gnu/packages/patches/wavpack-CVE-2018-6767.patch,
gnu/packages/patches/wavpack-CVE-2018-7253.patch,
gnu/packages/patches/wavpack-CVE-2018-7254.patch: Delete files.
* gnu/local.mk (dist_patch_DATA): Adjust accordingly.
* gnu/packages/audio.scm (wavpack): Update to 5.2.0.
[source](patches): Remove.
|
|
|
|
|
|
| |
* gnu/packages/patches/jsoncpp-fix-inverted-case.patch: New file.
* gnu/local.mk (dist_patch_DATA): Adjust accordingly.
* gnu/packages/serialization.scm (jsoncpp)[source](patches): New field.
|
|
|
|
| |
* gnu/packages/chez.scm (chez-scheme)[source](modules, snippet): Remove.
|
|
|
|
|
|
|
| |
* gnu/packages/emacs-xyz.scm (emacs-telega): Update to 0.5.4-3.
This change reflects several bug fixes that allows for better integration with
the latest changes provided by `tdlib` 1.5.4 -- 1.6.0.
|
|
|
|
|
| |
* gnu/packages/lisp.scm (sbcl-trivial-backtrace)[arguments]: Add
'delete-test-results' phase.
|
|
|
|
|
|
|
| |
* gnu/packages/audio.scm (audacity): Update to 2.3.3.
[source](snippet): Remove bundled "lame".
[arguments]: Adjust "use-upstream-headers" phase.
* gnu/packages/patches/audacity-build-with-system-portaudio.patch: Adjust patch.
|
|
|
|
|
|
| |
* gnu/packages/gnome.scm (gnome-color-manager)[license]: Change to GPL2+.
(gnome-online-miners)[license]: Likewise.
(gnome-menus)[license]: Change to LGPL2.0+.
|
|
|
|
|
|
| |
* gnu/packages/messaging.scm (libolm): New variable.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
|
|
|
|
|
|
| |
* gnu/packages/audio.scm (timidity++)[inputs] Add libvorbis as input
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
|
|
|
|
|
|
|
|
| |
* gnu/packages/entr.scm (entr)[arguments](remove-fhs-file-names): Use 'which'
instead of relying on the runtime PATH. Patch /bin/sh too.
[inputs]: Add NCURSES.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
|
|
|
|
|
|
| |
* gnu/system.scm (%base-packages): Remove net-tools.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
|
|
|
|
| |
* gnu/packages/cmake.scm (cmake-3.15.5)[native-search-paths]: New field.
|
|
|
|
|
| |
* gnu/packages/cmake.scm (cmake-3.15.5)[source]: Add 'patches' field.
(cmake/fixed): Turn into a deprecated alias for CMAKE-3.15.5.
|
|
|
|
|
|
|
|
| |
* gnu/packages/guile.scm (guile-json): Use the two-element
'define-deprecated' form.
* gnu/packages/kde.scm (kdevplatform): Likewise.
* gnu/packages/mpi.scm (hwloc-2.0): Likewise.
* gnu/packages/qt.scm (qt): Likewise.
|
|
|
|
| |
* gnu/packages/emacs-xyz.scm (emacs-metal-mercury-mode): New variable.
|
|
|
|
|
|
|
|
|
|
|
|
| |
* gnu/packages/python-crypto.scm (python-keyring): Update to 21.0.0.
[source]: Add snippet to backport test failure.
[arguments]: Use custom 'check phase.
[native-inputs]: Remove python-pytest-runner. Add
python-pytest-checkdocks, python-pytest-cov, python-pytest-flake8.
[propagated-inputs]: Remove python-pycrypto. Add
python-importlib-metadata, python-secretstorage.
[properties]: New field.
(python2-keyring): Rewrite package to stay at 8.7.
|
|
|
|
| |
* gnu/packages/python-crypto.scm (python-secretstorage): New variable.
|
|
|
|
| |
* gnu/packages/python-crypto.scm (python-jeepney): New variable.
|
|
|
|
|
|
| |
* gnu/packages/python-xyz.scm (python2-contextlib2): Inherit from
python-contextlib2.
(python-contextlib2)[properties]: New field.
|
|
|
|
|
|
|
|
|
|
| |
Fixes <https://bugs.gnu.org/38926>.
* gnu/packages/lxqt.scm (pcmanfm-qt)[arguments]: Add phase to wrap the
executable with the GIO_LAUNCH_DESKTOP environment variable.
[inputs]: Add GLIB:BIN.
Signed-off-by: Marius Bakke <mbakke@fastmail.com>
|
|
|
|
|
|
|
| |
* gnu/packages/commencement.scm (make-gcc-toolchain)[description]: Fix typo
and triple spacing.
Signed-off-by: Marius Bakke <mbakke@fastmail.com>
|
|
|
|
|
|
| |
* gnu/packages/assembly.scm (wla-dx): New variable.
Signed-off-by: Julien Lepiller <julien@lepiller.eu>
|
|
|
|
|
|
|
|
|
| |
Fixes <https://bugs.gnu.org/38172>.
Reported by raingloom <raingloom@riseup.net>.
* gnu/services/desktop.scm (%desktop-services): Add pulseaudio service.
Signed-off-by: Marius Bakke <mbakke@fastmail.com>
|
|
|
|
|
|
|
|
|
|
| |
* gnu/services/sound.scm (ladspa-configuration): New record.
(ladspa-environment): New procedure.
(ladspa-service-type): New service type.
(pulseaudio-environment): Remove LADSPA_PATH.
* doc/guix.texi: Adjust documentation.
Signed-off-by: Marius Bakke <mbakke@fastmail.com>
|
|
|
|
|
|
|
|
| |
* gnu/services/sound (pulseaudio-configuration) [daemon-conf]: Disable
flat-volumes, which causes unpleasant experiences to users when applications
inadvertently max out the system volume (e.g. as in #38172).
Signed-off-by: Marius Bakke <mbakke@fastmail.com>
|
|
|
|
|
|
|
|
|
| |
* gnu/services/sound (<pulseaudio-configuration>): New record.
(pulseaudio-etc): New procedure.
(pulseaudio-environment): Add PULSE_CONFIG and PULSE_CLIENTCONFIG.
(pulseaudio-service-type): Update accordingly.
Signed-off-by: Marius Bakke <mbakke@fastmail.com>
|
|
|
|
|
| |
* gnu/packages/qt.scm (qtwebengine)[source](modules, snippet): New fields.
[inputs]: Add CURL and VALGRIND.
|
|
|
|
|
|
| |
* gnu/packages/qt.scm (qtwebengine): New variable.
Signed-off-by: Marius Bakke <mbakke@fastmail.com>
|
|
|
|
|
|
| |
* gnu/packages/emacs-xyz.scm (emacs-undo-tree): Update to 0.7.1.
Signed-off-by: David Wilson <david@daviwil.com>
|
|
|
|
| |
* gnu/packages/lisp.scm (picolisp32, picolisp): New variables.
|
|
|
|
| |
* gnu/packages/cdrom.scm (cdemu-daemon)[source]: Wrap at 80 characters.
|
|
|
|
| |
* gnu/packages/cdrom.scm (cdemu-client): Update to 3.2.4.
|
|
|
|
| |
* gnu/packages/cdrom.scm (cdemu-daemon): Update to 3.2.4.
|
|
|
|
| |
* gnu/packages/cdrom.scm (libmirage): Update to 3.2.4.
|
|
|
|
| |
* gnu/packages/pdf.scm (impressive): Update to 0.12.1.
|
|
|
|
| |
* gnu/packages/kde.scm (kdevelop): Update to 5.4.6.
|
|
|
|
|
| |
* gnu/packages/gnome.scm (upower): Update to 0.99.11.
[source]: Follow home page download URI.
|
|
|
|
| |
* gnu/packages/python-xyz.scm (python-glances): Update to 3.1.2.
|
|
|
|
| |
* gnu/packages/hardware.scm (ddcutil): Update to 0.9.8.
|
|
|
|
| |
* gnu/packages/python-xyz.scm (python-smmap2): Update to 2.0.5.
|
|
|
|
| |
* gnu/packages/xfce.scm (thunar): Update to 1.8.11.
|
|
|
|
| |
* gnu/packages/xdisorg.scm (xf86-input-wacom): Update to 0.39.0.
|
|
|
|
| |
* gnu/packages/xdisorg.scm (libwacom): Update to 1.2.
|
|
|
|
|
|
|
|
|
| |
* gnu/packages/version-control.scm (mercurial): Update to 5.2.1.
[arguments]: Remove hard dependency on Python 2. Replace check phase to work
around known failing tests.
[native-inputs]: Add python-nose, and unzip.
Signed-off-by: Brett Gilio <brettg@gnu.org>
|
|
|
|
| |
* gnu/packages/maths.scm (hdf5-1.10): Update to 1.10.6.
|
|
|
|
| |
* gnu/packages/license.scm (reuse)[source]: Use PYPI-URI.
|
|
|
|
| |
* gnu/packages/license.scm (reuse): Update to 0.7.0.
|
|
|
|
|
|
|
|
| |
This follows up on commit 508d5c5fa883a3cee53f8da358d853d4b245496c,
I guess.
* gnu/packages/security-token.scm (opensc)[arguments]: Remove the
‘disable-broken-test’ phase.
|