mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
alarm/kodi-rpi-git to 19.x.57340.111952329d-1
This commit is contained in:
parent
72fd693cbd
commit
6ea9c5799c
2 changed files with 4 additions and 7 deletions
|
@ -69,7 +69,6 @@ source=(
|
|||
kodi.config.txt
|
||||
use-mcpu-avoiding-march-and-mtune.patch
|
||||
0001-mcpu-cortex-application-to-ffmpeg.patch
|
||||
0002-PR19892.patch::https://patch-diff.githubusercontent.com/raw/xbmc/xbmc/pull/19892.patch
|
||||
)
|
||||
backup=(boot/kodi.config.txt etc/conf.d/kodi-standalone)
|
||||
noextract=(
|
||||
|
@ -96,10 +95,9 @@ sha256sums=('1c0e0671f7cdd7dc83984cca625f959411bb6b5599ffbd5508bb3bc864f5a96a'
|
|||
'b38e0bbef7faac2b82fed550a0c19b0d4e7f6737d5321d4fd8f216b80f8aee8a'
|
||||
'5ad9f95c53e8f29853c1fefa0a20a301be4045e2c7ae49d1164bc74d94155627'
|
||||
'41bc9a846de2468a1cb90485b7d02dc7a761a65a2e82c36e64876812573fa64e'
|
||||
'272a4bcfb302b63ba46b0f7cc55f448d83795c9b621c3c679b268b236e44b6e0'
|
||||
'06be17cbd62eb580696d54c4c9002dee91dc48e009b04a7c808dba7561e6f853'
|
||||
'16d6c79ff3a3d3653f21d77a36326a0335c8cec49a9c06dbc2de0ed143e50a9f'
|
||||
'76eafede11af936bb554932b2be71ce91d4bf1c07107d847500ebbf3ff7d7245'
|
||||
'49ba2cfe10ce24ffb8fd77d83457b3e8684286b38ee22ddeb29792a42b6deb23')
|
||||
'76eafede11af936bb554932b2be71ce91d4bf1c07107d847500ebbf3ff7d7245')
|
||||
|
||||
prepare() {
|
||||
[[ -d kodi-build ]] && rm -rf kodi-build
|
||||
|
@ -113,9 +111,6 @@ prepare() {
|
|||
|
||||
# patch kodi build system to apply the patch we just copied over
|
||||
patch -Np1 -i ../0001-mcpu-cortex-application-to-ffmpeg.patch
|
||||
|
||||
# fix add clang support
|
||||
patch -Np1 -i ../0002-PR19892.patch
|
||||
}
|
||||
|
||||
build() {
|
||||
|
|
|
@ -2,6 +2,8 @@ dtoverlay=vc4-kms-v3d,cma-@@@
|
|||
dtoverlay=rpivid-v4l2
|
||||
disable_overscan=1
|
||||
disable_fw_kms_setup=1
|
||||
|
||||
# might need to comment this out, see: https://github.com/raspberrypi/linux/issues/4446
|
||||
hdmi_enable_4kp60=1
|
||||
|
||||
### uncomment to use the analog audio jack
|
||||
|
|
Loading…
Reference in a new issue