canonical / chisel-releases

36 stars 51 forks source link

feat(24.04): add ffmpeg dependencies slices #328

Closed HadrienPatte closed 1 month ago

HadrienPatte commented 2 months ago

Proposed changes

The overall goal is to create a SDF for the ffmpeg package. Since ffmpeg has a pretty deep dependency tree, this is broken up in a series of smaller PRs (see #326, #297 and #252). This PR adds SDF for the following packages that are all transitive dependencies of ffmpeg:

Related issues/PRs

Followup of #326, #297 and #252

Forward porting

Checklist

Additional Context

github-actions[bot] commented 2 months ago

Diff of dependencies:

slices/libcdio-cdda2t64.yaml ```diff @@ -1,2 +1,2 @@ libc6 -libcdio19 +libcdio19t64 ```
slices/libcdio-paranoia2t64.yaml ```diff @@ -1,3 +1,3 @@ libc6 libcdio-cdda2t64 -libcdio19 +libcdio19t64 ```
slices/libzmq5.yaml ```diff @@ -3,6 +3,6 @@ libgcc-s1 libgssapi-krb5-2 libnorm1t64 -libpgm-5.3-0 +libpgm-5.3-0t64 libsodium23 libstdc++6 ```