Accepting request 950008 from home:alois:branches:graphics
- Add qimgv-mpv_v2_fix.patch (fix Factory build) OBS-URL: https://build.opensuse.org/request/show/950008 OBS-URL: https://build.opensuse.org/package/show/graphics/qimgv?expand=0&rev=43
This commit is contained in:
parent
c2bb5a8854
commit
f87b0f943f
22
qimgv-mpv_v2_fix.patch
Normal file
22
qimgv-mpv_v2_fix.patch
Normal file
@ -0,0 +1,22 @@
|
|||||||
|
From 8b01170753fcadc86770dd650c3d38a76e88963d Mon Sep 17 00:00:00 2001
|
||||||
|
From: easymodo <easymodofrf@gmail.com>
|
||||||
|
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},
|
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sun Jan 30 15:46:40 UTC 2022 - Luigi Baldoni <aloisio@gmx.com>
|
||||||
|
|
||||||
|
- Add qimgv-mpv_v2_fix.patch (fix Factory build)
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Sep 30 10:54:56 UTC 2021 - Luigi Baldoni <aloisio@gmx.com>
|
Thu Sep 30 10:54:56 UTC 2021 - Luigi Baldoni <aloisio@gmx.com>
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package qimgv
|
# 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
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -29,6 +29,8 @@ Patch1: qimgv-PIE.patch
|
|||||||
Patch2: qimgv-includepath.patch
|
Patch2: qimgv-includepath.patch
|
||||||
# PATCH-FIX-OPENSUSE qimgv-no_return_in_nonvoid.patch # aloisio@gmx.com pacify rpmlint
|
# PATCH-FIX-OPENSUSE qimgv-no_return_in_nonvoid.patch # aloisio@gmx.com pacify rpmlint
|
||||||
Patch6: qimgv-no_return_in_nonvoid.patch
|
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
|
BuildRequires: cmake >= 3.13
|
||||||
%if 0%{?suse_version} > 1500
|
%if 0%{?suse_version} > 1500
|
||||||
BuildRequires: gcc-c++
|
BuildRequires: gcc-c++
|
||||||
|
Loading…
Reference in New Issue
Block a user