aboutsummaryrefslogtreecommitdiff
path: root/Makefile.in
AgeCommit message (Collapse)Author
2010-10-18fixed: xbmc-xrandr uselessly linked against libxrendervdrfan
git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@34840 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
2010-10-08Don't install scripts in live.d.ceros7
This is so we don't blow away any changes users may have made. git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@34563 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-04change: remove the GYM codec. it's broken, the code is an utter mess and i ↵spiff_
cba to maintain it. can be revisited when codecs are add-ons. git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@34439 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
2010-10-01Replace python implementation of setAlsaVolumes with C implementation.ceros7
git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@34350 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-12[osx] fixed, add libmicrohttpd to make cleandavilla
git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@32731 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
2010-08-06fixed: proper install location of python script addonsvdrfan
git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@32534 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
2010-08-06fixed: do not check for the existence of index.themevdrfan
git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@32533 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
2010-08-02Install python*.zip file under $prefix/lib/xbmc directory.ceros7
git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@32429 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
2010-07-30fixed: removed now deleted libbdnav from build systemelupus
git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@32326 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
2010-07-29fixed: there's no scripts dir anymore. fixes make installvdrfan
git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@32302 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
2010-07-27added: support for using libbluray to play bdmv files (index.bdmv or *.mpls)elupus
git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@32232 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
2010-07-27Allow to force make operations even when build system is stale.ceros7
git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@32219 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
2010-07-14fixed: build SNESAPU module (was broken with arm-camelot merge in r30281)anssih
git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@31784 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
2010-07-11changed: install linux icons according to the fdo icon theme specificationanssih
The standard specifies that a 48x48 icon is mandatory, so add one. In addition to that one, install media/icon.png as 256x256 icon. The old non-square Linux-specific icon is removed. git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@31744 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
2010-07-10fixed: script.module.* addons need to be installed (in their entirety) in ↵althekiller
profile://xbmcbin git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@31703 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
2010-06-17fixed, broken make build on osx, can't use $ (sort @LIBS@), it removes the ↵davilla
-framework flags git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@31157 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
2010-06-17changed. switch from internal to system librtmpdavilla
git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@31149 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
2010-06-16fixed: Force bootstrap/configure a little less often. We can regen ↵althekiller
Makefile.ins with config.status. git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@31125 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
2010-06-12remove duplicate lib/include paths using sortdavilla
git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@31042 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
2010-06-12[osx] 1) remove ARCH_DEFINES usage, it's redundent, 2) libmodplug-xxx.so was ↵davilla
not being build with make, 3) cosmetic restore xcode_depends items, 4) remove useless CXXFLAGS from link line and move LDFLAGS to the front where it matters git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@31041 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
2010-06-11fixed: move LDFLAGS earlier in the commandline when linking xbmc.binanssih
Some options that can be used in LDFLAGS only affect libraries that are specified after the option. For those to work correctly, the objects and libraries have to be specified after LDFLAGS, not before. git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@31029 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
2010-06-10fixed: obey LDFLAGS in some places where it was previously disregardedanssih
git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@31019 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
2010-06-07fixed: do not build internal libdts/liba52 if disabled (ticket #9277)anssih
git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@30911 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
2010-05-31[chd] remove unused files and move CrystalHD.xxx up one dir, heads up for ↵davilla
windows devs git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@30721 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
2010-05-24Removed : [PM3.HD] from SVN will now be hosted on ↵jezz_x
https://jezzxbmc.googlecode.com/svn/trunk/skin.pm3-hd (among other things) and available through the XBMC addon manager. PS: hope I fixed the build system right :) git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@30512 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
2010-05-24Fix ticket #9275. guilib and libsquish are required for TexturePacker.ceros7
git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@30496 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
2010-05-18oppsdavilla
git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@30282 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
2010-05-18[arm] merge arm-camelot into trunk, thanks to mcgeagh for all his hard ↵davilla
working getting arm platform rolling git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@30281 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
2010-05-12fixed: fall back to internal libass if the system one does not cut itspiff_
git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@30033 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
2010-05-11changed: move linux to system libassspiff_
changed: update osx libass to 0.9.9 (ticket #9196) git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@30029 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
2010-05-10Remove system/libcpluff-$(ARCH).so during distclean and set binaries to not ↵ceros7
go into datarootdir. git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@29975 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
2010-05-09Allow the installation of files to be more configurable. Also fix the ↵ceros7
installation of certain files. This still forces files in libdir to be installed in datarootdir (i.e. $(prefix)/share) instead. git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@29946 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
2010-05-09Support use of DESTDIR.ceros7
This still installs binaries to $(DESTDIR)$(prefix)/share, which of course is not FHS compliant. Something else would need to be done to comply with FHS and support multiarch packages. git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@29943 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
2010-05-02Fixed: Sync make install after recent addons shuffle.althekiller
git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@29732 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
2010-04-28fixed, skin build issuedavilla
git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@29586 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
2010-04-27fixed: linux buildalcoheca
git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@29549 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
2010-04-26fixed: buildalcoheca
git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@29511 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
2010-03-30fixed: A couple dirs weren't being cleaned.althekiller
git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@28927 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
2010-03-29fixed: cpluff wasn't building on linuxalcoheca
git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@28918 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
2010-03-26Revert "wip"alcoheca
This reverts commit 0e8d33e10e4d1649827865b3aec4bb5231666f88. git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@28883 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
2010-03-26[osx] sync with osxdavilla
git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@28880 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
2010-03-26wipalcoheca
wip2 p cpluff build cpluff wip build wip wip wip wip qip wip wip wip wip qip wip git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@28876 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
2010-03-26build libcpluff, will be dlloaded from systemalcoheca
more cpluff decrufting git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@28874 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
2010-03-18cosmetic/tidyup move all addon classes to /xbmc/addons/alcoheca
git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@28658 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
2010-03-12fixed: Visualizations weren't being installed correctly as per addons changesalthekiller
git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@28561 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
2010-03-10fixed, actually build itunes viz for osx platformdavilla
git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@28526 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
2010-03-05fixed: Some new dirs weren't being cleaned.althekiller
git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@28407 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
2010-03-03fixed: Copy addons dir on make installalthekiller
git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@28335 568bbfeb-2a22-0410-94d2-cc84cf5bfa90