Stefan Saraev
b429799b79
connman: update to connman-1.22
2014-03-12 13:20:29 +02:00
Stefan Saraev
4283f7e079
systemd: fix systemd 211 build on non-fedora hosts
2014-03-12 13:05:31 +02:00
Stephan Raue
bafd2830be
linux: disable wakeup for 'ehci_pci' and 'xhci_hcd' devices, this should fix some more standby issues
...
Signed-off-by: Stephan Raue <stephan@openelec.tv>
2014-03-12 02:46:00 +01:00
Stephan Raue
a1e7278cf5
systemd: update to systemd-211
...
Signed-off-by: Stephan Raue <stephan@openelec.tv>
2014-03-12 02:11:46 +01:00
Stephan Raue
10b90c5c60
bluez: update to bluez-5.16
...
Signed-off-by: Stephan Raue <stephan@openelec.tv>
2014-03-12 00:04:54 +01:00
Stephan Raue
fab557e1bc
lirc: dont start lircd if 'lircd_driver' and/or 'lircd_conf' is empty, thanks to user 'gda'
...
Signed-off-by: Stephan Raue <stephan@openelec.tv>
2014-03-11 23:10:56 +01:00
Stefan Saraev
f4ed2f2661
xbmc-addon-xvdr: update to xbmc-addon-xvdr-77a27f8
2014-03-11 21:13:02 +02:00
Stefan Saraev
9b70b15603
vdr-addon: bump (4.1.4)
2014-03-11 20:36:13 +02:00
Stefan Saraev
8f8c236946
vdr-plugin-xvdr: update to vdr-plugin-xvdr-4a9d95e
2014-03-11 20:36:13 +02:00
Stefan Saraev
728f2010ef
vdr-plugin-dvbapi: update to vdr-plugin-dvbapi-a9b738e
2014-03-11 20:36:13 +02:00
Stefan Saraev
f364aabdeb
vdr-plugin-eepg: fuxup. dont touch DEFINES
...
uh I missed that one ;)
2014-03-11 20:22:09 +02:00
Alasdair Campbell
432af6547f
add vdr-plugin-eepg
...
closes #3002
2014-03-11 19:33:48 +02:00
Stephan Raue
cdada737f7
wlan-firmware: update to wlan-firmware-0.0.17
...
Signed-off-by: Stephan Raue <stephan@openelec.tv>
2014-03-11 16:39:41 +01:00
Stephan Raue
62d454a579
Merge branch 'master' of github.com:OpenELEC/OpenELEC.tv
2014-03-11 14:44:06 +01:00
Stephan Raue
c72f966c40
misc-firmware: update to misc-firmware-0.0.9
...
Signed-off-by: Stephan Raue <stephan@openelec.tv>
2014-03-11 14:43:37 +01:00
Stefan Saraev
e97abed74f
xbmc: 5 seconds to exit. no more
...
5 seconds should be enough to store settings, if
pvrmanager / random addon / service is not yet stopped, we dont care
2014-03-10 22:39:18 +02:00
Stefan Saraev
71f3f63a97
xbmc: init takes care of reboot and shutdown
...
when one decides to reboot/shutdown via xbmc GUI, he/she
expects it to happen immediately or with minimal delay.
there are addons (trakt, watchdog) that are known to cause high
(1+ minute) shutdown.
----
16:19:15 T:140287759476608 DEBUG: CAnnouncementManager - Announcement: OnQuit from xbmc
16:19:15 T:140287759476608 DEBUG: GOT ANNOUNCEMENT, type: 8, from xbmc, message OnQuit
16:19:15 T:140287759476608 NOTICE: Storing total System Uptime
16:19:15 T:140287759476608 NOTICE: Saving settings
16:19:15 T:140287759476608 NOTICE: stop all
^^ CJobManager::GetInstance().CancelJobs() comes in
16:19:15 T:140286952978176 DEBUG: Thread JobWorker 140286952978176 terminating (autodelete)
16:19:15 T:140286978156288 DEBUG: Thread JobWorker 140286978156288 terminating (autodelete)
16:19:15 T:140286676150016 DEBUG: Thread JobWorker 140286676150016 terminating (autodelete)
16:19:19 T:140286676150016 NOTICE: Thread FileCache start, auto delete: false
^^ so far so good but this should never happen once CApplication::Stop is called. but it does
16:19:30 T:140286676150016 ERROR: CCurlFile::FillBuffer - Failed: Timeout was reached(28)
16:19:30 T:140286676150016 NOTICE: CCurlFile::FillBuffer - Reconnect, (re)try 1
16:19:50 T:140286676150016 ERROR: CCurlFile::FillBuffer - Failed: Timeout was reached(28)
16:19:50 T:140286676150016 NOTICE: CCurlFile::FillBuffer - Reconnect, (re)try 2
16:20:10 T:140286676150016 ERROR: CCurlFile::FillBuffer - Failed: Timeout was reached(28)
16:20:10 T:140286676150016 ERROR: CCurlFile::FillBuffer - Reconnect failed!
16:20:10 T:140286676150016 INFO: CFileCache::Process - Hit eof.
16:20:10 T:140286676150016 DEBUG: Thread FileCache 140286676150016 terminating
^^ 1 minute shutdown delay..
----
with this patch now xbmc can handle SIGTERM and attempt clean exit, systemd
will take care of the rest if xbmc fails to exit.
2014-03-10 22:35:57 +02:00
Stephan Raue
ef88afc7bb
pulseaudio: update to pulseaudio-5.0
...
Signed-off-by: Stephan Raue <stephan@openelec.tv>
2014-03-10 15:01:25 +01:00
Stephan Raue
d33f9144dd
lirc: fix leftover from testing
...
Signed-off-by: Stephan Raue <stephan@openelec.tv>
2014-03-09 22:58:31 +01:00
Stephan Raue
a5e60d609e
lircd: start lircd via systemd, rework lircd_helper and udev rules, this should fix #2991 , this should fix #2968
...
Signed-off-by: Stephan Raue <stephan@openelec.tv>
2014-03-09 22:32:14 +01:00
Stephan Raue
5ce57469d8
eventlircd: seperate udev rules and scripts and move to package 'lirc'
...
Signed-off-by: Stephan Raue <stephan@openelec.tv>
2014-03-09 22:32:14 +01:00
Stefan Saraev
f669020e55
sundtek-mediatv: dont touch /storage/.profile
2014-03-09 23:09:55 +02:00
Stephan Raue
bb5399899d
Revert "xbmc: add PR3677"
...
This reverts commit 12768a5a5b72e2940733e5982ce54d682c9b8b65.
2014-03-09 22:09:29 +01:00
Stefan Saraev
c8bf6a17b4
RPi//advancedsettings.xml: dont force omxplayer as default audio player
2014-03-09 20:22:10 +02:00
Stefan Saraev
49c802910c
samba: autoshare is enabled by default. ...on new installs too
2014-03-09 20:08:16 +02:00
Stefan Saraev
de2d8ee38b
xbmc: update to xbmc-13-887db48
2014-03-09 00:42:25 +02:00
Stefan Saraev
f187aafbc3
mkpkg: update mkpkg_xbmc for gotham. cleanup
2014-03-09 00:41:07 +02:00
Stefan Saraev
563dccee43
Merge pull request #2989 from lrusak/fluxbox
...
Updated default fluxbox config files
2014-03-09 00:08:03 +02:00
Lukas Rusak
ec7e2cff23
Updated default fluxbox config files
2014-03-08 13:56:09 -08:00
Stephan Raue
8a2f22bee0
projects/RPi/filesystem: move /etc/modules to /usr/lib/modules-load.d/
...
Signed-off-by: Stephan Raue <stephan@openelec.tv>
2014-03-08 00:12:00 +01:00
Stephan Raue
e1bada8bae
eventlircd: use /run/lirc instead /var/run/lirc for lircs pid and socket files
...
Signed-off-by: Stephan Raue <stephan@openelec.tv>
2014-03-08 00:11:32 +01:00
Stephan Raue
0070407220
linux: update to linux-3.13.6
...
Signed-off-by: Stephan Raue <stephan@openelec.tv>
2014-03-08 00:11:11 +01:00
Stefan Saraev
05e99ebcc6
misc-firmware: update to misc-firmware-0.0.8
2014-03-07 20:14:54 +02:00
Stefan Saraev
1c5bcc4cd2
fluxbox: dont build with imlib2
2014-03-07 10:20:13 +02:00
Stefan Saraev
55cfed0946
service.openelec.settings: update to service.openelec.settings-0.3.12
...
closes #2974
2014-03-06 23:56:01 +02:00
Stephan Raue
9eb7fdb496
projects/RPi/linux: update kernel config
...
Signed-off-by: Stephan Raue <stephan@openelec.tv>
2014-03-06 12:22:56 +02:00
Stefan Saraev
6bed898fdd
fix radeonsi/radeon typo
...
closes #2874
2014-03-06 12:08:55 +02:00
Joachim Breuer
6c8f71be0a
Enable auto-repeat for all non-qualifier keys
2014-03-06 12:03:02 +02:00
Stefan Saraev
77dc4b8f79
config/path: unset PYTHONSTARTUP/PYTHONPATH
...
tryfix #2964
2014-03-05 23:01:38 +02:00
Stefan Saraev
3479c2c7f2
Mesa: update to Mesa-10.1.0
2014-03-05 19:53:27 +02:00
Stephan Raue
5d4c841668
update .gitignore
...
Signed-off-by: Stephan Raue <stephan@openelec.tv>
2014-03-05 17:54:04 +01:00
Stephan Raue
7d79d400fa
Merge branch 'openelec-4.0' of https://github.com/OpenELEC/OpenELEC.tv into openelec-4.0
...
Conflicts:
projects/RPi/patches/linux/linux-01-RPi_support-f7bef2e.patch
2014-03-05 17:30:57 +01:00
Christian Hewitt
99e7690338
appletv: add 'make image' support to buildsystem
...
This allows ‘PROJECT=ATV ARCH=i386 make image’ to output the .img files
needed to run OE from a USB (live mode) or install to the internal HDD.
Note: this is not complete and must be fixed
Signed-off-by: Stephan Raue <stephan@openelec.tv>
2014-03-05 17:27:41 +01:00
Stefan Saraev
d4fc0986a0
busybox: init: set rsize/wsize for nfs
2014-03-05 15:59:40 +02:00
Stephan Raue
8b0cd8daf3
xbmc: add upstream patch
...
Signed-off-by: Stephan Raue <stephan@openelec.tv>
2014-03-05 01:32:05 +01:00
Stephan Raue
ec52d9dbe0
xbmc: add upstream patch
...
Signed-off-by: Stephan Raue <stephan@openelec.tv>
2014-03-05 01:31:10 +01:00
Stephan Raue
7f30143204
xbmc: add PR4296
...
Signed-off-by: Stephan Raue <stephan@openelec.tv>
2014-03-05 00:40:14 +01:00
Stephan Raue
b48559a561
xbmc: add PR4290
...
Signed-off-by: Stephan Raue <stephan@openelec.tv>
2014-03-05 00:40:14 +01:00
Stephan Raue
ab6a157b0d
projects/RPi/patches: update RPi patch
...
Signed-off-by: Stephan Raue <stephan@openelec.tv>
2014-03-05 00:40:14 +01:00
Stephan Raue
b7ef576973
xbmc: add PR4296
...
Signed-off-by: Stephan Raue <stephan@openelec.tv>
2014-03-05 00:34:58 +01:00