Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package intel-media-driver for openSUSE:Factory checked in at 2021-10-28 18:31:26 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/intel-media-driver (Old) and /work/SRC/openSUSE:Factory/.intel-media-driver.new.1890 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "intel-media-driver" Thu Oct 28 18:31:26 2021 rev:17 rq:927930 version:21.3.4 Changes: -------- --- /work/SRC/openSUSE:Factory/intel-media-driver/intel-media-driver.changes 2021-10-04 18:40:52.478146184 +0200 +++ /work/SRC/openSUSE:Factory/.intel-media-driver.new.1890/intel-media-driver.changes 2021-10-28 18:31:44.544425938 +0200 @@ -1,0 +2,10 @@ +Thu Oct 28 10:38:53 UTC 2021 - Stefan Dirsch <[email protected]> + +- mention baselibs.conf as source in specfile + +------------------------------------------------------------------- +Mon Oct 25 17:15:44 UTC 2021 - Duarte Pousa <[email protected]> + +- Fix 32bit build (dependency for Steam in-home streaming hardware decode) + +------------------------------------------------------------------- New: ---- baselibs.conf ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ intel-media-driver.spec ++++++ --- /var/tmp/diff_new_pack.fjFLmH/_old 2021-10-28 18:31:45.132426304 +0200 +++ /var/tmp/diff_new_pack.fjFLmH/_new 2021-10-28 18:31:45.136426307 +0200 @@ -28,6 +28,7 @@ Source: https://github.com/intel/media-driver/archive/intel-media-%{version}.tar.gz Source1: generate-supplements.sh Source2: supplements.inc +Source3: baselibs.conf Patch1: Werror-initialize-in-right-order.patch BuildRequires: c++_compiler BuildRequires: cmake @@ -36,7 +37,7 @@ #Note this is NOT libva library version! BuildRequires: pkgconfig(libva) >= 1.12.0 BuildRequires: pkgconfig(pciaccess) -ExclusiveArch: x86_64 +ExclusiveArch: x86_64 i586 %include %{S:2} %description @@ -74,8 +75,18 @@ %define __sourcedir media-driver sed -i -e 's,-Werror,,' media-driver/cmrtlib/linux/CMakeLists.txt +%ifarch i586 +sed -i -e 's/-m${ARCH}/-m32/' -e 's/${ARCH}/"32"/' media-driver/media_driver/cmake/linux/media_compile_flags_linux.cmake +%endif + %build srcroot=`pwd` + +%ifarch i586 +export CFLAGS="%optflags -D_FILE_OFFSET_BITS=64" \ + CXXFLAGS="%optflags -D_FILE_OFFSET_BITS=64" +%endif + %cmake \ -DBUILD_SHARED_LIBS:BOOL=OFF -DMEDIA_BUILD_FATAL_WARNINGS:BOOL=OFF %cmake_build ++++++ baselibs.conf ++++++ libigfxcmrt7 intel-media-driver
