obs-studio/build-aux/modules/50-intel-media-sdk.json
tytan652 c45d6e4d24 build-aux: Update KDE Flatpak runtime to 6.6
This new runtime version relies on Freedesktop SDK 23.08.

Disable PipeWire module since Freedesktop SDK 23.08 provides a more
recent version of PipeWire.

Intel Media SDK is patch to support being compiled with more recent
version of GCC
2024-01-22 16:43:58 -05:00

35 lines
939 B
JSON

{
"name": "intel-media-sdk",
"buildsystem": "cmake-ninja",
"builddir": true,
"config-opts": [
"-DCMAKE_BUILD_TYPE=Release",
"-DBUILD_SAMPLES=OFF",
"-DBUILD_TUTORIALS=OFF",
"-DENABLE_OPENCL=OFF",
"-DENABLE_WAYLAND=OFF",
"-DENABLE_X11=OFF",
"-DENABLE_X11_DRI3=OFF"
],
"cleanup": [
"/include",
"/lib/pkgconfig"
],
"sources": [
{
"type": "git",
"url": "https://github.com/Intel-Media-SDK/MediaSDK.git",
"commit": "869b60a6c3d7b5e9f7c3b3b914986322dca4bbae",
"tag": "intel-mediasdk-23.2.2"
},
{
"type": "patch",
"path": "patches/intel-media-sdk/010-intel-media-sdk-fix-reproducible-build.patch"
},
{
"type": "patch",
"path": "patches/intel-media-sdk/020-intel-media-sdk-gcc13-fix.patch"
}
]
}