Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package QMPlay2 for openSUSE:Factory checked 
in at 2022-10-25 11:19:53
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/QMPlay2 (Old)
 and      /work/SRC/openSUSE:Factory/.QMPlay2.new.2275 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "QMPlay2"

Tue Oct 25 11:19:53 2022 rev:66 rq:1030908 version:22.10.23

Changes:
--------
--- /work/SRC/openSUSE:Factory/QMPlay2/QMPlay2.changes  2022-08-27 
11:50:29.489894813 +0200
+++ /work/SRC/openSUSE:Factory/.QMPlay2.new.2275/QMPlay2.changes        
2022-10-25 11:19:55.514125720 +0200
@@ -1,0 +2,19 @@
+Sun Oct 23 11:33:29 UTC 2022 - Simon Vogl <[email protected]>
+
+- Removed 0001-fix-older-qt-compilation.patch as it is merged upstream
+- Enabled RubberBand support on openSUSE Leap 15.5 and SLE15SP5+
+- Dropped support for openSUSE Leap 15.3 and SLE15SP3 as they can't satisfy 
QMPlay2's future build requirements anymore
+- Switched to gcc11 on openSUSE Leap and SLE
+- Update to version 22.10.23
+   * allow to use CPU Vulkan implementation by "QMPLAY2_ALLOW_VULKAN_CPU" 
environment variable,
+   * allow to skip "yt-dlp" updates (configuration file only),
+   * export "My Radio Stations" to PLS or M3U playlists,
+   * add "My Radio Stations" to system tray menu,
+   * fix subtitles synchronization with video,
+   * fix language detextion for some locales,
+   * fix various subtitles scaling issues,
+   * fix AV1 aspect ratio in some cases,
+   * other minoir subtitles fixes,
+   * other minor fixes.
+
+-------------------------------------------------------------------

Old:
----
  0001-fix-older-qt-compilation.patch
  QMPlay2-src-22.08.21.tar.xz

New:
----
  QMPlay2-src-22.10.23.tar.xz

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

Other differences:
------------------
++++++ QMPlay2.spec ++++++
--- /var/tmp/diff_new_pack.mncCVg/_old  2022-10-25 11:19:56.102127023 +0200
+++ /var/tmp/diff_new_pack.mncCVg/_new  2022-10-25 11:19:56.106127032 +0200
@@ -19,7 +19,7 @@
 %define __builder Ninja
 
 Name:           QMPlay2
-Version:        22.08.21
+Version:        22.10.23
 Release:        0
 Summary:        A Qt based media player, streamer and downloader
 License:        LGPL-3.0-or-later
@@ -28,13 +28,11 @@
 Source:         
https://github.com/zaps166/QMPlay2/releases/download/%{version}/QMPlay2-src-%{version}.tar.xz
 # PATCH-FEATURE-OPENSUSE
 Patch1:         0001-add-opensuse-customizations.patch
-# PATCH-FIX-UPSTREAM
-Patch2:         0001-fix-older-qt-compilation.patch
 BuildRequires:  cmake >= 3.16
 BuildRequires:  gcc-c++
 # Use gcc 10 for openSUSE Leap 15.3+ and SLE15SP3+
-%if 0%{?suse_version} < 1550 && 0%{?sle_version} >= 150300
-BuildRequires:  gcc10-c++
+%if 0%{?suse_version} < 1550 && 0%{?sle_version} >= 150400
+BuildRequires:  gcc11-c++
 %endif
 BuildRequires:  ninja
 BuildRequires:  pkgconfig
@@ -64,8 +62,8 @@
 BuildRequires:  pkgconfig(libva)
 BuildRequires:  pkgconfig(libva-glx)
 BuildRequires:  pkgconfig(portaudio-2.0)
-# Enable rubberband support on openSUSE Tumbleweed
-%if 0%{?suse_version} >= 1550
+# Enable rubberband support on openSUSE Tumbleweed and openSUSE Leap 15.5, 
SLE15SP5+
+%if 0%{?suse_version} >= 1550 || 0%{?sle_version} >= 150500
 BuildRequires:  pkgconfig(rubberband) >= 3.0.0
 %endif
 BuildRequires:  pkgconfig(shaderc)
@@ -104,9 +102,9 @@
 # Build options
 %cmake \
   -DCMAKE_SHARED_LINKER_FLAGS="%{?build_ldflags} -Wl,--as-needed -Wl,-z,now" \
-%if 0%{?suse_version} < 1550 && 0%{?sle_version} >= 150300
-  -DCMAKE_C_COMPILER=gcc-10 \
-  -DCMAKE_CXX_COMPILER=g++-10 \
+%if 0%{?suse_version} < 1550 && 0%{?sle_version} >= 150400
+  -DCMAKE_C_COMPILER=gcc-11 \
+  -DCMAKE_CXX_COMPILER=g++-11 \
 %endif
   -DSOLID_ACTIONS_INSTALL_PATH="%{_datadir}/solid/actions" \
   -DUSE_LINK_TIME_OPTIMIZATION=ON \
@@ -117,7 +115,7 @@
   -DUSE_GLSLC=ON \
   -DUSE_PORTAUDIO=ON \
   -DUSE_PIPEWIRE=ON \
-%if 0%{?suse_version} >= 1550
+%if 0%{?suse_version} >= 1550 || 0%{?sle_version} >= 150500
   -DUSE_RUBBERBAND=ON \
 %else
   -DUSE_RUBBERBAND=OFF \

++++++ QMPlay2-src-22.08.21.tar.xz -> QMPlay2-src-22.10.23.tar.xz ++++++
++++ 48583 lines of diff (skipped)

Reply via email to