Created attachment 260021 [details] patch for 20241222a update nll to 20250413a: - Fixed the some bug to save/load BMP file. - Added and modified some functions. - Added the operator to compare vector value. - Modified graphic view process. - Added the support for 16/32 bitfield of BMP file. - Added the 16bit color mode. - Added the support to load and play the WAV file. - Added the support to load the text audio file. - Added the force direct mode. - Fixed some bugs. link: https://kozos.jp/nlux/download.html Port changes: - no changed
A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=f748569593b427ef9dbd5b75960c3da483c859a5 commit f748569593b427ef9dbd5b75960c3da483c859a5 Author: SAKAI Hiroaki <kozos@kozos.jp> AuthorDate: 2025-04-30 22:46:00 +0000 Commit: Vladimir Druzenko <vvd@FreeBSD.org> CommitDate: 2025-04-30 22:46:00 +0000 lang/nll: Update 20241222a => 20250413a Changelog: - Fixed the some bug to save/load BMP file. - Added and modified some functions. - Added the operator to compare vector value. - Modified graphic view process. - Added the support for 16/32 bitfield of BMP file. - Added the 16bit color mode. - Added the support to load and play the WAV file. - Added the support to load the text audio file. - Added the force direct mode. - Fixed some bugs. https://kozos.jp/nlux/download.html PR: 286471 lang/nll/Makefile | 4 ++-- lang/nll/distinfo | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-)
Thanks.