mirror of
https://github.com/LizardByte/Sunshine.git
synced 2026-08-07 10:20:46 +00:00
41 lines
1.4 KiB
JSON
41 lines
1.4 KiB
JSON
{
|
|
"name": "ffmpeg-prebuilt",
|
|
"buildsystem": "simple",
|
|
"build-commands": [
|
|
"mkdir -p /app/ffmpeg",
|
|
"tar -xzf ffmpeg.tar.gz -C /app/ffmpeg --strip-components=1"
|
|
],
|
|
"sources": [
|
|
{
|
|
"type": "file",
|
|
"url": "https://github.com/LizardByte/build-deps/releases/download/v2026.713.132551/Linux-x86_64-ffmpeg.tar.gz",
|
|
"sha256": "66512409857d7c11c18875193c098a5131baec060169c8f8e6397387e7a1af7d",
|
|
"dest-filename": "ffmpeg.tar.gz",
|
|
"only-arches": [
|
|
"x86_64"
|
|
],
|
|
"x-checker-data": {
|
|
"type": "json",
|
|
"url": "https://api.github.com/repos/LizardByte/build-deps/releases/latest",
|
|
"version-query": ".tag_name",
|
|
"url-query": ".assets[] | select(.name==\"Linux-x86_64-ffmpeg.tar.gz\") | .browser_download_url"
|
|
}
|
|
},
|
|
{
|
|
"type": "file",
|
|
"url": "https://github.com/LizardByte/build-deps/releases/download/v2026.713.132551/Linux-aarch64-ffmpeg.tar.gz",
|
|
"sha256": "2bdcfa663bb7a1b241a47665c94aa288ef2ec40c6a212cc0a8ec63904b886c6d",
|
|
"dest-filename": "ffmpeg.tar.gz",
|
|
"only-arches": [
|
|
"aarch64"
|
|
],
|
|
"x-checker-data": {
|
|
"type": "json",
|
|
"url": "https://api.github.com/repos/LizardByte/build-deps/releases/latest",
|
|
"version-query": ".tag_name",
|
|
"url-query": ".assets[] | select(.name==\"Linux-aarch64-ffmpeg.tar.gz\") | .browser_download_url"
|
|
}
|
|
}
|
|
]
|
|
}
|