Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package libmlt for openSUSE:Factory checked in at 2023-06-13 16:10:46 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/libmlt (Old) and /work/SRC/openSUSE:Factory/.libmlt.new.15902 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "libmlt" Tue Jun 13 16:10:46 2023 rev:68 rq:1092808 version:7.16.0 Changes: -------- --- /work/SRC/openSUSE:Factory/libmlt/libmlt.changes 2023-03-21 17:42:57.798242146 +0100 +++ /work/SRC/openSUSE:Factory/.libmlt.new.15902/libmlt.changes 2023-06-13 16:10:48.931347500 +0200 @@ -1,0 +2,58 @@ +Sun Jun 11 06:31:37 UTC 2023 - Christophe Marin <christo...@krop.fr> + +- Update to 7.16.0 + Framework: + * Added a chain_normalizers.ini to the data directory. + * Added New C functions to support deinterlacer links + * Added support for loading a filter as a link via + mlt_link_filter_init(). + * Added enum mlt_deinterlacer + * Added new 10-bit YUV members to enum mlt_image_format + * Fixed a deadlock and improved quality of start of playback + when mlt_consumer property prefill is greater than 1. + * Fixed a couple of data races in mlt_events and mlt_consumer. + * Fixed a crash in mlt_frame_clone() with movit and the + mask_start filter. + Modules: + * Fixed regressions in version 7.14.0: + memory and thread count usage in swresample and resample links + automatic profile support in melt + crash in count producer + * Upgraded the glaxnimate git submodule to version 0.5.3. + * Added avformat/avdeinterlace (default) and xine/deinterlace + links. + * Fixed deinterlacing in the multi and qglsl consumers. + * Added 10-bit video support to movit.convert filter. + * Several things in the avformat producer: + Fixed artifacts decoding raw FLAC audio. + Fixed a potential crash on mlt_producer_probe(). + Fixed seeking on music with album art. + Fixed possible infinite loop on end-of-file. + Fixed a potential deadlock. + Fixed chroma bleeding on interlaced yuv420p. + Fixed color_range or force_full_range sometimes not working. + Fixed autorotate property not working with a chain. + Added audio caching. + Deprecated the mute_on_pause property. + * Fixed FFmpeg version 6 compilation error. + * Fixed rendering the text outline in kdenlivetitle producer. + * Fixed 'movit.rect property animation. + * Fixed corrupt video in crop filter when mlt_image_yuv420p requested. + * Fixed possible null pointer crashes in some audio filters: + audiolevel + volume + loudness + * Fixed a possible roi assert crash in opencv.tracker filter. + * Added support for "Nano" algo to the opencv.tracker filter. + * Added the property fix_background_alpha to the luma transition. + Other: + * Added -query links to melt command line. + * Added avformat consumer presets for 10-bit video + * Added a clang-format target to CMake and reformatted all code. + * Added warnings as errors with some exceptions to CMake with Debug + build type and gcc. + * Fixed numerous warnings throughout the code. +- Drop patch, no longer needed: + * 0001-Fix-compilation-with-Werror-return-type.patch + +------------------------------------------------------------------- Old: ---- 0001-Fix-compilation-with-Werror-return-type.patch mlt-7.14.0.tar.gz New: ---- mlt-7.16.0.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ libmlt.spec ++++++ --- /var/tmp/diff_new_pack.3IpJ6S/_old 2023-06-13 16:10:49.691351984 +0200 +++ /var/tmp/diff_new_pack.3IpJ6S/_new 2023-06-13 16:10:49.695352007 +0200 @@ -18,25 +18,23 @@ %define _name mlt %define libname lib%{_name} -%define lversion 7.14.0 +%define lversion 7.16.0 %define sover 7 %define lib_pkgname %{libname}-%{sover}-%{sover} %define _name_pp %{_name}++ %define libname_pp lib%{_name_pp} %define sover_pp 7 -%define lversion_pp 7.14.0 +%define lversion_pp 7.16.0 %define libpp_pkgname %{libname_pp}-%{sover_pp}-%{sover_pp} %bcond_without Qt6 Name: %{libname} -Version: 7.14.0 +Version: 7.16.0 Release: 0 Summary: Multimedia framework for television broadcasting License: GPL-3.0-or-later Group: Development/Libraries/C and C++ URL: https://www.mltframework.org Source0: https://github.com/mltframework/mlt/releases/download/v%{version}/mlt-%{version}.tar.gz -# PATCH-FIX-UPSTREAM -Patch0: 0001-Fix-compilation-with-Werror-return-type.patch BuildRequires: cmake BuildRequires: fdupes BuildRequires: gcc-c++ ++++++ mlt-7.14.0.tar.gz -> mlt-7.16.0.tar.gz ++++++ ++++ 189064 lines of diff (skipped)