diff --git a/build-aux/com.obsproject.Studio.json b/build-aux/com.obsproject.Studio.json index 19f86a1be..fb32fd292 100644 --- a/build-aux/com.obsproject.Studio.json +++ b/build-aux/com.obsproject.Studio.json @@ -18,8 +18,7 @@ "--talk-name=org.freedesktop.Notifications", "--talk-name=org.a11y.Bus", "--system-talk-name=org.freedesktop.Avahi", - "--env=VST_PATH=/app/extensions/Plugins/vst", - "--env=ONEVPL_SEARCH_PATH=/app/lib" + "--env=VST_PATH=/app/extensions/Plugins/vst" ], "add-extensions": { "com.obsproject.Studio.Plugin": { @@ -60,10 +59,10 @@ "modules/50-libqrcodegencpp.json", "modules/50-libvpl.json", "modules/50-ntv2.json", - "modules/50-onevpl-intel-gpu.json", "modules/50-rnnoise.json", "modules/50-swig.json", "modules/50-v4l-utils.json", + "modules/50-vpl-gpu-rt.json", "modules/90-asio.json", "modules/90-nlohmann-json.json", "modules/90-uthash.json", diff --git a/build-aux/modules/50-libvpl.json b/build-aux/modules/50-libvpl.json index 61a7d235e..7a054e92d 100644 --- a/build-aux/modules/50-libvpl.json +++ b/build-aux/modules/50-libvpl.json @@ -4,13 +4,10 @@ "builddir": true, "config-opts": [ "-DCMAKE_BUILD_TYPE=Release", - "-DBUILD_DEV=ON", - "-DBUILD_PREVIEW=OFF", - "-DBUILD_TOOLS=OFF", - "-DBUILD_TOOLS_ONEVPL_EXPERIMENTAL=OFF", - "-DINSTALL_EXAMPLE_CODE=OFF", + "-DENABLE_LIBDIR_IN_RUNTIME_SEARCH=ON", + "-DINSTALL_DEV=ON", "-DBUILD_EXAMPLES=OFF", - "-DBUILD_DISPATCHER_ONEVPL_EXPERIMENTAL=OFF", + "-DBUILD_EXPERIMENTAL=OFF", "-DBUILD_SHARED_LIBS=ON" ], "cleanup": [ @@ -21,8 +18,8 @@ { "type": "git", "url": "https://github.com/intel/libvpl.git", - "commit": "79ef61b11790c70941cfa4d167b5d20d3a4e9744", - "tag": "v2.10.1" + "commit": "11a9bbda5b22ac1c544da59b4007bb57f737b487", + "tag": "v2.11.0" } ] } diff --git a/build-aux/modules/50-onevpl-intel-gpu.json b/build-aux/modules/50-vpl-gpu-rt.json similarity index 71% rename from build-aux/modules/50-onevpl-intel-gpu.json rename to build-aux/modules/50-vpl-gpu-rt.json index a2d8be083..86b88794d 100644 --- a/build-aux/modules/50-onevpl-intel-gpu.json +++ b/build-aux/modules/50-vpl-gpu-rt.json @@ -1,5 +1,5 @@ { - "name": "onevpl-intel-gpu", + "name": "vpl-gpu-rt", "buildsystem": "cmake-ninja", "builddir": true, "config-opts": [ @@ -14,9 +14,9 @@ "sources": [ { "type": "git", - "url": "https://github.com/oneapi-src/oneVPL-intel-gpu.git", - "commit": "852fa9f705ef44c004d014548601f3804a6de705", - "tag": "intel-onevpl-23.4.3" + "url": "https://github.com/intel/vpl-gpu-rt.git", + "commit": "d74cb6391eaad4a2db9cbec6a8a335b6f1a555c4", + "tag": "intel-onevpl-24.2.2" }, { "type": "shell",