ffmpeg-v4l2-request-fourier: PKGREL 3 → 5 (force rebuild past orphan -4 .deb) #77
Reference in New Issue
Block a user
Delete Branch "claude-noether/marfrit-packages:noether/ffmpeg-fourier-debian-pkgrel-5"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
PR #76 (H.264 IDCT 4×4 daedalus-fourier substitution) was merged but the resulting .deb was not actually built. An orphan
ffmpeg-v4l2-request-fourier_8.1+rfourier+gb57fbbe-4_arm64.deb(dated 2026-05-19, no matching source commit in main) sat in the apt pool..gitea/scripts/check-already-published.sh's debian branch comparesdpkg --compare-versions $pool_ver ge $source_full— pool-4≥ source-3, so CI's skip-check emittedskip=1and short-circuited the build. Theffmpeg-v4l2-request-debianAction reported success without actually publishing.Verified by inspecting
pool/main/f/ffmpeg-v4l2-request-fourier/:…-4_arm64.deb, last-modified2026-05-19 14:59 GMT(two days pre-merge).libvulkan1.nm -D libavcodec.so.62 | grep daedalusreturns nothing.This PR bumps source PKGREL past
-4so the next CI run sees source >= pool and proceeds to build + publish.No source code change beyond PKGREL + changelog. Arch side unaffected (its skip-check is exact-URL-match, not pool-head-ge).
Refs
.gitea/scripts/check-already-published.sh:147-225