Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
0.2.0_4 18 Mar 2025 15:36:30
    |
Nuno Teixeira (eduardo)  |
*/*: Chase graphics/imlib2 update
New imlib2 version in ports. |
0.2.0_3 13 Sep 2024 22:08:35
    |
Jan Beich (jbeich)  |
graphics/libjxl: update to 0.11.0
Changes: https://github.com/libjxl/libjxl/releases/tag/v0.11.0
Reported by: GitHub (watch releases) |
0.2.0_2 03 Sep 2024 14:04:30
    |
Jan Beich (jbeich)  |
graphics/imlib2-jxl: drop maintainership |
0.2.0_2 16 Jul 2024 12:00:59
    |
Nuno Teixeira (eduardo)  |
*/*: Bump consumers of graphics/imlib2
New version of imlib2 in tree |
0.2.0_1 22 Feb 2024 19:33:46
    |
Jan Beich (jbeich)  |
graphics/libjxl: force rebuild consumers after 4c1f4b3f46bc
$ ffmpeg
ld-elf.so.1: Shared object "libjxl.so.0.9" not found, required by
"libavcodec.so.60"
Reported by: vvd |
0.2.0 20 Jan 2024 15:13:31
    |
Jan Beich (jbeich)  |
graphics/imlib2-jxl: update to 0.2.0 after 026dc430636a
Changes: https://github.com/alistair7/imlib2-jxl/releases/tag/v0.2.0
Reported by: GitHub (watch releases) |
0.1.1_4 20 Jan 2024 13:55:49
    |
Nuno Teixeira (eduardo)  |
*/*: Bump consumers of graphics/imlib2
New version of imlib2 in tree |
0.1.1_3 22 Dec 2023 20:01:30
    |
Jan Beich (jbeich)  |
graphics/libjxl: update to 0.9.0
Changes: https://github.com/libjxl/libjxl/releases/tag/v0.9.0
Reported by: GitHub (watch releases) |
0.1.1_2 16 Jan 2023 13:21:35
    |
Jan Beich (jbeich)  |
graphics/libjxl: update to 0.8.0.r1
Changes: https://github.com/libjxl/libjxl/releases/tag/v0.8.0rc1
Reported by: GitHub (watch releases) |
07 Sep 2022 21:58:51
    |
Stefan Eßer (se)  |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
0.1.1_1 07 Sep 2022 21:10:59
    |
Stefan Eßer (se)  |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
0.1.1_1 09 Aug 2022 16:05:50
    |
Jan Beich (jbeich)  |
graphics/jpeg-xl: update to 0.7.r
Changes: https://github.com/libjxl/libjxl/releases/tag/v0.7rc
Reported by: GitHub (watch releases) |
0.1.1 19 Feb 2022 21:26:39
    |
Jan Beich (jbeich)  |
graphics/imlib2-jxl: add new port
This is a loader for imlib2 that adds support for reading and writing
JPEG XL files. This lets you view them using feh, for example. It
relies on libjxl for encoding and decoding the images.
All JPEG XL files are supported, with the following limitations:
* All images are internally converted to ARGB with 8 bits per sample,
in an sRGB colorspace - this is a limitation of imlib2.
* For animated JXLs, only the first frame is decoded.
https://github.com/alistair7/imlib2-jxl |