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:
Dominique Leuenberger 2019-12-11 11:09:06 +00:00 committed by Git OBS Bridge
commit 0871aa7184
3 changed files with 29 additions and 0 deletions

21
update-matrix3.cpp.patch Normal file
View 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

View File

@ -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> Fri Aug 2 02:43:17 UTC 2019 - Martin Herkt <9+suse@cirno.systems>

View File

@ -26,6 +26,7 @@ Group: Development/Libraries/C and C++
URL: https://github.com/sekrit-twc/zimg URL: https://github.com/sekrit-twc/zimg
Source0: zimg-%{version}.tar.xz Source0: zimg-%{version}.tar.xz
Source99: baselibs.conf Source99: baselibs.conf
Patch0: update-matrix3.cpp.patch
BuildRequires: autoconf BuildRequires: autoconf
BuildRequires: automake BuildRequires: automake
BuildRequires: gcc-c++ BuildRequires: gcc-c++
@ -55,6 +56,7 @@ developing applications that use libzimg%{sover}.
%prep %prep
%setup -q %setup -q
%patch0 -p1
%build %build
autoreconf -fiv autoreconf -fiv