Commit Graph

14312 Commits

Author SHA1 Message Date
Stephan Raue
4f40fdaf72 Merge branch 'master' of github.com:OpenELEC/OpenELEC.tv 2013-05-10 21:10:14 +02:00
Stephan Raue
c5642e82bf xbmc: move patch to set wakeup command to versioned patch folder, set wakeup command for xbmc-gotham
Signed-off-by: Stephan Raue <stephan@openelec.tv>
2013-05-10 21:09:45 +02:00
Christian Hewitt
ab69dfa907 livestick: add banner to osx script
deleted accidentally earlier
2013-05-10 22:40:08 +04:00
Stephan Raue
7d5d727690 xbmc: add PR2493
Signed-off-by: Stephan Raue <stephan@openelec.tv>
2013-05-10 13:44:52 +02:00
Stephan Raue
07a982b6ad xbmc: add patch to fix for hang following seek after eos
Signed-off-by: Stephan Raue <stephan@openelec.tv>
2013-05-10 13:44:30 +02:00
Christian Hewitt
a6d64c69f0 add create_livestick_osx and files
closes #2278
2013-05-10 14:00:24 +03:00
Stephan Raue
7bd27007c7 xbmc: update PR2713 patch
Signed-off-by: Stephan Raue <stephan@openelec.tv>
2013-05-10 07:43:02 +02:00
Stephan Raue
57d07f9c77 xbmc: add PR2586
Signed-off-by: Stephan Raue <stephan@openelec.tv>
2013-05-10 07:40:58 +02:00
Stephan Raue
567bde0a13 xbmc (Gotham): add initial appliance.xml support, hide videoscreen mode option, enable zeroconf, airplay and webserver support
Signed-off-by: Stephan Raue <stephan@openelec.tv>
2013-05-10 00:47:12 +02:00
Stefan Saraev
704ebdd05d Merge pull request #2277 from stefansaraev/xbmc-wakeup
xbmc: revert 799d6ff03 (setwakeup.sh)
2013-05-09 12:56:19 -07:00
Stefan Saraev
efa782cd5f xbmc: revert 799d6ff03 (setwakeup.sh) 2013-05-09 21:18:27 +03:00
Stefan Saraev
1bbf298d90 vdr-epgsearch: adjust *FLAGS 2013-05-09 17:21:27 +03:00
Stefan Saraev
2f8b5385f5 vdr-live: build depend on pcre 2013-05-09 16:42:22 +03:00
Stephan Raue
1d6f6b6058 Merge branch 'master' of github.com:OpenELEC/OpenELEC.tv 2013-05-09 15:01:03 +02:00
Stephan Raue
c19f728228 xbmc: link with --as-needed, seems to work now
Signed-off-by: Stephan Raue <stephan@openelec.tv>
2013-05-09 14:58:00 +02:00
Stephan Raue
fd66456d08 xbmc: add PR2712
Signed-off-by: Stephan Raue <stephan@openelec.tv>
2013-05-09 14:56:47 +02:00
Stephan Raue
a62414cf62 xbmc: add PR2713
Signed-off-by: Stephan Raue <stephan@openelec.tv>
2013-05-09 14:56:36 +02:00
Stefan Saraev
23b9dc03e1 dvb-fe-tool: build without jpeg 2013-05-09 15:09:39 +03:00
Stefan Saraev
84526b0ef7 Revert "dvb-fe-tool: depend on 'libjpeg-turbo'"
This reverts commit 37c75abb01.
2013-05-09 15:09:16 +03:00
Stefan Saraev
37c75abb01 dvb-fe-tool: depend on 'libjpeg-turbo' 2013-05-09 14:50:31 +03:00
Stefan Saraev
8e85e65b28 nettle: dont build parallel 2013-05-09 13:23:41 +03:00
Stefan Saraev
d37a35fdd5 busybox: add 'ip tunnel' support
fixes #2189
2013-05-09 12:20:40 +03:00
Stefan Saraev
271a825ee5 dvb-fe-tool: don't build all libs 2013-05-09 10:41:03 +03:00
Stephan Raue
1345aebfca Merge branch 'master' of github.com:OpenELEC/OpenELEC.tv 2013-05-09 01:12:50 +02:00
Dag Wieers
5de4a850ec Mount /var as tmpfs and limit the use of tmpfs
This commit (apart from the cosmetic change to avoid using 'none') changes the use of ramfs into tmpfs. The reason for this is that ramfs usage can fill 100% of RAM and cannot be swapped out. While tmpfs can be swapped out and can be limited in size.

The size chosen is arbitrary, but taking into account the ATV1 hardware 5% of 256MB means 12MB and 20% means 50MB, considering we have swap this is not too drastic. For any larger system, these sizes are fine as well as we do not expect /var or /dev/shm to be filled completely. So worst case is covered, but not expected.
2013-05-09 01:12:26 +02:00