aboutsummaryrefslogtreecommitdiff
path: root/tools/darwin
AgeCommit 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] PackagingChristian Fetzer
2016-05-04[mkdmg] Fix dmg rebuildChristian 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-28osx: bump deployment target to 10.8, vtb supportRainer Hochecker
2016-04-05small syntax typoTimemachine
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-31FFmpeg: Replace libdcadec with internal hd aware dca decoderfritsch
2016-03-01build estouchy instead of re-touchedronie
2016-03-01prepare build-related stuff for skin changephil65
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 libsquishStefan 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-10Merge pull request #8777 from Memphiz/arm64jenkins4kodi
2016-01-10[core] - added arm64 supportMemphiz
2016-01-06[darwin] post jpeg nuke cleanupStefan 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 scriptsMemphiz
2015-12-12[codeshuffle] - moved AutoPool, DarwinUtils and GNUOsxReplacements to darwin ↵Memphiz
platform
2015-12-06OSX: remove remnants to libGLEWRainer Hochecker
2015-12-06rename dvdplayer to VideoPlayerRainer Hochecker
2015-11-19[OSX] adjust to python 2.7wsnipex
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 setMemphiz
2015-09-15[iOS] - disable Bitcode - it needs a deployment target of at least ios6Memphiz
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-04remove visualizations fishbmc, goom, milkdrop, projectm, spectrum, vortex ↵wsnipex
and waveform from tree
2015-09-01[ffmpeg] Add support for libdcadecpopcornmix
2015-08-10[depends] integrate crossguid as a static librarymontellese
2015-08-06[ios] - fix linkage for VTB framework for ios < 6 - fixes vtb on ios 5.x runtimeMemphiz
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 versionMemphiz
2015-07-08[cleanup] remove slingboxStefan Saraev
2015-05-09OS X Kodi.app script target transformed into a real app bundle targetHofi
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-18Merge pull request #6557 from tamland/uisound_addonstamland
UI sounds addons
2015-04-01[replaytv] remove replaytv supportStefan Saraev
2015-04-01[daap] remove daap supportStefan Saraev
2015-03-28dont install sounds directoryThomas Amland
2015-03-12[mythtv] remove internal mythtv supportMatthias Kortstiege
2015-03-06no need to install the language directory anymoremontellese
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-24darwin dlna client user agent string override not workingMike
2015-01-08[configure] adjust to texturepacker and squish in dependswsnipex
2015-01-01[gnutls] - enable gnutls support for all platformsMemphiz
2014-12-22Made versiontag optionalTobias Arrskog
2014-12-16Revert "change xbmc/ path to src/ in all files"Rainer Hochecker
This reverts commit 4949be256667f3e500e52b7084476ae1f2b00d92.
2014-12-15change xbmc/ path to src/ in all filesFneufneu