head 1.2; access; symbols pkgsrc-2025Q1:1.1.0.2 pkgsrc-2025Q1-base:1.1; locks; strict; comment @// @; 1.2 date 2025.03.30.07.53.02; author wiz; state dead; branches; next 1.1; commitid N32JmoetUBfv34PF; 1.1 date 2025.02.25.08.32.38; author wiz; state Exp; branches; next ; commitid 912pZvO3wJORkPKF; desc @@ 1.2 log @digikam: update to 8.6.0. After four months of active maintenance and many weeks triaging bugs, the digiKam team is proud to present version 8.6.0 of its open source digital photo manager. New Features and Major Changes - Face Management Updates and Improvements - Auto-Tags Management - Image Quality Management - Red Eye Correction The digiKam team has continued to work on a better Artificial Intelligence integration in digiKam, and many parts have been improved with the 8.6.0 release. @ text @$NetBSD: patch-core_libs_threadimageio_video_videothumbdecoder.cpp,v 1.1 2025/02/25 08:32:38 wiz Exp $ fix FFmpeg 7 deprecated warning for avcodec_close() https://invent.kde.org/graphics/digikam/-/commit/b813e82e5d2daaeb9bdf9f2f757060008db94e7c --- core/libs/threadimageio/video/videothumbdecoder.cpp.orig 2024-11-15 14:51:34.000000000 +0000 +++ core/libs/threadimageio/video/videothumbdecoder.cpp @@@@ -91,7 +91,17 @@@@ void VideoThumbDecoder::destroy() if (d->pVideoCodecContext) { + +#if LIBAVCODEC_VERSION_INT >= AV_VERSION_INT(61, 3, 100) + + avcodec_free_context(&d->pVideoCodecContext); + +#else + avcodec_close(d->pVideoCodecContext); + +#endif + d->pVideoCodecContext = nullptr; } @ 1.1 log @digikam: switch to ffmpeg7 Bump PKGREVISION. @ text @d1 1 a1 1 $NetBSD$ @