aboutsummaryrefslogtreecommitdiff
path: root/tools/Linux
AgeCommit message (Collapse)Author
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-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-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-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-17add maverick to the packageswattazoum
git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@34794 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-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-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-09-21xbmc cannot rely on pulse-session on debian systems - PROPER fix for Ticket ↵lcapriotti
#9247 git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@34043 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
2010-09-20xbmc cannot rely on pulse-session on debian systems - fix for Ticket #9247lcapriotti
git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@34013 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
2010-09-10merged: webinterface branch into trunk.jmarshallnz
git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@33665 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
2010-09-09merged: r33538,r33539 from webinterface branch:jmarshallnz
removing web folder and updating build scripts as contents is now part of plugin system; removing debug log info from WebServer.cpp changed: addon.xml summary information updated. (cherry picked from commit e1aeeb7b46f588eb95cb18fecc5debb3521385cf) git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@33649 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
2010-08-27fixed: that didn't work so well. second attempt at ppa + script modulesspiff_
git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@33224 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
2010-08-27fixed: download the python script modules prior to launchpad upload. ↵spiff_
downloads are not allowed on the build slaves git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@33218 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
2010-08-27fixed: .. and this file as wellspiff_
git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@33211 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
2010-08-27fixed: newly introduced script modules needs the curl package to download stuffspiff_
git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@33210 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
2010-08-26Include pysqlite and pil in PPA packaging.ceros7
git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@33150 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
2010-08-22fixed: #9879 - option --lircdev /var/run/lirc/lircd doesn't workvdrfan
git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@33038 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
2010-08-20reverting 32689. libssl is needed afterall.theuni
git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@32991 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
2010-08-16Don't explicitely set --disable-non-free.ceros7
git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@32822 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
2010-08-15Update xbmc-get-orig-source to be used as XBMC PPA nightlies uploader.ceros7
Conflicts: tools/Linux/packaging/debian/xbmc-get-orig-source git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@32800 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
2010-08-15Update SVN rev to build packages from.ceros7
git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@32799 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
2010-08-12updated support for wake up from USBlcapriotti
git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@32729 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
2010-08-12Check for proper depends of libcurl3-gnutls.ceros7
Should be available in Ubuntu hardy-lucid. git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@32714 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
2010-08-11Don't autoset debian/source/format.ceros7
git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@32712 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
2010-08-11Have versioned depends on libmms-dev (>= 0.4).ceros7
git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@32711 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
2010-08-11Fixup packaging to support older Ubuntu releases.ceros7
Only use debhelper '--parallel' option when available. Drop back to source format 1.0 for Ubuntu hardy. git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@32699 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
2010-08-11Update revision to package from.ceros7
git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@32696 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
2010-08-11Removing unnecessary build depends on libssl.ceros7
git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@32689 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
2010-08-11Have versioned build depends on libass-dev (>= 0.9.8).ceros7
git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@32687 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
2010-08-11Depend on libcurl4-gnutls-dev insteadl of libcurl4-openssl-dev.ceros7
This is due to license incompatibility between OpenSSL and XBMC which is under GPL. git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@32686 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
2010-08-11Solely build depend on libvdpau-dev for VDPAU dependencies.ceros7
git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@32685 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
2010-08-11Remove build depends on deprecated libs liba52-dev and libdts-dev.ceros7
git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@32684 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
2010-08-11Use libglu1-mesa-dev as main build dependency for libglu-dev.ceros7
git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@32683 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
2010-08-09Update SVN rev to create packages from.ceros7
git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@32652 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
2010-08-09Make librtmp-dev and libcrystalhd-dev required dependencies.ceros7
git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@32651 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
2010-08-09Minor tweak in dependency for debhelper.ceros7
git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@32650 568bbfeb-2a22-0410-94d2-cc84cf5bfa90