Files
obs-studio/build-aux/modules/50-libqrcodegencpp.json
T
tytan652 8963d25dd2 build-aux: Update Flatpak modules
* Update SVT-AV1 to 2.2.1
* Update FFmpeg to 7.0.2
* Update LuaJIT to 2.1 f725e44cda
* Update Asio to 1.31.0
* Update qrcodegen-cmake to v1.8.0-cmake3
2024-09-05 23:56:00 -04:00

28 lines
903 B
JSON

{
"name": "libqrcodegencpp",
"buildsystem": "cmake-ninja",
"builddir": true,
"config-opts": [
"-DCMAKE_BUILD_TYPE=Release",
"-DBUILD_SHARED_LIBS=ON"
],
"post-install": [
"rm -rf /app/include/qrcodegen",
"rm -rf /app/lib/cmake/qrcodegen",
"rm -rf /app/lib/pkgconfig/qrcodegen.pc",
"rm -rf /app/lib/libqrcodegen.*"
],
"sources": [
{
"type": "archive",
"url": "https://github.com/nayuki/QR-Code-generator/archive/refs/tags/v1.8.0.tar.gz",
"sha256": "2ec0a4d33d6f521c942eeaf473d42d5fe139abcfa57d2beffe10c5cf7d34ae60"
},
{
"type": "archive",
"url": "https://github.com/EasyCoding/qrcodegen-cmake/archive/refs/tags/v1.8.0-cmake3.tar.gz",
"sha256": "2037b0596e5651ce020f4d36e958d24672dbee75631bdb09ae8a45659121f4d0"
}
]
}