v18 LibreELEC Testbuilds for x86_64 (Kodi 18.0)
New LibreELEC.tv Leia build #0905: Generic
(Supercedes previous build)

Code:
# uname -a
Linux NUC 4.13.0 #1 SMP Tue Sep 5 23:13:41 BST 2017 x86_64 GNU/Linux

# lsb_release
LibreELEC (Milhouse): devel-20170905231054-#0905-g1df41ec [Build #0905]

# Kodi version
(18.0-ALPHA1 Git:ef76936). Platform: Linux x86 64-bit

Based on tip of LibreELEC.tv master (1df41ec, changelog) and tip of XBMC master (ef76936, changelog) with the following modifications:
  • Includes latest kodi-platform master (36fb493)
  • Includes latest libcec master (8adc786, ahead +26)
  • Includes latest libnfs master (3ba2a2c, ahead +101)
  • Includes latest p8-platform master (a822e19)
  • Includes latest addons: inputstream.adaptive (1656efc), inputstream.rtmp (e094fa3), peripheral.joystick (cc14287), pvr.argustv (23cc0e8), pvr.demo (122dedd), pvr.dvblink (816f90c), pvr.dvbviewer (8741c8b), pvr.filmon (34dca04), pvr.hdhomerun (ace19fa), pvr.hts (53118d8), pvr.iptvsimple (ac4f4bd), pvr.mediaportal.tvserver (c86ab35), pvr.mythtv (b46e5be), pvr.nextpvr (a855663), pvr.njoy (99874de), pvr.octonet (a77cf11), pvr.pctv (549f690), pvr.stalker (e15edca), pvr.vbox (b5da811), pvr.vdr.vnsi (7e6e385), pvr.vuplus (9bfd868), pvr.wmc (d820bf8)
  • Include [env] 22775c5: include crazycat dvb drivers addon in image
  • Include [env] patch: libcec: don't link non-existant libtinfo
  • Include [env] patch: rev hack for kodi
  • Include [env] patch: Add experimental splash video for RPi
  • Include [env] patch: Bump included addon versions to prevent online updates
  • Include [env] patch: HACK: Disable multiple PVR addons during migration. Always enable inputstream.* and os.*
  • Include [env] patch: Add kodi binary addons (pvr, adsp, inputstream, vfs, other)
  • Include [env] patch: pvr addons: disable broken addons
  • Include [env] PR:1773: init: make break after behaviour really break after
  • Include [env] PR:1776: Don't cause system to hang on halt/reboot when net-booting
  • Include [env] PR:1791: nss/nspr: include in main image [rfc]
  • Include [env] PR:1835: add support for optional kernel modules in image and from addons
  • Include [env] PR:1919: samba: don't restart smbd in samba-autoshare
  • Include [env] PR:1940: RTL8812AU: update to RTL8812AU-8e7ccba
  • Include [env] PR:1947: package updates
  • Include [pkg] patch: skin.estuary: reduce system info font size (kodi)
  • Include [pkg] PR:234: implement intensity compensation for VC-1 decoding for Ivybridge and better (intel-vaapi-driver)
  • Include [pkg] PR:260: Fix Seeking with VC1 after 6702b01ee3598017f05374bfc7956493f790361c (intel-vaapi-driver)
  • Include [pkg] PR:12311: FIX: ensure real filename from videodb in playlists
  • Include [pkg] PR:12708: Add contextmenu option to remove resume points
  • Include [pkg] PR:12767: Partial revert of imdb crashfix due to a introduced bug
Build Highlights:
  1. ibnfs v4 updates
  2. [pvr] PVR Addon API 5.7.1
  3. mesa-17.2.0; llvm-5.0.0rc4; pulseaudio-11.0
  4. iwlwifi-firmware update for 4.13.0
