GNU bug report logs -
#78294
[PATCH 0/4] Add stb-image-resize.
Previous Next
Full log
View this message in rfc822 format
[Message part 1 (text/plain, inline)]
Your message dated Thu, 12 Jun 2025 11:45:39 +0200
with message-id <87wm9he1j0.fsf <at> gnu.org>
and subject line Re: [bug#78294] [PATCH 0/4] Add stb-image-resize.
has caused the debbugs.gnu.org bug report #78294,
regarding [PATCH 0/4] Add stb-image-resize.
to be marked as done.
(If you believe you have received this mail in error, please contact
help-debbugs <at> gnu.org.)
--
78294: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=78294
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
Hi!
This series of patches includes:
- transition to modern packaging style using g-expressions;
- support for description translations to resolve a TODO comment;
- support for packaging libraries that are considered deprecated upstream;
- and the addition of one such package for a deprecated library.
I followed Ludo's tip to use define-word-list-dictionary as an example [1] for
resolving the translation support, but I wasn't able to figure out how to verify
that the patch works. Is there a way to do this without pushing and searching
on Weblate?
The deprecated stb-image-resize library is used by gamescope [2], which is
incompatible with stb-image-resize2. I plan to send a v2 patch in an existing
issue [3] to add gamescope soon(tm).
Guix reports about 30 dependent packages:
--8<---------------cut here---------------start------------->8---
$ guix refresh --list-dependent --expression='(@@ (gnu packages stb) stb)'
Building the following 17 packages would ensure 28 dependent packages are rebuilt: openboardview <at> 9.95.0 cura <at> 4.13.1 vv <at> 3.1 libretro-dolphin-emu <at> 5.0-0.89a4df7 dolphin-emu <at> 5.0-13669.f9deb68 slade <at> 3.2.5a csfml <at> 2.5.1 extremetuxracer <at> 0.8.2 schiffbruch <at> 1.2.1-0.e41916d marble-marcher <at> 0-1.e580460 mars <at> 0.7.5-2.84664cd qgis <at> 3.42.1 speed-dreams <at> 2.4.0 stb-rect-pack <at> 1.01 stb-image-resize2 <at> 2.12 python-pyjanitor <at> 0.27.0 libtcod <at> 1.15.1
--8<---------------cut here---------------end--------------->8---
[1] https://issues.guix.gnu.org/issue/32155#6
[2] https://github.com/ValveSoftware/gamescope
[3] https://issues.guix.gnu.org/70493
Cheers,
aurtzy
aurtzy (4):
gnu: stb: Use modern package style.
gnu: stb-*: Make it possible to translate descriptions.
gnu: stb: Support defining deprecated header packages.
gnu: Add stb-image-resize.
gnu/packages/stb.scm | 115 ++++++++++++++++++++++++++-----------------
1 file changed, 69 insertions(+), 46 deletions(-)
base-commit: ec95c71c01144fcae1a3d079e0d0aec6087b9d2a
--
2.49.0
[Message part 3 (message/rfc822, inline)]
Hi aurtzy,
aurtzy <aurtzy <at> gmail.com> writes:
> gnu: stb: Use modern package style.
> gnu: stb-*: Make it possible to translate descriptions.
> gnu: stb: Support defining deprecated header packages.
> gnu: Add stb-image-resize.
Applied, thanks!
Ludo’.
This bug report was last modified 8 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.