Opened 4 years ago
Last modified 4 years ago
#14883 closed enhancement
gdk-pixbuf-xlib-2.40.2 — at Initial Version
Reported by: | Owned by: | blfs-book | |
---|---|---|---|
Priority: | normal | Milestone: | 11.0 |
Component: | BOOK | Version: | SVN |
Severity: | normal | Keywords: | |
Cc: |
Description ¶
After this was archived from gdk-pixbuf we used a git snapshot. Looking at something else I noticed that there was a first, and final, release last year: [ https://gitlab.gnome.org/Archive/gdk-pixbuf-xlib/-/releases/2.40.2]
'Distribution archive' link there gives a tar.xz. That is marginally bigger than our snapshot but the only source difference is in meson.build:
{{{ project('gdk-pixbuf-xlib', 'c',
- version: '2.40.1',
- license: 'LGPLv2.1+',
+ version: '2.40.2', + license: 'LGPL-2.1-or-later',
default_options: [
'buildtype=debugoptimized', 'warning_level=1',
}}}
Note:
See TracTickets
for help on using tickets.