summaryrefslogtreecommitdiff
path: root/gnu
Commit message (Expand)AuthorAgeFilesLines
* gnu: FFmpeg 3: Update to 3.4.11.•••* gnu/packages/video.scm (ffmpeg-3.4): Update to 3.4.11. Leo Famulari2022-07-081-2/+2
* gnu: FFmpeg 2: Update to 2.8.20.•••* gnu/packages/video.scm (ffmpeg-2.8): Update to 2.8.20. Leo Famulari2022-07-081-2/+2
* gnu: linux-libre 4.9: Update to 4.9.322.•••* gnu/packages/linux.scm (linux-libre-4.9-version): Update to 4.9.322. (linux-libre-4.9-pristine-source): Update hash. Leo Famulari2022-07-081-2/+2
* gnu: linux-libre 4.14: Update to 4.14.287.•••* gnu/packages/linux.scm (linux-libre-4.14-version): Update to 4.14.287. (linux-libre-4.14-pristine-source): Update hash. Leo Famulari2022-07-081-2/+2
* gnu: linux-libre 4.19: Update to 4.19.251.•••* gnu/packages/linux.scm (linux-libre-4.19-version): Update to 4.19.251. (linux-libre-4.19-pristine-source): Update hash. Leo Famulari2022-07-081-2/+2
* gnu: linux-libre 5.4: Update to 5.4.204.•••* gnu/packages/linux.scm (linux-libre-5.4-version): Update to 5.4.204. (linux-libre-5.4-pristine-source): Update hash. Leo Famulari2022-07-081-2/+2
* gnu: linux-libre 5.10: Update to 5.10.129.•••* gnu/packages/linux.scm (linux-libre-5.10-version): Update to 5.10.129. (linux-libre-5.10-pristine-source): Update hash. Leo Famulari2022-07-081-2/+2
* gnu: linux-libre 5.15: Update to 5.15.53.•••* gnu/packages/linux.scm (linux-libre-5.15-version): Update to 5.15.53. (linux-libre-5.15-pristine-source): Update hash. Leo Famulari2022-07-081-2/+2
* gnu: linux-libre 5.18: Update to 5.18.10.•••* gnu/packages/linux.scm (linux-libre-5.18-version): Update to 5.18.10. (linux-libre-5.18-pristine-source): Update hash. Leo Famulari2022-07-081-2/+2
* gnu: Add cppawk and cppawk-egawk.•••* gnu/packages/gawk.scm (cppawk, cppawk-egawk): New variables. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Paul A. Patience2022-07-081-0/+85
* gnu: Add egawk-next.•••* gnu/packages/gawk.scm (egawk-next): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Paul A. Patience2022-07-081-0/+29
* gnu: Add gawk-mpfr.•••* gnu/packages/gawk.scm (gawk-mpfr): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Paul A. Patience2022-07-081-0/+10
* gnu: Use 'license:' prefix in (gnu packages gawk).•••* 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> Paul A. Patience2022-07-081-3/+3
* gnu: python-graph-tool: Update to 2.45.•••* gnu/packages/graph.scm (python-graph-tool): Update to 2.45. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Ale Abdo2022-07-081-2/+2
* gnu: curl@7.84.0: Reduce lib3026 resource use on 32-bit platforms.•••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'. Ludovic Courtès2022-07-081-9/+7
* gnu: gdal: Use cmake-build-system.•••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. Felix Gruber2022-07-081-21/+5
* gnu: python-debug: Improve synopsis.•••* 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> jgart2022-07-081-1/+1
* gnu: sssd: Update to 2.7.3.•••* gnu/packages/sssd.scm (sssd): Update to 2.7.3. Signed-off-by: Christopher Baines <mail@cbaines.net> Timotej Lazar2022-07-081-2/+2
* gnu: Add omega.•••* gnu/packages/search.scm (omega): New variable. * gnu/packages/search.scm (xapian): Add note to update omega when updating xapian. Arun Isaac2022-07-081-1/+31
* gnu: vlc: Add bash-minimal as an input.•••* 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> Simon South2022-07-081-0/+1
* gnu: vlc: Remove input labels.•••* 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> Simon South2022-07-081-78/+75
* gnu: Remove srt-1.4.1.•••* gnu/packages/networking.scm (srt-1.4.1): Delete variable. Signed-off-by: Christopher Baines <mail@cbaines.net> Simon South2022-07-081-18/+0
* gnu: vlc: Use regular srt.•••* gnu/packages/video.scm (vlc)[inputs]: Use regular srt package, supported since upstream commit 9a28929. Signed-off-by: Christopher Baines <mail@cbaines.net> Simon South2022-07-081-2/+1
* gnu: srt: Update to 1.4.4.•••* gnu/packages/networking.scm (srt): Update to 1.4.4. Signed-off-by: Christopher Baines <mail@cbaines.net> Simon South2022-07-081-2/+2
* gnu: srt: Remove input labels.•••* gnu/packages/networking.scm (srt)[native-inputs]: Remove input labels. Signed-off-by: Christopher Baines <mail@cbaines.net> Simon South2022-07-081-3/+1
* gnu: guix-build-coordinator: Update to 0-58.a7bbf9d.•••* gnu/packages/package-management.scm (guix-build-coordinator): Update to 0-58.a7bbf9d. Christopher Baines2022-07-081-3/+3
* gnu: mame: Update to 0.245.•••* gnu/packages/emulators.scm (mame): Update to 0.245. Signed-off-by: Christopher Baines <mail@cbaines.net> Simon South2022-07-071-2/+2
* gnu: guix-build-coordinator: Update to 0-57.3175ac2.•••* gnu/packages/package-management.scm (guix-build-coordinator): Update to 0-57.3175ac2. Christopher Baines2022-07-071-3/+3
* gnu: cl-gopher: Update to 0899e7f.•••* gnu/packages/lisp-xyz.scm (cl-gopher): Update to 0899e7f. Signed-off-by: Christopher Baines <mail@cbaines.net> jgart2022-07-071-3/+3
* gnu: cl-http-body: Update to 3e4bedd.•••* 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> jgart2022-07-071-5/+12
* gnu: perl-scalar-list-utils: Update to 1.62.•••* gnu/packages/perl.scm (perl-scalar-list-utils): Update to 1.62. Signed-off-by: Christopher Baines <mail@cbaines.net> jgart2022-07-071-2/+2
* gnu: mia: Build against VTK 9.•••* 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> Felix Gruber2022-07-073-6/+69
* gnu: sameboy: Update to 0.15.•••* gnu/packages/emulators.scm (sameboy): Update to 0.15. Signed-off-by: Christopher Baines <mail@cbaines.net> Felix Gruber2022-07-071-2/+2
* gnu: Add python-pydantic-cli.•••* 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> jgart2022-07-071-0/+28
* gnu: emacs-psc-ide: Update to ce97d71.•••* gnu/packages/emacs-xyz.scm (emacs-psc-ide): Update to ce97d71. Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com> jgart2022-07-071-3/+3
* gnu: Add cproc.•••* gnu/packages/c.scm (cproc): New variable. Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com> (unmatched-parenthesis2022-07-071-0/+47
* gnu: Add sbase.•••* gnu/packages/suckless.scm (sbase): New variable. Modified-by: Maxim Cournoyer <maxim.cournoyer@gmail.com> Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com> jgart2022-07-071-0/+34
* gnu: darktable: Update to 4.0.0.•••* gnu/packages/photo.scm (darktable): Update to 4.0.0. Signed-off-by: Lars-Dominik Braun <lars@6xq.net> John Kehayias2022-07-071-2/+2
* gnu: pitivi: Update to 2022.06.0.•••* 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. Maxim Cournoyer2022-07-073-113/+65
* gnu: pitivi: Propagate librsvg.•••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> Maxim Cournoyer2022-07-071-17/+18
* gnu: python-torchvision: Update to 0.13.0.•••* gnu/packages/machine-learning.scm (python-torchvision): Update to 0.13.0. Ricardo Wurmus2022-07-071-2/+2
* gnu: python-pytorch: Update to 1.12.0.•••* gnu/packages/machine-learning.scm (python-pytorch): Update to 1.12.0. [arguments]: Explicitly request the use of our pybind11 package. Ricardo Wurmus2022-07-071-2/+6
* gnu: xnnpack: Update to 0.0-2.ae108ef.•••* gnu/packages/machine-learning.scm (xnnpack): Update to 0.0-2.ae108ef. * gnu/packages/patches/xnnpack-system-libraries.patch: Update. Ricardo Wurmus2022-07-072-308/+604
* gnu: python-pytorch-for-r-torch: Explicitly keep at 1.11.0.•••* gnu/packages/machine-learning.scm (python-pytorch-for-r-torch): Separate from python-pytorch by overriding version and source. Ricardo Wurmus2022-07-071-1/+35
* gnu: radicale: Update to 3.1.7.•••* gnu/packages/dav.scm (radicale): Update to 3.1.7. Efraim Flashner2022-07-071-3/+3
* gnu: emacs-sly-asdf: Update to 20220707.•••* gnu/packages/emacs-xyz.scm (emacs-sly-asdf): Update to 20220707. Pierre Neidhardt2022-07-071-3/+3
* gnu: emacs-org-re-reveal: Update to 3.14.1.•••* gnu/packages/emacs-xyz.scm (emacs-org-re-reveal): Update to 3.14.1. Nicolas Goaziou2022-07-061-2/+2
* gnu: emacs-burly: Update to 0.2.•••* gnu/packages/emacs-xyz.scm (emacs-burly): Update to 0.2. Nicolas Goaziou2022-07-061-2/+2
* gnu: emacs-ctable: Update to 0.1.3.•••* gnu/packages/emacs-xyz.scm (emacs-ctable): Update to 0.1.3. [arguments]<#:exclude>: Exclude unnecessary file leading to a build error. Nicolas Goaziou2022-07-061-3/+9
* gnu: emacs-circe: Update to 2.12.•••* gnu/packages/emacs-xyz.scm (emacs-circe): Update to 2.12. Nicolas Goaziou2022-07-061-52/+48