Explorar el Código

build-aux: Update Flatpak oneVPL module to libvpl

Update oneVPL v2023.3.1 to libvpl v10.1
tytan652 hace 1 año
padre
commit
5078b95fc9
Se han modificado 2 ficheros con 5 adiciones y 5 borrados
  1. 1 1
      build-aux/com.obsproject.Studio.json
  2. 4 4
      build-aux/modules/50-libvpl.json

+ 1 - 1
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",

+ 4 - 4
build-aux/modules/50-onevpl.json → 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"
         }
     ]
 }