obs-studio/build-aux/modules/50-libvpl.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

26 lines
617 B
JSON

{
"name": "libvpl",
"buildsystem": "cmake-ninja",
"builddir": true,
"config-opts": [
"-DCMAKE_BUILD_TYPE=Release",
"-DENABLE_LIBDIR_IN_RUNTIME_SEARCH=ON",
"-DINSTALL_DEV=ON",
"-DBUILD_EXAMPLES=OFF",
"-DBUILD_EXPERIMENTAL=OFF",
"-DBUILD_SHARED_LIBS=ON"
],
"cleanup": [
"/include",
"/lib/pkgconfig"
],
"sources": [
{
"type": "git",
"url": "https://github.com/intel/libvpl.git",
"commit": "11a9bbda5b22ac1c544da59b4007bb57f737b487",
"tag": "v2.11.0"
}
]
}