mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-18 22:54:00 +00:00
alarm/kodi-rpi to 19.1-11
This commit is contained in:
parent
ed681fa64b
commit
7a396079b3
2 changed files with 12 additions and 7 deletions
|
@ -15,7 +15,7 @@ pkgname=(
|
|||
'kodi-rpi-eventclients' 'kodi-rpi-tools-texturepacker' 'kodi-rpi-dev'
|
||||
)
|
||||
pkgver=19.1
|
||||
pkgrel=10
|
||||
pkgrel=11
|
||||
_commit=f955df92d4e5d2a290261c3d29e87059b1443db7
|
||||
arch=('armv7h' 'aarch64')
|
||||
url="https://github.com/graysky2/xbmc/tree/gs-gbm_matrix"
|
||||
|
@ -86,7 +86,7 @@ sha256sums=('6a6adf5bdb5af2dfc3e972d9d9de5d4b4eb5d21fba49eb57b65810dcfa3dea91'
|
|||
'b38e0bbef7faac2b82fed550a0c19b0d4e7f6737d5321d4fd8f216b80f8aee8a'
|
||||
'5ad9f95c53e8f29853c1fefa0a20a301be4045e2c7ae49d1164bc74d94155627'
|
||||
'5da233310ecd31e2137d95066b01b391edfadddaefcf25239f1ef8d2473835d1'
|
||||
'0ddfd972cf5de4e65944352b6c3c44de460ee7f4b801d6ffec65f7faa3565212'
|
||||
'23f105f914f3372afa432251b69c7601e50c22d1a88168185105ee859005f5cd'
|
||||
'16d6c79ff3a3d3653f21d77a36326a0335c8cec49a9c06dbc2de0ed143e50a9f'
|
||||
'76eafede11af936bb554932b2be71ce91d4bf1c07107d847500ebbf3ff7d7245'
|
||||
'4f639508d1d9e7467aa37008ee2ceb71784b1dec4859bdb750a2066f5328cbde')
|
||||
|
|
|
@ -1,14 +1,19 @@
|
|||
dtoverlay=vc4-kms-v3d,cma-@@@
|
||||
dtoverlay=rpivid-v4l2
|
||||
# leave this next entry blank as ensures dt parameters like dtparam=audio=on
|
||||
# which could appear after "include kodi.config.txt" in /boot/config.txt are
|
||||
# applied to the base dt instead of to the last dtoverlay loaded
|
||||
### leave this next entry blank as ensures dt parameters like dtparam=audio=on
|
||||
### which could appear after "include kodi.config.txt" in /boot/config.txt are
|
||||
### applied to the base dt instead of to the last dtoverlay loaded
|
||||
dtoverlay=
|
||||
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
|
||||
### RPi 4B/400 ONLY
|
||||
### For 4k content @ 60 Hz refresh rate, uncomment hdmi_enable_4kp60=1
|
||||
#
|
||||
### If it breaks video output as detailed in the following bug, also uncomment
|
||||
### force_turbo=1 see: https://github.com/raspberrypi/linux/issues/4446
|
||||
#hdmi_enable_4kp60=1
|
||||
#force_turbo=1
|
||||
|
||||
### uncomment to use the analog audio jack
|
||||
### the 2nd option prevents crackling audio when HW accel decoding is active
|
||||
|
|
Loading…
Reference in a new issue