forked from marfrit/marfrit-packages
ffmpeg-v4l2-request-fourier: PKGREL 3 → 5 (force rebuild past orphan -4 .deb)
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 compares `dpkg --compare-versions $pool_ver ge $source_full` — pool -4 ≥ source -3, so CI's skip-check emitted skip=1 and short-circuited the build. The ffmpeg-v4l2-request-debian Action reported success without actually publishing. Bump source PKGREL past -4 so 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).
This commit is contained in:
@@ -1,3 +1,19 @@
|
||||
ffmpeg-v4l2-request-fourier (2:8.1+rfourier+gb57fbbe-5) bookworm trixie; urgency=medium
|
||||
|
||||
* pkgrel-only bump (3 → 5) to force a rebuild of the H.264 IDCT 4x4
|
||||
daedalus-fourier substitution that landed in marfrit-packages PR
|
||||
#76. An orphan -4 .deb already sat in the apt pool (dated
|
||||
2026-05-19, no matching source commit in main); CI's
|
||||
check-already-published.sh compares with `dpkg --compare-versions
|
||||
pool_ver ge source_full`, which short-circuited PR #76's -3
|
||||
build. Skipping past -4 lets the CI workflow actually publish the
|
||||
substitution.
|
||||
* No source code change beyond PKGREL and this changelog entry.
|
||||
Substitution + control + build-deb.sh wiring stay as PR #76 left
|
||||
them.
|
||||
|
||||
-- Markus Fritsche <mfritsche@reauktion.de> Thu, 21 May 2026 21:30:00 +0000
|
||||
|
||||
ffmpeg-v4l2-request-fourier (2:8.1+rfourier+gb57fbbe-3) bookworm trixie; urgency=medium
|
||||
|
||||
* Add 0003-h264-idct4-daedalus-fourier.patch — H264DSPContext.idct_add
|
||||
|
||||
Reference in New Issue
Block a user