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-03-20 20:55:35
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/QMPlay2 (Old)
 and      /work/SRC/openSUSE:Factory/.QMPlay2.new.25692 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "QMPlay2"

Sun Mar 20 20:55:35 2022 rev:63 rq:963213 version:22.03.19

Changes:
--------
--- /work/SRC/openSUSE:Factory/QMPlay2/QMPlay2.changes  2022-01-26 
21:27:43.781684117 +0100
+++ /work/SRC/openSUSE:Factory/.QMPlay2.new.25692/QMPlay2.changes       
2022-03-20 20:55:50.150551260 +0100
@@ -1,0 +2,18 @@
+Sat Mar 19 23:42:47 UTC 2022 - Simon Vogl <simon.v...@gmx.net>
+
+- Removed 0001-fix-pipewire-build-error.patch as it is merged upstream
+- Removed 0001-fix-ffmpeg-5-compilation.patch as it is merged upstream
+- Changed 0001-add-opensuse-customizations.patch to patch the new python 
command detection in QMPlay2 22.03.19 and higher
+- Update to version 22.03.19
+   * fix possible crashes in software video output and screenshots,
+   * fix yt-dlp on macOS where python3 can be in "/usr/local/bin",
+   * Vulkan can be now used on more devices (including R-Pi),
+   * fix some Vulkan issues on AMD Radeon on Windows,
+   * fix building with PipeWire older then 0.3.33,
+   * fix reading playlists with "\r" line ending,
+   * show YouTube description in Lyrics panel,
+   * fix compilation with FFmpeg 5.0,
+   * VA-API AV1 video decoder,
+   * other minor fixes.
+
+-------------------------------------------------------------------

Old:
----
  0001-fix-ffmpeg-5-compilation.patch
  0001-fix-pipewire-build-error.patch
  QMPlay2-src-21.12.24.tar.xz

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

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

Other differences:
------------------
++++++ QMPlay2.spec ++++++
--- /var/tmp/diff_new_pack.dyZXyY/_old  2022-03-20 20:55:50.958552422 +0100
+++ /var/tmp/diff_new_pack.dyZXyY/_new  2022-03-20 20:55:50.966552434 +0100
@@ -19,7 +19,7 @@
 %define __builder Ninja
 
 Name:           QMPlay2
-Version:        21.12.24
+Version:        22.03.19
 Release:        0
 Summary:        A Qt based media player, streamer and downloader
 License:        LGPL-3.0-or-later
@@ -28,10 +28,6 @@
 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-OPENSUSE
-Patch2:         0001-fix-pipewire-build-error.patch
-# PATCH-FIX-UPSTREAM
-Patch3:         0001-fix-ffmpeg-5-compilation.patch
 BuildRequires:  cmake >= 3.16
 BuildRequires:  gcc-c++
 # Use gcc 10 for openSUSE Leap 15.3+ and SLE15SP3+
@@ -48,6 +44,7 @@
 BuildRequires:  pkgconfig(Qt5Svg) >= 5.10.0
 BuildRequires:  pkgconfig(Qt5Widgets) >= 5.10.0
 BuildRequires:  pkgconfig(Qt5X11Extras) >= 5.10.0
+BuildRequires:  pkgconfig(SPIRV-Tools)
 BuildRequires:  pkgconfig(alsa)
 BuildRequires:  pkgconfig(libass)
 BuildRequires:  pkgconfig(libavcodec) >= 58.18.100
@@ -58,7 +55,6 @@
 BuildRequires:  pkgconfig(libcdio)
 BuildRequires:  pkgconfig(libgme)
 BuildRequires:  pkgconfig(libpipewire-0.3)
-BuildRequires:  pkgconfig(SPIRV-Tools)
 BuildRequires:  pkgconfig(libpulse)
 BuildRequires:  pkgconfig(libsidplayfp)
 BuildRequires:  pkgconfig(libswresample) >= 3.1.100
@@ -94,14 +90,9 @@
 It's a development package for %{name}.
 
 %prep
-# %autosetup -p1 -n %{name}-src-%{version}
-%setup -q -n %{name}-src-%{version}
-%patch1 -p1
-# Apply pipewire patch for openSUSE Leap 15.3 and SLE15SP3 only
-%if 0%{?sle_version} == 150300
-%patch2 -p1
-%endif
-%patch3 -p1
+%autosetup -p1 -n %{name}-src-%{version}
+# %setup -q -n %{name}-src-%{version}
+# %patch1 -p1
 
 %build
 # Build options

++++++ 0001-add-opensuse-customizations.patch ++++++
--- /var/tmp/diff_new_pack.dyZXyY/_old  2022-03-20 20:55:50.986552462 +0100
+++ /var/tmp/diff_new_pack.dyZXyY/_new  2022-03-20 20:55:50.990552468 +0100
@@ -7,7 +7,7 @@
 
 --- a/src/qmplay2/YouTubeDL.cpp
 +++ b/src/qmplay2/YouTubeDL.cpp
-@@ -434,22 +434,9 @@
+@@ -434,29 +434,9 @@
      QString program = m_ytDlPath;
  
  #ifndef Q_OS_WIN
@@ -24,6 +24,13 @@
 -                args.prepend(program);
 -                program = pythonCmd;
 -            }
+-#ifdef Q_OS_MACOS
+-            else if (QFileInfo("/usr/local/bin/" + pythonCmd).isExecutable())
+-            {
+-                args.prepend(program);
+-                program = "/usr/local/bin/" + pythonCmd;
+-            }
+-#endif
 -        }
 -        ytDlFile.close();
 -    }

++++++ QMPlay2-src-21.12.24.tar.xz -> QMPlay2-src-22.03.19.tar.xz ++++++
++++ 7855 lines of diff (skipped)

Reply via email to