A new version (7.1.5) of ffmpeg-2404-sdk was just pushed to the latest/candidate channel in the snap store. The following revisions are available.
| CPU Architecture | Revision |
|---|
| amd64 | 172 |
| arm64 | 174 |
| armhf | 173 |
| ppc64el | 177 |
| riscv64 | 176 |
| s390x | 175 |
Automated testing
If configured, the snap will be installed in a VM, and any test results or screenshots will be posted to this issue as a comment shortly.
How to test it manually
- Grab the manifest of a snap that uses ffmpeg, for eg: Tagger
- Update the manifest to use ffmpeg-2404-sdk from candidate channel
like this, https://github.com/NickvisionApps/tagger-snap/blob/main/snap/snapcraft.yaml#L21
- Build the snap and see if it builds perfectly
How to release it
Maintainers can promote this to stable by commenting /promote <rev>[,<rev>] latest/stable [done].
For example
- To promote a single revision, run
/promote <rev> latest/stable
- To promote multiple revisions, run
/promote <rev>,<rev> latest/stable
- To promote a revision and close the issue, run
/promote <rev>,<rev> latest/stable done
You can promote all revisions that were just built with:
/promote 172,174,173,177,176,175 latest/stable done
A new version (7.1.5) of
ffmpeg-2404-sdkwas just pushed to thelatest/candidatechannel in the snap store. The following revisions are available.Automated testing
If configured, the snap will be installed in a VM, and any test results or screenshots will be posted to this issue as a comment shortly.
How to test it manually
like this, https://github.com/NickvisionApps/tagger-snap/blob/main/snap/snapcraft.yaml#L21
How to release it
Maintainers can promote this to stable by commenting
/promote <rev>[,<rev>] latest/stable [done].You can promote all revisions that were just built with: