aboutsummaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Collapse)Author
2010-10-27live: give permissions to the correct user, don't assume xbmctheuni
git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@35040 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
2010-10-27fixed: do not try to start pulse if --disable-pulse was usedanssih
git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@35032 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
2010-10-27partially reverting r35018lcapriotti
git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@35031 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
2010-10-26fixed: pulseaudio started on non-pulse systems by standalone modeanssih
Fix a regression of r34013 in which pulseaudio was started on systems with pulseaudio disabled when running the standalone mode script. See ticket #9247 for details. This is done by switching to use start-pulseaudio-x11 with pulse-session as fallback (the latter was used before r34013) instead of pulseaudio directly. git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@35024 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
2010-10-26support for building maverick packageslcapriotti
git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@35018 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
2010-10-24fixed: policykit has been depracated on Maverick in favor ov policykit-1.theuni
This means that our dep was broken in Maverick, and the old policykit script would not work anyway. Use a pkla file for distros >= Maverick. Ping ceros and lcapriotti for review. git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@34993 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
2010-10-22fixed: do not enable core dumps when gdb is not installedanssih
xbmc.sh.in can't handle core dumps without gdb, so do not enable them in the first place in that case. git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@34955 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
2010-10-22fixed: various issues with backtrace generation on linuxanssih
There were several issues with the single_stacktrace() shell function in xbmc.sh that is used to generate backtraces when XBMC crashes: - it removed all core* files from current directory, even those that were unrelated to XBMC or were not actually core files at all - it did not work when current path contained whitespace characters (which could also lead to unrelated files being removed) Fix those by rewriting the function. Additionally, output the timestamp of the core file to the crash log (useful for determining the correct backtrace in case there were several core files for some reason). git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@34954 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
2010-10-22fix for live-snapshotlcapriotti
git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@34940 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
2010-10-22allow aticonfig work to on a proper environmentlcapriotti
git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@34933 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
2010-10-22support ALC880 - tks DragonFlylcapriotti
git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@34931 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
2010-10-20Python 3 forces print to be a function. It was supported in older versions ↵theuni
but not enforced. Support both. Arch Linux was hitting this. git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@34877 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
2010-10-18removed: xinerama build depsvdrfan
git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@34839 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
2010-10-18per-user alsa volumes (to fully support audio mixer script)lcapriotti
git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@34837 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
2010-10-18change path of aticonfig - credit: anonym1telcapriotti
git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@34834 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
2010-10-18do not set volume at boot, audio mixer script to rescuelcapriotti
git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@34831 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
2010-10-18need to be sure parent directory existslcapriotti
git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@34829 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
2010-10-18specify that job will start Xlcapriotti
git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@34827 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
2010-10-18do not rely on hooks to return a proper exit statuslcapriotti
git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@34825 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
2010-10-18set proper exit status on hookslcapriotti
git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@34823 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
2010-10-18invalid c&p - fix ticket #10516 - tks hudolcapriotti
git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@34821 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
2010-10-18need to be sure parent directory exists - credits erhnamlcapriotti
git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@34819 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
2010-10-17added: show -dupecheck option in TexturePacker helptheuni
git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@34796 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
2010-10-17add maverick to the packageswattazoum
git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@34794 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
2010-10-15specify X display on cmdlinelcapriotti
git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@34763 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
2010-10-11wrong ownership of media directorieslcapriotti
git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@34682 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
2010-10-11customize distro descriptionlcapriotti
git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@34677 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
2010-10-11do not set a default plug, it breaks xbmc guilcapriotti
git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@34669 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
2010-10-09fixed: enable core dumps only just before xbmc starts on Linuxanssih
xbmc-standalone.sh enables core dumps before it calls xbmc.sh. However, xbmc.sh already enables core dumps just before starting xbmc. Remove the enablement from xbmc-standalone.sh to minimize the amount of core dumps from other processes (FEH.py, etc). git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@34589 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
2010-10-08Only execute hooks if hooks directory is found.ceros7
git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@34573 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
2010-10-08Don't limit hook scripts to bash scripts.ceros7
git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@34572 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
2010-10-08Execute hooks that are executable, regardless of it's name.ceros7
git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@34571 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
2010-10-08Change path to hooks directory.ceros7
git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@34570 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
2010-10-08Convert xbmc-live to an arch-dependent package.ceros7
git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@34569 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
2010-10-08Make all live.d scripts executable.ceros7
git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@34568 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
2010-10-08Remove xbmc-web.install as it's no longer needed.ceros7
git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@34567 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
2010-10-08Change SVN revision to use.ceros7
git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@34566 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
2010-10-08Update packaging, removing xbmc-web and using latest Dharma branch revision.ceros7
git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@34565 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
2010-10-08Change location where live.d is installed to /etc/xbmc.ceros7
git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@34564 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
2010-10-07fixed: removal of core files when gdb is not installedanssih
git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@34536 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
2010-10-07new upstart job using external hookslcapriotti
git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@34524 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
2010-10-06updated: include upstart hooks in xbmc-live packagevdrfan
git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@34511 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
2010-10-06add one more device to first gen ions - credit erhnamlcapriotti
git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@34509 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
2010-10-06add custom output device to guisettingslcapriotti
git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@34506 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
2010-10-06partial revert r34461lcapriotti
git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@34495 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
2010-10-05revert r34472lcapriotti
git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@34474 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
2010-10-05newer tag: credit davillalcapriotti
git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@34473 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
2010-10-05do not force DNS resolution via openDNSlcapriotti
git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@34472 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
2010-10-05use the proper wireless driver backports package saves us from using a build ↵lcapriotti
hook git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@34470 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
2010-10-05use backports packages providing updated wifi drivers instead of manual ↵lcapriotti
compiling - ticket #10414 (partial) - credits TheUni git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@34465 568bbfeb-2a22-0410-94d2-cc84cf5bfa90