gnu: fltk: Update to 1.4.1 and add fltk-1.3.

FLTK 1.4 is intended to be mostly API compatible with FLTK 1.3.x, however
there are still some programs that fail to build with it, so we keep fltk-1.3
for them.

* gnu/packages/fltk.scm (fltk-1.3): Renamed from fltk.
Update to 1.3.11.
[source] <origin>: Switch to git reference.
(fltk): New variable, fltk at 1.4.1.
* gnu/packages/algebra.scm (giac) [inputs]: Replace fltk by fltk-1.3.
* gnu/packages/audio.scm (rakarrack) [inputs]: Ditto.
(butt) [inputs]: Ditto.
* gnu/packages/game-development.scm (eureka) [inputs]: Ditto.
* gnu/packages/music.scm (yoshimi) [inputs]: Ditto.
* gnu/packages/radio.scm (flwrap) [inputs]: Ditto.
* gnu/packages/vnc.scm (tigervnc-client) [inputs]: Ditto.
* gnu/packages/web-browser.scm (dillo) [inputs]: Ditto.

Change-Id: I54833e5802d4b2088a42474d2edd17fe56bbdb68
Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
This commit is contained in:
Andy Tai 2025-02-14 23:06:20 -08:00 committed by 宋文武
parent c17545dbde
commit d36e8719b6
No known key found for this signature in database
GPG key ID: D415BF253B515976
8 changed files with 32 additions and 16 deletions

View file

@ -2445,7 +2445,7 @@ scripted in a Python-like language.")
("libfontconfig" ,fontconfig)
("libjpeg" ,libjpeg-turbo)
("libpng" ,libpng)
("fltk" ,fltk)
("fltk" ,fltk-1.3)
("zlib" ,zlib)))
(native-inputs (list pkg-config xdg-utils))
(synopsis "Doom map editor")