- Update to version 20.2.1

* Samples: Fixed #2190. rotate_opencl plugin switched to recent
    version of OpenCL C++ headers, validated with OpenCL-CLHPP
    v2.0.12 and OpenCL-Headers v2020.06.16 / Intel® SDK for OpenCL™
    Applications for Windows* 2020.2.487.

- Update to version 20.2.0
  * bugfixes and improvements
  * includes: Build system does not enforce specific instruction 
    set (issue#2047, boo#1167346)
- supersedes u_buildfix-for-gcc10.patch

OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/libmfx?expand=0&rev=24
This commit is contained in:
Stefan Dirsch 2020-08-27 18:49:33 +00:00 committed by Git OBS Bridge
parent d144a05494
commit 0670cce0ad
6 changed files with 30 additions and 28 deletions

View File

@ -1,16 +1,7 @@
--- MediaSDK-intel-mediasdk-19.1.0/CMakeLists.txt.orig 2019-06-07 14:12:27.554638245 +0000
+++ MediaSDK-intel-mediasdk-19.1.0/CMakeLists.txt 2019-06-07 14:08:03.833212595 +0000
@@ -18,7 +18,7 @@
# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
# SOFTWARE.
-cmake_minimum_required( VERSION 3.6 )
+cmake_minimum_required( VERSION 3.5.2 )
project( mediasdk )
include(CMakeDependentOption)
--- MediaSDK-intel-mediasdk-19.1.0/api/mfx_dispatch/linux/CMakeLists.txt.orig 2019-06-07 14:12:10.042277959 +0000
+++ MediaSDK-intel-mediasdk-19.1.0/api/mfx_dispatch/linux/CMakeLists.txt 2019-06-07 14:09:37.611141937 +0000
Index: MediaSDK-intel-mediasdk-20.2.0/api/mfx_dispatch/linux/CMakeLists.txt
===================================================================
--- MediaSDK-intel-mediasdk-20.2.0.orig/api/mfx_dispatch/linux/CMakeLists.txt
+++ MediaSDK-intel-mediasdk-20.2.0/api/mfx_dispatch/linux/CMakeLists.txt
@@ -18,7 +18,7 @@
# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
# SOFTWARE.

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:289a40ffe73dc291461d97edf452bdc622f76e52666483fd1eb4f131d2921cd1
size 10540514

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:e13d7d0cf8a4e455ef4032e0cacff63bbbe934a13652ee236ff95d3b9bbb7154
size 10898687

View File

@ -1,3 +1,21 @@
-------------------------------------------------------------------
Thu Aug 27 18:32:40 UTC 2020 - Stefan Dirsch <sndirsch@suse.com>
- Update to version 20.2.1
* Samples: Fixed #2190. rotate_opencl plugin switched to recent
version of OpenCL C++ headers, validated with OpenCL-CLHPP
v2.0.12 and OpenCL-Headers v2020.06.16 / Intel® SDK for OpenCL™
Applications for Windows* 2020.2.487.
-------------------------------------------------------------------
Thu Aug 27 18:04:40 UTC 2020 - Stefan Dirsch <sndirsch@suse.com>
- Update to version 20.2.0
* bugfixes and improvements
* includes: Build system does not enforce specific instruction
set (issue#2047, boo#1167346)
- supersedes u_buildfix-for-gcc10.patch
-------------------------------------------------------------------
Mon Aug 3 09:03:23 UTC 2020 - Fabian Vogt <fvogt@suse.com>

View File

@ -19,7 +19,7 @@
%global sover 1
Name: libmfx
%define lname libmfx%{sover}
Version: 19.4.0
Version: 20.2.1
Release: 0
Summary: The Intel Media SDK
License: MIT
@ -27,7 +27,6 @@ Group: Development/Languages/C and C++
URL: https://github.com/Intel-Media-SDK/MediaSDK
Source0: https://github.com/Intel-Media-SDK/MediaSDK/archive/intel-mediasdk-%{version}.tar.gz
Patch0: cmake-sle12.patch
Patch1: u_buildfix-for-gcc10.patch
BuildRequires: cmake
%if 0%{?suse_version} < 1500
BuildRequires: gcc7-c++
@ -112,6 +111,7 @@ rmdir %{buildroot}/%{_datadir}/mfx/samples
%doc CHANGELOG.md CODEOWNERS README.md
%{_bindir}/asg-hevc
%{_bindir}/hevc_fei_extractor
%{_bindir}/mfx-tracer-config
%files -n %lname
%license LICENSE
@ -119,6 +119,8 @@ rmdir %{buildroot}/%{_datadir}/mfx/samples
%{_libdir}/libmfx.so.%{sover}.*
%{_libdir}/libmfxhw64.so.%{sover}
%{_libdir}/libmfxhw64.so.%{sover}.*
%{_libdir}/libmfx-tracer.so.%{sover}
%{_libdir}/libmfx-tracer.so.%{sover}.*
%dir %{_libdir}/mfx
%{_libdir}/mfx/libmfx_*_hw64.so
%dir %{_datadir}/mfx
@ -131,6 +133,7 @@ rmdir %{buildroot}/%{_datadir}/mfx/samples
%{_includedir}/mfx/
%{_libdir}/libmfx.so
%{_libdir}/libmfxhw64.so
%{_libdir}/libmfx-tracer.so
%{_libdir}/pkgconfig/*.pc
%changelog

View File

@ -1,10 +0,0 @@
--- MediaSDK-intel-mediasdk-19.4.0/tutorials/common/common_vaapi.cpp.old 2020-03-16 12:19:15.596797932 +0000
+++ MediaSDK-intel-mediasdk-19.4.0/tutorials/common/common_vaapi.cpp 2020-03-16 12:19:43.133334634 +0000
@@ -24,6 +24,7 @@
#include <map>
#include "common_vaapi.h"
+#include <string>
struct sharedResponse {
mfxFrameAllocResponse mfxResponse;