Control: tags 1115011 + patch Control: tags 1115011 + pending Dear maintainer,
I've prepared an NMU for chiaki (versioned as 2.2.0-1.2) and uploaded it to DELAYED/2. Please feel free to tell me if I should cancel it. cu Adrian
diffstat for chiaki-2.2.0 chiaki-2.2.0 changelog | 7 + patches/0001-Make-some-small-changes-to-stream-view-bugtracker-an.patch | 42 ++++++++++ patches/series | 1 3 files changed, 50 insertions(+) diff -Nru chiaki-2.2.0/debian/changelog chiaki-2.2.0/debian/changelog --- chiaki-2.2.0/debian/changelog 2025-10-18 20:12:01.000000000 +0300 +++ chiaki-2.2.0/debian/changelog 2026-01-03 23:10:30.000000000 +0200 @@ -1,3 +1,10 @@ +chiaki (2.2.0-1.2) unstable; urgency=medium + + * Non-maintainer upload. + * Backport upstream fix for FTBFS with FFmpeg 8. (Closes: #1115011) + + -- Adrian Bunk <[email protected]> Sat, 03 Jan 2026 23:10:30 +0200 + chiaki (2.2.0-1.1) unstable; urgency=medium * Non-maintainer upload. diff -Nru chiaki-2.2.0/debian/patches/0001-Make-some-small-changes-to-stream-view-bugtracker-an.patch chiaki-2.2.0/debian/patches/0001-Make-some-small-changes-to-stream-view-bugtracker-an.patch --- chiaki-2.2.0/debian/patches/0001-Make-some-small-changes-to-stream-view-bugtracker-an.patch 1970-01-01 02:00:00.000000000 +0200 +++ chiaki-2.2.0/debian/patches/0001-Make-some-small-changes-to-stream-view-bugtracker-an.patch 2026-01-03 23:10:30.000000000 +0200 @@ -0,0 +1,42 @@ +From 83ea24f3bd4a07833f786bbd8dc10b84a56b9c60 Mon Sep 17 00:00:00 2001 +From: Street Pea <[email protected]> +Date: Sun, 30 Jun 2024 15:38:55 -0700 +Subject: Make some small changes to stream view, bugtracker, and deprecated + apis + +Notable Changes: +- Change bugtracker in appdata.xml to correct link +- Adjust stream view to allow side to side and up/down navigation +- Remove deprecated avcodec_close +--- + lib/src/ffmpegdecoder.c | 1 - + switch/src/io.cpp | 1 - + 2 files changed, 2 deletions(-) + +diff --git a/lib/src/ffmpegdecoder.c b/lib/src/ffmpegdecoder.c +index 5dd5bf01..dfdcde98 100644 +--- a/lib/src/ffmpegdecoder.c ++++ b/lib/src/ffmpegdecoder.c +@@ -99,7 +99,6 @@ error_mutex: + + CHIAKI_EXPORT void chiaki_ffmpeg_decoder_fini(ChiakiFfmpegDecoder *decoder) + { +- avcodec_close(decoder->codec_context); + avcodec_free_context(&decoder->codec_context); + if(decoder->hw_device_ctx) + av_buffer_unref(&decoder->hw_device_ctx); +diff --git a/switch/src/io.cpp b/switch/src/io.cpp +index 409bba08..76385bda 100644 +--- a/switch/src/io.cpp ++++ b/switch/src/io.cpp +@@ -332,7 +332,6 @@ bool IO::FreeVideo() + // avcodec_alloc_context3(codec); + if(this->codec_context) + { +- avcodec_close(this->codec_context); + avcodec_free_context(&this->codec_context); + } + +-- +2.30.2 + diff -Nru chiaki-2.2.0/debian/patches/series chiaki-2.2.0/debian/patches/series --- chiaki-2.2.0/debian/patches/series 2025-10-18 20:12:01.000000000 +0300 +++ chiaki-2.2.0/debian/patches/series 2026-01-03 23:10:30.000000000 +0200 @@ -1 +1,2 @@ cmake-4.patch +0001-Make-some-small-changes-to-stream-view-bugtracker-an.patch

