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-10-02 20:07:38 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/libmlt (Old) and /work/SRC/openSUSE:Factory/.libmlt.new.28202 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "libmlt" Mon Oct 2 20:07:38 2023 rev:69 rq:1114798 version:7.18.0 Changes: -------- --- /work/SRC/openSUSE:Factory/libmlt/libmlt.changes 2023-06-13 16:10:48.931347500 +0200 +++ /work/SRC/openSUSE:Factory/.libmlt.new.28202/libmlt.changes 2023-10-02 20:10:09.234761227 +0200 @@ -1,0 +2,42 @@ +Mon Oct 2 08:46:06 UTC 2023 - Dave Plater <davejpla...@gmail.com> + +- Disabled rtaudio due to build fail against new rtaudio abi + +------------------------------------------------------------------- +Sun Oct 1 11:44:32 UTC 2023 - Dave Plater <davejpla...@gmail.com> + +- Update to 7.18.0 +- Upstream changes: + *Framework: + Added mlt_audio_free_data(). + Added meta.playlist.clip_position and meta.playlist.clip_length + properties to mlt_playlist. + Fixed mlt_frame_get_audio fails on mlt_audio_none. + *Modules: + Added two audio filters to core module used on a playlist/track: + audioseam + autofade + Fixed a crash in vidstab filter on image format change. + Fixed font weight in qtext filter on Qt 6. + Fixed yuv420p not working in rescale filter. + Fixed text shadow outline in kdenlivetitle producer. + Fixed crash when changing the profile with count producer. + Fixed constructor corruption in frei0r module. + Fixed deinterlace link was added to invalid producer in xml + producer. + Fixed producers not indicating progressive scan video: + kdenlivetitle + pango + qimage + qtext + Fixed video scan mode detection in avformat producers that only + indicate on their container format and not on frames such as Ut + Video in Matroska. + Fixed very large images in qimage producer on Qt 6. + Fixed seeking on clips that use speed_map in timeremap link. + Fixed a color level problem with sRGB inputs in the movit module. + Fixed avformat producer's deallocation function for AVCodecContext. + Fixed field order of qtblend and frei0r.cairoblend transitions. + Changed the avformat producer seek_threshold default to 64. + +------------------------------------------------------------------- Old: ---- mlt-7.16.0.tar.gz New: ---- mlt-7.18.0.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ libmlt.spec ++++++ --- /var/tmp/diff_new_pack.FEdPKg/_old 2023-10-02 20:10:10.418803808 +0200 +++ /var/tmp/diff_new_pack.FEdPKg/_new 2023-10-02 20:10:10.426804097 +0200 @@ -1,7 +1,7 @@ # # spec file # -# Copyright (c) 2022 SUSE LLC +# Copyright (c) 2023 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -18,17 +18,20 @@ %define _name mlt %define libname lib%{_name} -%define lversion 7.16.0 +%define lversion 7.18.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.16.0 +%define lversion_pp 7.18.0 %define libpp_pkgname %{libname_pp}-%{sover_pp}-%{sover_pp} %bcond_without Qt6 +# FIXME: for some reason the build fails in multimedia:libs but nowhere else due to rtaudio issues +# +%bcond_without rtaudio Name: %{libname} -Version: 7.16.0 +Version: 7.18.0 Release: 0 Summary: Multimedia framework for television broadcasting License: GPL-3.0-or-later @@ -63,6 +66,7 @@ BuildRequires: pkgconfig(frei0r) BuildRequires: pkgconfig(gdk-pixbuf-2.0) BuildRequires: pkgconfig(glib-2.0) +BuildRequires: pkgconfig(icu-io) BuildRequires: pkgconfig(jack) BuildRequires: pkgconfig(libarchive) BuildRequires: pkgconfig(libavcodec) >= 58 @@ -81,7 +85,9 @@ BuildRequires: pkgconfig(pango) BuildRequires: pkgconfig(pangoft2) BuildRequires: pkgconfig(python3) +%if %{with rtaudio} BuildRequires: pkgconfig(rtaudio) +%endif BuildRequires: pkgconfig(rubberband) BuildRequires: pkgconfig(samplerate) BuildRequires: pkgconfig(sdl2) ++++++ mlt-7.16.0.tar.gz -> mlt-7.18.0.tar.gz ++++++ ++++ 3255 lines of diff (skipped)