mirror of
https://github.com/LizardByte/Sunshine.git
synced 2026-03-11 10:51:17 +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.221.143859/Linux-x86_64-ffmpeg.tar.gz",
|
|
"sha256": "cebf7a069bf144808896befe8d0d9d2d1e1d9eb1c9ac44e6906b72c6150a216a",
|
|
"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.221.143859/Linux-aarch64-ffmpeg.tar.gz",
|
|
"sha256": "6ba08d00f70d913f57ff0df8decaca6c3787b798e163a1cb2f086cb86ff7986d",
|
|
"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"
|
|
}
|
|
}
|
|
]
|
|
}
|