mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-18 22:54:00 +00:00
alarm/kodi-rpi-git to 19.x.57350.f59a2a55aa-1
This commit is contained in:
parent
7a396079b3
commit
52a8e21dbd
2 changed files with 14 additions and 9 deletions
|
@ -15,8 +15,8 @@ pkgname=(
|
||||||
'kodi-rpi-git-eventclients' 'kodi-rpi-git-tools-texturepacker' 'kodi-rpi-git-dev'
|
'kodi-rpi-git-eventclients' 'kodi-rpi-git-tools-texturepacker' 'kodi-rpi-git-dev'
|
||||||
)
|
)
|
||||||
|
|
||||||
_commitnumber=57346
|
_commitnumber=57350
|
||||||
_commit=9ce9d0ec8dad58b58bf2edc9d170ffa2fce91e5c
|
_commit=f59a2a55aa631de07761c56c00a762e9f6e1f7e1
|
||||||
|
|
||||||
# set this to anything to build with clang
|
# set this to anything to build with clang
|
||||||
# recommend manually setting -DUSE_LTO=OFF to -DUSE_LTO=$(nproc) in build()
|
# recommend manually setting -DUSE_LTO=OFF to -DUSE_LTO=$(nproc) in build()
|
||||||
|
@ -83,7 +83,7 @@ noextract=(
|
||||||
"flatbuffers-$_flatbuffers_version.tar.gz"
|
"flatbuffers-$_flatbuffers_version.tar.gz"
|
||||||
"libudfread-$_libudfread_version.tar.gz"
|
"libudfread-$_libudfread_version.tar.gz"
|
||||||
)
|
)
|
||||||
sha256sums=('765f6c30d40ccb330575370fe90741f8003c5071f69ecd2a379bf8420310d9d8'
|
sha256sums=('a6b465bbbd20fcf00fc1f39bee4998e2247aa1bae42c706361d0d0962801e81e'
|
||||||
'38816f8373e243bc5950449b4f3b18938c4e1c59348e3411e23f31db4072e40d'
|
'38816f8373e243bc5950449b4f3b18938c4e1c59348e3411e23f31db4072e40d'
|
||||||
'071e414e61b795f2ff9015b21a85fc009dde967f27780d23092643916538a57a'
|
'071e414e61b795f2ff9015b21a85fc009dde967f27780d23092643916538a57a'
|
||||||
'a30b6aa0aad0f2c505bc77948af2d5531a80b6e68112addb4c123fca24d5d3bf'
|
'a30b6aa0aad0f2c505bc77948af2d5531a80b6e68112addb4c123fca24d5d3bf'
|
||||||
|
@ -95,7 +95,7 @@ sha256sums=('765f6c30d40ccb330575370fe90741f8003c5071f69ecd2a379bf8420310d9d8'
|
||||||
'b38e0bbef7faac2b82fed550a0c19b0d4e7f6737d5321d4fd8f216b80f8aee8a'
|
'b38e0bbef7faac2b82fed550a0c19b0d4e7f6737d5321d4fd8f216b80f8aee8a'
|
||||||
'5ad9f95c53e8f29853c1fefa0a20a301be4045e2c7ae49d1164bc74d94155627'
|
'5ad9f95c53e8f29853c1fefa0a20a301be4045e2c7ae49d1164bc74d94155627'
|
||||||
'5da233310ecd31e2137d95066b01b391edfadddaefcf25239f1ef8d2473835d1'
|
'5da233310ecd31e2137d95066b01b391edfadddaefcf25239f1ef8d2473835d1'
|
||||||
'0ddfd972cf5de4e65944352b6c3c44de460ee7f4b801d6ffec65f7faa3565212'
|
'23f105f914f3372afa432251b69c7601e50c22d1a88168185105ee859005f5cd'
|
||||||
'16d6c79ff3a3d3653f21d77a36326a0335c8cec49a9c06dbc2de0ed143e50a9f'
|
'16d6c79ff3a3d3653f21d77a36326a0335c8cec49a9c06dbc2de0ed143e50a9f'
|
||||||
'76eafede11af936bb554932b2be71ce91d4bf1c07107d847500ebbf3ff7d7245')
|
'76eafede11af936bb554932b2be71ce91d4bf1c07107d847500ebbf3ff7d7245')
|
||||||
|
|
||||||
|
|
|
@ -1,14 +1,19 @@
|
||||||
dtoverlay=vc4-kms-v3d,cma-@@@
|
dtoverlay=vc4-kms-v3d,cma-@@@
|
||||||
dtoverlay=rpivid-v4l2
|
dtoverlay=rpivid-v4l2
|
||||||
# leave this next entry blank as ensures dt parameters like dtparam=audio=on
|
### 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
|
### 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
|
### applied to the base dt instead of to the last dtoverlay loaded
|
||||||
dtoverlay=
|
dtoverlay=
|
||||||
disable_overscan=1
|
disable_overscan=1
|
||||||
disable_fw_kms_setup=1
|
disable_fw_kms_setup=1
|
||||||
|
|
||||||
# might need to comment this out, see: https://github.com/raspberrypi/linux/issues/4446
|
### RPi 4B/400 ONLY
|
||||||
hdmi_enable_4kp60=1
|
### 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
|
### uncomment to use the analog audio jack
|
||||||
### the 2nd option prevents crackling audio when HW accel decoding is active
|
### the 2nd option prevents crackling audio when HW accel decoding is active
|
||||||
|
|
Loading…
Reference in a new issue