From 5078b95fc9a986a21b660001591d5dd8104b899b Mon Sep 17 00:00:00 2001 From: tytan652 Date: Thu, 18 Jan 2024 09:15:48 +0100 Subject: [PATCH] build-aux: Update Flatpak oneVPL module to libvpl Update oneVPL v2023.3.1 to libvpl v10.1 --- build-aux/com.obsproject.Studio.json | 2 +- build-aux/modules/{50-onevpl.json => 50-libvpl.json} | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) rename build-aux/modules/{50-onevpl.json => 50-libvpl.json} (75%) diff --git a/build-aux/com.obsproject.Studio.json b/build-aux/com.obsproject.Studio.json index 232e426cf..d074212b0 100644 --- a/build-aux/com.obsproject.Studio.json +++ b/build-aux/com.obsproject.Studio.json @@ -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", diff --git a/build-aux/modules/50-onevpl.json b/build-aux/modules/50-libvpl.json similarity index 75% rename from build-aux/modules/50-onevpl.json rename to build-aux/modules/50-libvpl.json index fc6e88227..61a7d235e 100644 --- a/build-aux/modules/50-onevpl.json +++ b/build-aux/modules/50-libvpl.json @@ -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" } ] }