GNU bug report logs - #75220
[PATCH] gnu: fltk: Update to 1.3.10.

Previous Next

Package: guix-patches;

Reported by: Andy Tai <atai <at> atai.org>

Date: Tue, 31 Dec 2024 05:49:02 UTC

Severity: normal

Tags: patch

Done: 宋文武 <iyzsong <at> envs.net>

Bug is archived. No further changes may be made.

Full log


Message #17 received at 75220 <at> debbugs.gnu.org (full text, mbox):

From: 宋文武 <iyzsong <at> envs.net>
To: Andy Tai <atai <at> atai.org>
Cc: 75220 <at> debbugs.gnu.org
Subject: Re: [bug#75220] [PATCH v4] gnu: fltk: Update to 1.3.1 and add 1.4.1
 as fltk-next.
Date: Wed, 12 Feb 2025 16:40:13 +0800
Hello,

Andy Tai <atai <at> atai.org> writes:

> +(define-public fltk-next
> +  (package
> +    (inherit fltk)
> +    (version "1.4.1")
> +    (source (origin
> +      (method git-fetch)
> +      (uri (git-reference
> +              (url "https://github.com/fltk/fltk")
> +              (commit (string-append "release-" version))))
> +      (sha256
> +       (base32 "0ii49imyw29drkhc9dvyiiybc9qy19fxc91wl6w2gmc3xsmdzd6z"))))))

As it clams that FLTK 1.4 is intended to be mostly API compatible with
FLTK 1.3.x, maybe we can just update default fltk to 1.4, and use
fltk-1.3 for some incomptible packages?  There are total about 20
packages using fltk, would you like give it a try?




This bug report was last modified 148 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.