Plus enable more modules, some that I added when playing around with enabling
the SFP+ ports, and others that seem to be required for vsockets (to have
parity with x86_64-linux, e.g. #76352).
* gnu/packages/linux.scm (linux-libre-arm64-honeycomb): Update to
linux-libre-lts-version and enable more modules.
Change-Id: I50689c5420d25a6e83bf0c0d6a64ef02019826ed
* gnu/packages/python-science.scm (python-pandas)[arguments]: Adjust the
test-flags when not building on a 64bit system to skip some incompatible
tests.
Change-Id: Ic581cc6bf4ade2d92425c38df10bc45beaf4009e
* gnu/packages/check.scm (python-pytest-mypy)[arguments]: When building
for riscv64-linux add a phase to extend the test timeout.
Change-Id: I9e4ba00bf9b8feb7e52d0d0914c18c2308662e79
* gnu/packages/dictionaries.scm (sdcv)[arguments]: Add a configure-flag
to fix building the package.
Change-Id: Iad69c894b7920fcf8023ec493c26c7234f56db2d
* gnu/packages/image.scm (libjxl)[arguments]: When building for
i686-linux allow a larger difference between the expected and actual
test outcome.
Change-Id: Id80e8b15c3d55eb1957b56682b2b352b79b1a4f7
* gnu/packages/check.scm (python-pytest-xprocess)[arguments]: When
building for riscv64-linux add some test-flags to skip some tests.
Change-Id: Ie9712c660b774f67a48bfbc44ed08682ab3e2083
* gnu/packages/python-web.scm (python-websockets)[arguments]: When
building for riscv64-linux use an even longer test timeout.
Change-Id: I83390a5e5e8d9e1ab6514841feca8e5066d6c80d
Reported in <https://issues.guix.gnu.org/76697>.
This is follow up to 4838b7b0e9.
* gnu/packages/pdf.scm (xournalpp) [arguments]: Add
generate-gdk-pixbuf-loaders-cache-file phase.
Change-Id: Ia29fb52f5f8852292fc35952d89a8769daacfae6
Reported in <https://issues.guix.gnu.org/76697>.
This is follow up to 4838b7b0e9.
* gnu/packages/bittorrent.scm (transmission) [arguments]: Invoke
'generate-gdk-pixbuf-loaders-cache' before using GDK_PIXBUF_MODULE_FILE.
Change-Id: I234cdd8649e82d0a8b44bee15968fcd22c134ce4
* gnu/packages/gstreamer.scm (gst-plugins-base)[arguments]: When
building for powerpc64le-linux adjust the 'disable-problematic-tests
phase to skip 2 more tests.
Change-Id: Ic49b5c02332d2f8889bc481fa75b816f7526864e
* gnu/packages/python-web.scm (python-h2)[arguments]: When building for
riscv64-linux skip a test.
Change-Id: I1c359046580e5722568362d0954f13b5a2d82e49
* gnu/packages/gtk.scm (gtk)[arguments]: When building for aarch64-linux
adjust the 'patch phase to skip some additional tests.
Change-Id: I7ef2b51d35500ea4b3b0e47657ee32e0fa5cbbc2
We're not building with debug symbols, so the debug output is not useful.
* gnu/packages/webkit.scm (webkitgtk) [outputs]: Remove "debug".
Change-Id: I3ac54b10bc5efdd6638aebfbe5abe965a14fff25
* gnu/packages/gnome.scm (mutter): Update to 46.8.
[#:test-options]: Use a gexp.
[#:phases] {disable-failing-tests, set-SOURCE_DIR}: New phases.
{disable-problematic-tests}: Streamline.
{check}: Streamline and update. Get rid of obsolete fork workaround.
[native-inputs]: Add wireplumber-minimal.
[inputs]: Add libdisplay-info.
Change-Id: Ic4a8629bf7a981244b166d39af406f6e1c23682d
xdg-desktop-portal-next was absorbed by xdg-desktop-portal.
* gnu/packages/telegram.scm (telegram-desktop)[native-inputs]: Replace
xdg-desktop-portal-next with xdg-desktop-portal.
Change-Id: I8068562bad09619744a30063c8b1977ca8dc140f
* gnu/packages/linux.scm (eudev): Use new project URL
https://github.com/eudev-project/eudev for Git repo and home page.
Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
* gnu/packages/video.scm (libbluray)[#:phases]: Convert to list of
G-Expressions.
<fix-dlopen-path>: Implement in terms of search-input-file.
[inputs]: Drop labels.
* gnu/packages/video.scm (libbluray)[#:phases]: Rename
‘refer-to-libxml2-in-.pc-file’ to ‘move-packages-to-libs’. Generalize to also
handle freetype and fontconfig.
* gnu/packages/music.scm (musescore): Update to 4.4.4.
[source]<origin>: Remove snippet to delete precompiled binaries,
superseeded by flag "-DMUSE_MODULE_DIAGNOSTICS_CRASHPAD_CLIENT=OFF". The
directory src/diagnostics/crashpad_handler no longer exists.
[arguments]<#:configure-flags>: Decreased the number of vendored
libraries by four.
[inputs]: Move to Qt 6. Add the now unvendored libraries: flac, harfbuzz,
libopusenc and tinyxml2.
Change-Id: Ib5da630b73889625054f88b1e86af1e9666e6e93
Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
* gnu/packages/gtk.scm (harfbuzz)[build-system]: Use meson-build-system.
[#:configure-flags]: Replace “--with-graphite2” with “-Dgraphite2=enabled”.
Remove other flags.