Skip to content

Commit

Permalink
libva: Update to v2.22.0
Browse files Browse the repository at this point in the history
Release notes can be found [here](https://github.com/intel/libva/releases/tag/2.22.0).

Signed-off-by: Ikey Doherty <[email protected]>
  • Loading branch information
ikeycode committed Nov 9, 2024
1 parent 6e841e7 commit fce6fc4
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 24 deletions.
Binary file modified l/libva/manifest.x86_64.bin
Binary file not shown.
41 changes: 22 additions & 19 deletions l/libva/manifest.x86_64.jsonc
Original file line number Diff line number Diff line change
Expand Up @@ -23,13 +23,13 @@
],
"files": [
"/usr/lib/libva-drm.so.2",
"/usr/lib/libva-drm.so.2.2000.0",
"/usr/lib/libva-drm.so.2.2200.0",
"/usr/lib/libva-wayland.so.2",
"/usr/lib/libva-wayland.so.2.2000.0",
"/usr/lib/libva-wayland.so.2.2200.0",
"/usr/lib/libva-x11.so.2",
"/usr/lib/libva-x11.so.2.2000.0",
"/usr/lib/libva-x11.so.2.2200.0",
"/usr/lib/libva.so.2",
"/usr/lib/libva.so.2.2000.0"
"/usr/lib/libva.so.2.2200.0"
],
"name": "libva",
"provides": [
Expand All @@ -49,25 +49,25 @@
],
"depends": [
"libva",
"soname(libX11-xcb.so.1(x86))",
"soname(libX11.so.6(x86))",
"soname(libXext.so.6(x86))",
"soname(libXfixes.so.3(x86))",
"soname(libc.so.6(x86))",
"soname(libdrm.so.2(x86))",
"soname(libwayland-client.so.0(x86))",
"soname(libxcb-dri3.so.0(x86))",
"soname(libxcb.so.1(x86))"
"soname(libX11-xcb.so.1(386))",
"soname(libX11.so.6(386))",
"soname(libXext.so.6(386))",
"soname(libXfixes.so.3(386))",
"soname(libc.so.6(386))",
"soname(libdrm.so.2(386))",
"soname(libwayland-client.so.0(386))",
"soname(libxcb-dri3.so.0(386))",
"soname(libxcb.so.1(386))"
],
"files": [
"/usr/lib32/libva-drm.so.2",
"/usr/lib32/libva-drm.so.2.2000.0",
"/usr/lib32/libva-drm.so.2.2200.0",
"/usr/lib32/libva-wayland.so.2",
"/usr/lib32/libva-wayland.so.2.2000.0",
"/usr/lib32/libva-wayland.so.2.2200.0",
"/usr/lib32/libva-x11.so.2",
"/usr/lib32/libva-x11.so.2.2000.0",
"/usr/lib32/libva-x11.so.2.2200.0",
"/usr/lib32/libva.so.2",
"/usr/lib32/libva.so.2.2000.0"
"/usr/lib32/libva.so.2.2200.0"
],
"name": "libva-32bit",
"provides": [
Expand Down Expand Up @@ -136,7 +136,9 @@
"/usr/include/va/va_dec_jpeg.h",
"/usr/include/va/va_dec_vp8.h",
"/usr/include/va/va_dec_vp9.h",
"/usr/include/va/va_dec_vvc.h",
"/usr/include/va/va_dri2.h",
"/usr/include/va/va_dri3.h",
"/usr/include/va/va_dricommon.h",
"/usr/include/va/va_drm.h",
"/usr/include/va/va_drmcommon.h",
Expand All @@ -154,6 +156,7 @@
"/usr/include/va/va_prot.h",
"/usr/include/va/va_str.h",
"/usr/include/va/va_tpi.h",
"/usr/include/va/va_trace.h",
"/usr/include/va/va_version.h",
"/usr/include/va/va_vpp.h",
"/usr/include/va/va_wayland.h",
Expand All @@ -177,6 +180,6 @@
}
},
"source-name": "libva",
"source-release": "4",
"source-version": "2.20.0"
"source-release": "5",
"source-version": "2.22.0"
}
8 changes: 3 additions & 5 deletions l/libva/stone.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@
# SPDX-License-Identifier: MPL-2.0
#
name : libva
version : '2.20.0'
release : 4
version : 2.22.0
release : 5
homepage : https://github.com/intel/libva
upstreams :
- https://github.com/intel/libva/archive/refs/tags/2.20.0.tar.gz : 117f8d658a5fc9ea406ca80a3eb4ae1d70b15a54807c9ed77199c812bed73b60
- https://github.com/intel/libva/releases/download/2.22.0/libva-2.22.0.tar.bz2 : e3da2250654c8d52b3f59f8cb3f3d8e7fb1a2ee64378dbc400fbc5663de7edb8
summary : Implementation of the Video Acceleration API
description : |
VA-API is an open-source library and API specification, which provides access to graphics hardware acceleration capabilities for video processing. It consists of a main library and driver-specific acceleration backends for each supported hardware vendor.
Expand All @@ -21,8 +21,6 @@ builddeps :
- pkgconfig32(xext)
- pkgconfig32(xfixes)
emul32 : yes
environment : |
export LDFLAGS="${LDFLAGS} -Wl,--undefined-version"
setup : |
%meson
build : |
Expand Down

0 comments on commit fce6fc4

Please sign in to comment.