Update: Upstream updated, patch no longer needed. @hellios Thank you, I patched the PKGBUILD temporarily on my machine with your source for 6.10 and I got it working with my card. Patch below.
diff -ar -N -U 1 PKGBUILD PKGBUILD
--- PKGBUILD 2024-07-25 09:57:34.646106500 +0200
+++ PKGBUILD 2024-07-25 09:58:55.487708772 +0200
@@ -15,2 +15,4 @@
conflicts=('tbs-dvb-drivers')
+source=('https://github.com/hellivan/linux_media/archive/refs/heads/latest.zip')
+sha256sums=('7079b1733a7982907ed2a22e5f764deb78a6a30b3570c0c6553f3360ec736089')
@@ -19,3 +21,5 @@
git clone https://github.com/tbsdtv/$_gitname.git
- git clone --depth=1 https://github.com/tbsdtv/$_pkgname.git -b latest "$srcdir/media"
+ #git clone --depth=1 https://github.com/tbsdtv/$_pkgname.git -b latest "$srcdir/media"
+
+ mv "$srcdir/linux_media-latest" "$srcdir/media"
@@ -28,4 +32,5 @@
- cd "$srcdir/media"
- _gitver+=$(printf "%s" "$(git rev-parse --short=7 HEAD)")"_"
+ #cd "$srcdir/media"
+ #_gitver+=$(printf "%s" "$(git rev-parse --short=7 HEAD)")"_"
+ _gitver+="hellivan$(date +%Y%m%d)_"
Pinned Comments