build-aux: Update Flatpak oneVPL module to libvpl

Update oneVPL v2023.3.1 to libvpl v10.1
This commit is contained in:
tytan652 2024-01-18 09:15:48 +01:00 committed by Ryan Foster
parent c45d6e4d24
commit 5078b95fc9
2 changed files with 5 additions and 5 deletions

View file

@ -59,9 +59,9 @@
"modules/50-jansson.json",
"modules/50-libdatachannel.json",
"modules/50-libqrcodegencpp.json",
"modules/50-libvpl.json",
"modules/50-ntv2.json",
"modules/50-onevpl-intel-gpu.json",
"modules/50-onevpl.json",
"modules/50-rnnoise.json",
"modules/50-swig.json",
"modules/50-v4l-utils.json",

View file

@ -1,5 +1,5 @@
{
"name": "onevpl",
"name": "libvpl",
"buildsystem": "cmake-ninja",
"builddir": true,
"config-opts": [
@ -20,9 +20,9 @@
"sources": [
{
"type": "git",
"url": "https://github.com/oneapi-src/oneVPL.git",
"commit": "ca5bbbb057a6e84b103aca807612afb693ad046c",
"tag": "v2023.3.1"
"url": "https://github.com/intel/libvpl.git",
"commit": "79ef61b11790c70941cfa4d167b5d20d3a4e9744",
"tag": "v2.10.1"
}
]
}