Hello community,

here is the log from the commit of package libmlt for openSUSE:Factory checked 
in at 2020-08-03 14:17:42
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/libmlt (Old)
 and      /work/SRC/openSUSE:Factory/.libmlt.new.3592 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "libmlt"

Mon Aug  3 14:17:42 2020 rev:50 rq:823989 version:6.22.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/libmlt/libmlt.changes    2020-04-04 
12:26:47.352012135 +0200
+++ /work/SRC/openSUSE:Factory/.libmlt.new.3592/libmlt.changes  2020-08-03 
14:18:21.780678208 +0200
@@ -1,0 +2,100 @@
+Sun Aug  2 09:06:09 UTC 2020 - [email protected]
+
+- Update to version 6.22.1
+  * This patch version only fixes the version reported in the
+    CMake build.
+
+-------------------------------------------------------------------
+Fri Jul 31 06:40:47 UTC 2020 - [email protected]
+
+- Update to version 6.22.0
+  Framework:
+  * Added mlt_properties_exists() and
+    Mlt::Properties::property_exists().
+  * Added mlt_audio C class
+  * Added Mlt::Audio C++ class
+  * Fixed drop-frame timecode for 59.94 fps.
+  * Fixed crash on null pointer passed to mlt_consumer_stop().
+  Modules:
+  * Fixed frei0r transitions with preview scaling.
+  * Fixed affine ox and oy properties incorrect with preview
+    scaling.
+  * Fixed a crash and incorrect preview scaling with more than
+    one affine
+    filter active on the same frame.
+  * Fixed preview scaling for the rotoscoping filter.
+  * Added the sample_fmt property to the avformat consumer.
+  * Fixed a possible segfault in the mix transition.
+  * Removed support for text keyframes to the text and qtext
+    filters
+    to fix regression on strings containing '='.
+  * Disable frame-threading with bigsh0t, distort0r, and medians
+    frei0r plugins.
+  * Added "meta.media.%d.stream.projection" property the
+    avformat producer.
+  * Fixed a crash with with filters not supporting preview scale
+    in frei0r transitions.
+  * Fix artifacts in luma transition and affine filter with
+    frame-threading.
+  * Stop including 'title="Anonymous Submission"' in xml
+    consumer.
+  * Fixed a crash in opencv.tracker filter.
+  * Fixed a crash in composite transition if luma file fails to
+    load.
+  * Added validations in opengl module to prevent asserts in
+    Movit.
+  * Fixed building with OpenCV 4.
+  * Moved some services from gtk2 module to new gdk module:
+    gtkrescale filter, pango producer and pixbuf producer
+  * Deprecated the gtk2 module and no longer enabled by default.
+  * Changed avformat producer to accept a '?' in
+    argument/resource property by escaping it as '\?'.
+  * Changed the background property of the affine filter to be
+    mutable.
+  * Deprecated the linsys (DVEO SDI) module.
+  * Fixed changing the audio_index property in the avformat
+    producer.
+  * Changed resample filter to more resiliant to frequency
+    changes.
+  * Added a video_delay property to the sdl2_audio and rtaudio
+    consumers.
+  * Add millisecond options to the timer filter.
+  * Fixed the in point handling for the timewarp producer.
+  * Fixed some audio gaps and sync issues with the rbpitch
+    filter and timewarp pitch compensation.
+  * Fixed a possible crash caused by producer consumer.
+  * Changed avformat consumer to set AVOption color_primaries
+    based on the MLT colorspace if not already set as property.
+  * Fixed crop right on image with odd width skews image in crop
+    filter.
+  * Fixed incorrect silence value for unsigned 8-bit audio in
+    avformat producer.
+  * Changed qimage to use Qt's internal orientation detection
+    instead of libexif.
+  * Reduced clicks in mix transition by silencing buffers on
+    discontinuity.
+  * Improved A/V synchronization in (sw)resample filters - also
+    reduces audio clicks.
+  * Improved speed of the qimage producer.
+  * Fixed incorrect color using libx264rgb in avformat consumer.
+  * Fixed relative paths for avfilters that have the "filename"
+    option.
+  * Fixed some avfilters dropping the alpha channel: smartblur,
+    vaguedenoiser.
+  * Improved performance of the resize filter.
+  * Fixed an affine filter inside a transition was always
+    nearest neighbor interpolation.
+  * Changed the lift_gamma_gain filter to use round values up.
+  Other:
+  * Fixed melt option "-group" applies to an implicit consumer.
+  * Added "-quiet" option to melt (implies -silent but more so).
+  * CMake build improvments adding modules: gdk, jackrack, lumas
+    resample, sox and vorbis
+  * Added avformat consumer presets: Slide-Deck-H264 and
+    Slide-Deck-HEVC
+  * Removed intra=1 from some avformat presets (use g=1 for
+    intra only): intermediate/MPEG-2, intermediate/MPEG-4
+    and lossless/H.264
+- Drop 0001-Fix-build-with-Qt-5.15.0.patch (merged upstream)
+
+-------------------------------------------------------------------

