mirror of
https://github.com/flathub/org.yuzu_emu.yuzu.git
synced 2024-12-16 14:37:03 +00:00
Update yuzu-mainline.git to mainline-0-847
This commit is contained in:
parent
a9e12781c5
commit
e7325bdcd5
@ -174,19 +174,23 @@
|
||||
},
|
||||
{
|
||||
"name": "nv-codec-headers",
|
||||
"make-install-args": ["PREFIX=/app"],
|
||||
"make-install-args": [
|
||||
"PREFIX=/app"
|
||||
],
|
||||
"no-autogen": true,
|
||||
"cleanup": ["*"],
|
||||
"cleanup": [
|
||||
"*"
|
||||
],
|
||||
"sources": [
|
||||
{
|
||||
"type": "git",
|
||||
"url": "https://git.videolan.org/git/ffmpeg/nv-codec-headers.git",
|
||||
"tag": "n11.1.5.0",
|
||||
"commit": "b641a195edbe3ac9788e681e22c2e2fad8aacddb",
|
||||
"x-checker-data": {
|
||||
"type": "git",
|
||||
"tag-pattern": "^n([\\d.]+)$"
|
||||
}
|
||||
"url": "https://git.videolan.org/git/ffmpeg/nv-codec-headers.git",
|
||||
"tag": "n11.1.5.0",
|
||||
"commit": "b641a195edbe3ac9788e681e22c2e2fad8aacddb",
|
||||
"x-checker-data": {
|
||||
"type": "git",
|
||||
"tag-pattern": "^n([\\d.]+)$"
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
@ -201,8 +205,8 @@
|
||||
"-DENABLE_COMPATIBILITY_LIST_DOWNLOAD=ON",
|
||||
"-DYUZU_USE_QT_WEB_ENGINE=ON",
|
||||
"-DYUZU_USE_BUNDLED_FFMPEG=ON",
|
||||
"-DDISPLAY_VERSION=846",
|
||||
"-DBUILD_TAG=mainline-846",
|
||||
"-DDISPLAY_VERSION=847",
|
||||
"-DBUILD_TAG=mainline-847",
|
||||
"-DBUILD_REPOSITORY=yuzu-emu/yuzu-mainline"
|
||||
],
|
||||
"build-options": {
|
||||
@ -229,8 +233,8 @@
|
||||
{
|
||||
"type": "git",
|
||||
"url": "https://github.com/yuzu-emu/yuzu-mainline.git",
|
||||
"tag": "mainline-0-846",
|
||||
"commit": "9de140b33aa9a8fa2fbb871ab2d8c2d4be61ad01",
|
||||
"tag": "mainline-0-847",
|
||||
"commit": "172ef734bdc79af36921d71a0af03cafeac36eb6",
|
||||
"disable-shallow-clone": true,
|
||||
"x-checker-data": {
|
||||
"type": "git",
|
||||
@ -252,4 +256,4 @@
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
@ -30,6 +30,7 @@
|
||||
<screenshot>https://raw.githubusercontent.com/yuzu-emu/yuzu-emu.github.io/master/images/screenshots/039-Pok%C3%A9mon%20Mystery%20Dungeon%20Rescue%20Team%20DX.png.png.png</screenshot>
|
||||
</screenshots>
|
||||
<releases>
|
||||
<release version="mainline-0-847" date="2021-12-13"/>
|
||||
<release version="mainline-0-846" date="2021-12-12"/>
|
||||
<release version="mainline-0-845" date="2021-12-11"/>
|
||||
<release version="mainline-0-844" date="2021-12-10"/>
|
||||
|
Loading…
Reference in New Issue
Block a user