MilhouseVH
5bdcf282f3
kodi (default): update to kodi-29f64ce
2019-10-29 12:25:18 +00:00
MilhouseVH
1b58564ead
packages: use Python helper functions
2019-10-29 12:19:07 +00:00
MilhouseVH
74e48d0797
kodi/xml_merge.py: make python3 compatible; bug fixes
...
* decode byte object
* f was not visible in exception, resulting in an unhanled second exception
* fix indenting
2019-10-29 12:19:07 +00:00
MilhouseVH
97f87d8e9c
packages: switch from Python2 to Python3
2019-10-29 12:19:07 +00:00
MilhouseVH
72ef28e063
Revert "kodi: building with ninja makes xbmc/1600 more likely - don't use ninja"
...
This reverts commit d3a6a55826
.
2019-10-24 22:56:37 +01:00
MilhouseVH
5b95243968
kodi (Generic): update to kodi-e31d257 (kodi19-pre-python3)
2019-10-24 22:56:37 +01:00
MilhouseVH
c2b059e352
kodi (RPi/RPi2/RPi4): update to kodi-60bef86 (kodi19-pre-Python3)
2019-10-24 22:56:37 +01:00
MilhouseVH
bdabfd0b1f
kodi: update patch after PR16325
2019-10-24 22:56:37 +01:00
MilhouseVH
be274883ab
kodi: update patch after PR16043
2019-10-24 22:56:37 +01:00
MilhouseVH
528cbce613
kodi: update patches after PR16113
2019-10-24 22:56:37 +01:00
MilhouseVH
e26186a9d7
pastekodi: add option to allow output to stdout
2019-10-04 19:03:20 +01:00
MilhouseVH
106e581a00
kodi: fix pastekodi efi check
2019-09-25 15:59:00 +01:00
CvH
c9e8a7a5c9
Merge pull request #3817 from MilhouseVH/le10_kodi_pastekodi
...
kodi: add pastekodi script
2019-09-24 21:13:58 +02:00
Matthias Reichl
c0af07f97d
kodi: give kodi enough time to properly shut down
...
The current stop timeout of 5 seconds is way too low and
leads to systemd frequently killing kodi while it's still
shutting down. This is really bad since it can potentially
lead to corrupted files or databases and should be avoided
at all costs.
eg plain kodi 18.4 setup with only pvr.hts installed takes
about 6 seconds to stop on RPi4.
Increase the stop timeout to 30 seconds to allow proper shutdown
on slower systems.
While that is still a lot lower than the 90 seconds
systemd default it should both be enough for very slow systems
and also for us and users to notice kodi issues - in which case
those issues have to be investigated.
Signed-off-by: Matthias Reichl <hias@horus.com>
2019-09-16 14:16:16 +02:00
MilhouseVH
1f164f648c
kodi: add pastekodi script
2019-09-15 17:53:16 +01:00
5schatten
c114f64b08
kodi: update to 18.4-Leia
2019-09-13 16:45:48 +02:00
MilhouseVH
d3a6a55826
kodi: building with ninja makes xbmc/1600 more likely - don't use ninja
2019-07-14 21:58:43 +01:00
Christian Hewitt
9ff9ed352d
Merge pull request #3623 from MilhouseVH/le10_revert_streamdetails_update
...
kodi: temp fix stream details are being lost once playback ends
2019-07-03 05:09:53 +01:00
Christian Hewitt
18953c408e
Merge pull request #3633 from MilhouseVH/le10_kodi_18.3
...
kodi: update to 18.3-Leia
2019-07-03 05:07:47 +01:00
Jonas Karlman
e60e306861
kodi (Rockchip): update to kodi-rockchip_18.3-Leia-v2
2019-07-01 20:34:23 +01:00
Matthias Reichl
f9d649dec2
kodi: update to 18.3-Leia
...
Signed-off-by: Matthias Reichl <hias@horus.com>
2019-07-01 20:34:23 +01:00
chewitt
e4e9bb814d
kodi: set @ADDON_VERSION@ in repo addon.xml
2019-07-01 20:45:07 +04:00
5schatten
321d50cf99
kodi: temp fix stream details are being lost once playback ends https://github.com/xbmc/xbmc/issues/16322
2019-06-30 04:01:51 +01:00
Jernej Škrabec
09f892e5bc
Merge pull request #3506 from viulian/master
...
tinkerboard: disable 5s polling for CEC adapters
2019-06-14 21:37:23 +02:00
Ian Leonard
ba2732959a
kodi: enable speed flag
...
Signed-off-by: Ian Leonard <antonlacon@gmail.com>
2019-05-21 01:00:29 +00:00
5schatten
d19ab98bf3
kodi: fix WAYLANDPP_PROTOCOLS_DIR path / update Pulse/Alsa patch to support Wayland
2019-05-13 22:31:17 +02:00
viulian
9161165338
tinkerboard: disable 5s polling for CEC adapters (solve kwiboo's reviews)
2019-05-12 19:35:32 +02:00
kszaq
ae91f7645f
kodi: drop libamcodec support
2019-05-04 00:02:46 +02:00
mglae
e31325bb97
kodi: SIGTERM patch: do not delay shutdown
2019-04-22 21:00:57 +01:00
MilhouseVH
540ae8d571
kodi: fix SIGTERM patch after xbmc/15730 and xbmc/15776
2019-04-15 22:10:35 +01:00
MilhouseVH
9f9af0ac4d
kodi: fix SIGTERM patch after xbmc/15678
2019-04-15 22:10:35 +01:00
MilhouseVH
c15f50dafc
kodi (Generic/RPi/RockChip): update to kodi-18.2rc1-Leia
2019-04-15 22:10:35 +01:00
Christian Hewitt
48c24ea4a5
Merge pull request #3382 from kszaq/arm_mmap_threshold
...
kodi: set MALLOC_MMAP_THRESHOLD_=8192 for aarch64 kernels
2019-04-03 08:21:02 +04:00
kszaq
6ddfbd57cb
kodi: set MALLOC_MMAP_THRESHOLD_=8192 for aarch64 kernels
...
Currently there are no targets that use aarch64 userspace - they run aarch64 kernel
and arm userspace. Make them use MALLOC_MMAP_THRESHOLD_=8192 which greatly helps
to lower memory fragmentation.
2019-03-26 21:57:55 +01:00
MilhouseVH
d4f6326142
packages: align source code licence usage with project licence
2019-03-26 18:05:50 +00:00
MilhouseVH
c71997a775
Merge pull request #3306 from mglae/le92_crash_log
...
kodi.sh: upgrade crash log information
2019-02-21 23:27:52 +00:00
CvH
d33fbd4f34
Merge pull request #3296 from HiassofT/le92-cleanup-lircmap
...
kodi: cleanup Lircmap.xml patch
2019-02-20 22:50:21 +01:00
mglae
bc80ee9d39
kodi.sh: upgrade crash log information
2019-02-18 23:31:05 +01:00
Matthias Reichl
adc858eb4e
kodi: update to 18.1
...
Signed-off-by: Matthias Reichl <hias@horus.com>
2019-02-18 10:51:31 +01:00
Matthias Reichl
449ae720ef
kodi: update to 18.1rc1
...
Signed-off-by: Matthias Reichl <hias@horus.com>
2019-02-11 18:45:50 +01:00
Matthias Reichl
00b5955e2c
kodi: cleanup Lircmap.xml patch
...
Drop KEY_TITLE mapping, this is already mapped in kodi Lircmap.xml.
Drop mappings with invalid keycodes KEY_FFORWARD KEY_VOLUP KEY_VOLDOWN
KEY_CHUP KEY_CHDOWN KEY_STAR KEY_POUND, they don't exist in
linux/input-event-codes.h
Signed-off-by: Matthias Reichl <hias@horus.com>
2019-02-10 12:31:22 +01:00
MilhouseVH
15287a2da8
packages: pciutils, nasm, etc.: build only for x86_64
2019-02-08 17:17:43 +00:00
MilhouseVH
9f6ff24796
kodi (RPi): update to kodi-newclock5_18.0-Leia
2019-01-28 19:04:08 +00:00
MilhouseVH
2d19353f97
kodi (Rockchip): update to kodi-rockchip_18.0-Leia
2019-01-28 19:04:08 +00:00
MilhouseVH
ce6c34fcd3
kodi (Generic): update to kodi-18.0-Leia
2019-01-28 18:48:14 +00:00
Jonas Karlman
338ea10332
kodi: simplify gbm platform check
2019-01-15 19:50:06 +01:00
MilhouseVH
df5d31310b
kodi (RPi): update to kodi-newclock5_18.0rc5.2-Leia
2019-01-14 22:50:44 +00:00
MilhouseVH
b240eaf191
kodi (Rockchip): update to kodi-rockchip_18.0rc5.2-Leia
2019-01-14 22:50:44 +00:00
MilhouseVH
bf9dd03dc5
kodi (Generic): update to kodi-18.0rc5.2-Leia
2019-01-14 22:50:44 +00:00
MilhouseVH
df9076a4b5
Merge pull request #3191 from vpeter4/addon_service_fix
...
kodi: service addon wrapper call fix
2019-01-04 20:53:08 +00:00