Created attachment 273350 [details] www/angie-module-vod: update 1.9.0 => 1.9.1 This patch release fixes the following bugs: - Make thumbnail selection frame-accurate (#133) - Honor sample aspect ratio (SAR) for thumb size calculations (#96) Full changelog: https://github.com/dio-az/nginx-vod-module/compare/v1.9.0...v1.9.1 Build/install/run tested OK on 14.4-RELEASE
A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=0a372f3a862c8c2969df8b01e5b2a812f1869b71 commit 0a372f3a862c8c2969df8b01e5b2a812f1869b71 Author: Sebastian Oswald <sko@rostwald.de> AuthorDate: 2026-07-31 12:35:29 +0000 Commit: Yusuf Yaman <nxjoseph@FreeBSD.org> CommitDate: 2026-08-03 15:39:15 +0000 www/angie-module-vod: Update 1.9.0 => 1.9.1 This patch release fixes following bugs: - Make thumbnail selection frame-accurate (#133) - Honor sample aspect ratio (SAR) for thumb size calculations (#96) Changelog: https://github.com/dio-az/nginx-vod-module/blob/v1.9.1/CHANGELOG.md Commit log: https://github.com/dio-az/nginx-vod-module/compare/v1.9.0...v1.9.1 PR: 297200 Reported by: Sebastian Oswald <sko@rostwald.de> (maintainer) Approved by: osa, vvd (Mentors, implicit) MFH: 2026Q3 www/angie-module-vod/Makefile | 6 +++--- www/angie/distinfo | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-)
A commit in branch 2026Q3 references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=4851f2812882b9e09adeb95fc63f9a2f6d3728e2 commit 4851f2812882b9e09adeb95fc63f9a2f6d3728e2 Author: Sebastian Oswald <sko@rostwald.de> AuthorDate: 2026-07-31 12:35:29 +0000 Commit: Yusuf Yaman <nxjoseph@FreeBSD.org> CommitDate: 2026-08-03 15:49:30 +0000 www/angie-module-vod: Update 1.9.0 => 1.9.1 This patch release fixes following bugs: - Make thumbnail selection frame-accurate (#133) - Honor sample aspect ratio (SAR) for thumb size calculations (#96) Changelog: https://github.com/dio-az/nginx-vod-module/blob/v1.9.1/CHANGELOG.md Commit log: https://github.com/dio-az/nginx-vod-module/compare/v1.9.0...v1.9.1 PR: 297200 Reported by: Sebastian Oswald <sko@rostwald.de> (maintainer) Approved by: osa, vvd (Mentors, implicit) MFH: 2026Q3 (cherry picked from commit 0a372f3a862c8c2969df8b01e5b2a812f1869b71) www/angie-module-vod/Makefile | 4 ++-- www/angie/distinfo | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-)
Hi, Thank you for your submission. I have tested build in Poudriere on 14.4-RELEASE-amd64-main-aad97c3275e2 and it seems OK. Committed, thanks.