Remove the ffmpeg-static npm runtime dependency and download checksum-verified pinned FFmpeg release assets directly
Hop-State: A_06FNNTFDVDZGB2NFDAARAT0 Hop-Proposal: R_06FNNTEE6NDAD98WA9S7VA0 Hop-Task: T_06FNNS0FK2T1TH9QVHG8MSR Hop-Attempt: AT_06FNNS0FK2MH777VNTJ1530
This commit is contained in:
@@ -13,11 +13,11 @@ Navidrome is downloaded from its official GitHub release during the desktop buil
|
||||
|
||||
## FFmpeg
|
||||
|
||||
Resonant desktop builds bundle a platform-specific FFmpeg executable for media transcoding. The binary is supplied by `ffmpeg-static` 5.3.0 and reports FFmpeg 6.0 on Apple Silicon.
|
||||
Resonant desktop builds bundle a platform-specific FFmpeg executable for media transcoding. The binary and its matching build notices come from the pinned `ffmpeg-static` `b6.1.1` release. The exact FFmpeg build varies by platform and is recorded in the notice bundled with the app (the Apple Silicon binary reports FFmpeg 6.0).
|
||||
|
||||
- Project: https://ffmpeg.org/
|
||||
- Source: https://github.com/FFmpeg/FFmpeg/tree/n6.0
|
||||
- Binary packaging: https://github.com/eugeneware/ffmpeg-static/tree/5.3.0
|
||||
- Source project: https://github.com/FFmpeg/FFmpeg
|
||||
- Binary release: https://github.com/eugeneware/ffmpeg-static/releases/tag/b6.1.1
|
||||
- License: GNU General Public License v3.0 or later
|
||||
|
||||
The exact upstream binary build information and license copied by `ffmpeg-static` are included in every packaged Resonant app.
|
||||
The preparation script downloads and SHA-256 verifies the binary, license, and build information published with that release. The matching notices are included in every packaged Resonant app.
|
||||
|
||||
Reference in New Issue
Block a user