git: 6080d059670e - main - graphics/pqiv: Fix build with FFmpeg 8.0
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 28 Sep 2025 06:23:52 UTC
The branch main has been updated by diizzy: URL: https://cgit.FreeBSD.org/ports/commit/?id=6080d059670ed23ffe6fed6ae8fdeb1563c3598d commit 6080d059670ed23ffe6fed6ae8fdeb1563c3598d Author: Daniel Engberg <diizzy@FreeBSD.org> AuthorDate: 2025-09-25 21:36:18 +0000 Commit: Daniel Engberg <diizzy@FreeBSD.org> CommitDate: 2025-09-28 06:03:35 +0000 graphics/pqiv: Fix build with FFmpeg 8.0 Backport upstream commits a36571549a32d2ec41d6f523d443de74e0fb1276 and fc4f1767ee72e3f9cc7c0f7945da6a05b56db458 References: https://github.com/phillipberndt/pqiv/commit/a36571549a32d2ec41d6f523d443de74e0fb1276 https://github.com/phillipberndt/pqiv/commit/fc4f1767ee72e3f9cc7c0f7945da6a05b56db458 PR: 289506 Approved by: blanket, build fix --- graphics/pqiv/Makefile | 6 +++++- graphics/pqiv/distinfo | 6 +++++- 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/graphics/pqiv/Makefile b/graphics/pqiv/Makefile index 8bd843d9c227..d5df66010876 100644 --- a/graphics/pqiv/Makefile +++ b/graphics/pqiv/Makefile @@ -1,8 +1,12 @@ PORTNAME= pqiv PORTVERSION= 2.13.2 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= graphics +PATCH_SITES= https://github.com/phillipberndt/pqiv/commit/ +PATCHFILES= a36571549a32d2ec41d6f523d443de74e0fb1276.patch:-p1 \ + fc4f1767ee72e3f9cc7c0f7945da6a05b56db458.patch:-p1 + MAINTAINER= danilo@FreeBSD.org COMMENT= Pretty Quick Image Viewer WWW= https://github.com/phillipberndt/pqiv diff --git a/graphics/pqiv/distinfo b/graphics/pqiv/distinfo index fccc1a9d8396..e63ea2669702 100644 --- a/graphics/pqiv/distinfo +++ b/graphics/pqiv/distinfo @@ -1,3 +1,7 @@ -TIMESTAMP = 1730735101 +TIMESTAMP = 1758375930 SHA256 (phillipberndt-pqiv-2.13.2_GH0.tar.gz) = 154cbbe0a62be12cee23b0a46a86b2305d8128fd19924308ad5e9d22fa5ad4f7 SIZE (phillipberndt-pqiv-2.13.2_GH0.tar.gz) = 143704 +SHA256 (a36571549a32d2ec41d6f523d443de74e0fb1276.patch) = 1e2e4d2ad03639b5b58552a055ce45f2f227de51db36b3eefb8c115e337e22aa +SIZE (a36571549a32d2ec41d6f523d443de74e0fb1276.patch) = 1589 +SHA256 (fc4f1767ee72e3f9cc7c0f7945da6a05b56db458.patch) = d9257c72ebcddfb859a47cc5cd5991a178e16809c6d00272fadc92203758ce98 +SIZE (fc4f1767ee72e3f9cc7c0f7945da6a05b56db458.patch) = 1823