Files
Sunshine/packaging/linux/flatpak/modules/ffmpeg.json
T
dependabot[bot] f81a49547f build(deps): bump third-party/build-deps from fce763b to 9d09f31 (#5324)
* build(deps): bump third-party/build-deps from `fce763b` to `9d09f31`

Bumps [third-party/build-deps](https://github.com/LizardByte/build-deps) from `fce763b` to `9d09f31`.
- [Release notes](https://github.com/LizardByte/build-deps/releases)
- [Commits](https://github.com/LizardByte/build-deps/compare/fce763bb09c73b5952ccdcbc90efb8ba8f53a7de...9d09f3123532beeddcbe42f96a476d2cb261f471)

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

Signed-off-by: dependabot[bot] <support@github.com>

* chore(deps): Update ffmpeg module URLs and checksums for Flatpak

Bump ffmpeg prebuilt archive references to build-deps release v2026.621.21936 and update the SHA256 checksums for the x86_64 and aarch64 packages. Destination filenames and architecture selections remain unchanged.

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: ReenigneArcher <42013603+ReenigneArcher@users.noreply.github.com>
2026-06-23 22:50:46 -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.621.21936/Linux-x86_64-ffmpeg.tar.gz",
"sha256": "62c08f5c9ef2b4e9adeb0d88b11da6c980170b76fae74fe67a4804b88e96c257",
"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.621.21936/Linux-aarch64-ffmpeg.tar.gz",
"sha256": "6baae9b03f378ccd2dc7a48f9b39f3eaeeba865e3acd274e5a2d4f8662a74fa8",
"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"
}
}
]
}