forked from marfrit/marfrit-packages
f3dd1c1886
Mirror of arch/daedalus-v4l2-dkms into the Debian tree. Architecture: all (source package — DKMS rebuilds per-kernel at install time). Same pin (f04d700, Phase 8.13 close). Installs kernel/ source to /usr/src/daedalus_v4l2-<ver>/ with generated dkms.conf. postinst runs `dkms add` + `dkms autoinstall` so the module builds against the running kernel's headers automatically. prerm runs `dkms remove --all`. Same Makefile-include-path flattening as the Arch sibling: copies daedalus_v4l2_proto.h into kernel/include/ and patches the Makefile's -I path. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
12 lines
620 B
Plaintext
12 lines
620 B
Plaintext
daedalus-v4l2-dkms (0.1.0+r15+gf04d700-1) bookworm trixie; urgency=medium
|
|
|
|
* Initial Debian DKMS packaging for the daedalus_v4l2 kernel module.
|
|
* Pinned to f04d700 (Phase 8.13 close): kernel-side framework
|
|
integration (V4L2 m2m, dmabuf-export, media controller, request
|
|
API, NV12 single-plane + NV12M + P010 CAPTURE) that closes the
|
|
libva→/dev/video0→daemon round-trip with byte-exact pixels.
|
|
* Auto-builds via DKMS against the running kernel's headers.
|
|
* Companion userspace package: daedalus-v4l2 (daemon + tools).
|
|
|
|
-- Markus Fritsche <mfritsche@reauktion.de> Mon, 18 May 2026 23:00:00 +0000
|