git: 8f43af1bee3f - main - graphics/timg: Update to 1.6.3
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 29 Sep 2025 02:32:54 UTC
The branch main has been updated by uzsolt: URL: https://cgit.FreeBSD.org/ports/commit/?id=8f43af1bee3f9bcbdf710420379cab2467ec2b11 commit 8f43af1bee3f9bcbdf710420379cab2467ec2b11 Author: Zsolt Udvari <uzsolt@FreeBSD.org> AuthorDate: 2025-09-29 02:22:48 +0000 Commit: Zsolt Udvari <uzsolt@FreeBSD.org> CommitDate: 2025-09-29 02:24:43 +0000 graphics/timg: Update to 1.6.3 The ffmpeg8 build fix is included in upstream, patch removed. Changelog: https://github.com/hzeller/timg/releases/tag/v1.6.3 --- graphics/timg/Makefile | 2 +- graphics/timg/distinfo | 6 +++--- graphics/timg/files/patch-src_video-source.cc | 10 ---------- 3 files changed, 4 insertions(+), 14 deletions(-) diff --git a/graphics/timg/Makefile b/graphics/timg/Makefile index f52a84d6f907..418d2f4cb065 100644 --- a/graphics/timg/Makefile +++ b/graphics/timg/Makefile @@ -1,6 +1,6 @@ PORTNAME= timg DISTVERSIONPREFIX= v -DISTVERSION= 1.6.2 +DISTVERSION= 1.6.3 CATEGORIES= graphics MAINTAINER= uzsolt@FreeBSD.org diff --git a/graphics/timg/distinfo b/graphics/timg/distinfo index e19aa0d616cb..7361f3b89a92 100644 --- a/graphics/timg/distinfo +++ b/graphics/timg/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1747384824 -SHA256 (hzeller-timg-v1.6.2_GH0.tar.gz) = a5fb4443f55552d15a8b22b9ca4cb5874eb1a988d3b98fe31d61d19b2c7b9e56 -SIZE (hzeller-timg-v1.6.2_GH0.tar.gz) = 1223894 +TIMESTAMP = 1759112219 +SHA256 (hzeller-timg-v1.6.3_GH0.tar.gz) = 59c908867f18c81106385a43065c232e63236e120d5b2596b179ce56340d7b01 +SIZE (hzeller-timg-v1.6.3_GH0.tar.gz) = 1223853 diff --git a/graphics/timg/files/patch-src_video-source.cc b/graphics/timg/files/patch-src_video-source.cc deleted file mode 100644 index 2f1f337245e0..000000000000 --- a/graphics/timg/files/patch-src_video-source.cc +++ /dev/null @@ -1,10 +0,0 @@ ---- src/video-source.cc.orig 2025-09-01 04:23:46 UTC -+++ src/video-source.cc -@@ -111,7 +111,6 @@ VideoSource::~VideoSource() { - - VideoSource::~VideoSource() { - sws_freeContext(sws_context_); -- avcodec_close(codec_context_); - avcodec_free_context(&codec_context_); - avformat_close_input(&format_context_); - delete terminal_fb_;