diff options
Diffstat (limited to 'graphics/timg')
-rw-r--r-- | graphics/timg/Makefile | 2 | ||||
-rw-r--r-- | graphics/timg/distinfo | 6 | ||||
-rw-r--r-- | graphics/timg/files/patch-src_video-source.cc | 10 |
3 files changed, 14 insertions, 4 deletions
diff --git a/graphics/timg/Makefile b/graphics/timg/Makefile index 79f6f8b10af4..f52a84d6f907 100644 --- a/graphics/timg/Makefile +++ b/graphics/timg/Makefile @@ -1,6 +1,6 @@ PORTNAME= timg DISTVERSIONPREFIX= v -DISTVERSION= 1.6.1 +DISTVERSION= 1.6.2 CATEGORIES= graphics MAINTAINER= uzsolt@FreeBSD.org diff --git a/graphics/timg/distinfo b/graphics/timg/distinfo index 7ae1bbfd7890..e19aa0d616cb 100644 --- a/graphics/timg/distinfo +++ b/graphics/timg/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1735920930 -SHA256 (hzeller-timg-v1.6.1_GH0.tar.gz) = 08147c41ce4cea61b6c494ad746e743b7c4501cfd247bec5134e8ede773bf2af -SIZE (hzeller-timg-v1.6.1_GH0.tar.gz) = 1166886 +TIMESTAMP = 1747384824 +SHA256 (hzeller-timg-v1.6.2_GH0.tar.gz) = a5fb4443f55552d15a8b22b9ca4cb5874eb1a988d3b98fe31d61d19b2c7b9e56 +SIZE (hzeller-timg-v1.6.2_GH0.tar.gz) = 1223894 diff --git a/graphics/timg/files/patch-src_video-source.cc b/graphics/timg/files/patch-src_video-source.cc new file mode 100644 index 000000000000..2f1f337245e0 --- /dev/null +++ b/graphics/timg/files/patch-src_video-source.cc @@ -0,0 +1,10 @@ +--- 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_; |