mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-03-19 00:21:40 +00:00
alarm/kodi-rpi to 19.1-7
4k@60 fps by default (doesn't hurt on kms even if using lesser resolutions)
This commit is contained in:
parent
e618b83b75
commit
eaf36d838b
2 changed files with 6 additions and 6 deletions
|
@ -15,7 +15,7 @@ pkgname=(
|
|||
'kodi-rpi-eventclients' 'kodi-rpi-tools-texturepacker' 'kodi-rpi-dev'
|
||||
)
|
||||
pkgver=19.1
|
||||
pkgrel=6
|
||||
pkgrel=7
|
||||
_commit=f955df92d4e5d2a290261c3d29e87059b1443db7
|
||||
arch=('armv7h' 'aarch64')
|
||||
url="https://github.com/graysky2/xbmc/tree/gs-gbm_matrix"
|
||||
|
@ -84,8 +84,8 @@ sha256sums=('6a6adf5bdb5af2dfc3e972d9d9de5d4b4eb5d21fba49eb57b65810dcfa3dea91'
|
|||
'62f2223fb9181d1d6338451375628975775f7522185266cd5296571ac152bc45'
|
||||
'b38e0bbef7faac2b82fed550a0c19b0d4e7f6737d5321d4fd8f216b80f8aee8a'
|
||||
'5ad9f95c53e8f29853c1fefa0a20a301be4045e2c7ae49d1164bc74d94155627'
|
||||
'd3f1be7fed28a5efcb29a6fe8f09039c694dfcda3c055a22679c35d2c705d8c0'
|
||||
'04cd3a4290ebd6584535cd107aaf9c2d0effa3e8713cf1d6abd6fe74fc142dad'
|
||||
'41bc9a846de2468a1cb90485b7d02dc7a761a65a2e82c36e64876812573fa64e'
|
||||
'33916114f9c73d113cf8835775220aeef6089329c76dee07750eba9bbd5b29aa'
|
||||
'16d6c79ff3a3d3653f21d77a36326a0335c8cec49a9c06dbc2de0ed143e50a9f'
|
||||
'76eafede11af936bb554932b2be71ce91d4bf1c07107d847500ebbf3ff7d7245')
|
||||
|
||||
|
|
|
@ -2,9 +2,9 @@ dtoverlay=vc4-kms-v3d,cma-@@@
|
|||
dtoverlay=rpivid-v4l2
|
||||
disable_overscan=1
|
||||
disable_fw_kms_setup=1
|
||||
|
||||
### uncomment for RPi4B playback of 4k x265 content @60 fps (UNDER DEVELOPMENT)
|
||||
#hdmi_enable_4kp60=1
|
||||
hdmi_enable_4kp60=1
|
||||
max_framebuffer_width=1920
|
||||
max_framebuffer_width=1080
|
||||
|
||||
### 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