aboutsummaryrefslogtreecommitdiff
path: root/depends
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #2236 from sabotagebeats/fix/issues/2149Patrick Lodder2021-07-247-53/+88
|\ | | | | Utils and libraries: Update ZMQ to 4.3.4
| * Utils and libraries: Update ZMQ to 4.3.4sabotagebeats2021-07-187-53/+88
| |
* | depends: Add required packages to buildPatrick Lodder2021-07-201-1/+48
| |
* | Revert "added requirements to dependencies build README"Patrick Lodder2021-07-201-12/+1
|/
* Merge pull request #2325 from rnicoll/1.14.4-libeventPatrick Lodder2021-07-171-4/+4
|\ | | | | depends: Update libevent to 2.1.11
| * bump libevent to 2.1.11 in dependsstefanwouldgo2021-07-131-2/+2
| | | | | | | | this doesn't need patches on Android anymore like 2.1.8 did.
| * [depends] Don't build libevent sample codefanquake2021-07-131-1/+1
| |
| * [depends] libevent 2.1.8-stablefanquake2021-07-131-3/+3
| |
* | Update depends/README.md fmhc2021-07-071-3/+6
| | | | | | | | | | better flow with linking to os-specific build docs Co-authored-by: Ross Nicoll <[email protected]>
* | added requirements to dependencies build READMEkatzenmalen2021-06-271-0/+8
|/
* Merge pull request #1785 from suprnurd/1.14-dev-fix-depends-linksPatrick Lodder2021-03-092-4/+5
|\ | | | | Fix OpenSSL and QT depends links
| * update qt package download linkAlan Rudolf2020-03-311-1/+1
| |
| * update openssl package download linkAlan Rudolf2020-03-311-3/+4
| |
* | Update package links for OSX cross compilationVertian2021-01-082-8/+7
| |
* | Update README.mdMichi Lumin2019-03-251-0/+2
| |
* | Required patches to compile bdb 5.1.29 via clang on OSXMichi Lumin2019-03-256-0/+129
| | | | | | | | These patches must be applied to the bdb-5.1.29 source from Oracle, and then compiled, for the Mac client to build. Using an existing 5.1.29 binary will not work; as it was likely compiled with gcc; which OSX no longer natively supports.
* | Notes on BDB 5.1.29 clang patchesMichi Lumin2019-03-251-0/+2
| | | | | | Notes on required bdb 5.1.29 clang patches to build on OSX under clang / c++11.
* | Re-add paperwallet printer (#1467)Max K2019-03-252-2/+6
|/ | | | | | | | | | | | | | * Add paper wallet generator to QT wallet * Replace print icon with Typeicons equivalent * Re-add printer support to Qt * depends: fix fontconfig with newer glibc See comment for more detail * Set fixed size for paper wallet dialog
* Update dependency builder and its packages to be ready for Dogecoin specificslangerhans2018-09-193-8/+9
|
* [depends] miniupnpc 2.0.20170509fanquake2017-05-171-2/+2
| | | | | Github-Pull: #10414 Rebased-From: af5d48c9a03182fdf121623bd98136b66d0fcb27
* depends: fix zlib build on osxCory Fields2017-03-271-1/+3
| | | | | | | zlib is sneaky and expects ar to be libtool on darwin. Github-Pull: #9973 Rebased-From: c62475329e5e4c4c3f9570546e2b843288f48c61
* depends: make osx output deterministicCory Fields2017-03-011-1/+2
| | | | | | | | | | | | | | ld64 is threaded, and uses a worker for each CPU to parse input files. But there's a bug in the parser causing dependencies to be calculated differently based on which files have already been parsed. As a result, builders with more CPUs are more likely to see non-determinism. This looks to have been fixed in a newer version of ld64, so just disable threading for now. There's no noticible slowdown. Github-Pull: #9891 Rebased-From: 9e4d842afc67c63448cbbe30e5cea906e9c87f7e
* qt: fix build with zlib for targetCory Fields2017-01-282-10/+13
| | | | | | | | | | | | | | | | | | | | | | | This contains a few hacks very specific to Qt's buildsystem. These can be reverted once we split the build between native and target builds. Qt's build contains a circular dependency when not using a system zlib. By far the easiest fix is to switch to a system zlib, rather than Qt's own. However, that confuses Qt's cross build which assumes that when using a system zlib, it should also find a system (native) zlib for native tools. The build breaks if that zlib is not present. To solve this: 1. Always use a system zlib rather than the one provided by qt 2. Set force_bootstrap, which instructs the build tools to be built as though we're cross-compiling (build != target) 3. For build tools, use qt's internal zlib so that a native zlib is not required. Step 3 means that if any zlib headers are found by the native build, it will confuse Qt's internal zlib build. So we also need to make sure that the target headers/libs aren't found. To do so, specify that our cflags/cxxflags/cppflags/ldflags only apply for non-host builds.
* depends: add a zlib buildCory Fields2017-01-283-3/+28
| | | | | | qt5.7 changed the location of some of its symbols, creating a circular dependency in Qt5Core. Rather than trying to fix that up, build our own zlib rather than having it built for us.
* depends: qt: disable printer for all platforms, not just osxCory Fields2017-01-192-1/+2
| | | | This also fixes the native osx build.
* [depends] Remove OBJCXX define from config.site.infanquake2017-01-141-1/+0
|
* depends: fix qt translations buildCory Fields2017-01-141-0/+1
| | | | | | Their buildsystem insists on using the installed ltranslate, but gets confused about how to find it. Since we manually control the build order, just drop the dependency.
* depends: use new variable layout for qt sdkCory Fields2017-01-141-3/+3
|
* [depends] Qt 5.7.1fanquake2017-01-146-62/+35
|
* Merge #9468: [Depends] Dependency updates for 0.14.0Wladimir J. van der Laan2017-01-127-24/+43
|\ | | | | | | | | | | | | | | | | 7f1fa99 [depends] native_ds_store 1.1.0 (fanquake) c6347ae [depends] dbus 1.10.14 (fanquake) a4c6da0 [depends] ccache 3.3.3 (fanquake) 6019d21 [depends] FreeType 2.7.1 (fanquake) 4ed6faf [depends] Boost 1.63.0 (fanquake) 8ac1830 [depends] Latest config.guess and config.sub (fanquake)
| * [depends] native_ds_store 1.1.0fanquake2017-01-111-3/+3
| |
| * [depends] dbus 1.10.14fanquake2017-01-111-2/+2
| |
| * [depends] ccache 3.3.3fanquake2017-01-111-2/+2
| |
| * [depends] FreeType 2.7.1fanquake2017-01-111-2/+2
| |
| * [depends] Boost 1.63.0fanquake2017-01-111-3/+3
| |
| * [depends] Latest config.guess and config.subfanquake2017-01-112-12/+31
| |
* | [depends] libevent 2.1.7rcfanquake2017-01-043-46/+5
|/
* [depends] Set OSX_MIN_VERSION to 10.8fanquake2016-11-091-1/+1
|
* Merge #8819: [depends] Boost 1.61.0Wladimir J. van der Laan2016-09-291-3/+3
|\ | | | | | | 16f8823 [depends] Boost 1.61.0 (fanquake)
| * [depends] Boost 1.61.0fanquake2016-09-271-3/+3
| |
* | Merge #8730: depends: Add libevent compatibility patch for windowsWladimir J. van der Laan2016-09-292-2/+21
|\ \ | | | | | | | | | 64047f8 depends: Add libevent compatibility patch for windows (Wladimir J. van der Laan)
| * | depends: Add libevent compatibility patch for windowsWladimir J. van der Laan2016-09-142-2/+21
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add a patch that seems to be necessary for compatibilty of libevent 2.0.22 with recent mingw-w64 gcc versions (at least GCC 5.3.1 from Ubuntu 16.04). Without this patch the Content-Length in the HTTP header ends up as `Content-Length: zu`, causing communication between the RPC client and server to break down. See discussion in #8653. Source: https://sourceforge.net/p/levent/bugs/363/ Thanks to @sstone for the suggestion.
* | | [depends] Fix Qt compilation with Xcode 8fanquake2016-09-272-1/+27
| |/ |/|
* | [depends] fontconfig 2.12.1fanquake2016-09-161-2/+2
| |
* | [depends] ccache 3.3.1fanquake2016-09-161-3/+3
| |
* | [depends] expat 2.2.0fanquake2016-09-161-2/+2
|/
* Remove unused Qt 4.6 patch.Doug2016-09-011-10/+0
| | | | Core no longer supports Qt 4. Therefore, the STL fix patch isn't needed.
* [depends] Remove Qt46 packageMichael Ford2016-09-011-66/+0
|
* test: Remove java comparison toolWladimir J. van der Laan2016-08-133-25/+1
|
* [depends] ZeroMQ 4.1.5fanquake2016-07-214-8/+56
|