Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-05-19 | - only use fakeroot if SIP (System Intgrity Protection) is disabled (it ↵ | Memphiz | |
prevents fakeroot et al - fall back to sudo in that case) - also remove the libfauxsu approach as it has the same SIP problem and is unused since fakeroot was added | |||
2016-05-19 | [cmake/ios] Packaging | Christian Fetzer | |
2016-05-04 | [mkdmg] Fix dmg rebuild | Christian Fetzer | |
Fix dmg recreation if there is already a dmg build. - Delete the correct file (no need for sudo) - Unmount the correct volume | |||
2016-04-28 | osx: bump deployment target to 10.8, vtb support | Rainer Hochecker | |
2016-04-05 | small syntax typo | Timemachine | |
syntax highlight will highlight "in" and "case"... And quotes can be helpful sometimes in situations like this: for i in $something; do echo almost done done this can cause a bug on some systems | |||
2016-03-31 | FFmpeg: Replace libdcadec with internal hd aware dca decoder | fritsch | |
2016-03-01 | build estouchy instead of re-touched | ronie | |
2016-03-01 | prepare build-related stuff for skin change | phil65 | |
2016-02-20 | [ios/packaging] - fixed wrong evaluation of $ARM64 (which is command true, ↵ | Memphiz | |
false and can't be fed to test via []), fixes arm64 requirement during installation even while we are still building 32bit... | |||
2016-02-13 | [depends] remove libsquish | Stefan Saraev | |
2016-01-13 | [xcode] - remove HEADER_SEARCH_PATHES from xcode and update them properly in ↵ | Memphiz | |
App.xcconfig | |||
2016-01-13 | [osx] - corrected wrong Info.plist path in xcode project and buildphase ↵ | Memphiz | |
script - fixes #16508 | |||
2016-01-10 | Merge pull request #8777 from Memphiz/arm64 | jenkins4kodi | |
2016-01-10 | [core] - added arm64 support | Memphiz | |
2016-01-06 | [darwin] post jpeg nuke cleanup | Stefan Saraev | |
2016-01-06 | [darwin/support] - some cleanups for the codesign script, added codesigning ↵ | Memphiz | |
of python eggs (by extracting, signing, repackaging them) | |||
2016-01-06 | [darwin/support] - cleaned up osx and ios support scripts | Memphiz | |
2015-12-12 | [codeshuffle] - moved AutoPool, DarwinUtils and GNUOsxReplacements to darwin ↵ | Memphiz | |
platform | |||
2015-12-06 | OSX: remove remnants to libGLEW | Rainer Hochecker | |
2015-12-06 | rename dvdplayer to VideoPlayer | Rainer Hochecker | |
2015-11-19 | [OSX] adjust to python 2.7 | wsnipex | |
2015-10-19 | [ios/VideoToolbox] - dyload VideoToolbox framework and dependend on the ↵ | Memphiz | |
runtime ios version either load it from private or public frameworks path | |||
2015-10-18 | [ios] - all binaries need to be aligned to 16KB for iOS9 (this allows 32bit ↵ | Memphiz | |
apps to run on 64bit devices with iOS9 and is also safe for all older iOS versions) | |||
2015-10-04 | [ios] - removed, atv2 support. time to make way for something new. hint, ↵ | S. Davilla | |
hint :) - backport from mrmc fork | |||
2015-09-15 | [ios] - allow full codesign in after build phase for all identities if set | Memphiz | |
2015-09-15 | [iOS] - disable Bitcode - it needs a deployment target of at least ios6 | Memphiz | |
2015-09-15 | [ios/osx] - move those explicit dylib references from the xcode project to ↵ | S. Davilla | |
the xcconfig files (this leaves out the extension and fixes linking so that it now also finds tbd files) | |||
2015-09-04 | remove visualizations fishbmc, goom, milkdrop, projectm, spectrum, vortex ↵ | wsnipex | |
and waveform from tree | |||
2015-09-01 | [ffmpeg] Add support for libdcadec | popcornmix | |
2015-08-10 | [depends] integrate crossguid as a static library | montellese | |
2015-08-06 | [ios] - fix linkage for VTB framework for ios < 6 - fixes vtb on ios 5.x runtime | Memphiz | |
2015-07-23 | [ios/codesign] - if ldid was found - apply it to the kodi binary for fake ↵ | Memphiz | |
signing it - this fixes runtime error on ios5.1 devices | |||
2015-07-21 | [ios/packaging] - ensure that the deb package has ios5.1 as minimum ios version | Memphiz | |
2015-07-08 | [cleanup] remove slingbox | Stefan Saraev | |
2015-05-09 | OS X Kodi.app script target transformed into a real app bundle target | Hofi | |
The goal was to create a bundled target that can be started and debugged from Xcode just like the standalone Kodi binary. Kept all of the 4 original build script steps, so the build process itself does not changed at all, only the following changes made: - XBMC_DEPENDS added to App-OSX.xcconfig common config file instead of defining per target - otool -L calls replaced by otool -LX to eliminate the first summary line from the output result, that could cause the parsing of the result fail | |||
2015-04-18 | Merge pull request #6557 from tamland/uisound_addons | tamland | |
UI sounds addons | |||
2015-04-01 | [replaytv] remove replaytv support | Stefan Saraev | |
2015-04-01 | [daap] remove daap support | Stefan Saraev | |
2015-03-28 | dont install sounds directory | Thomas Amland | |
2015-03-12 | [mythtv] remove internal mythtv support | Matthias Kortstiege | |
2015-03-06 | no need to install the language directory anymore | montellese | |
2015-02-15 | [osx/ios/atv2] - sync xcode project after libsquish was moved to depends - ↵ | Memphiz | |
fixes linker warning | |||
2015-02-12 | [osx/ios] - enable c++11 standard - bump osx deployment target from 10.6 to ↵ | Memphiz | |
10.7 (means we need at least osx 10.7 for beeing able to run) and bump ios deployment target from 4.2 to 5.1 (means we need at least ios 5.1 to run) | |||
2015-02-10 | [ios/atv2/packaging] - switch back to the hardcoded dsym dir - fixes dsym ↵ | Memphiz | |
backups on jenkins which were broken in a0a6e40a6299ff004353603201e6d60f569c1a2c | |||
2015-01-24 | darwin dlna client user agent string override not working | Mike | |
2015-01-08 | [configure] adjust to texturepacker and squish in depends | wsnipex | |
2015-01-01 | [gnutls] - enable gnutls support for all platforms | Memphiz | |
2014-12-22 | Made versiontag optional | Tobias Arrskog | |
2014-12-16 | Revert "change xbmc/ path to src/ in all files" | Rainer Hochecker | |
This reverts commit 4949be256667f3e500e52b7084476ae1f2b00d92. | |||
2014-12-15 | change xbmc/ path to src/ in all files | Fneufneu | |