aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages/music.scm
blob: cd06aeddda5dfd5fd54ad1146113565aaaae2966 (about) (plain)
blob size (287KB) exceeds display size limit (100KB).
s is a gexp instead of a simple list, so use gexp handling procedures when setting flags. * gnu/packages/bootloaders.scm (ipxe-qemu) [native-inputs] <binutils-64-bit-bfd>: Likewise. Change-Id: If93b0a972570d75c7e26647b154be8afc76cf6e0 Signed-off-by: Ludovic Courtès <ludo@gnu.org> André Batista 2024-08-31gnu: ipxe: Update to 1.21.1-2.de8a082....This fixes error: in phase 'build': uncaught exception: while building ipxe-qemu. * gnu/packages/bootloaders.scm (ipxe): Update commit to de8a0821c7bc737e724fa3dfb6d89dc36f591d7a. Bump revision and timestamp. Change-Id: I352a8451ba9da912f023802f1f31e5e311705ba2 Janneke Nieuwenhuizen 2024-08-31build-systems: gnu: Export %default-gnu-imported-modules and %default-gnu-mod......Until now users would have to cargo cult or inspect the private %default-modules variable of (guix build-systems gnu) to discover which modules to include when extending the used modules via the #:modules argument. The renaming was automated via the command: $ git grep -l %gnu-build-system-modules | xargs sed 's/%gnu-build-system-modules/%default-gnu-imported-modules/' -i * guix/build-system/gnu.scm (%gnu-build-system-modules): Rename to... (%default-gnu-imported-modules): ... this. (%default-modules): Rename to... (%default-gnu-modules): ... this. Export. (dist-package, gnu-build, gnu-cross-build): Adjust accordingly. Change-Id: Idef307fff13cb76f3182d782b26e1cd3a5c757ee Maxim Cournoyer 2024-07-19gnu: grub: Enable building on powerpc64le-linux....* gnu/packages/bootloaders.scm (grub)[arguments]: Adjust configure-flags when building for powerpc64le-linux to use clang. When building for powerpc64le-linux add a phase to skip 2 tests. [native-inputs]: When building for powerpc64le-linux add clang. Change-Id: I26ce37e7b864964ede5c9fd73a5a2d4cb89ada45 Efraim Flashner 2024-07-19gnu: grub-minimal: Don't override configure-flags....* gnu/packages/bootloaders.scm (grub-minimal)[arguments]: Don't override inherited configure-flags. Change-Id: I31f397ba8255389955a135976541f7d17d98e552 Efraim Flashner 2024-07-01gnu: grub: Fix use of mdadm....Before this change, the filename used ended with sbin/mdadm/sbin/mdadm. * gnu/packages/bootloaders.scm (grub)[arguments]: Fix the use of mdadm. Change-Id: I911d729eb35034502715c48cdd2159aecf48d22e Christopher Baines 2024-06-24gnu: grub: Remove input labels and use gexps....* gnu/packages/bootloaders.scm (grub)[arguments]: Use gexps. [inputs, native-inputs]: Remove labels. (grub-minimal, grub-coreboot, grub-efi, grub-efi32) (grub-hybrid): Likewise. Change-Id: I2773e6d96d170fae991d9c5db9e10196ea603371 Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com> Ludovic Courtès 2024-06-24gnu: grub: Update to 2.12....* gnu/packages/bootloaders.scm (grub): Update to 2.12. [source](patches): Remove ‘grub-ignore-metadata-csum-seed.patch’. (snippet): Create ‘grub-core/extra_deps.lst’. Replace “exit 99” by “exit 77”. (grub-coreboot): Update value of ‘XFAIL_TESTS’. * doc/guix.texi (Keyboard Layout and Networking and Partitioning): Update accordingly (it should now be fine to use LUKS2). * gnu/packages/patches/grub-ignore-metadata-csum-seed.patch: Remove. * gnu/local.mk (dist_patch_DATA): Remove it. Change-Id: Ia31b3b7e0a2e7de42d30229733e9c196fcd12fd9 Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com> Modified-by: Maxim Cournoyer <maxim.cournoyer@gmail.com> Ludovic Courtès 2024-05-27gnu: grub: Ignore metadata-csum-seed feature of ext4....* gnu/packages/patches/grub-ignore-metadata-csum-seed.patch: New file. * gnu/local.mk: Register it. * gnu/packages/bootloaders.scm (grub): Use it. Change-Id: I3bfed24b38ecf31b85ed4ac654399fca2d2e12f6 Lars-Dominik Braun 2024-05-22gnu: Add u-boot-starfive-visionfive2....* gnu/packages/bootloaders.scm (u-boot-starfive-visionfive2): New variable. Change-Id: I2a7d2275b1a0f4253ffc3152c892687aae11a471 Zheng Junjie 2024-03-28gnu: u-boot-pine64-plus: Fix building on aarch64-linux....* gnu/packages/bootloaders.scm (u-boot-sunxi64-packages)[arguments]: Also search in inputs for input files. Change-Id: Ibc0f6b0dfff5eb7c561b7361dcf0eac1839fad87 Efraim Flashner 2024-01-18gnu: u-boot: Update to 2024.01....* gnu/packages/bootloaders.scm (u-boot): Update to 2024.01. [source]: Remove patman patch, add build-without-libcrypto patch. * gnu/packages/patches/u-boot-allow-disabling-openssl.patch: Remove upstreamed diffs. * gnu/packages/patches/u-boot-build-without-libcrypto.patch: Add file. * gnu/packages/patches/u-boot-patman-change-id.patch: Delete file. * gnu/local.mk (dist_patch_DATA): Add patch, remove patch. Change-Id: I5a21d4cd645449ff669f17cdabe5313870bec46f Signed-off-by: Vagrant Cascadian <vagrant@debian.org> Herman Rimm 2024-01-07gnu: dtc: Update to 1.7.0....Enable the python bindings and switch to the meson build system that handles the python bindings better than the Makefile build system here. * gnu/packages/patches/dtc-meson-cell-overflow.patch: New file * gnu/local.mk (dist_patch_DATA): Add it. * gnu/packages/bootloaders.scm (dtc): Update to 1.7.0. [build-system]: Switch to the meson-build-system. [arguments]: Remove #:make-flags. Add a new 'preparations phase. Do not edit the Makefile in the 'patch-pkg-config phase. Remove the 'configure phase. Change-Id: Ie61c920829ab3a8c32f4924c694dba6bda807711 Signed-off-by: Mathieu Othacehe <othacehe@gnu.org> Mathieu Othacehe 55:36 +0100'>2021-01-03gnu: geoclue: Update to 2.5.7....* gnu/packages/gnome.scm (geoclue): Update to 2.5.7. Tobias Geerinckx-Rice 2021-01-02gnu: gnome-tweaks: Update to 3.34.1....* gnu/packages/gnome.scm (gnome-tweaks): Update to 3.34.1. Tobias Geerinckx-Rice 2020-12-30Merge remote-tracking branch 'origin/master' into stagingEfraim Flashner 2020-12-29gnu: libsoup: Update to 2.72.0....* gnu/packages/gnome.scm (libsoup): Update to 2.72.0. Signed-off-by: Leo Prikler <leo.prikler@student.tugraz.at> Vincent Legoll 2020-12-29gnu: file-roller: Update to 3.38.0....* gnu/packages/gnome.scm (file-roller): Update to 3.38.0. Signed-off-by: Leo Prikler <leo.prikler@student.tugraz.at> Vincent Legoll 2020-12-29gnu: libpeas: Update to 1.28.0....* gnu/packages/gnome.scm (libpeas): Update to 1.28.0. Leo Prikler 2020-12-29Merge branch 'ungrafting' into stagingMarius Bakke 2020-12-27gnu: baobab: updating to version 3.38.0....* gnu/packages/gnome.scm (baobab): updating to version 3.38.0. Vincent Legoll 2020-12-22gnu: lollypop: Update to 1.4.6....* gnu/packages/gnome.scm (lollypop): Update to 1.4.6. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Vinicius Monego 2020-12-22gnu: lollypop: Add dependency on glib-networking....* gnu/packages/gnome.scm (lollypop): Add dependency on glib-networking. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Vinicius Monego 2020-12-21Merge branch 'ungrafting' into stagingMarius Bakke 2020-12-21gnu: gnome-builder: Disable jedi plugin....As pointed out in #45272, it is broken. * gnu/packages/gnome.scm (gnome-builder)[#:configure-flags] Add -Dplugin_jedi=false. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Leo Prikler 2020-12-20gnu: komikku: Update to 0.24.0....* gnu/packages/gnome.scm (komikku): Update to 0.24.0. [inputs] Replace python-cloudscraper with python-requests. Signed-off-by: Efraim Flashner <efraim@flashner.co.il> Leo Prikler 2020-12-18gnu: simple-scan: Update to 3.38.2....* gnu/packages/gnome.scm (simple-scan): Update to 3.38.2. Tobias Geerinckx-Rice 2020-12-15gnu: yelp-tools: Restore a comment....* gnu/packages/gnome.scm (yelp-tools)[propagated-inputs]: Restore a comment deleted in commit 416b1b9f56b514677660b56992cea1c78e00f519. Mark H Weaver 2020-12-13gnu: libnotify: Update to 0.7.9....* gnu/packages/gnome.scm (libnotify): Update to 0.7.9. [build-system]: Change to MESON-BUILD-SYSTEM. [arguments]: Remove #:configure-flags. Add #:phases. [native-inputs]: Add GTK-DOC, LIBXSLT, and DOCBOOK-XSL. Marius Bakke 2020-12-12gnu: setzer: Update to 0.3.8....* gnu/packages/gnome.scm (setzer): Update to 0.3.8. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr> Vinicius Monego