Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package libmlt for openSUSE:Factory checked in at 2022-12-20 20:21:23 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/libmlt (Old) and /work/SRC/openSUSE:Factory/.libmlt.new.1835 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "libmlt" Tue Dec 20 20:21:23 2022 rev:65 rq:1043944 version:7.12.0 Changes: -------- --- /work/SRC/openSUSE:Factory/libmlt/libmlt.changes 2022-11-30 15:00:22.885513547 +0100 +++ /work/SRC/openSUSE:Factory/.libmlt.new.1835/libmlt.changes 2022-12-20 20:22:01.966386485 +0100 @@ -1,0 +2,7 @@ +Tue Dec 20 10:38:23 UTC 2022 - Christophe Marin <christo...@krop.fr> + +- Build the glaxnimate module. Kdenlive complains if the plugin + is missing (boo#1206127) +- Change the source URL to get the glaxnimate sources + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ libmlt.spec ++++++ --- /var/tmp/diff_new_pack.XNEeWM/_old 2022-12-20 20:22:02.454389159 +0100 +++ /var/tmp/diff_new_pack.XNEeWM/_new 2022-12-20 20:22:02.458389181 +0100 @@ -26,9 +26,11 @@ %define sover_pp 7 %define lversion_pp 7.12.0 %define libpp_pkgname %{libname_pp}-%{sover_pp}-%{sover_pp} -# Qt 6 is not available in Leap 15.3 %if 0%{?suse_version} > 1500 || 0%{?sle_version} >= 150400 +# Qt 6 is not available in Leap 15.3 %bcond_without Qt6 +# The glaxnimate module fails to build on 15.3 +%bcond_without glaxnimate %endif Name: %{libname} Version: 7.12.0 @@ -37,7 +39,7 @@ License: GPL-3.0-or-later Group: Development/Libraries/C and C++ URL: https://www.mltframework.org -Source0: https://github.com/mltframework/mlt/archive/v%{version}.tar.gz#/%{_name}-%{version}.tar.gz +Source0: https://github.com/mltframework/mlt/releases/download/v%{version}/mlt-%{version}.tar.gz BuildRequires: cmake BuildRequires: fdupes BuildRequires: gcc-c++ @@ -67,6 +69,9 @@ BuildRequires: pkgconfig(gdk-pixbuf-2.0) BuildRequires: pkgconfig(glib-2.0) BuildRequires: pkgconfig(jack) +%if %{with glaxnimate} +BuildRequires: pkgconfig(libarchive) +%endif BuildRequires: pkgconfig(libavcodec) >= 58 BuildRequires: pkgconfig(libavdevice) >= 58 BuildRequires: pkgconfig(libavformat) >= 58 @@ -77,7 +82,7 @@ BuildRequires: pkgconfig(libswscale) >= 5 BuildRequires: pkgconfig(libxml-2.0) BuildRequires: pkgconfig(movit) -%if 0%{?suse_version} > 1501 +%if 0%{?suse_version} > 1500 BuildRequires: pkgconfig(opencv4) %endif BuildRequires: pkgconfig(pango) @@ -216,7 +221,7 @@ # WARNING: building opencv module causes multicore issues - boo#1068792 %cmake \ -%if 0%{?suse_version} > 1501 +%if 0%{?suse_version} > 1500 -DMOD_OPENCV=ON \ %else -DMOD_OPENCV=OFF \ @@ -225,6 +230,9 @@ -DGPL3=ON \ -DSWIG_PYTHON=ON \ -DCMAKE_SKIP_RPATH=1 \ +%if %{with glaxnimate} + -DMOD_GLAXNIMATE=ON \ +%endif %if %{with Qt6} -DMOD_QT6=ON %endif ++++++ mlt-7.12.0.tar.gz ++++++ ++++ 36832 lines of diff (skipped)