summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* | icu4c: updateTony Theodore2014-12-012-17/+2
| |
* | wt: fixes for newer boostTony Theodore2014-12-011-7/+70
| |
* | boost: updateTony Theodore2014-12-013-60/+9
| | | | | | | | breaks luabind but all other deps (armadillo assimp cgal json_spirit openscenegraph pcl wt xmlwrapp) okay
* | fltk: updateTony Theodore2014-12-012-21/+2
| |
* | hdf4: updateTony Theodore2014-12-012-5/+5
| |
* | file: updateTony Theodore2014-12-012-2/+84
| |
* | armadillo: updateTony Theodore2014-12-011-2/+2
| |
* | gstreamer and plugins: updateTony Theodore2014-12-013-6/+6
| |
* | gsoap: updateMark Brand2014-12-011-2/+2
| |
* | pthreads: change reference to removed pthreads-w32 packageTony Theodore2014-11-301-2/+2
| |
* | opus: portability fix for bashismsTony Theodore2014-11-301-3/+3
| |
* | apr glew: portability fix for $(MAKE)Tony Theodore2014-11-302-2/+2
| |
* | librtmp: call *-pkg-config only for static buildsTony Theodore2014-11-301-2/+3
| |
* | automake: update and allow v1.14xTony Theodore2014-11-291-3/+3
| | | | | | | | see #517
* | xapian-core: update and enable sharedTony Theodore2014-11-271-9/+5
| |
* | librtmp: switch to dev version and enable sharedTony Theodore2014-11-273-7971/+8
| | | | | | | | fixes #566
* | dbus: updateMark Brand2014-11-251-2/+2
| |
* | vmime: install the DLLMark Brand2014-11-241-0/+1
| |
* | vmime: enable shared buildMark Brand2014-11-242-30/+7
| |
* | gnutls: updateMark Brand2014-11-242-22/+54
| | | | | | | | 3.3 is now the stable branch.
* | libf2c: retry build with single jobTony Theodore2014-11-241-2/+6
| |
* | ftgl: workaround for case-insensitive filesystemsTony Theodore2014-11-241-0/+5
| |
* | apr-util: portability fix for $(SED)Tony Theodore2014-11-241-1/+1
| |
* | aubio: fix for $(TARGET)-arTony Theodore2014-11-241-0/+1
| |
* | log4cxx: fix build with latest apr updateTony Theodore2014-11-242-28/+0
| |
* | fix HTML in entry for package gendefMark Brand2014-11-231-1/+1
| |
* | mxe-conf.cmake: Add Boost_THREADAPITimothy Gu2014-11-231-4/+5
| | | | | | Closes #560.
* | Merge pull request #556 from eivindkv/masterTimothy Gu2014-11-231-1/+1
|\ \ | | | | | | Added -IM4 to autoreconf for libsndfile.
| * | Added -IM4 to autoreconf for libsndfile.Eivind Kvedalen2014-11-111-1/+1
| | |
* | | new package: gendefMark Brand2014-11-222-0/+28
| | | | | | | | | | | | | | | Like widl, the code ships with mingw-w64. This tool is useful for generating .def files from dlls, especially x86_64 dlls.
* | | harfbuzz: updateMark Brand2014-11-211-2/+2
| | |
* | | flex: disable shared for $(BUILD) targetTony Theodore2014-11-211-1/+2
| | |
* | | libpng: updateMark Brand2014-11-201-2/+2
| | |
* | | sqlite: updateMark Brand2014-11-191-2/+2
| | |
* | | openblas: Add missing parenthesisTimothy Gu2014-11-181-1/+1
| | | | | | | | | | | | | | | Fixes #559. Don't know how it worked before.
* | | xmlrpc-c: Disable shared buildsTimothy Gu2014-11-181-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | It produces both static and shared libraries, no import libraries, and installs the shared libs into the wrong directory. You are always welcomed to fix it! Signed-off-by: Timothy Gu <timothygu99@gmail.com>
* | | aubio: Add a test programTimothy Gu2014-11-172-0/+30
| | | | | | | | | | | | Signed-off-by: Timothy Gu <timothygu99@gmail.com>
* | | aubio: Enable shared buildTimothy Gu2014-11-171-3/+9
| | | | | | | | | | | | Signed-off-by: Timothy Gu <timothygu99@gmail.com>
* | | aubio: UpdateTimothy Gu2014-11-173-29/+205
| | | | | | | | | | | | Signed-off-by: Timothy Gu <timothygu99@gmail.com>
* | | Add a $(BITS) convenience variableTimothy Gu2014-11-173-6/+4
| | | | | | | | | | | | Signed-off-by: Timothy Gu <timothygu99@gmail.com>
* | | libsndfile: Disable sqliteTimothy Gu2014-11-161-2/+2
| | | | | | | | | it is only used for regression testing.
* | | apr-util: Explicitly disable freetdsTimothy Gu2014-11-161-0/+1
| | | | | | | | | | | | | | | | | | It's broken. Fixes #546. Signed-off-by: Timothy Gu <timothygu99@gmail.com>
* | | poco: Disable tests and samplesTimothy Gu2014-11-161-1/+3
| | | | | | | | | | | | | | | | | | | | | Fixes building. Poco doesn't supply a way to declare private/static lib deps so linking fails for the tests. Signed-off-by: Timothy Gu <timothygu99@gmail.com>
* | | poco: Fix winsock2.h inclusionTimothy Gu2014-11-161-0/+25
| | | | | | | | | | | | Signed-off-by: Timothy Gu <timothygu99@gmail.com>
* | | poco: UpdateTimothy Gu2014-11-161-2/+2
| | | | | | | | | | | | Signed-off-by: Timothy Gu <timothygu99@gmail.com>
* | | apr-util: Always declare static calling convention on static buildsTimothy Gu2014-11-161-1/+5
| | | | | | | | | | | | Signed-off-by: Timothy Gu <timothygu99@gmail.com>
* | | poco: Build as far as possible with parallel buildingTimothy Gu2014-11-161-1/+1
| | | | | | | | | | | | Signed-off-by: Timothy Gu <timothygu99@gmail.com>
* | | armadillo: UpdateTimothy Gu2014-11-141-2/+2
| | | | | | | | | | | | Signed-off-by: Timothy Gu <timothygu99@gmail.com>
* | | config.guess: UpdateTimothy Gu2014-11-141-5/+6
| | | | | | | | | | | | Signed-off-by: Timothy Gu <timothygu99@gmail.com>
* | | cairo: UpdateTimothy Gu2014-11-132-48/+2
| | | | | | | | | | | | Signed-off-by: Timothy Gu <timothygu99@gmail.com>