v17 LibreELEC Testbuilds for RaspberryPi (Kodi 17.0)
New LibreELEC.tv Krypton build #1010: RPi / RPi2
(Supercedes previous build)

Code:
# uname -a
Linux rpi512 4.8.1 #1 Tue Oct 11 04:30:30 BST 2016 armv6l GNU/Linux

# vcgencmd version
Oct  4 2016 19:03:30
Copyright (c) 2012 Broadcom
version c844c61ad08f94946910d0d5e1be076df4c8c56d (clean) (release)

# lsb_release
LibreELEC (Milhouse) - Version: devel-20161011042930-#1010-g5661f32 [Build #1010]

Based on tip of LibreELEC.tv master (5661f325, changelog) and tip of XBMC master (57eb7af8, changelog) with the following modifications:
  • Includes newclock5 patches
  • Excludes the LibreELEC linux-01-RPi_support patch in favour of sourcing these and possibly more recent patches directly from kernel branch rpi-4.8.y
  • Includes latest bcm2835-driver master (ec63df14)
  • Includes latest kodi-platform master (c8188d82)
  • Includes latest libcec master (62b8520c, ahead +15)
  • Includes latest libnfs master (2edbd147)
  • Includes latest p8-platform master (041a8c6c, ahead +1)
  • Includes latest addons: inputstream.mpd (b45f98ff, +8), inputstream.rtmp (70cb86f6), inputstream.smoothstream (081c6c43), peripheral.joystick (9db9cc59, +2), pvr.argustv (87cb6780), pvr.demo (01c68c88), pvr.dvblink (e842db92), pvr.dvbviewer (f72c62ff), pvr.filmon (675c2b4e), pvr.hdhomerun (eef1bd15), pvr.hts (c091da30), pvr.iptvsimple (57b546a3, +2), pvr.mediaportal.tvserver (845479b6), pvr.mythtv (b1b426f3), pvr.nextpvr (f99b17d3), pvr.njoy (b5d65655), pvr.pctv (d6d969fe), pvr.stalker (168e35f7), pvr.vbox (c966c5fd), pvr.vdr.vnsi (dd95edef), pvr.vuplus (7ab30d34), pvr.wmc (d9eac84f)
  • Exclude [env] libcec-PR208.patch: merged upstream (libcec)
  • Include [env] patch: Add kodi binary addons (pvr, adsp, other)
  • Include [env] patch: Don't build ADSP addons
  • Include [env] patch: linux: use in-tree rtl8192cu for RPi/RPi2
  • Include [env] patch: Bump included addon versions to prevent online updates
  • Include [env] patch: Add experimental splash video for RPi
  • Include [env] patch: HACK: Disable multiple PVR addons during migration. Always enable inputstream.* and os.*
  • Include [env] PR:759: linux: update to linux-4.8.1
  • Include [env] PR:792: scripts/build: use MinSizeRel cmake build type
  • Include [env] PR:796: scripts/build: cleanup
  • Include [env] PR:800: xf86-video-intel: enable dri3 and make it default
  • Include [env] PR:807: Network: smb & ntfs config mods
  • Include [env] PR:810: path: remove regex dependency when processing packages
  • Include [env] PR:812: libdrm: update to libdrm-2.4.71
  • Include [env] PR:813: scripts/build: no need to setup toolchain twice and before really building
  • Include [env] PR:826: libnfs: update to 1.11.0
  • Include [env] PR:828: xf86-video-nvidia: update to 367.57
  • Revert [env] 46b9b7b3: rtmpdump (Reason: use newclock5 bump)
  • Revert [env] PR:793: projects/*/options: disable lcdproc for all projects except Generic/Virtual (Reverted until add-on available)
  • Include [pkg] patch: [skin.estuary] Hide watched items on home (kodi-theme-Estuary)
  • Include [pkg] PR:8824: videodb: fix smart playlists not honoring "Show empty TV shows" setting.
  • Include [pkg] PR:10370: Add settings to control notification rumble duration and strength
  • Include [pkg] PR:10572: [CryptThreading] replace hardcoded value for CRYPTO_LOCK by macro
  • Include [pkg] PR:10641: [video] fix NFO parsing of <namedseason>'s
  • Include [pkg] PR:10658: support reusing of CFile::m_pFile
  • Include [pkg] PR:10676: [PVR] Recording home screen widget: Fix info dialog (show recording info, not generic video info).
  • Include [pkg] PR:10677: [xbmc/xbmc] [MediaSettings] - fixed loading interlacemode_none from defaultsettings
  • Revert [pkg] 6e8485a9: BCM270X_DT: Use bcm283x.dtsi, bcm2835.dtsi and bcm2836.dtsi (Reason: kodi fails to start) (linux)
Build Highlights:
  1. Watchdog and BCM270X_DT kernel commits - latter reverted for now (or kodi.bin will crash)
  2. Fix relative seeks
Build Details:
  1. XBMC:
    • [estouchy] update (PR:10673, 1 commit, 6 files changed)
    • VideoPlayer: fix general synchronize after 48301edd6a88c044243e6468ce… (PR:10669, 2 commits, 3 files changed)
    • [estuary] smartplaylist rules container did not work with a mouse (PR:10672, 1 commit, 1 file changed)
    • [guilib] make onclick override conditional. Fallback to default actio… (PR:10663, 1 commit, 1 file changed)
    • [Win32] DynamicDlls are not system-dll's (PR:10661, 1 commit, 3 files changed)
    • Dont load inputstream addons on startup if they are disabled (PR:10675, 1 commit, 1 file changed)
  2. peripheral.joystick:
    • [Fix] Resource leak (PR:54, 2 commits, 3 files changed)
  3. newclock5:
    • New commits in this build:
      • VideoPlayer: pass parameters for seek mode in a structure (1fed6b70)
      • VideoPlayer: do not block caller on relative seeks (e3407e95)
      • squash: VideoPlayer: pass parameters for seek mode in a structure (459aebfc)
    • Commits no longer in build:
      • VideoPlayer: fix general synchronize after 48301edd6a88c044243e6468ceeb54ff65f35f26 (f263018d)
      • VideoPlayer: do not wait for teletext msg queue to be empty, makes no sense (a4b9d3b6)
  4. kernel 4.8.y:
    • New commits in this build:
      • BCM270X_DT: Use bcm283x.dtsi, bcm2835.dtsi and bcm2836.dtsi (6e8485a9)
      • Merge pull request #1664 from notro/bcm283x-dtsi-1 (554c6680)
      • watchdog: bcm2835: Support setting reboot partition (5dc93ff7)
      • bcm270x: Use watchdog for reboot/poweroff (dc2d56de)
  5. Additional commits/pull requests/changes not yet merged upstream:
    • Added: [env] PR:826: libnfs: update to 1.11.0
    • Added: [env] PR:828: xf86-video-nvidia: update to 367.57
    • Added: [pkg] PR:10676: [PVR] Recording home screen widget: Fix info dialog (show recording info, not generic video info).
    • Added: [pkg] PR:10677: [xbmc/xbmc] [MediaSettings] - fixed loading interlacemode_none from defaultsettings
    • Reverted: [pkg] 6e8485a9: BCM270X_DT: Use bcm283x.dtsi, bcm2835.dtsi and bcm2836.dtsi (Reason: kodi fails to start) (linux)
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
RPi2: no DV-codec? - by bubi - 2016-07-10, 10:30
DV-video not working - by bubi - 2016-07-15, 19:48
RE: LibreELEC Testbuilds for RaspberryPi (Kodi 17.0) - by Milhouse - 2016-10-11, 05:59
Logout Mark Read Team Forum Stats Members Help
LibreELEC Testbuilds for RaspberryPi (Kodi 17.0)19