obs-studio/build-aux/modules/50-vpl-gpu-rt.json
tytan652 aa3f980603 build-aux: Update Flatpak VPL modules
* Update libvpl to 2.11.0
  * Adds a build option to no longer require ONEVPL_SEARCH_PATH to be set
* Update onevpl-intel-gpu to vpl-gpu-rt 24.2.2
2024-05-10 16:51:56 -04:00

29 lines
731 B
JSON

{
"name": "vpl-gpu-rt",
"buildsystem": "cmake-ninja",
"builddir": true,
"config-opts": [
"-DCMAKE_BUILD_TYPE=Release",
"-DBUILD_RUNTIME=ON",
"-DBUILD_TESTS=OFF",
"-DBUILD_TOOLS=OFF"
],
"cleanup": [
"/lib/pkgconfig"
],
"sources": [
{
"type": "git",
"url": "https://github.com/intel/vpl-gpu-rt.git",
"commit": "d74cb6391eaad4a2db9cbec6a8a335b6f1a555c4",
"tag": "intel-onevpl-24.2.2"
},
{
"type": "shell",
"commands": [
"sed -i 's/CMAKE_VERBOSE_MAKEFILE ON/CMAKE_VERBOSE_MAKEFILE OFF/g' builder/profiles/onevpl.cmake"
]
}
]
}