aboutsummaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Collapse)Author
2015-10-26FIX: [droid] protect clear surface vs. destructionChris "koying" Browet
2015-10-26FIX: [droid] also check CPU2 for compatibilityChris "Koying" Browet
2015-10-25Merge pull request #8251 from stefansaraev/texturepackerMartijn Kaijser
texturepacker cosmetics
2015-10-25Merge pull request #8278 from wsnipex/droid-uuidMatthias Kortstiege
[droid] fix crashing on addon installation
2015-10-23[depends] crossguid: use libuuid on droidwsnipex
2015-10-23[depends] switch libuuid implementation to e2fsprogswsnipex
this one compiles on droid as well
2015-10-23ADD: [droid] surface rendering mediacodecChris "koying" Browet
2015-10-23CHG: [droid] disable libstagefrightChris "koying" Browet
2015-10-21Merge pull request #8209 from Montellese/binary_addons_bootstrappingSascha Montellese
[binary addons] improve bootstrap buildsystem to support arbitrary meta repositories
2015-10-20[droid] add uses-feature for bluetooth after ↵Martijn Kaijser
a3ed4cfbe49995988a1b61518756f0e4b8990960
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[texurepacker] dupecheck default is offStefan Saraev
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-15Merge pull request #8180 from Memphiz/fix_shairport_ios9Memphiz
[airplay] - restore ios 9 music streaming capability
2015-10-14Merge pull request #8216 from fritsch/ffmpeg-2.8.1Martijn Kaijser
FFmpeg: Bump to 2.8.1-Jarvis-alpha4-HEVC
2015-10-14Merge pull request #7345 from koying/fixdroidheadsetsChris Browet
FIX: [droid] handle audio headsets
2015-10-14[win32][binary addons] add output about the cleaned directoriesmontellese
2015-10-14[win32][binary addons] avoid relative paths in Batch filesmontellese
2015-10-14[win32][binary addons] bootstrap-addons.bat: fix typo in NULL instead of NULmontellese
2015-10-13FFmpeg: Bump to 2.8.1-Jarvis-alpha4-HEVCfritsch
2015-10-10Merge pull request #6910 from samnazarko/fix_sdk_rbpMartijn Kaijser
[rbp] tools: only use sudo if we have it on the system
2015-10-06Merge pull request #8181 from Memphiz/remove_atv2Memphiz
[ios] - removed, atv2 support. time to make way for something new. hi…
2015-10-05[depends] update cmake to 3.3.2Alwin Esch
2015-10-04[ios] - removed, atv2 support. time to make way for something new. hint, ↵S. Davilla
hint :) - backport from mrmc fork
2015-10-04[depends/shairplay] - updated libshairplay to the current master which ↵Memphiz
supports ios9 clients (also bumped on win32)
2015-09-28[Android-x86] move symbols to the workspaceKib
2015-09-28[Android] move symbols to the workspaceKib
for upload to mirrors.
2015-09-22Merge pull request #8030 from Memphiz/mrmc_backports2jenkins4kodi
2015-09-21bump gas to ↵S. Davilla
https://git.libav.org/?p=gas-preprocessor.git;a=commit;h=5ab764742626598cb462bc86e2d04ac8001e05d7
2015-09-21docs, document what we are doing in dependsS. Davilla
2015-09-18TexturePacker: use $PKG_CONFIGMike Frysinger
Build systems should not hardcode `pkg-config` anywhere. The pkg-config m4 files already have a standard $PKG_CONFIG variable for people.
2015-09-17Merge pull request #8072 from Memphiz/xcode7Memphiz
[osx/ios] - add support for compiling with Xcode7 MacOSX SDK 10.11 and iOS SDK 9.0
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[osx/cmake-native] - give a hint about our used native SDK - cmake might ↵Memphiz
pick a wrong/non existing sdk (f.e. when running on 10.10 and having xcode7 with SDK 10.11 - it picks 10.10 which is non existent) for some reason (and bails out because it doesn't find curl for example) - simply use the latest sdk given by xcrun for native tools
2015-09-15[depends] - add zlib to libssh dependsamet
2015-09-15[osx/ios/depends] - allow OSX SDK 10.11 and iOS 9 SDKamet
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-15[depends/libssh] - fixed typo (-fnostack-protector vs. -fno-stack-protector) ↵S. Davilla
- newest clang errors out on invalid params. Also nuke those libssh_threads dylibs too, not needed due to static linking
2015-09-15[osx/depends/samba] - changed, proper dylib version is name.number.dylib, ↵S. Davilla
not name.dylib.number. Just mv the number and do install_name_tool fixups
2015-09-15[osx/cmake-native] - patch cmake to also find tbd libraries on osx (this is ↵S. Davilla
the new dylib format in SDKs - some sort of text stubs)
2015-09-14sqlite3: dont apply map_populate patch on androidStefan Saraev
2015-09-13ffmpeg: Bump to 2.8.0-Jarvis-alpha3-HEVCfritsch
2015-09-10Merge pull request #7960 from ace20022/gif2015Andreas Zelend
Add proper gif support (next try)
2015-09-10Merge pull request #7991 from Memphiz/mrmc_backportsMemphiz
Mrmc backports
2015-09-10removed, SDL native. This should have been removed long ago when ↵S. Davilla
TexturePacker was nutered of SDL
2015-09-09ffmpeg: Disable videotoolbox on OSXfritsch
2015-09-09FFmpeg: Bump to 2.8.0-Jarvis-alpha3fritsch
2015-09-09Merge pull request #7969 from fritsch/dca-cleanupWolfgang Schupp
DCADEC: Display real stream information - don't hide what we know
2015-09-08Merge pull request #7961 from Montellese/fix_texturepacker_win32jenkins4kodi