2014-08-24, 04:36
New OpenELEC Helix build: #0823
(Supercedes previous build)
Based on tip of OpenELEC master (101849fb, changelog) and tip of XBMC master (60faade4, changelog) with the following modifications:
(Supercedes previous build)
Code:
# uname -a
Linux rpi512 3.16.1 #1 PREEMPT Sun Aug 24 02:37:41 BST 2014 armv6l GNU/Linux
# vcgencmd version
Aug 20 2014 22:46:14
Copyright (c) 2012 Broadcom
version daf2c8c0795066867ef863d938bbbcc7391f1b4a (tainted) (release)
# lsb_release
OpenELEC (Milhouse) - Version: devel-20140824023625-r19076-g101849f [Build #0823]
Based on tip of OpenELEC master (101849fb, changelog) and tip of XBMC master (60faade4, changelog) with the following modifications:
- Includes newclock3 patches
- Excludes the OpenELEC fernetmenta patches due to conflicts with newclock3
- Excludes the OpenELEC linux-01-RPi_support patch in favour of sourcing these and possibly more recent patches directly from kernel branch rpi-3.16.y
- Excludes the OpenELEC xbmc-001-newclock3 patch in favour of sourcing these and possibly more recent patches directly from newclock3 branch
- Default setting for "Show RSS Feed" changed to disabled
- Disabled "Total Duration" in Confluence (see build #0221 for details)
- Includes latest libnfs master (5fe97d10)
- Includes latest libcec master (81e38211)
- Includes libcec double-key suppression.
- Includes libcec CEC Standby Fix.
- Increase scan interval of PeripBusCEC from 5000 to 60000, reducing CPU loading by about 2% (1GHz Pi) every 5 seconds (even when CEC is "disabled")
- Includes CONFIG_COREDUMP=y to allow creation of coredumps (see here)
- Includes PR5217: [python] add xbmc.abortEvent
- Includes PR5222: videodb: Add column name on GROUP query otherwise sub query returns no rows
- Includes PR5237: [WIP][3D] add support for stereomode switches in video playlist
- Includes PR5244: [UX] keymap fixes - don't overload pause action with something else
- Includes PR5245: [UX] consistent playback behavior for music and video
- Includes PR5247: StringUtils: optimize Split(), new overloads for Split() and Tokenize()
- newclock3-based build.
- Custom
- Reverted: PR5270, as needs more work
- Added: PR5217
- Adapted service.openelec.settings to take advantage of PR5217
- Reverted: PR5270, as needs more work