16166 Commits

Author SHA1 Message Date
Stefan Saraev
372a148f60 vdr-plugin-dvbapi: update to vdr-plugin-dvbapi-a9b738e 2014-03-11 20:34:52 +02:00
Stefan Saraev
23820c0447 vdr-plugin-eepg: fuxup. dont touch DEFINES
uh I missed that one ;)
2014-03-11 20:23:04 +02:00
Alasdair Campbell
ac766edd14 add vdr-plugin-eepg
closes #3002
2014-03-11 20:23:04 +02:00
Stephan Raue
a749513c10 misc-firmware: update to misc-firmware-0.0.9
Signed-off-by: Stephan Raue <stephan@openelec.tv>
2014-03-11 15:46:31 +02:00
Stefan Saraev
f00a7d3ba2 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-11 15:46:31 +02:00
Stefan Saraev
cdb586ad15 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-11 15:46:31 +02:00
Stephan Raue
e9ff6f4d2d lirc: fix leftover from testing
Signed-off-by: Stephan Raue <stephan@openelec.tv>
2014-03-09 22:57:41 +01:00
Stephan Raue
15a5ae6ce4 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:28:30 +01:00
Stephan Raue
07a6125d1e eventlircd: seperate udev rules and scripts and move to package 'lirc'
Signed-off-by: Stephan Raue <stephan@openelec.tv>
2014-03-09 22:28:30 +01:00
Stefan Saraev
3a0b0544d8 sundtek-mediatv: dont touch /storage/.profile 2014-03-09 23:17:39 +02:00
Stephan Raue
66c678419d Revert "xbmc: add PR3677"
This reverts commit 12768a5a5b72e2940733e5982ce54d682c9b8b65.
2014-03-09 23:17:32 +02:00
Stefan Saraev
79623f2eb3 samba: autoshare is enabled by default. ...on new installs too 2014-03-09 20:08:50 +02:00
Stefan Saraev
e43b9b6f75 xbmc: update to xbmc-13-887db48 2014-03-09 00:52:24 +02:00
Lukas Rusak
3db640d681 Updated default fluxbox config files 2014-03-09 00:52:24 +02:00
Stephan Raue
090aa9b441 Merge branch 'openelec-4.0' of https://github.com/OpenELEC/OpenELEC.tv into openelec-4.0 2014-03-08 00:02:43 +01:00
Stefan Saraev
5f5b177c59 misc-firmware: update to misc-firmware-0.0.8 2014-03-07 20:15:15 +02:00
Stephan Raue
b1133fc9b8 eventlircd: use /run/lirc instead /var/run/lirc for lircs pid and socket files
Signed-off-by: Stephan Raue <stephan@openelec.tv>
2014-03-07 15:35:59 +01:00
Stephan Raue
4c9178d948 linux: update to linux-3.13.6
Signed-off-by: Stephan Raue <stephan@openelec.tv>
2014-03-07 11:43:25 +01:00
Stefan Saraev
2aa9d968b6 fluxbox: dont build with imlib2 2014-03-07 10:22:24 +02:00
Stefan Saraev
4034e52c6d service.openelec.settings: update to service.openelec.settings-0.3.12
closes #2974
2014-03-06 23:57:31 +02:00
Stefan Saraev
406400de43 fix radeonsi/radeon typo
closes #2874
2014-03-06 12:22:06 +02:00
Stephan Raue
a5d64f255a Merge branch 'master' of https://github.com/OpenELEC/OpenELEC.tv into openelec-4.0 2014-03-05 19:02:27 +01:00
Stefan Saraev
3479c2c7f2 Mesa: update to Mesa-10.1.0 2014-03-05 19:53:27 +02:00
Joachim Breuer
f2e593a8c0 Enable auto-repeat for all non-qualifier keys 2014-03-05 17:35:07 +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
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
bd98c4ce37 bcm2835-bootloader: update to bcm2835-bootloader-bec4bd0
Signed-off-by: Stephan Raue <stephan@openelec.tv>
2014-03-04 17:38:47 +01:00
Stephan Raue
5fca3c16f9 bcm2835-driver: update to bcm2835-driver-bec4bd0
Signed-off-by: Stephan Raue <stephan@openelec.tv>
2014-03-04 17:38:28 +01:00
Stefan Saraev
768e029081 xf86-video-nvidia: update to xf86-video-nvidia-334.21 2014-03-04 18:37:14 +02:00
Stephan Raue
015bd676dc xbmc: update to xbmc-13-128426f
Signed-off-by: Stephan Raue <stephan@openelec.tv>
2014-03-04 00:25:17 +01:00
Stefan Saraev
e6ed7f491e Virtual: update vbox to 4.3.8 2014-03-03 20:56:37 +02:00
Stefan Saraev
ac0fc4a0f2 xbmc: update to xbmc-13.alpha-4b23e1e 2014-03-03 20:38:14 +02:00
Stephan Raue
e6f76e2786 Merge branch 'master' of github.com:OpenELEC/OpenELEC.tv 2014-03-03 13:44:58 +01:00
Stephan Raue
cbe2743e2e linux: add support to specify $KERNEL_UBOOT_TARGET, $KERNEL_UBOOT_EXTRA_TARGET, $KERNEL_MAKE_EXTRACMD, so we support kernels new devicetree support and support building zImage kernels with u-boot
Signed-off-by: Stephan Raue <stephan@openelec.tv>
2014-03-03 13:43:08 +01:00
Stefan Saraev
615d3027d9 installer: uefi support 2014-03-01 00:45:58 +02:00
Stefan Saraev
b165d74d59 dialog: update to dialog-1.2-20140219 2014-03-01 00:45:32 +02:00
Stefan Saraev
d7825fd511 syslinux: also install bootx64.efi & ldlinux.e64 2014-02-28 22:57:58 +02:00
Stefan Saraev
3a62787081 syslinux:host: install efi64/efi/syslinux.efi as bootx64.efi 2014-02-28 22:54:15 +02:00
Stefan Saraev
8f4dabd30f installer: meh. indents.. 2014-02-28 22:46:43 +02:00
Stefan Saraev
4008b4fd93 syslinux:host: prepare for uefi images 2014-02-28 20:53:52 +02:00
Stefan Saraev
1744311e1c vdr-addon: bump (4.1.3) 2014-02-27 20:35:25 +02:00
Stefan Saraev
3062d042e3 vdr-iptv: update to vdr-iptv-2.1.0 2014-02-27 16:41:31 +02:00
Stefan Saraev
a0dd2e96ac vdr-plugin-xvdr: update to vdr-plugin-xvdr-7d6ebb7 2014-02-27 16:36:49 +02:00
Stefan Saraev
7b8e94322f vdr-plugin-vnsiserver: update to vdr-plugin-vnsiserver-e5f02b6 2014-02-27 16:36:33 +02:00
Stefan Saraev
02ee7ba3ea vdr-plugin-dvbapi: update to vdr-plugin-dvbapi-a3b4a5a 2014-02-27 16:36:16 +02:00
Stefan Saraev
2b9429d49d vdr: update to vdr-2.1.5 2014-02-27 16:35:49 +02:00
Stephan Raue
952fb69294 Merge pull request #2955 from stefansaraev/udevil
udevil: update to udevil-0.4.3
2014-02-27 11:55:14 +01:00