Build Details:
  1. LibreELEC.tv:
    • samba: ensure new properties are populated on upgrade (PR:1943, 1 commit, 1 file changed)
    • mesa: update to mesa-17.2.0 (PR:1923, 1 commit, 1 file changed)
    • linux: update to linux-4.13.0 (PR:1815, 24 commits, 8 files changed)
    • kodi: Update to latest master (PR:1946, 6 commits, 26 files changed)
    • Game add-on updates (PR:1948, 2 commits, 131 files changed)
  2. XBMC:
    • Fixes rapidjson internal compilation bug (PR:12768, 1 commit, 1 file changed)
    • OpenGLES2 and EGL: Adapt library names for raspberry pi (PR:12753, 1 commit, 2 files changed)
    • [pvr] PVR Addon API 5.7.1: Support for passing MimeType for PVR streams (PR:12755, 1 commit, 3 files changed)
  3. libnfs:
    • Rework the NFSv4 path lookup framework so it handles symlinks properly. (3ced39f)
    • NFSv4: Add support for nfs_mkdir2() (8a9fceb)
    • NFSv4 Add support for nfs_rmdir() (93fbecd)
    • NFSv4 Add support for nfs_open() nfs_fstat64() nfs_close() (0d9dd0e)
    • NFSv4: Add support for read() and pread() (dce044a)
    • NFSv4 Add support for symlink() (f3211e9)
    • NFSv4: Add support for readlink() (5c2d989)
    • NFSv4: Always send a GETATTR as part of the path lookup (4fa3b4b)
    • NFSv4: fix compiler warnings (9f44b15)
    • NFSv4: Update nfs_open() to support symlinks (5a78bd5)
    • NFSv4: Populate functions should return how many operations they did append. (5c73d78)
    • NFSv4: Add support for nfs_[p]write() (61e071d)
    • NFSv4: Add support for open(O_TRUNC) (42d1477)
    • NFSv4: Add open(O_SYNC) support (2ce8890)
    • NFSv4: Add support (and tests) for open(O_APPEND) (65de831)
    • NFSv4: Document how to run the tests for NFSv4 (17cf8d3)
    • NFSv4: Create a nice free-er function for the lookup blob (8c59fe7)
    • nfs_open2(): Add a new nfs_open2() function that takes a mode argument. (0ce4917)
    • NFSv4: Add support for open(O_CREAT) (65a0110)
    • NFSv4: Use nfs->mask when create the default mode for open(O_CREAT) (efb2153)
    • NFSv4: Add support for open_create() by plumbing it into open(O_CREAT) (9854c0d)
    • NFSv4: Add support for nfs_unlink() (3523251)
    • NFSv4: add nfs_link() support. (ffafa5f)
    • NFSv4: change populate_getattr to populate_getfh (a72dbc2)
    • NFSv4: Standardize how we create cb data for split path lookups. (840c9b7)
    • NFSv4: Add rename() support. (de9da56)
    • NFSv4: Add support for mknod() (bd95371)
    • NFSv4: We only need 18 events to stat a file in v4. Update the timeout test. (f1c7b96)
    • NFSv4: Add support for opendir() (cea99f8)
    • NFSv4: Update the way we increment seqid (3928dac)
    • NFSv4: add nfs_truncate() support (2b6216d)
    • NFSv4: re-work the nfs4_op_*() functions a bit and make them less overloaded (81361d3)
    • NFSv4: more nfs_op_* helpers to marshall compound command components (8e1baa9)
    • NFSv3: Add support for open(O_CREAT) (ebc2f0a)
    • NFSv4: Add support for fsync() (80d3f48)
    • NFSv4: Add support for ftruncate() (73b8129)
    • NFSv4: Add tests for truncate() (d39017a)
    • NFSv4: Add lseek() support. (8f12f7f)
    • NFSv4: Add support for statvfs() (c7655f9)
    • NFSv4: Add support for chmod/lchmod/fchmod (6c03422)
    • NFSv4: Add support for chown/lchown/fchown (4c6d19b)
    • NFSv4: Add access()/access2() (5ebd10f)
    • NFSv4: add utimes/lutimes support (8489557)
    • NFSv4: Fix some compiler warnings (1da019a)
    • NFSv3: Fix compiler warning (3ba2a2c)
  4. Additional commits/pull requests/changes not yet merged upstream:
    • Added: [env] 22775c5: include crazycat dvb drivers addon in image
    • Added: [env] PR:1947: package updates
Texture Cache Maintenance Utility: Preload your texture cache for optimal UI performance. Remotely manage media libraries. Purge unused artwork to free up space. Find missing media. Configurable QA check to highlight metadata issues. Aid in diagnosis of library and cache related problems.


Messages In This Thread
RE: LibreELEC Testbuilds for x86_64 (Kodi 18.0) - by Milhouse - 2017-09-06, 00:54
Logout Mark Read Team Forum Stats Members Help
LibreELEC Testbuilds for x86_64 (Kodi 18.0)24