summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
...
* gnu: FFmpeg 3: Update to 3.4.11.Leo Famulari2022-07-08
| | | | * gnu/packages/video.scm (ffmpeg-3.4): Update to 3.4.11.
* gnu: FFmpeg 2: Update to 2.8.20.Leo Famulari2022-07-08
| | | | * gnu/packages/video.scm (ffmpeg-2.8): Update to 2.8.20.
* gnu: linux-libre 4.9: Update to 4.9.322.Leo Famulari2022-07-08
| | | | | * gnu/packages/linux.scm (linux-libre-4.9-version): Update to 4.9.322. (linux-libre-4.9-pristine-source): Update hash.
* gnu: linux-libre 4.14: Update to 4.14.287.Leo Famulari2022-07-08
| | | | | * gnu/packages/linux.scm (linux-libre-4.14-version): Update to 4.14.287. (linux-libre-4.14-pristine-source): Update hash.
* gnu: linux-libre 4.19: Update to 4.19.251.Leo Famulari2022-07-08
| | | | | * gnu/packages/linux.scm (linux-libre-4.19-version): Update to 4.19.251. (linux-libre-4.19-pristine-source): Update hash.
* gnu: linux-libre 5.4: Update to 5.4.204.Leo Famulari2022-07-08
| | | | | * gnu/packages/linux.scm (linux-libre-5.4-version): Update to 5.4.204. (linux-libre-5.4-pristine-source): Update hash.
* gnu: linux-libre 5.10: Update to 5.10.129.Leo Famulari2022-07-08
| | | | | * gnu/packages/linux.scm (linux-libre-5.10-version): Update to 5.10.129. (linux-libre-5.10-pristine-source): Update hash.
* gnu: linux-libre 5.15: Update to 5.15.53.Leo Famulari2022-07-08
| | | | | * gnu/packages/linux.scm (linux-libre-5.15-version): Update to 5.15.53. (linux-libre-5.15-pristine-source): Update hash.
* gnu: linux-libre 5.18: Update to 5.18.10.Leo Famulari2022-07-08
| | | | | * gnu/packages/linux.scm (linux-libre-5.18-version): Update to 5.18.10. (linux-libre-5.18-pristine-source): Update hash.
* gnu: Add cppawk and cppawk-egawk.Paul A. Patience2022-07-08
| | | | | | * gnu/packages/gawk.scm (cppawk, cppawk-egawk): New variables. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: Add egawk-next.Paul A. Patience2022-07-08
| | | | | | * gnu/packages/gawk.scm (egawk-next): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: Add gawk-mpfr.Paul A. Patience2022-07-08
| | | | | | * gnu/packages/gawk.scm (gawk-mpfr): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: Use 'license:' prefix in (gnu packages gawk).Paul A. Patience2022-07-08
| | | | | | | * gnu/packages/gawk.scm: Import (guix licenses) with 'license:' prefix. (gawk, mawk)[license]: Prefix with 'license:'. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: python-graph-tool: Update to 2.45.Ale Abdo2022-07-08
| | | | | | * gnu/packages/graph.scm (python-graph-tool): Update to 2.45. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* doc: cookbook: Link to "A Scheme Primer".Ludovic Courtès2022-07-08
| | | | | * doc/guix-cookbook.texi (A Scheme Crash Course): Link to "A Scheme Primer". Group references in @quotation for clarity.
* doc: cookbook: Suggest 'guix shell'.Ludovic Courtès2022-07-08
| | | | | | * doc/guix-cookbook.texi (A Scheme Crash Course): Suggest 'guix shell' instead of 'guix environment'. (Customizing the Kernel, The benefits of manifests): Likewise.
* gnu: curl@7.84.0: Reduce lib3026 resource use on 32-bit platforms.Ludovic Courtès2022-07-08
| | | | | | | | | | This is a followup to c145e51844bf52eb77cdc969a0fe30a48755b29e. See discussion at <https://lists.gnu.org/archive/html/guix-devel/2022-07/msg00011.html>. * gnu/packages/curl.scm (curl-7.84.0)[arguments]: Remove 'skip-failing-tests' and add 'tweak-lib3026-test'.
* etc: teams: Add entry for Björn Höfling.Björn Höfling2022-07-08
| | | | * etc/teams.scm.in ("Björn Höfling"): New member.
* gnu: gdal: Use cmake-build-system.Felix Gruber2022-07-08
| | | | | | | | | | | | | | Gdal declared its configure script as deprecated with the release of version 3.5 and is planning to deprecate it with release 3.6 which is scheduled for November 2022. * gnu/packages/geo.scm (gdal)[build-system]: Use cmake-build-system. [arguments]: Remove configure flags for library search paths; they are found automatically by cmake now. Add -DGDAL_USE_INTERNAL_LIBS=WHEN_NO_EXTERNAL and -DGDAL_USE_JPEG12_INTERNAL=OFF to get approximately the same results as with the old configure script. [inputs]: Remove pcre. Add pcre2 and qhull.
* gnu: python-debug: Improve synopsis.jgart2022-07-08
| | | | | | | * gnu/packages/python.scm (python-debug) [synopsis]: Update. Modified-by: Maxim Cournoyer <maxim.cournoyer@gmail.com> Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
* gnu: sssd: Update to 2.7.3.Timotej Lazar2022-07-08
| | | | | | * gnu/packages/sssd.scm (sssd): Update to 2.7.3. Signed-off-by: Christopher Baines <mail@cbaines.net>
* guix: inferior: Fix the behaviour of open-inferior #:error-port.Christopher Baines2022-07-08
| | | | | | | | | | | I'm looking at this as the Guix Data Service uses this behaviour to record and display logs from inferior processes. * guix/inferior.scm (open-bidirectional-pipe): Call dup2 for file descriptor 2, passing either the file number for the current error port, or a file descriptor for /dev/null. * tests/inferior.scm ("#:error-port stderr", "#:error-port pipe"): Add two new tests that cover some of the #:error-port behaviour.
* gnu: Add omega.Arun Isaac2022-07-08
| | | | | | * gnu/packages/search.scm (omega): New variable. * gnu/packages/search.scm (xapian): Add note to update omega when updating xapian.
* gnu: vlc: Add bash-minimal as an input.Simon South2022-07-08
| | | | | | | * gnu/packages/video.scm (vlc)[inputs]: Add bash-minimal, silencing a warning from "guix lint vlc" as "wrap-program" is used in the package definition. Signed-off-by: Christopher Baines <mail@cbaines.net>
* gnu: vlc: Remove input labels.Simon South2022-07-08
| | | | | | | * gnu/packages/video.scm (vlc)[native-inputs]: Remove input labels. [inputs]: Remove input labels and re-sort. Signed-off-by: Christopher Baines <mail@cbaines.net>
* gnu: Remove srt-1.4.1.Simon South2022-07-08
| | | | | | * gnu/packages/networking.scm (srt-1.4.1): Delete variable. Signed-off-by: Christopher Baines <mail@cbaines.net>
* gnu: vlc: Use regular srt.Simon South2022-07-08
| | | | | | | * gnu/packages/video.scm (vlc)[inputs]: Use regular srt package, supported since upstream commit 9a28929. Signed-off-by: Christopher Baines <mail@cbaines.net>
* gnu: srt: Update to 1.4.4.Simon South2022-07-08
| | | | | | * gnu/packages/networking.scm (srt): Update to 1.4.4. Signed-off-by: Christopher Baines <mail@cbaines.net>
* gnu: srt: Remove input labels.Simon South2022-07-08
| | | | | | * gnu/packages/networking.scm (srt)[native-inputs]: Remove input labels. Signed-off-by: Christopher Baines <mail@cbaines.net>
* gnu: guix-build-coordinator: Update to 0-58.a7bbf9d.Christopher Baines2022-07-08
| | | | | * gnu/packages/package-management.scm (guix-build-coordinator): Update to 0-58.a7bbf9d.
* gnu: mame: Update to 0.245.Simon South2022-07-07
| | | | | | * gnu/packages/emulators.scm (mame): Update to 0.245. Signed-off-by: Christopher Baines <mail@cbaines.net>
* gnu: guix-build-coordinator: Update to 0-57.3175ac2.Christopher Baines2022-07-07
| | | | | * gnu/packages/package-management.scm (guix-build-coordinator): Update to 0-57.3175ac2.
* gnu: cl-gopher: Update to 0899e7f.jgart2022-07-07
| | | | | | * gnu/packages/lisp-xyz.scm (cl-gopher): Update to 0899e7f. Signed-off-by: Christopher Baines <mail@cbaines.net>
* gnu: cl-http-body: Update to 3e4bedd.jgart2022-07-07
| | | | | | | | * gnu/packages/lisp-xyz.scm (cl-http-body): Update to 3e4bedd. [inputs]: Add missing dependencies. [native-inputs]: Add missing dependencies. Signed-off-by: Christopher Baines <mail@cbaines.net>
* gnu: perl-scalar-list-utils: Update to 1.62.jgart2022-07-07
| | | | | | * gnu/packages/perl.scm (perl-scalar-list-utils): Update to 1.62. Signed-off-by: Christopher Baines <mail@cbaines.net>
* gnu: mia: Build against VTK 9.Felix Gruber2022-07-07
| | | | | | | | | | * gnu/packages/image-processing.scm (mia): Build against VTK 9. [inputs]: Remove vtk-7; add vtk. [source]: Add mia-vtk9.patch. * gnu/packages/patches/mia-vtk9.patch: New file. * gnu/local.mk: Add it. Signed-off-by: Christopher Baines <mail@cbaines.net>
* gnu: sameboy: Update to 0.15.Felix Gruber2022-07-07
| | | | | | * gnu/packages/emulators.scm (sameboy): Update to 0.15. Signed-off-by: Christopher Baines <mail@cbaines.net>
* gnu: Add python-pydantic-cli.jgart2022-07-07
| | | | | | | * gnu/packages/python-xyz.scm (python-pydantic-cli): New variable. Modified-by: Maxim Cournoyer <maxim.cournoyer@gmail.com> Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
* gnu: emacs-psc-ide: Update to ce97d71.jgart2022-07-07
| | | | | | * gnu/packages/emacs-xyz.scm (emacs-psc-ide): Update to ce97d71. Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
* gnu: Add cproc.(unmatched-parenthesis2022-07-07
| | | | | | * gnu/packages/c.scm (cproc): New variable. Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
* gnu: Add sbase.jgart2022-07-07
| | | | | | | * gnu/packages/suckless.scm (sbase): New variable. Modified-by: Maxim Cournoyer <maxim.cournoyer@gmail.com> Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
* doc: Document the documentation process.jgart2022-07-07
| | | | | | | | | | | * doc/contributing.texi (Contributing): Add Writing Documentation section. Co-authored-by: Julien Lepiller <julien@lepiller.eu> Co-authored-by: Matt Trzcinski <matt@excalamus.com> Co-authored-by: Fabio Natali <me@fabionatali.com> Co-authored-by: Gabor Boskovits <boskovits@gmail.com> Co-authored-by: Luis Felipe <luis.felipe.la@protonmail.com> Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
* etc: teams: Add entry for jgart.jgart via Guix-patches via2022-07-07
| | | | | | * etc/teams.scm.in ("jgart"): New member. Signed-off-by: Lars-Dominik Braun <lars@6xq.net>
* etc: teams: Add entry for Lars-Dominik Braun.Lars-Dominik Braun2022-07-07
| | | | * etc/teams.scm.in ("Lars-Dominik Braun"): New member.
* gnu: darktable: Update to 4.0.0.John Kehayias2022-07-07
| | | | | | * gnu/packages/photo.scm (darktable): Update to 4.0.0. Signed-off-by: Lars-Dominik Braun <lars@6xq.net>
* gnu: pitivi: Update to 2022.06.0.Maxim Cournoyer2022-07-07
| | | | | | | | | * gnu/packages/patches/pitivi-fix-build-with-meson-0.60.patch: Delete file. * gnu/local.mk (dist_patch_DATA): De-register it. * gnu/packages/video.scm (pitivi): Update to 2022.06.0. [version]: Do not prefix with previous semver version. [inputs]{gst-plugins/selection}: Add comment about cvtracker. {python-librosa}: New input.
* gnu: pitivi: Propagate librsvg.Maxim Cournoyer2022-07-07
| | | | | | | | | | | | | Fixes <https://issues.guix.gnu.org/56288>. * gnu/packages/video.scm (pitivi)[native-inputs]: Use new style, relocate before inputs. [inputs]: Add bash-minimal, for wrap-program. Move librsvg to... [propagated-inputs]: ... this new field. [phases]{wrap-other-dependencies}: Use search-input-file to find output binary. Reported-by: Christian Miller <miller.christian@proton.me>
* Revert "maint: Disable telephony service tests."Maxim Cournoyer2022-07-07
| | | | | This reverts commit c23e0aa65d511a29f31da876f905594c0f8bce00, since the telephony service tests have now been fixed.
* tests: telephony: Remove obsolete parsing tests.Maxim Cournoyer2022-07-07
| | | | | | | | | | | | | | | | | Fixes <https://issues.guix.gnu.org/56343>. * tests/services/telephony.scm (parse-dbus-reply, parse-account-ids) (parse-account-details, parse-contacts, getAccountList-reply): Delete procedures. ("parse-account-ids"): Delete test. (getAccountDetails-reply): Delete procedure. ("parse-account-details; username, alias and display name"): Delete test. (getContacts-reply): Delete procedure. ("parse-account-contacts"): Delete test. (getContacts-empty-reply): Delete procedure. ("parse-account-contacts, empty array"): Delete test. Reported-by: Ludovic Courtès <ludo@gnu.org>
* gnu: python-torchvision: Update to 0.13.0.Ricardo Wurmus2022-07-07
| | | | * gnu/packages/machine-learning.scm (python-torchvision): Update to 0.13.0.