Maxim Cournoyer
a57bb78a8f
gnu: freerdp-3: Use current ffmpeg.
...
* gnu/packages/rdesktop.scm (freerdp-3)
[inputs]: Replace ffmpeg-4 with current ffmpeg (8).
Change-Id: If9687f3e7f753628d6071e9b7e8baa82ffa3d673
2025-09-29 14:17:30 +02:00
Maxim Cournoyer
535c77f971
gnu: gupnp-av: Update to 0.14.4.
...
* gnu/packages/gnome.scm (gupnp-av): Update to 0.14.4.
Change-Id: I13cce944540f84f36d888e2266fb70728efecf2e
2025-09-29 14:17:30 +02:00
Maxim Cournoyer
dc0e4c2120
gnu: python-ufo2ft: Update to 2.33.4.
...
* gnu/packages/fontutils.scm (python-ufo2ft): Update to 2.33.4.
[arguments]: New field, to skip a few tests.
Change-Id: Iee6630e3ca9f4d6c69dd3a9aae80fef1d90aa7da
2025-09-29 14:17:30 +02:00
Maxim Cournoyer
d04dbbd79a
gnu: python-cu2qu: Update to 1.6.7.post2.
...
* gnu/packages/fontutils.scm (python-cu2qu): Update to 1.6.7.post2.
Change-Id: I1dd2a69912ac8c64dfd349695ee0713e51aefd33
2025-09-29 14:17:30 +02:00
Maxim Cournoyer
80df331c26
gnu: python-afdko: Update to 4.0.2.
...
* gnu/packages/fontutils.scm (python-afdko): Update to 4.0.2.
Change-Id: I4c05f1100d80cbbd2b542cbdc537d7ab8373847a
2025-09-29 14:17:30 +02:00
Maxim Cournoyer
2218bbe781
gnu: python-cffsubr: Update to 0.3.0.
...
* gnu/packages/fontutils.scm (python-cffsubr): Update to 0.3.0.
Change-Id: I452751aa6f2eea2cb4332f6d162b06d10d7c411e
2025-09-29 14:17:30 +02:00
Maxim Cournoyer
72c532b2f5
gnu: python-afdko-3.6.1: Skip extra tests.
...
* gnu/packages/fontutils.scm (python-afdko-3.6.1)
[#:phases] {check}: Ignore proofpdf_test tests, newly failing due to libxml2
update.
Change-Id: Ia951573cfc54b25462bc38a3d29ee45275a3e91d
2025-09-29 14:17:30 +02:00
Maxim Cournoyer
3bbd71ca33
gnu: python-lxml-4.9: Disable test suite.
...
* gnu/packages/xml.scm (python-lxml-4.9) [#:tests?]: Set to #f.
[#:phases] {check}: Delete.
Change-Id: I1e984f27598ed7dfd694712bb609b4d6a2ab242c
2025-09-29 14:17:30 +02:00
Maxim Cournoyer
af8ca2d2dd
gnu: python-ufolib2: Update to 0.18.1.
...
* gnu/packages/fontutils.scm (python-ufolib2): Update to 0.18.1.
Change-Id: I598c2589f515cd4b0eef733b84491b64d77258ab
2025-09-29 14:17:30 +02:00
Maxim Cournoyer
255ea433ac
gnu: python-defcon-bootstrap: Update to 0.12.2.
...
* gnu/packages/fontutils.scm (python-defcon-bootstrap): Update to 0.12.2.
Make hidden.
(python-defcon): Un-hide.
Change-Id: I107b1d40bd94c98bc14e81a052d28a8508eb2959
2025-09-29 14:17:30 +02:00
Maxim Cournoyer
5cbb644df7
gnu: python-fontparts-bootstrap: Update to 0.13.3.
...
* gnu/packages/fontutils.scm (python-fontparts-bootstrap): Update to 0.13.3.
[source]: Adjust URI.
[native-inputs]: Remove unzip.
Change-Id: I81096277898f8b337bdb54fc23d3b8ac433b6426
2025-09-29 14:17:30 +02:00
Maxim Cournoyer
39a203e51f
gnu: python-booleanoperations: Update to 0.9.0.
...
* gnu/packages/graphics.scm (python-booleanoperations): Update to 0.9.0.
[#:modules, #:test-flags]: New arguments.
[native-inputs]: Delete unzip.
Change-Id: If4c4f36545f90b8d76d1a6a8c214aeaaa0841a58
2025-09-29 14:17:30 +02:00
Maxim Cournoyer
8048d03c55
gnu: python-unicodedata2: Update to 16.0.0.
...
* gnu/packages/python-xyz.scm (python-unicodedata2): Update to 16.0.0.
Change-Id: Ia3edef9c5ada75b2c85727be3b55db4ab2bc7b44
2025-09-29 14:17:30 +02:00
Maxim Cournoyer
20e6c344bc
gnu: harfbuzz: Update to 11.4.4.
...
* gnu/packages/gtk.scm (harfbuzz): Update to 11.4.4.
Change-Id: I0716fcaee731e062a250b5c9d4a04a433f2310b0
2025-09-29 14:17:29 +02:00
Maxim Cournoyer
b5884c97eb
gnu: python-fonttools-minimal: Update to 4.59.2.
...
* gnu/packages/python-xyz.scm (python-fonttools-minimal): Update to 4.59.2.
[native-inputs]: Delete field.
(python-fonttools) [#:phases] {check}: Adjust.
Change-Id: Iaa4569e734956ff65dcd0bd6d8ed712858ee493c
2025-09-29 14:17:29 +02:00
John Kehayias
d06a40374c
gnu: r-xml2: Update to 1.4.0.
...
* gnu/packages/cran.scm (r-xml2): Update to 1.4.0.
Change-Id: I4ec43f8e2b660086c16bd3c4479d071ee0fbec9d
2025-09-29 14:17:29 +02:00
Rutherther
92066a027c
gnu: mpv: Patch removed constants from ffmpeg 8.0.
...
MPV 0.40.0 didn't remove deprecated constants. Those
constants were removed in ffmpeg 8.0. Mpv is not planning
on releasing a patch release any time soon.
* gnu/packages/patches/mpv-0.40.0-fix-ffmpeg-8.0.patch: New file.
* gnu/local.mk (dist_patch_DATA): Register it.
* gnu/packages/video.scm (mpv)<source>[patches]: Apply it.
Change-Id: Id48bf513e6c80b59ae2bb167e7e98e41d5efad6f
Signed-off-by: John Kehayias <john@guixotic.coop>
2025-09-29 14:17:29 +02:00
Maxim Cournoyer
21010ce24a
gnu: libmusicbrainz: Update to 5.1.0-0.4efbed3.
...
* gnu/packages/music.scm (libmusicbrainz): Update to 5.1.0-0.4efbed3.
[#:phases]: Delete trailing #t.
Change-Id: Ia256588bac3d618e90960783a0fec94f0bdabf67
2025-09-29 14:17:29 +02:00
John Kehayias
7a138b7cc8
gnu: python-beautifulsoup4: Update to 4.13.5.
...
* gnu/packages/python-xyz.scm (python-beautifulsoup4): Update to 4.13.5.
Change-Id: Ie1786b0b16b4332ea6295a3ecea83540dbab82cc
2025-09-29 14:17:29 +02:00
Sergey Trofimov
c97406086b
gnu: sane: Update to 1.4.0.
...
* gnu/packages/scanner.scm (sane): Update to 1.4.0.
Change-Id: I6c0d98de464c38d5c326a7f8346ca03a2be6a34c
2025-09-29 14:17:29 +02:00
Sergey Trofimov
7298ee68ad
gnu: sane-airscan: Update to 0.99.36.
...
* gnu/packages/scanner.scm (sane-airscan): Update to 0.99.36.
Change-Id: I1e5227d2ff2e4578531bcb7051ad9d7f94d3b323
2025-09-29 14:17:29 +02:00
Sergey Trofimov
6077b29ec2
gnu: Replace usages of sane-backends with sane.
...
Replacement done using:
find gnu/packages -name '*.scm' -print0 | xargs -0 sed -ri \
-e 's/"sane-backends" ,sane-backends/"sane" ,sane/' \
-e 's/(list[^"]+sane)-backends/\1/' \
-e 's/^( +sane)-backends/\1/'
* gnu/packages/hardware.scm (hw-probe)[inputs]:
* gnu/packages/wine.scm (wine)[inputs]:
* gnu/packages/python-xyz.scm (python-sane)[inputs]:
* gnu/packages/ocr.scm (gimagereader)[inputs]:
* gnu/packages/libreoffice.scm (libreoffice)[inputs]:
* gnu/packages/kde.scm (ksanecore)[inputs]:
* gnu/packages/gnome.scm (simple-scan, ocrfeeder, colord)[inputs]:
* gnu/packages/scanner.scm (scanbd, xsane, sane-airscan)[inputs]:
Replace sane-backends with sane.
Change-Id: If995e846ed4f53a740119b362e07c36c90a621cb
2025-09-29 14:17:29 +02:00
Sergey Trofimov
b548d5748a
gnu: scanbd: Format inputs.
...
* gnu/packages/scanner.scm (scanbd)[inputs]: Use new format.
Change-Id: I82d4d013b93cf445056bfe3a0c78addef367b0db
2025-09-29 14:17:29 +02:00
Sergey Trofimov
2d24be9431
gnu: sane-backends: Remove hplip dependency.
...
* gnu/packages/scanner.scm (sane-backends)[inputs]: Omit hplip.
[arguments]: Remove hplip phases.
* gnu/services/desktop.scm (lift-sane-configuration): Warn user that
hplip needs to be explicitly enabled in sane-configuration.
Change-Id: I05ffc3a2d04c5ee3da2739b68085557ff791814f
2025-09-29 14:17:28 +02:00
Sergey Trofimov
d0afa6ed01
gnu: hplip: Make SANE backend truly pluggable.
...
* gnu/packages/cups.scm (hplip)[#:phases]
<move-sane-config-to-dll.d>: Fix dynamic loading.
Change-Id: I5ae3edabf8ccb87d547990f641fe42d2260e9080
2025-09-29 14:17:28 +02:00
Sergey Trofimov
ae0605a59f
services: sane: Support pluggable backends.
...
* gnu/services/desktop.scm (sane-configuration): New record.
(sane-service-type): Add native search paths to environment.
Change-Id: Ia7b66b62cf027200dd94533f32c1e4bc0ed373d3
2025-09-29 14:17:28 +02:00
Sergey Trofimov
45c20adf65
gnu: sane-backends-minimal: Rename to sane.
...
sane-backends-minimal contains helper programs and library files, but
none of the backends. Renaming the package to avoid confusion.
* gnu/packages/scanner.scm (sane-backends-minimal): Rename to...
(sane): ... this.
(utsushi, hplip, hplip-minimal)[inputs]: Replace sane-backends-minimal
with sane.
Change-Id: If987248f0ad8ac7041454a164d905c1c069242b7
2025-09-29 14:17:28 +02:00
Sergey Trofimov
a407474891
gnu: sane-backends-minimal: Respect backend search paths.
...
SANE's dynamic loading mechanism looks for configs in SANE_CONFIG_DIR,
and the libraries are expected to be either in LD_LIBRARY_PATH or in the
LIBDIR, which is set during the build to $PREFIX/lib/sane. A small patch
is necessary to make SANE respect backend search paths set by Guix.
* gnu/local.mk: Register sane-look-for-plugins-in-SANE_BACKEND_LIB_PATH.patch
* gnu/packages/scanner.scm (sane-backends-minimal): Patch dynamic
loading mechanism to look for libraries in SANE_BACKEND_LIB_PATH.
Change-Id: I132a709d171331d249acfe2fd1242dae43867ae8
2025-09-29 14:17:28 +02:00
John Kehayias
bd97719e15
gnu: python-fonttools: Fix build.
...
* gnu/packages/python-xyz.scm (python-fonttools)[propagated-inputs]: Change
python-lxml-4.9 to python-lxml.
Change-Id: I5fb32f3cd02dd7d9d537a7464bf0bcc5f0088f93
2025-09-29 14:17:28 +02:00
Ada Stevenson
ac9b11b6bb
gnu: gegl: Fix build (re-enable dependency fallbacks).
...
* gnu/packages/gimp.scm (gegl)[arguments]<#:configure-flags>: Add
"--wrap-mode=nodownload".
Change-Id: I25440fde9a7bd20692fda7fbc83818263535df4c
Signed-off-by: John Kehayias <john@guixotic.coop>
2025-09-29 14:17:28 +02:00
John Kehayias
db81b622f5
gnu: emacs-minimal: Fix test.
...
The included patch is already done upstream, just after the 30.2 release.
* gnu/packages/emacs.scm (emacs-minimal)[source]: Add patch.
* gnu/packages/patches/emacs-zoom-image-test-fix.patch: New file.
* gnu/local.mk (dist_patch_DATA): Register it.
Change-Id: I0134ec90a03f8757b4247b5aea0853752b67daef
2025-09-29 14:17:28 +02:00
John Kehayias
831a0040a0
gnu: libosinfo: Fix build with newer libxml2.
...
* gnu/packages/virtualization.scm (libosinfo)[source]: Add patch.
* gnu/packages/patches/libosinfo-libxml2-fix.patch: New file.
* gnu/local.mk (dist_patch_DATA): Register it.
Change-Id: I31377cf36b92562d9a87e6434cf30a01f5d3dcb2
2025-09-29 14:17:28 +02:00
John Kehayias
c5ceed78bf
gnu: tracker: Fix build (re-enable dependency fallbacks).
...
* gnu/packages/gnome.scm (tracker)[arguments]<#:configure-flags>: Add
"--wrap-mode=nodownload".
Change-Id: I84a7cfb5cd301cde395e82863283e23bb364ac70
2025-09-29 14:17:28 +02:00
Liliana Marie Prikler
f80ac59064
gnu: python-gst: Update to 1.26.3.
...
* gnu/packages/gstreamer.scm (python-gst): Update to 1.26.3.
[propagated-inputs]: Add gst-plugins-bad and gst-rtsp-server.
(cherry picked from commit 71c8e360f6
)
2025-09-29 14:17:28 +02:00
Liliana Marie Prikler
774d205438
gnu: Add gst-rtsp-server.
...
* gnu/packages/gstreamer.scm (gst-rtsp-server): New variable.
(cherry picked from commit 2605aa6323
)
2025-09-29 14:17:28 +02:00
Liliana Marie Prikler
fcee13ecce
gnu: gst-editing-services: Update to 1.26.3.
...
* gnu/packages/gstreamer.scm (gst-editing-services): Update to 1.26.3.
(cherry picked from commit 64c4c8d384
)
2025-09-29 14:17:27 +02:00
Liliana Marie Prikler
8bb0587678
gnu: gst-libav: Update to 1.26.3.
...
* gnu/packages/gstreamer.scm (gst-libav): Update to 1.26.3.
(cherry picked from commit 2c9e1edfe4
)
2025-09-29 14:17:27 +02:00
Liliana Marie Prikler
ca820ac3b1
gnu: gst-plugins-ugly: Update to 1.26.3.
...
* gnu/packages/gstreamer.scm (gst-plugins-ugly): Update to 1.26.3.
(cherry picked from commit 2ecf2f0892
)
2025-09-29 14:17:27 +02:00
Liliana Marie Prikler
180dc606c0
gnu: gst-plugins-bad: Update to 1.26.3.
...
* gnu/packages/gstreamer.scm (gst-plugins-bad): Update to 1.26.3.
[adjust-tests]: Also disable “elements_vkcolorconvert” and “elements_vkupload”.
(cherry picked from commit 82e2d85db5
)
2025-09-29 14:17:27 +02:00
Liliana Marie Prikler
79d0d6c842
gnu: gst-plugins-good: Update to 1.26.3.
...
* gnu/packages/gstreamer.scm (gst-plugins-good): Update to 1.26.3.
(cherry picked from commit e154bdc69b
)
2025-09-29 14:17:27 +02:00
Liliana Marie Prikler
6c44ab669f
gnu: gst-plugins-base: Update to 1.26.3.
...
* gnu/packages/gstreamer.scm (gst-plugins-base): Update to 1.26.3.
(cherry picked from commit 8c82fb2fa3
)
2025-09-29 14:17:27 +02:00
Liliana Marie Prikler
b77f609da9
gnu: gstreamer: Update to 1.26.3.
...
* gnu/packages/gstreamer.scm (gstreamer): Update to 1.26.3.
(cherry picked from commit 27ae993a06
)
2025-09-29 14:17:27 +02:00
Liliana Marie Prikler
513799083c
gnu: gstreamer-docs: Update to 1.26.3.
...
* gnu/packages/gstreamer.scm (gstreamer-docs): Update to 1.26.3.
(cherry picked from commit 413d5f948b
)
2025-09-29 14:17:27 +02:00
John Kehayias
9a0a92755f
gnu: libzmf: Fix build with newer doxygen.
...
* gnu/packages/libreoffice.scm (libzmf)[source]: Add patch.
* gnu/packages/patches/libzmf-doxygen-1.14.patch: New file.
* gnu/local.mk (dist_patch_DATA): Register it.
Change-Id: Iced77d86eb5ed92d379cc9668182299dd865a5d4
2025-09-29 14:17:27 +02:00
John Kehayias
172d02b1f3
gnu: raptor2: Fix build.
...
* gnu/packages/rdf.scm (raptor2)[source]: Add patch.
* gnu/packages/patches/raptor2-libxml2.patch: New file.
* gnu/local.mk (dist_patch_DATA): Register it.
Change-Id: I690a6a9120692f81f68e20e3b0fdc96f04fbfb32
2025-09-29 14:17:27 +02:00
John Kehayias
7ae1d05ea1
gnu: liblangtag: Update to 0.6.7.
...
* gnu/packages/libreoffice.scm (liblangtag): Update to 0.6.7.
Change-Id: I53a382d3c5784240a941c85f3efc29612655b4df
2025-09-29 14:17:27 +02:00
John Kehayias
5dea40c630
gnu: gtk+: Fix build on i686-linux.
...
Looks like the (graft) update to gtk+ to 3.24.49 never built on i686-linux due
to a failing test. It is unclear why, but since we use an old librsvg on this
platform compared to x86_64, that is a major difference in the build/tests.
* gnu/packages/gtk.scm (gtk+)[arguments]<#:phases>: Skip the linear-gradient
on i686-linux.
Change-Id: I61e2fccaeaa92889c5519ad7845483f0e6a6715f
2025-09-29 14:17:27 +02:00
John Kehayias
0ec48ddf08
gnu: librsvg-2.40: Fix build.
...
* gnu/packages/gnome.scm (librsvg-2.40)[inputs]: Replace libxml2 with libxml2-2.11.
* gnu/packages/xml.scm (libxml2-2.11): New variable.
(libxml2): Remove outdated comment.
Change-Id: I7080f39aab81ca104836b64dd1f7c10d14157e81
2025-09-29 14:17:27 +02:00
John Kehayias
38f6f9b36e
gnu: mariadb: Update to 10.11.14.
...
* gnu/packages/databases.scm (mariadb): Update to 10.11.14.
Change-Id: Iea635acff6b89f9be23f0ce4ba255ef322eb8643
2025-09-29 14:17:26 +02:00
John Kehayias
3958435682
gnu: gtk-doc: Fix test.
...
* gnu/packages/gtk.scm (gtk-doc)[source]: Add patch.
* gnu/packages/patches/gtk-doc-mkhtml-test-fix.patch: New file.
* gnu/local.mk (dist_patch_DATA): Register it.
Change-Id: Ie1cc25bbef294755534db00380b880719c9ee9ff
2025-09-29 14:17:26 +02:00