aboutsummaryrefslogtreecommitdiff
path: root/tools/depends
AgeCommit message (Collapse)Author
2017-08-07[pre-depends] bump m4 to 1.4.17Rechi
- version bump fixes osx clang build issue - fix LIBDYLIB definition that it not always reinstalls if nothing has changed
2017-08-07Merge pull request #12637 from pkerling/libusb-no-WerrorRechi
Build libusb without -Werror
2017-08-06Fix path autoconf-pre-depends looks in for m4Philipp Kerling
The pre-build-deps folder is under tools/depends so one .. is missing
2017-08-06Activate C++11 math on Android/ARM32Philipp Kerling
std::round is not supported without the _GLIBCXX_USE_C99_MATH_TR1 flag that is included in the 64-bit but not the 32-bit NDK build. To build on 32-bit ARM, always activate it.
2017-08-05Build libusb without -WerrorPhilipp Kerling
2017-08-05Explicitly disable guile in GnuTLS buildPhilipp Kerling
2017-08-03[depends] bump python2 to 2.7.13Rechi
2017-08-02[depends] bump automake to 1.15.1Rechi
2017-08-01[depends] bump fribidi to 0.19.7Rechi
enable-malloc option got removed in 0.19.7, but behaviour is still the same
2017-07-31Merge pull request #12489 from hudokkow/swig_3.0.12Martijn Kaijser
[swig] Bump to 3.0.12
2017-07-28[depends] bump freetype to 2.8Rechi
2017-07-27[depends] pythonmodules require dummy-libxbmc on androidRechi
2017-07-27[depends] dummy-libxbmc is only required for androidRechi
2017-07-27[depends] libcdio requires libiconvRechi
libcdio requires libiconv at least since version 0.7.8 if ISO-9660 Joliet extension support isn't disabled
2017-07-27[depends] libass requires fribidiRechi
libass requires fribidi at least since version 0.10.0
2017-07-25[depends] bump openssl to 1.0.2lRechi
2017-07-20ADD: Implement ZeroConf via Android APIChris "Koying" Browet
Service Registration is functional and fixes current issues with mDNS Service Discovery is WIP TODO: 1) Discover API only allows a limited number of instances/Services: To be mitigated 2) Bug in API < N where TXT records are unavailable (https://code.google.com/p/android/issues/detail?id=136099)
2017-07-18Merge pull request #12511 from Montellese/fix_mingwlibsSascha Montellese
[win32] fix make-mingwlibs.bat
2017-07-17Merge pull request #12021 from lrusak/rpi-cleanupLukas Rusak
[linux] treat rbpi as linux not a separate platform
2017-07-17[ffmpeg] fix BASE_URL for make-mingwlibs.batmontellese
2017-07-15[Android] Map SL/SR channels to BL/BR for audiotrack (#12503)Markus Pfau
* AESinkAUDIOTRACK: Workaround interpret RR and RL of CEA-861-D to map it on Android defaults * AESinkAudioTrack: Properly handle 7.1 formats * Update libjni SHA
2017-07-15[depends] set CORE_PLATFORM_NAME=rbpiLukas Rusak
2017-07-13[swig] Bump to 3.0.12h.udo
2017-07-12[fix][depends] samba-gplv3: fix large offsetRechi
2017-07-12[depends] samba-gplv3: refresh samba_off64_t.patchRechi
2017-07-07Merge pull request #12400 from hudokkow/use_defaultCris Silva
[modernize] Prefer 'default' for declarations
2017-07-06[modernize][TexturePacker] Prefer 'default' for declarationsh.udo
2017-07-04[depends] bump to liboconv 1.15Martijn Kaijser
2017-07-01CHG: [droid] Refactor java interfacesChris "Koying" Browet
2017-06-29[modernize][TexturePacker] Prefer 'override' usageh.udo
2017-06-26start killing PlatformDefsRainer Hochecker
2017-06-25Merge pull request #12358 from fritsch/ffmpeg-3.3.2-Leia-Alpha-1Martijn Kaijser
FFmpeg: Bump to 3.3.2-Leia-Alpha-1
2017-06-25FFmpeg: Bump to 3.3.2-Leia-Alpha-1fritsch
2017-06-25[depends/libblueray] - fixed compile for tvosMemphiz
2017-06-25[depends/pythonmodule-pycryptodome] - fixed compile for tvos by applying the ↵Memphiz
same approach as for pillow
2017-06-15[depends] bump libbluray to version 1.0.1Rechi
2017-06-13FFmpeg: Bump to 3.3.2-Leia-AlphaMartijn Kaijser
2017-06-05FFmpeg: Bump to 3.3.1-Leia-Alphafritsch
2017-06-02Merge pull request #12201 from hudokkow/texturepacker_warningsMartijn Kaijser
[TexturePacker] Silence warnings
2017-05-30Merge pull request #12192 from Hedda/patch-7Martijn Kaijser
[depends] update libmicrohttpd to 0.9.55
2017-05-30Merge pull request #12059 from Memphiz/osx_droidMartijn Kaijser
[OSX] - fix compilation for android on OSX hosts.
2017-05-30[TexturePacker] Silence warningsh.udo
2017-05-29[depends] update libmicrohttpd to 0.9.55Hedda
Update libmicrohttpd to 0.9.55 bug-fix release minor to fix issues uncovered by a security audit as per http://lists.gnu.org/archive/html/info-gnu/2017-05/msg00014.html
2017-05-25Ignore RapidJSON download artifactSebastian Bauer
2017-05-25Makefile fix for rapidjsonSebastian Bauer
So it works also if this Makefile.include is not available. This is simliar to other dependencies.
2017-05-22[depends] Bump samba-gplv3 to version 4.1.23Rechi
2017-05-20[cmake/cpluff] - ensure that cpluff configure is forced to use ranlib and ar ↵Memphiz
from the toolchain
2017-05-20[cmake/droid] - ensure to use the objdump from the toolchainMemphiz
2017-05-20[depends/droid] - fix cross compilation of zlib on osx (and maybe others)Memphiz
2017-05-15[depends] ffmpeg: fix build for iOS 64 bitRechi