Old:
----
  0001-Fix-build-with-Qt-5.15.0.patch
  mlt-6.20.0.tar.gz

New:
----
  mlt-6.22.1.tar.gz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ libmlt.spec ++++++
--- /var/tmp/diff_new_pack.y8WIEW/_old  2020-08-03 14:18:26.876683318 +0200
+++ /var/tmp/diff_new_pack.y8WIEW/_new  2020-08-03 14:18:26.876683318 +0200
@@ -21,14 +21,14 @@
 
 %define _name mlt
 %define libname lib%{_name}
-%define lversion 6.20.0
+%define lversion 6.22.1
 %define soname 6
 %define _name_pp %{_name}++
 %define libname_pp lib%{_name_pp}
 %define soname_pp 3
 
 Name:           %{libname}
-Version:        6.20.0
+Version:        6.22.1
 Release:        0
 Summary:        Multimedia framework for television broadcasting
 License:        GPL-3.0-or-later
@@ -39,8 +39,6 @@
 Patch1:         libmlt-0.8.2-vdpau.patch
 # PATCH-FIX-UPSTREAM libmlt-fixluma.patch [email protected] -- add 
LD_LIBRARY_PATH so that luma can run
 Patch2:         libmlt-fixluma.patch
-# PATCH-FIX-UPSTREAM 0001-Fix-build-with-Qt-5.15.0.patch
-Patch3:         0001-Fix-build-with-Qt-5.15.0.patch
 BuildRequires:  fdupes
 %if 0%{?suse_version} >= 1500
 BuildRequires:  gcc-c++
@@ -208,7 +206,6 @@
 %setup -q -n %{_name}-%{version}
 %patch1
 %patch2 -p1
-%patch3 -p1
 
 # To complement libmlt-0.8.0-vdpau.patch.
 # When vdpau support is not compiled it will break the code. Doesn't matter 
because the code will not be used anyway.
@@ -309,7 +306,7 @@
 
 %files -n %{libname}%{soname}-modules -f module_data.dirs
 %defattr(0644, root, root, 0755)
-%doc AUTHORS ChangeLog NEWS README
+%doc AUTHORS NEWS README
 %license GPLv3 COPYING GPL
 %{_libdir}/%{_name}-%{soname}/
 %dir %{_datadir}/%{_name}-%{soname}/

++++++ webvfx.spec ++++++
--- /var/tmp/diff_new_pack.y8WIEW/_old  2020-08-03 14:18:26.900683342 +0200
+++ /var/tmp/diff_new_pack.y8WIEW/_new  2020-08-03 14:18:26.904683346 +0200
@@ -17,8 +17,8 @@
 
 
 %define _name mlt
-%define mltversion 6.20.0
-%define mltsoversion 6.20.0
+%define mltversion 6.22.1
+%define mltsoversion 6.22.1
 %define sover 1
 %define mltmaj %(echo %{mltversion} |cut -d "." -f 1)
 # Find qt version used to build

++++++ mlt-6.20.0.tar.gz -> mlt-6.22.1.tar.gz ++++++
++++ 28934 lines of diff (skipped)


Reply via email to