Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package libopenshot for openSUSE:Factory checked in at 2026-09-08 16:53:21 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/libopenshot (Old) and /work/SRC/openSUSE:Factory/.libopenshot.new.1265 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "libopenshot" Tue Sep 8 16:53:21 2026 rev:18 rq:1376341 version:1.0.0 Changes: -------- --- /work/SRC/openSUSE:Factory/libopenshot/libopenshot.changes 2025-10-24 17:25:59.493864134 +0200 +++ /work/SRC/openSUSE:Factory/.libopenshot.new.1265/libopenshot.changes 2026-09-08 16:54:00.610695684 +0200 @@ -1,0 +2,25 @@ +Tue Sep 01 07:30:02 UTC 2026 - Paolo Stivanin <[email protected]> + +- Update to version 1.0.0: + * Recover stale timeline clip reader state + * Load PipeWire capture backend on demand + * Harden Wayland PipeWire window capture + * Synchronize screen capture shutdown + * Bumping version to 1.0.0, SO 31, requiring OpenShotAudio 1.0.0 + * Install FFmpeg avdevice in GitHub CI + * Synchronize initial system audio capture + * Fix MinGW Core Audio GUID linking + * Add system audio to screen capture + +------------------------------------------------------------------- +Wed Apr 2 14:39:08 UTC 2026 - pbuild-ai <[email protected]> + +- Update to version 0.7.0: + * Smarter thread defaults based on the user's CPU for better performance + * Faster thumbnails with lower-resolution decoding for quicker preview generation + * Better FFmpeg support across FFmpeg 4.4, 6, and 8 + * Audio crash fix when applying channel mappings concurrently + * Cleaner thumbnails with cropped preview images and no black bars +- Update generated using pbuild-ai + +------------------------------------------------------------------- Old: ---- _service _servicedata libopenshot-0.4.0.obscpio libopenshot.obsinfo New: ---- libopenshot-1.0.0.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ libopenshot.spec ++++++ --- /var/tmp/diff_new_pack.S7JcBu/_old 2026-09-08 16:54:01.565735751 +0200 +++ /var/tmp/diff_new_pack.S7JcBu/_new 2026-09-08 16:54:01.567735835 +0200 @@ -1,7 +1,7 @@ # # spec file for package libopenshot # -# Copyright (c) 2025 SUSE LLC and contributors +# Copyright (c) 2026 SUSE LLC and contributors # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -16,16 +16,16 @@ # -%define sover 27 +%define sover 31 Name: libopenshot -Version: 0.4.0 +Version: 1.0.0 Release: 0 Summary: The core library for the OpenShot video editor License: LGPL-3.0-or-later Group: Productivity/Multimedia/Other URL: https://openshot.org/ -Source0: libopenshot-%{version}.tar.xz +Source0: https://github.com/OpenShot/libopenshot/archive/refs/tags/v%{version}.tar.gz#/%{name}-%{version}.tar.gz Patch0: libopenshot-ffmpeg8.patch BuildRequires: babl-devel BuildRequires: cmake >= 3.10 @@ -38,31 +38,35 @@ BuildRequires: gcc BuildRequires: gcc-c++ %endif +BuildRequires: ImageMagick-devel +BuildRequires: alsa-devel +BuildRequires: jsoncpp-devel +BuildRequires: libopenshot-audio-devel >= 1.0.0 BuildRequires: opencv-devel BuildRequires: pkgconfig BuildRequires: protobuf-devel BuildRequires: python-rpm-macros +BuildRequires: python3-devel BuildRequires: python3-setuptools BuildRequires: ruby-devel BuildRequires: swig -BuildRequires: cmake(OpenShotAudio) >= 0.4.0 -BuildRequires: pkgconfig(Magick++) -BuildRequires: pkgconfig(Qt5Core) >= 5.2.0 +BuildRequires: unittest-cpp-devel +BuildRequires: pkgconfig(Qt5Core) BuildRequires: pkgconfig(Qt5Gui) BuildRequires: pkgconfig(Qt5Multimedia) BuildRequires: pkgconfig(Qt5MultimediaWidgets) +BuildRequires: pkgconfig(Qt5Network) +BuildRequires: pkgconfig(Qt5Sql) BuildRequires: pkgconfig(Qt5Svg) +BuildRequires: pkgconfig(Qt5Test) BuildRequires: pkgconfig(Qt5Widgets) -BuildRequires: pkgconfig(UnitTest++) -BuildRequires: pkgconfig(alsa) -BuildRequires: pkgconfig(jsoncpp) +BuildRequires: pkgconfig(Qt5Xml) BuildRequires: pkgconfig(libavcodec) BuildRequires: pkgconfig(libavdevice) -BuildRequires: pkgconfig(libavfilter) BuildRequires: pkgconfig(libavformat) BuildRequires: pkgconfig(libavutil) +BuildRequires: pkgconfig(libswresample) BuildRequires: pkgconfig(libswscale) -BuildRequires: pkgconfig(python3) %description A library for video editing, composition, animation, and playback, @@ -113,9 +117,6 @@ %prep %autosetup -N -%if 0%{?suse_version} > 1600 -%patch -p1 -P 0 -%endif %build %if 0%{?suse_version} < 1600 @@ -133,6 +134,7 @@ -DFFMPEG_INCLUDE_DIR=%{_includedir}/ffmpeg \ -DUSE_SYSTEM_JSONCPP=ON \ %{nil} +export MAKEFLAGS="-j1" %cmake_build %install @@ -149,8 +151,8 @@ %files devel %{_includedir}/%{name}/ %{_libdir}/%{name}.so -%{_libdir}/ruby/vendor_ruby/*/*-linux-gnu/openshot.so %files -n python3-openshot %{python3_sitearch}/*openshot* +%_libdir/ruby/vendor_ruby/*
