summaryrefslogtreecommitdiff
path: root/gnu/packages
AgeCommit message (Expand)Author
2021-11-26gnu: pitivi: Fix build with Meson 0.60....* gnu/packages/patches/pitivi-fix-build-with-meson-0.60.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it. * gnu/packages/video.scm (pitivi)[source]: Use it. Leo Famulari
2021-11-26gnu: evolution-data-server: Fix build....* gnu/packages/gnome.scm (evolution-data-server)[inputs]: Replace webkitgtk by webkitgtk-with-libsoup2. [arguments]: Remove 'adjust-webkitgtk-version' phase. Guillaume Le Vaillant
2021-11-26Revert "gnu: gtk+: Skip test that requires SVG support on non-x86_64."...This reverts commit fa35a5f649518a5c3e41aec796ee9b6b852d93c0, which is redundant with 8a8e491258adadcb6983a4051fa71e60c0dd7849. Ludovic Courtès
2021-11-26gnu: libsoup: Disable the hsts test....The test was found to fail on i686-linux. * gnu/packages/gnome.scm (libsoup-minimal)[phases] {adjust-tests}: De-register the hsts test. Maxim Cournoyer
2021-11-26gnu: slang: Really fix the array tests on 32 bit architectures....This is a follow up to efb0a04ee05f43e86b3c1fcda867a123d8ed021a. * gnu/packages/slang.scm (slang)[phases]{reduce-array-test-size}: Further reduce the array size. Maxim Cournoyer
2021-11-25gnu: adwaita-icon-theme: Fix the conditional native input....This is a follow up to commit 16afb35ac9. * gnu/packages/gnome.scm (adwaita-icon-theme)[native-inputs]: Add an extra layer of parenthesizes on the conditional input to be spliced. Maxim Cournoyer
2021-11-25gnu: webkitgtk: Really disable SSE2 on non-x86_64 achitectures....This is a followup to d82fd7c2dd542693988f61fb15c020e3209ac7ec. * gnu/packages/webkit.scm (webkitgtk)[phases]{disable-sse2}: Adjust. Co-authored-by: Maxim Cournoyer <maxim.cournoyer@gmail.com> Diego Nicola Barbato
2021-11-25gnu: libsoup: Update to 3.0.3....This resolves test failures on 32 bit platforms (see: https://gitlab.gnome.org/GNOME/libsoup/-/issues/236). * gnu/packages/gnome.scm (libsoup): Update to 3.0.3. Maxim Cournoyer
2021-11-25gnu: adwaita-icon-theme: Fix build on non-x86_64 targets....* gnu/packages/gnome.scm (adwaita-icon-theme)[native-inputs]: Do not provide use 'gtk-encode-symbolic-svg' unless building for x86_64. Maxim Cournoyer
2021-11-25gnu: Use 'search-input-directory' for the SDL header directory....This is a followup to bf182596a9d85604f6f029302671a38001575355. * gnu/packages/games.scm (prboom-plus, red-eclipse, btanks) (edgar): Use 'search-input-directory' instead of 'search-input-file' when looking for "include/SDL". (abbaye): Likewise, and search "include/SDL2" instead of "include/SDL". Ludovic Courtès
2021-11-25gnu: gtk+: Skip test that requires SVG support on non-x86_64....* gnu/packages/gtk.scm (gtk+)[arguments]: In 'disable-failing-tests', skip 'tree-relationships' when not 'target-x86-64?'. Ludovic Courtès
2021-11-25gnu: slang: Fix build on 32 bit systems....* gnu/packages/slang.scm (slang)[phases]{reduce-array-test-size}: New phase. Maxim Cournoyer
2021-11-25gnu: efl: Only conditionally enable the optional SVG support....* gnu/packages/enlightenment.scm (efl)[inputs] {librsvg}: Only provide it when the target is x86_64. [configure-flags]: Remove dead code. Conditionally disable the 'rsvg' loader via the 'evas-loaders-disabler' flag. Maxim Cournoyer
2021-11-25gnu: gtk+: Conditionally disable the tree-relationships test....* gnu/packages/gtk.scm (gtk+)[phases] {disable-failing-tests}: Disable the tree-relationships test on non-x86_64 targets. Maxim Cournoyer
2021-11-25gnu: uim-gtk: Build with '-O2'....* gnu/packages/xorg.scm (uim-gtk)[arguments]: Pass "-O2 -g". Ludovic Courtès
2021-11-25gnu: w-scan: Build with '-O2'....* gnu/packages/video.scm (w-scan)[arguments]: Pass "-O2 -g". Ludovic Courtès
2021-11-25gnu: transcode: Build with '-O2'....* gnu/packages/video.scm (transcode)[arguments]: Pass "-O2 -g". Ludovic Courtès
2021-11-25gnu: aris: Build with '-O2'....* gnu/packages/maths.scm (aris)[arguments]: Pass "-O2 -g". Ludovic Courtès
2021-11-25gnu: geeqie: Build with '-O2'....* gnu/packages/image-viewers.scm (geeqie)[arguments]: Pass "-O2 -g". Ludovic Courtès
2021-11-25gnu: gpredict: Build with '-O2'....* gnu/packages/astronomy.scm (gpredict)[arguments]: Pass "-O2 -g". Ludovic Courtès
2021-11-25gnu: vinagre: Build with '-O2'....* gnu/packages/gnome.scm (vinagre)[arguments]: Pass "-O2 -g". Ludovic Courtès
2021-11-25gnu: iftop: Build with '-O2'....* gnu/packages/admin.scm (iftop)[arguments]: Pass "-O2 -g". Ludovic Courtès
2021-11-25gnu: lib2geom: Skip faulty test on i686....* gnu/packages/graphics.scm (lib2geom)[arguments]: When 'target-x86-32?', add 'skip-faulty-test' phase. Ludovic Courtès
2021-11-25gnu: zathura: Use meson 0.59....This fixes the build. The problem has already been fixed on the master, but it's not part of the latest release. * gnu/packages/pdf.scm (zathura)[meson]: Use meson-0.59. Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com> angryrectangle@cock.li
2021-11-25gnu: julia: Allow parallel tests....* gnu/packages/julia.scm (julia)[origin]<patches>: New patch. * gnu/packages/patches/julia-allow-parallel-build.patch: New file. * gnu/local.mk (dist_patch_DATA): Register it. Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com> zimoun
2021-11-25gnu: julia: Disable broken tests....* gnu/packages/julia.scm (julia)[arguments]: Disable broken tests. Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com> zimoun
2021-11-25gnu: glib-networking: Update to 2.70.0....It was erroneously thought when updating to 2.70rc in commit 60e2a3bd5e1dca1b520ea16e8967fd85795fe3ef that 2.70.0 was not yet released. * gnu/packages/gnome.scm (glib-networking): Update to 2.70.0. Maxim Cournoyer
2021-11-25gnu: libva: Update to 2.13.0...* gnu/packages/video.scm (libva): Update it. Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com> Josselin Poiret
2021-11-25gnu: Remove python2-itsdangerous....* gnu/packages/python-xyz.scm (python2-itsdangerous): Delete variable. Ricardo Wurmus
2021-11-25gnu: python2-pylibmc: Remove package....* gnu/packages/databases.scm (python2-pylibmc): Delete variable. Signed-off-by: Ricardo Wurmus <rekado@elephly.net> zimoun
2021-11-25gnu: python2-validators: Remove package....* gnu/packages/python-xyz.scm (python2-validators): Delete variable. zimoun
2021-11-25gnu: python2-discogs-client: Remove package....* gnu/packages/music.scm (python2-discogs-client): Delete variable. zimoun
2021-11-25gnu: python2-munkres: Remove package....* gnu/packages/python-xyz.scm (python2-munkres): Delete variable. zimoun
2021-11-25gnu: python2-faker: Remove package....* gnu/packages/python-xyz.scm (python2-faker): Delete variable. (python-faker)[properties]: Remove. zimoun
2021-11-25gnu: python2-sql: Remove package....* gnu/packages/databases.scm (python2-sql): Delete variable. zimoun
2021-11-25gnu: python2-sadisplay: Remove package....* gnu/packages/databases.scm (python2-sadisplay): Delete variable. zimoun
2021-11-25gnu: python2-relatorio: Remove package....* gnu/packages/python-xyz.scm (python2-relatorio): Delete variable. zimoun
2021-11-25gnu: python2-traitlets: Remove package....* gnu/packages/python-xyz.scm (python2-traitlets): Delete variable. (python-traitlets)[properties]: Remove. zimoun
2021-11-25gnu: python2-colormath: Remove package....* gnu/packages/python-xyz.scm (python2-colormath): Delete variable. zimoun
2021-11-25gnu: python2-spectra: Remove package....* gnu/packages/python-xyz.scm (python2-spectra): Delete variable. zimoun
2021-11-24gnu: shotwell: Build with libsoup 2....* gnu/packages/gnome.scm (shotwell)[inputs]: Remove libsoup@3. Replace webkitgtk with webkitgtk-with-libsoup2. Leo Famulari
2021-11-24gnu: pitivi: Fix build....* gnu/packages/video.scm (pitivi)[inputs]: Adjust arguments to gst-plugins-bad variant. [arguments]: Use meson-0.59. Leo Famulari
2021-11-24gnu: glib-networking: Work around test failure on 32-bit platforms....On 32-bit platforms with a 32-bit 'time_t', we'd get this test failure: GLib-Net:ERROR:../glib-networking-2.70.rc/tls/tests/certificate.c:689:test_certificate_not_valid_after: assertion failed (actual_str == EXPECTED_NOT_VALID_AFTER): ("2037-12-31T23:23:23Z" == "2046-07-25T18:13:10Z") This commit includes the workaround implemented upstream. * gnu/packages/patches/glib-networking-32-bit-time.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it. * gnu/packages/gnome.scm (glib-networking)[arguments]: New field. Ludovic Courtès
2021-11-24gnu: plotutils: Fix tests on i686....* gnu/packages/plotutils.scm (plotutils)[arguments]: On 32-bit x86, pass CFLAGS and add 'skip-sloppy-test' phase. Ludovic Courtès
2021-11-24gnu: python2-cryptography: Remove 'sanity-check phase....* gnu/packages/python-crypto.scm (python2-cryptography)[arguments]: Do not inherit; remove 'sanity-check phase. Ricardo Wurmus
2021-11-24gnu: cl-slynk: Fix build....* gnu/packages/lisp-xyz.scm (sbcl-slynk)[arguments]: Fix 'build-image' phase. Guillaume Le Vaillant
2021-11-24gnu: cl-libxml2: Fix build....Tests are not working properly and the check phase never ends. * gnu/packages/lisp-xyz.scm (sbcl-cl-libxml2)[arguments]: Disable tests. Guillaume Le Vaillant
2021-11-24gnu: cl-html-encode: Fix source tarball name....* gnu/packages/lisp-xyz.scp (sbcl-html-encode)[source]: Remove 'file-name' field. Guillaume Le Vaillant
2021-11-24gnu: python2-backports-csv: Remove sanity-check phase....* gnu/packages/python-xyz.scm (python2-backports-csv)[arguments]: Remove 'sanity-check phase. Ricardo Wurmus
2021-11-24gnu: python2-astroid: Add missing input and don't inherit....* gnu/packages/python-xyz.scm (python2-astroid)[arguments]: Do not inherit from Python 3 package variant. [propagated-inputs]: Do not inherit and add python2-six. Ricardo Wurmus