Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package qimgv for openSUSE:Factory checked 
in at 2022-01-31 22:57:04
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/qimgv (Old)
 and      /work/SRC/openSUSE:Factory/.qimgv.new.1898 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "qimgv"

Mon Jan 31 22:57:04 2022 rev:22 rq:950009 version:1.0.2

Changes:
--------
--- /work/SRC/openSUSE:Factory/qimgv/qimgv.changes      2021-09-30 
23:45:07.680588409 +0200
+++ /work/SRC/openSUSE:Factory/.qimgv.new.1898/qimgv.changes    2022-01-31 
22:57:43.289420151 +0100
@@ -1,0 +2,5 @@
+Sun Jan 30 15:46:40 UTC 2022 - Luigi Baldoni <[email protected]>
+
+- Add qimgv-mpv_v2_fix.patch (fix Factory build)
+
+-------------------------------------------------------------------

New:
----
  qimgv-mpv_v2_fix.patch

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

Other differences:
------------------
++++++ qimgv.spec ++++++
--- /var/tmp/diff_new_pack.nKTaGI/_old  2022-01-31 22:57:43.833416488 +0100
+++ /var/tmp/diff_new_pack.nKTaGI/_new  2022-01-31 22:57:43.841416434 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package qimgv
 #
-# Copyright (c) 2021 SUSE LLC
+# Copyright (c) 2022 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -29,6 +29,8 @@
 Patch2:         qimgv-includepath.patch
 # PATCH-FIX-OPENSUSE qimgv-no_return_in_nonvoid.patch # [email protected] pacify 
rpmlint
 Patch6:         qimgv-no_return_in_nonvoid.patch
+# PATCH-FIX-UPSTREAM qimgv-mpv_v2_fix.patch
+Patch7:         qimgv-mpv_v2_fix.patch
 BuildRequires:  cmake >= 3.13
 %if 0%{?suse_version} > 1500
 BuildRequires:  gcc-c++

++++++ qimgv-mpv_v2_fix.patch ++++++
>From 8b01170753fcadc86770dd650c3d38a76e88963d Mon Sep 17 00:00:00 2001
From: easymodo <[email protected]>
Date: Sat, 18 Dec 2021 10:32:05 +0200
Subject: [PATCH] fix mpv_opengl_init_params

---
 plugins/player_mpv/src/mpvwidget.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/plugins/player_mpv/src/mpvwidget.cpp 
b/plugins/player_mpv/src/mpvwidget.cpp
index 16c4b168..2f8a39a5 100644
--- a/plugins/player_mpv/src/mpvwidget.cpp
+++ b/plugins/player_mpv/src/mpvwidget.cpp
@@ -69,7 +69,7 @@ void MpvWidget::setOption(const QString& name, const 
QVariant& value) {
 }
 
 void MpvWidget::initializeGL() {
-    mpv_opengl_init_params gl_init_params{get_proc_address, nullptr, nullptr};
+    mpv_opengl_init_params gl_init_params{get_proc_address, nullptr};
     mpv_render_param params[]{
         {MPV_RENDER_PARAM_API_TYPE, const_cast<char 
*>(MPV_RENDER_API_TYPE_OPENGL)},
         {MPV_RENDER_PARAM_OPENGL_INIT_PARAMS, &gl_init_params},

Reply via email to