aboutsummaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Collapse)Author
2017-08-28[depends] bump dbus to 1.11.16Rechi
expat is a hard requirement since 1.7.4
2017-08-28[depends] build dbus for linuxRechi
2017-08-26[depends] bump libxml2 to 2.9.4Rechi
2017-08-25Merge pull request #12638 from pkerling/gnutls-no-guileRechi
Explicitly disable guile in GnuTLS build
2017-08-24[depends] bump libcdio-gplv3 to 0.94Rechi
cd-paranoia code got removed completely in version 0.90
2017-08-22[depends] bump fontconfig to 2.12.4Rechi
2017-08-21CHG: [droid;leanback] info from recommendation; play from searchChris "Koying" Browet
2017-08-21FIX: [droid] start playing from search as wellChris "Koying" Browet
2017-08-21CHG: [droid] set primary app colorChris "Koying" Browet
Incidentaly, set "Now Playing" color
2017-08-21HACK: [droid;meanback] dummy duration for showsChris "Koying" Browet
2017-08-21CHG: [leanback] directly play moviesChris "Koying" Browet
2017-08-19[buildsteps] Add linux64-waylandPhilipp Kerling
2017-08-17Merge pull request #12664 from pkerling/wayland-for-masterRainer Hochecker
Wayland windowing system
2017-08-16[depends] Integrate WaylandPhilipp Kerling
2017-08-15ADD: [droid] MediaSession handling (Now Playing)Chris "Koying" Browet
2017-08-15ADD: [droid] Implement "Visible Behind"Chris Koying Browet
2017-08-13[XCode] - removed xcconfig files. Those are not used anymore since xcode ↵Memphiz
projects are generated via cmake
2017-08-13CHG: [droid] remove pointless java src subdirsChris "Koying" Browet
2017-08-13FIX: [pil] use env compile optionsChris Koying Browet
2017-08-13CHG: [droid] bump sdk to 24Chris "Koying" Browet
2017-08-13CHG: [droid] split SDK and NDK api level. They are unrelatedChris Koying Browet
Use the NDK level for everything native paths related. SDK level is irrelevant.
2017-08-11Merge pull request #12647 from Rechi/fixCmakeFindOsxRechi
[depends][osx] prioritize unix-style packages over OS X Frameworks
2017-08-08Merge pull request #12644 from pkerling/depends-fix-m4-pathRechi
Fix path autoconf-pre-depends looks in for m4
2017-08-07[depends][osx] prioritize unix-style packages over OS X FrameworksRechi
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-25Merge pull request #12569 from Rechi/bumpOpensslMartijn Kaijser
[depends] bump openssl to 1.0.2l
2017-07-25[buildtools] windows: add uwp toolsAnton Fedchin
2017-07-25[buildtools] windows: re-factor tools/buildsteps/windowsAnton Fedchin
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-17Update cmake and buildsetup to new python locationPÃr BjÃrklund
x64 was packaged with 32-bit *.pyd files
2017-07-17[buildsteps] windows: unify output of make-mingwlibs.batmontellese
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