Files
Sunshine/packaging/linux/flatpak/modules/ffmpeg.json
dependabot[bot] 1670672122 build(deps): bump third-party/build-deps from cd7d45a to d8b1d18 (#5097)
Bumps [third-party/build-deps](https://github.com/LizardByte/build-deps) from `cd7d45a` to `d8b1d18`.
- [Release notes](https://github.com/LizardByte/build-deps/releases)
- [Commits](cd7d45a4a1...d8b1d18b7e)

---
updated-dependencies:
- dependency-name: third-party/build-deps
  dependency-version: d8b1d18b7e82f8ee396bdd05e226896fa523b0df
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-05-11 21:17:39 -04:00

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.508.175015/Linux-x86_64-ffmpeg.tar.gz",
"sha256": "2bae3b4fd3c13b2b731b5bc90e888cc535216e85b499b8405d23508eaa589924",
"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.508.175015/Linux-aarch64-ffmpeg.tar.gz",
"sha256": "ea2c9f70cbe0d95493bef8fa44ad5b528d333c251c0b9588fe9dd31f347ff66c",
"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"
}
}
]
}