forked from pool/libmfx-gen
Accepting request 1184110 from X11:XOrg
OBS-URL: https://build.opensuse.org/request/show/1184110 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libmfx-gen?expand=0&rev=10
This commit is contained in:
BIN
intel-onevpl-24.1.3.tar.gz
(Stored with Git LFS)
BIN
intel-onevpl-24.1.3.tar.gz
(Stored with Git LFS)
Binary file not shown.
3
intel-onevpl-24.1.5.tar.gz
Normal file
3
intel-onevpl-24.1.5.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:0cb58a2a944ade72a85340d69352df1bd76b0afce09ca4faac69cc339a5a8732
|
||||
size 9056441
|
@@ -1,3 +1,18 @@
|
||||
-------------------------------------------------------------------
|
||||
Sat Jun 29 20:55:07 UTC 2024 - Bjørn Lie <bjorn.lie@gmail.com>
|
||||
|
||||
- Update to version 24.1.5
|
||||
* Fixed stuck issue for VP9 decoding
|
||||
* Fixed MPEG2 and JPEG decoding crash issue
|
||||
* Refined AV1 encoding reference frame structure for low delay
|
||||
frames to improve encoding quality
|
||||
* Enabled AV1 encoding additional forward reference for P/GPB
|
||||
frames on TU1
|
||||
* Fixed reset API returns buffer not enough in AV1 CQP mode
|
||||
* Added IDR flag to VP9 intra frames to support bitstream packing
|
||||
- Use full url for source tarball.
|
||||
- Use ldconfig_scriptlets macro for post(un) handling.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Feb 3 12:18:23 UTC 2024 - Stefan Dirsch <sndirsch@suse.com>
|
||||
|
||||
|
@@ -19,13 +19,13 @@
|
||||
%global sover 1_2
|
||||
Name: libmfx-gen
|
||||
%define lname libmfx-gen%{sover}
|
||||
Version: 24.1.3
|
||||
Version: 24.1.5
|
||||
Release: 0
|
||||
Summary: Intel oneVPL GPU Runtime
|
||||
License: MIT
|
||||
Group: Development/Languages/C and C++
|
||||
URL: https://github.com/oneapi-src/oneVPL-intel-gpu
|
||||
Source0: intel-onevpl-%{version}.tar.gz
|
||||
Source0: https://github.com/intel/vpl-gpu-rt/archive/refs/tags/intel-onevpl-%{version}.tar.gz
|
||||
Source1: supplements.inc
|
||||
Source2: generate-supplements.sh
|
||||
BuildRequires: cmake
|
||||
@@ -59,7 +59,7 @@ This package contains the development headers and pkgconfig files for
|
||||
the Intel oneVPL GPU Runtime.
|
||||
|
||||
%prep
|
||||
%autosetup -p1 -n oneVPL-intel-gpu-intel-onevpl-%{version}
|
||||
%autosetup -p1 -n vpl-gpu-rt-intel-onevpl-%{version}
|
||||
|
||||
%build
|
||||
mkdir -p build
|
||||
@@ -73,9 +73,7 @@ pushd build
|
||||
%make_install
|
||||
popd
|
||||
|
||||
%post -n %lname -p /sbin/ldconfig
|
||||
|
||||
%postun -n %lname -p /sbin/ldconfig
|
||||
%ldconfig_scriptlets -n %lname
|
||||
|
||||
%files
|
||||
%doc README.md
|
||||
|
Reference in New Issue
Block a user