From d9794e000632b509a3162fa15637fc797aaed192 Mon Sep 17 00:00:00 2001 From: graysky Date: Sun, 21 Feb 2021 17:08:17 -0500 Subject: [PATCH] core/linux-raspberrypi4 to 5.10.16-5 Fixes playback issue with some media1[1]. 1. https://forum.kodi.tv/showthread.php?tid=360664 --- core/linux-raspberrypi4/PKGBUILD | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/core/linux-raspberrypi4/PKGBUILD b/core/linux-raspberrypi4/PKGBUILD index bf16c21cf..6300c3f22 100644 --- a/core/linux-raspberrypi4/PKGBUILD +++ b/core/linux-raspberrypi4/PKGBUILD @@ -11,7 +11,7 @@ _srcname=linux-${_commit} _kernelname=${pkgbase#linux} _desc="Raspberry Pi 4" pkgver=5.10.16 -pkgrel=4 +pkgrel=5 arch=('armv7h' 'aarch64') url="http://www.kernel.org/" license=('GPL2') @@ -23,6 +23,7 @@ source=("https://github.com/raspberrypi/linux/archive/${_commit}.tar.gz" '60-linux.hook' '90-linux.hook' 0001-Make-proc-cpuinfo-consistent-on-arm64-and-arm.patch + 0002-vc4_place-dont-reject-fractional-source-coords.patch::https://github.com/popcornmix/linux/commit/ab3ef7a300c5e3e8a15a51e9de0bafeecf863be3.patch ) source_armv7h=('config' 'config.txt') source_aarch64=('config8' 'config8.txt') @@ -31,7 +32,8 @@ md5sums=('f247ad6cd18f1c352e77eb3aee0289df' '86d4a35722b5410e3b29fc92dae15d4b' 'ce6c81ad1ad1f8b333fd6077d47abdaf' '441ec084c47cddc53e592fb0cbce4edf' - 'f66a7ea3feb708d398ef57e4da4815e9') + 'f66a7ea3feb708d398ef57e4da4815e9' + '78ad3b6ff01ebb09ce35214e23ff9ada') md5sums_armv7h=('f7f7823a7197ad0466e7273bb69b6684' '9669d916a5929a2eedbd64477f83d99e') md5sums_aarch64=('fbc0d4184b0b3bc4d52bd2d75f3fd7fd' @@ -53,6 +55,7 @@ prepare() { sed -i '2iexit 0' scripts/depmod.sh patch -Np1 -i ../0001-Make-proc-cpuinfo-consistent-on-arm64-and-arm.patch + patch -Np1 -i ../0002-vc4_place-dont-reject-fractional-source-coords.patch } build() {