{
"name": "gzdoom",
"buildsystem": "cmake-ninja",
"config-opts": [
"-DCMAKE_BUILD_TYPE=RelWithDebInfo"
],
"cleanup": [
"/lib/*.a",
"/lib/*.la",
"/lib/pkgconfig",
"/include"
],
"sources": [
{
"type": "git",
"url": "https://github.com/coelckers/gzdoom.git",
"tag": "g4.7.1",
"commit": "107ff702423686414680d6458fea63a2647692c4"
},
{
"type": "file",
"url": "https://github.com/coelckers/gzdoom/raw/g4.7.1/soundfont/gzdoom.sf2",
"sha256": "fca3e514b635a21789d4224e84865d2954a2a914d46b64aa8219ddb565c44869"
},
/* I've discussed these patches upstream and a special -DFLATPAK_BUNDLE has been approved */
{
"type": "patch",
"path": "description.patch"
}
],
"post-install": [
"install -Dm 644 gzdoom.sf2 /app/share/sounds/sf2/gzdoom.sf2"
],
"modules": [
{
"name": "zmusic",
"buildsystem": "cmake-ninja",
"config-opts": [
"-DCMAKE_BUILD_TYPE=RelWithDebInfo"
],
"sources": [
{
"type": "archive",
"url": "https://github.com/coelckers/ZMusic/archive/1.1.8.tar.gz",
"sha256": "73082f661b7b0bb33348d1d186c132deec9132a1613480348a00172b49c9fd68"
}
]
}
]
}