mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
alarm/kodi-rpi-git to 21.x.64639.0b06c4608e-1
This commit is contained in:
parent
59ad69033b
commit
c0c5b792b5
2 changed files with 9 additions and 8 deletions
|
@ -13,8 +13,8 @@ pkgname=(
|
|||
'kodi-rpi-git-eventclients' 'kodi-rpi-git-tools-texturepacker' 'kodi-rpi-git-dev'
|
||||
)
|
||||
|
||||
_commitnumber=64590
|
||||
_commit=06d1fbea2d130b160f3607d5147f63e85e7f45ed
|
||||
_commitnumber=64639
|
||||
_commit=0b06c4608edb4b6c130ee8ff98d0751b19532c72
|
||||
|
||||
# set this to anything to build with clang
|
||||
# recommend manually setting -DUSE_LTO=OFF to -DUSE_LTO=$(nproc) in build()
|
||||
|
@ -79,7 +79,7 @@ noextract=(
|
|||
"flatbuffers-$_flatbuffers_version.tar.gz"
|
||||
"libudfread-$_libudfread_version.tar.gz"
|
||||
)
|
||||
sha256sums=('4837b80550f8b16f0587ee2a377d77e3368aaec3ac5c71c588cc60412640534f'
|
||||
sha256sums=('fd01658ad99b43958bb36453dadbaa9754820c517d09f487982a03a3b8e8dee3'
|
||||
'f38c4a4e7a4f4da6d8e83b8852489aa3bb6588a915dc41f5ee89d9aad305a06e'
|
||||
'584f62a3896794408d46368e2ecf2c6217ab9c676ce85921b2d68b8961f49dfc'
|
||||
'719130091e3adc9725ba72df808f24a14737a009dca5a4c38c601c0c76449b62'
|
||||
|
@ -89,7 +89,7 @@ sha256sums=('4837b80550f8b16f0587ee2a377d77e3368aaec3ac5c71c588cc60412640534f'
|
|||
'8aff985da30aaab37edf8e5b02fda33ed4cbdd962699a8e2af98fdef306f4e4d'
|
||||
'2bf16726ac98d093156195bb049a663e07d3323e079c26912546f4e05c77bac5'
|
||||
'8f8ab84a0cf3bd382edb118e475b336ca2fe1e1d4da3ad8e4637f8278ed9179c'
|
||||
'9ce6051a2157e6b677090f201d98870a33db6c90c91dc0d480a87fb7ab84e3e5')
|
||||
'9ba55fd29b3ef64de3869b092493a233eeb83a23d5ae378299ef9d335f271123')
|
||||
|
||||
prepare() {
|
||||
[[ -d kodi-build ]] && rm -rf kodi-build
|
||||
|
|
|
@ -6,11 +6,12 @@ dtoverlay=
|
|||
disable_overscan=1
|
||||
disable_fw_kms_setup=1
|
||||
|
||||
[pi4]
|
||||
### RPi 4B/400 ONLY
|
||||
### For 4k content @ 60 Hz refresh rate, uncomment hdmi_enable_4kp60=1
|
||||
#hdmi_enable_4kp60=1
|
||||
|
||||
### uncomment to use the analog audio jack
|
||||
### the 2nd option prevents crackling audio when HW accel decoding is active
|
||||
#dtparam=audio=on
|
||||
#audio_pwm_mode=1
|
||||
[pi5]
|
||||
max_framebuffers=0
|
||||
|
||||
[all]
|
||||
|
|
Loading…
Reference in a new issue