daedalus-v4l2: 77e14e5 -> 3bc0da1 — decode_us + periodic stats (#15)

This commit is contained in:
2026-05-21 20:29:07 +02:00
parent abf8fb3077
commit 9146e83710
3 changed files with 35 additions and 25 deletions
+9 -12
View File
@@ -16,21 +16,18 @@
pkgname=daedalus-v4l2
_upstreampkg=daedalus-v4l2
# 77e14e5 = post-revert state plus daedalus-v4l2 PRs #12 (LOW_DELAY
# half-measure for the H.264 display-reorder visual) and #13 (daemon
# now links daedalus-fourier and logs substrate availability at
# startup). Daemon now needs `daedalus-fourier` at build time —
# Arch packaging for that sibling library is a follow-up; until it
# lands as an AUR-style PKGBUILD, this Arch build expects
# daedalus-fourier installed to /usr/local (or equivalent) by the
# user. See debian/daedalus-v4l2/build-deb.sh for the Debian-side
# in-build fetch-and-install of daedalus-fourier.
_commit=77e14e5a192f0eef0b41dd1140205e29d13d4d58
# 3bc0da1 = picks up daedalus-v4l2 PR #15 — per-frame `decode_us=N`
# in the `decoder: OK` log line + a periodic `decoder stats` summary
# every 60 frames. Pure observability — baseline for the
# substitution work in daedalus-v4l2#11 step 2. Daemon still needs
# daedalus-fourier at build time (Arch packaging for that is a
# follow-up; Debian side fetches inline via build-deb.sh).
_commit=3bc0da168cc0aa2271bfb6bc2864b49c48291185
# 0.1.0 (pre-1.0) + commit count + short sha. Bump the .Y on each
# Phase 8.x close. pkgver() recomputes at build time.
pkgver=0.1.0.r37.77e14e5
pkgrel=1 # reset for new upstream pin (77e14e5 — daedalus-fourier linkage)
pkgver=0.1.0.r39.3bc0da1
pkgrel=1 # reset for new upstream pin (3bc0da1 — decode_us + stats)
pkgdesc="Userspace daemon for the daedalus-v4l2 V4L2 stateless decoder shim (VP9/AV1/H.264 on Pi 5 / CM5)"
arch=('aarch64')
url="https://git.reauktion.de/reauktion/daedalus-v4l2"