Accepting request 754324 from multimedia:libs
OBS-URL: https://build.opensuse.org/request/show/754324 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/zimg?expand=0&rev=33
This commit is contained in:
commit
0871aa7184
21
update-matrix3.cpp.patch
Normal file
21
update-matrix3.cpp.patch
Normal file
@ -0,0 +1,21 @@
|
||||
From 9ae36d7d5f7420eaacd9644451933512fa13d716 Mon Sep 17 00:00:00 2001
|
||||
From: sekrit-twc <sekrit-twc@users.noreply.github.com>
|
||||
Date: Wed, 4 Dec 2019 12:01:26 -0800
|
||||
Subject: [PATCH] Update matrix3.cpp
|
||||
|
||||
---
|
||||
src/zimg/colorspace/matrix3.cpp | 1 +
|
||||
1 file changed, 1 insertion(+)
|
||||
|
||||
diff --git a/src/zimg/colorspace/matrix3.cpp b/src/zimg/colorspace/matrix3.cpp
|
||||
index 06e0e2f..b4aeea7 100644
|
||||
--- a/src/zimg/colorspace/matrix3.cpp
|
||||
+++ b/src/zimg/colorspace/matrix3.cpp
|
||||
@@ -1,3 +1,4 @@
|
||||
+#include <cstddef>
|
||||
#include "matrix3.h"
|
||||
|
||||
namespace zimg {
|
||||
--
|
||||
2.24.0
|
||||
|
@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Dec 5 08:54:26 UTC 2019 - Martin Liška <mliska@suse.cz>
|
||||
|
||||
- Add update-matrix3.cpp.patch in order
|
||||
to fix boo#1158372.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Aug 2 02:43:17 UTC 2019 - Martin Herkt <9+suse@cirno.systems>
|
||||
|
||||
|
@ -26,6 +26,7 @@ Group: Development/Libraries/C and C++
|
||||
URL: https://github.com/sekrit-twc/zimg
|
||||
Source0: zimg-%{version}.tar.xz
|
||||
Source99: baselibs.conf
|
||||
Patch0: update-matrix3.cpp.patch
|
||||
BuildRequires: autoconf
|
||||
BuildRequires: automake
|
||||
BuildRequires: gcc-c++
|
||||
@ -55,6 +56,7 @@ developing applications that use libzimg%{sover}.
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
%patch0 -p1
|
||||
|
||||
%build
|
||||
autoreconf -fiv
|
||||
|
Loading…
x
Reference in New Issue
Block a user