Merge pull request 'daedalus-v4l2{,-dkms}: fix hallucinated upstream commit SHA' (#37) from noether/daedalus-sha-fix into main
build and publish packages / distcc-avahi-aarch64 (push) Successful in 1m40s
build and publish packages / lmcp-any (push) Successful in 22s
build and publish packages / lmcp-debian (push) Successful in 11s
build and publish packages / claude-his-any (push) Successful in 22s
build and publish packages / ffmpeg-v4l2-request-aarch64 (push) Successful in 45m44s
build and publish packages / claude-his-debian (push) Successful in 31s
build and publish packages / libva-v4l2-request-fourier-aarch64 (push) Successful in 44s
build and publish packages / ffmpeg-v4l2-request-debian (push) Successful in 47m30s
build and publish packages / daedalus-v4l2-debian (push) Successful in 20s
build and publish packages / mpv-fourier-aarch64 (push) Successful in 2m0s
build and publish packages / libva-v4l2-request-fourier-debian (push) Successful in 33s
build and publish packages / daedalus-v4l2-dkms-debian (push) Successful in 10s
build and publish packages / mpv-fourier-debian (push) Successful in 3m8s
build and publish packages / distcc-avahi-aarch64 (push) Successful in 1m40s
build and publish packages / lmcp-any (push) Successful in 22s
build and publish packages / lmcp-debian (push) Successful in 11s
build and publish packages / claude-his-any (push) Successful in 22s
build and publish packages / ffmpeg-v4l2-request-aarch64 (push) Successful in 45m44s
build and publish packages / claude-his-debian (push) Successful in 31s
build and publish packages / libva-v4l2-request-fourier-aarch64 (push) Successful in 44s
build and publish packages / ffmpeg-v4l2-request-debian (push) Successful in 47m30s
build and publish packages / daedalus-v4l2-debian (push) Successful in 20s
build and publish packages / mpv-fourier-aarch64 (push) Successful in 2m0s
build and publish packages / libva-v4l2-request-fourier-debian (push) Successful in 33s
build and publish packages / daedalus-v4l2-dkms-debian (push) Successful in 10s
build and publish packages / mpv-fourier-debian (push) Successful in 3m8s
Reviewed-on: #37
This commit was merged in pull request #37.
This commit is contained in:
@@ -18,10 +18,10 @@ _module=daedalus_v4l2
|
|||||||
|
|
||||||
# Same pin as arch/daedalus-v4l2 — keep kernel module + daemon
|
# Same pin as arch/daedalus-v4l2 — keep kernel module + daemon
|
||||||
# bit-versioned together so the chardev wire protocol stays in sync.
|
# bit-versioned together so the chardev wire protocol stays in sync.
|
||||||
_commit=f55b2cdab8a8c0bc04e8c1bb1d0b6ca85e7d96d2
|
_commit=f55b2cd002afdfd08f3c093627317f92e4929074
|
||||||
|
|
||||||
pkgver=0.1.0.r16.f55b2cd
|
pkgver=0.1.0.r16.f55b2cd
|
||||||
pkgrel=1
|
pkgrel=2 # pkgrel=2 — corrected hallucinated _commit (was f55b2cdab... not in repo)
|
||||||
pkgdesc="V4L2 stateless decoder shim kernel module (DKMS) — Pi 5 / CM5"
|
pkgdesc="V4L2 stateless decoder shim kernel module (DKMS) — Pi 5 / CM5"
|
||||||
arch=('any')
|
arch=('any')
|
||||||
url="https://git.reauktion.de/reauktion/daedalus-v4l2"
|
url="https://git.reauktion.de/reauktion/daedalus-v4l2"
|
||||||
|
|||||||
@@ -21,12 +21,12 @@ _upstreampkg=daedalus-v4l2
|
|||||||
# ffmpeg -hwaccel vaapi → libva → /dev/video0 → daemon path lands a
|
# ffmpeg -hwaccel vaapi → libva → /dev/video0 → daemon path lands a
|
||||||
# pixel-correct decoded frame back in ffmpeg. Promote to a later pin
|
# pixel-correct decoded frame back in ffmpeg. Promote to a later pin
|
||||||
# only after a future phase closes cleanly.
|
# only after a future phase closes cleanly.
|
||||||
_commit=f55b2cdab8a8c0bc04e8c1bb1d0b6ca85e7d96d2
|
_commit=f55b2cd002afdfd08f3c093627317f92e4929074
|
||||||
|
|
||||||
# 0.1.0 (pre-1.0) + commit count + short sha. Bump the .Y on each
|
# 0.1.0 (pre-1.0) + commit count + short sha. Bump the .Y on each
|
||||||
# Phase 8.x close. pkgver() recomputes at build time.
|
# Phase 8.x close. pkgver() recomputes at build time.
|
||||||
pkgver=0.1.0.r16.f55b2cd
|
pkgver=0.1.0.r16.f55b2cd
|
||||||
pkgrel=1
|
pkgrel=2 # pkgrel=2 — corrected hallucinated _commit (was f55b2cdab... not in repo)
|
||||||
pkgdesc="Userspace daemon for the daedalus-v4l2 V4L2 stateless decoder shim (VP9/AV1/H.264 on Pi 5 / CM5)"
|
pkgdesc="Userspace daemon for the daedalus-v4l2 V4L2 stateless decoder shim (VP9/AV1/H.264 on Pi 5 / CM5)"
|
||||||
arch=('aarch64')
|
arch=('aarch64')
|
||||||
url="https://git.reauktion.de/reauktion/daedalus-v4l2"
|
url="https://git.reauktion.de/reauktion/daedalus-v4l2"
|
||||||
|
|||||||
+2
-2
@@ -14,9 +14,9 @@
|
|||||||
# Sibling userspace package: ../daedalus-v4l2/build-deb.sh
|
# Sibling userspace package: ../daedalus-v4l2/build-deb.sh
|
||||||
set -euo pipefail
|
set -euo pipefail
|
||||||
|
|
||||||
UPSTREAM_COMMIT=f55b2cdab8a8c0bc04e8c1bb1d0b6ca85e7d96d2
|
UPSTREAM_COMMIT=f55b2cd002afdfd08f3c093627317f92e4929074
|
||||||
PKGVER=0.1.0+r16+gf55b2cd
|
PKGVER=0.1.0+r16+gf55b2cd
|
||||||
PKGREL=1
|
PKGREL=2 # pkgrel=2 — corrected upstream commit SHA
|
||||||
MODULE_NAME=daedalus_v4l2
|
MODULE_NAME=daedalus_v4l2
|
||||||
|
|
||||||
HERE=$(dirname "$(readlink -f "$0")")
|
HERE=$(dirname "$(readlink -f "$0")")
|
||||||
|
|||||||
Vendored
+2
-2
@@ -15,9 +15,9 @@ set -euo pipefail
|
|||||||
# end-to-end via libva (consumer target hit)" — first commit where the
|
# end-to-end via libva (consumer target hit)" — first commit where the
|
||||||
# full ffmpeg -hwaccel vaapi → libva → /dev/video0 → daemon path lands
|
# full ffmpeg -hwaccel vaapi → libva → /dev/video0 → daemon path lands
|
||||||
# a pixel-correct decoded frame back in ffmpeg.
|
# a pixel-correct decoded frame back in ffmpeg.
|
||||||
UPSTREAM_COMMIT=f55b2cdab8a8c0bc04e8c1bb1d0b6ca85e7d96d2
|
UPSTREAM_COMMIT=f55b2cd002afdfd08f3c093627317f92e4929074
|
||||||
PKGVER=0.1.0+r16+gf55b2cd
|
PKGVER=0.1.0+r16+gf55b2cd
|
||||||
PKGREL=2 # pkgrel=2 — Depends on ffmpeg-v4l2-request-fourier (Path A SONAME .so.62)
|
PKGREL=3 # pkgrel=3 — corrected upstream commit SHA (was hallucinated) (Path A SONAME .so.62)
|
||||||
|
|
||||||
HERE=$(dirname "$(readlink -f "$0")")
|
HERE=$(dirname "$(readlink -f "$0")")
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user