Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package kdenlive for openSUSE:Factory 
checked in at 2025-04-18 16:18:22
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/kdenlive (Old)
 and      /work/SRC/openSUSE:Factory/.kdenlive.new.30101 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "kdenlive"

Fri Apr 18 16:18:22 2025 rev:143 rq:1270390 version:25.04.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/kdenlive/kdenlive.changes        2025-03-07 
16:46:39.384671430 +0100
+++ /work/SRC/openSUSE:Factory/.kdenlive.new.30101/kdenlive.changes     
2025-04-20 19:57:54.915774112 +0200
@@ -1,0 +2,53 @@
+Tue Apr 15 11:38:16 UTC 2025 - Atri Bhattacharya <badshah...@gmail.com>
+
+- Drop BuildRequires: pkgconfig(glew) as it is not used for build
+
+-------------------------------------------------------------------
+Mon Apr 14 07:06:40 UTC 2025 - Christophe Marin <christo...@krop.fr>
+
+- Update to 25.04.0
+  * New feature release
+  * For more details please see:
+  * https://kde.org/announcements/gear/25.04.0/
+- Too many changes since 25.03.90, only listing bugfixes:
+  * Show proper error message when trying to apply a mix and all tracks are 
disabled (kde#502610)
+  * Fix Extract clip with multiple selection (kde#485517)
+  * Fix documentation link to JogShuttle (kde#502618)
+  * Fix timeline audio thumbnails for clips with multiple streams and 
different channel count (kde#501280)
+  * Make Remove timeline preview work with undo/redo (kde#502192)
+  * Fix clear history broken BUG: 499544 FIXED-IN: 25.04.0 (kde#499544)
+  * Fix glaxnimate connection not terminated on app close on Windows 
(kde#473036)
+  * Text based edit: with multiple text selection, create multiple markers 
(kde#498259)
+  * Better default height for assets info box, remember its size (kde#502089)
+
+-------------------------------------------------------------------
+Sat Mar 29 08:42:23 UTC 2025 - Christophe Marin <christo...@krop.fr>
+
+- Update to 25.03.90
+  * New feature release
+- Too many changes since 24.12.3, only listing bugfixes:
+  * Correclty restore all audio streams in restore audio operation. Also, we 
should use active tracks not audio target tracks to restore (kde#474140)
+  * When opening a project file with a custom effect that is not on the 
system, use the MLT base effect to correctly recover the project (kde#460928)
+  * Remove unsupported html tags from notifications (kde#174560)
+  * Fix speed dialog mnemonics and tab order (kde#501565)
+  * Fix profile change aborted when switching from empty project (kde#500751)
+  * Insert space should move guides if they are not locked (kde#500773)
+  * Add keyboard shortut for render filename field (kde#500772)
+  * Fix rendering files with an ampersand in name is broken on linux 
(kde#500794)
+  * Fix saved tracker effect doesn't work (kde#501227)
+  * Fix replacing color clip (kde#501394)
+  * Fix transcoding and proxying of clips with cover art (kde#496599)
+  * Fix effects with analysis step like loudness 2 pass and tracker broken on 
cut clips or on tracks (kde#492729)
+  * Ensure proxy clips have a fixed frame rate (using vsync 1) (kde#499559)
+  * Fix incorrect behavior / crash on single item deletion (kde#499570)
+  * Fix crash trying to import invalid keyframe data from clipboard 
(kde#499531)
+  * Fix crash setting empty name for folder (kde#499070)
+  * Better fix for expand library clips broken with proxies (kde#499171)
+  * Fix effects layout broken on resize (kde#498749)
+  * Reassemble proxy profile elements in the correct order after validation 
(kde#485356)
+  * Fix the spinbox range for title position and size (kde#487950)
+  * Ensure sequence clips in timeline are not resized to smaller when hiding a 
track (kde#498178)
+  * Fix crash saving effect stack (kde#498124)
+  * Fix reload or proxy clip losing tags, markers, force aspect ratio 
(kde#498014)
+
+-------------------------------------------------------------------

Old:
----
  kdenlive-24.12.3.tar.xz
  kdenlive-24.12.3.tar.xz.sig

New:
----
  kdenlive-25.04.0.tar.xz
  kdenlive-25.04.0.tar.xz.sig

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

Other differences:
------------------
++++++ kdenlive.spec ++++++
--- /var/tmp/diff_new_pack.3HTcKc/_old  2025-04-20 19:57:55.475797411 +0200
+++ /var/tmp/diff_new_pack.3HTcKc/_new  2025-04-20 19:57:55.475797411 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package kdenlive
 #
-# Copyright (c) 2024 SUSE LLC
+# Copyright (c) 2025 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -22,7 +22,7 @@
 
 %bcond_without released
 Name:           kdenlive
-Version:        24.12.3
+Version:        25.04.0
 Release:        0
 Summary:        Non-linear video editor
 License:        GPL-3.0-or-later
@@ -32,11 +32,11 @@
 Source1:        
https://download.kde.org/stable/release-service/%{version}/src/%{name}-%{version}.tar.xz.sig
 Source2:        applications.keyring
 %endif
-BuildRequires:  kf6-extra-cmake-modules >= %{kf6_version}
 BuildRequires:  fdupes
+BuildRequires:  kf6-extra-cmake-modules >= %{kf6_version}
 BuildRequires:  pkgconfig
-BuildRequires:  shared-mime-info
 BuildRequires:  rttr-devel
+BuildRequires:  shared-mime-info
 BuildRequires:  cmake(KF6Archive) >= %{kf6_version}
 BuildRequires:  cmake(KF6Bookmarks) >= %{kf6_version}
 BuildRequires:  cmake(KF6Codecs) >= %{kf6_version}
@@ -58,6 +58,7 @@
 BuildRequires:  cmake(KF6TextWidgets) >= %{kf6_version}
 BuildRequires:  cmake(KF6WidgetsAddons) >= %{kf6_version}
 BuildRequires:  cmake(KF6XmlGui) >= %{kf6_version}
+BuildRequires:  cmake(OpenTimelineIO)
 BuildRequires:  cmake(Qt6Concurrent) >= %{qt6_version}
 BuildRequires:  cmake(Qt6Core) >= %{qt6_version}
 BuildRequires:  cmake(Qt6DBus) >= %{qt6_version}
@@ -70,8 +71,12 @@
 BuildRequires:  cmake(Qt6SvgWidgets) >= %{qt6_version}
 BuildRequires:  cmake(Qt6Widgets) >= %{qt6_version}
 BuildRequires:  pkgconfig(gl)
-BuildRequires:  pkgconfig(glew)
 BuildRequires:  pkgconfig(glu)
+BuildRequires:  pkgconfig(Imath)
+BuildRequires:  pkgconfig(libavcodec)
+BuildRequires:  pkgconfig(libavformat)
+BuildRequires:  pkgconfig(libavutil)
+BuildRequires:  pkgconfig(libswresample)
 BuildRequires:  pkgconfig(libv4l2)
 BuildRequires:  pkgconfig(mlt++-7) >= %{mlt_version}
 BuildRequires:  pkgconfig(mlt-framework-7) >= %{mlt_version}
@@ -107,7 +112,7 @@
 %autosetup -p1
 
 %build
-%cmake_kf6 -DBUILD_WITH_QT6:BOOL=TRUE
+%cmake_kf6 -DFETCH_OTIO:BOOL=FALSE
 
 %kf6_build
 


++++++ kdenlive-24.12.3.tar.xz -> kdenlive-25.04.0.tar.xz ++++++
/work/SRC/openSUSE:Factory/kdenlive/kdenlive-24.12.3.tar.xz 
/work/SRC/openSUSE:Factory/.kdenlive.new.30101/kdenlive-25.04.0.tar.xz differ: 
char 25, line 1

Reply via email to