summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
...
| * | smpeg2: add workaround for builds with GCC >= 6.xBoris Pek2016-04-301-1/+1
| | |
| * | qt: add workaround for builds with GCC >= 6.xBoris Pek2016-04-301-0/+1
| | |
| * | boost: add workaround for builds with GCC >= 6.xBoris Pek2016-04-301-0/+1
| | |
| * | jsoncpp: add workaround for builds with GCC >= 6.xBoris Pek2016-04-301-0/+4
| | |
| * | glib: update patch: fix build with GCC >= 6.xBoris Pek2016-04-301-0/+20
| | |
| * | Merge pull request #1315 from LuaAndC/update-libuv-1.9.0Tony Theodore2016-04-302-2/+44
| |\ \ | | | | | | | | update libuv to 1.9.0
| | * | update libuv to 1.9.0Boris Nagaev2016-04-242-2/+44
| | | |
| * | | box2d: update sha256Boris Nagaev2016-04-271-1/+1
| |/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The file was changed in upstream. File pkg/box2d-2.3.1.tar.gz (or https://github.com/erincatto/Box2D/archive/v2.3.1.tar.gz): Old sha256: 2c61505f03ef403b54cf0e510d83d6f567e37882ad79b5b2d486acbc7d5eedea New sha256: 75d62738b13d2836cd56647581b6e574d4005a6e077ddefa5d727d445d649752 Changes: $ diff -r old/ new Only in old/Box2D-2.3.1/Contributions/Platforms: Box2D.XNA.zip Only in old/Box2D-2.3.1/Contributions/Platforms: Tizen.zip Files Box2D.XNA.zip and Tizen.zip are not used in build, according to logs. Removing them them seems to be safe. fix #1319
| * | cmake: update to 3.5.2Boris Pek2016-04-241-2/+2
| | |
| * | Disable dynamic loading for static libalure.Maurice Bos2016-04-211-0/+1
| | |
| * | Use correct cmake variable for static assimp library.Maurice Bos2016-04-201-1/+1
| | |
| * | sqlite: updateMark Brand2016-04-191-2/+2
| | |
| * | libgcrypt: updateMark Brand2016-04-164-93/+91
| | |
| * | libical: update to version 2.0.0Boris Nagaev2016-04-142-2/+135
| | |
| * | libical: fix updaterBoris Nagaev2016-04-141-2/+1
| | |
| * | Merge #1304 Update SFML to the 2.3.2 versionTony Theodore2016-04-141-2/+2
| |\ \ | | | | | | | | from bluszcz/master
| | * | Update SFML to the 2.3.2 versionRafal Zawadzki2016-04-131-2/+2
| | | |
| * | | Merge #1291 add libuvTony Theodore2016-04-143-0/+80
| |\ \ \ | | | | | | | | | | from LuaAndC/libuv
| | * | | libuv: set LIBS in configure.ac instead of Makefile.amTony Theodore2016-04-121-18/+28
| | | | |
| | * | | add libuvBoris Nagaev2016-04-123-0/+70
| | | | |
| * | | | vmime: updateMark Brand2016-04-131-2/+2
| | |/ / | |/| |
| * | | libwebsockets: fix download URL and updaterBoris Nagaev2016-04-121-4/+2
| |/ /
| * | blas, lapack: remove -fdefault-integer-8 FFLAGS (#1258)Tony Theodore2016-04-122-3/+1
| | | | | | | | | | | | | | | * only required for octave build: - https://www.gnu.org/software/octave/doc/interpreter/Compiling-Octave-with-64_002dbit-Indexing.html * closes #1247
| * | Merge pull request #1274 from LuaAndC/wrkTony Theodore2016-04-121-0/+9
| |\ \ | | | | | | | | add package "wrk" to plugins/apps
| | * | add variable luajit_ABIVER=5.1Boris Nagaev2016-04-061-0/+1
| | | | | | | | | | | | | | | | The name of libluajit-5.1.a can be generated from this variable.
| | * | enable native build of luajit in plugin "apps"Boris Nagaev2016-04-061-0/+8
| | | |
| * | | Merge pull request #1293 from tonytheodore/libsoup-disable-gssapiTony Theodore2016-04-111-1/+2
| |\ \ \ | | | | | | | | | | libsoup: disable gssapi
| | * | | libsoup: disable gssapiTony Theodore2016-04-111-1/+2
| | | | | | | | | | | | | | | | | | | | On OSX, native `/usr/bin/krb5-config` is detected and tries to enable gssapi.
| * | | | Merge pull request #1290 from muellni/cmake-update-3.5Tony Theodore2016-04-111-2/+2
| |\ \ \ \ | | | | | | | | | | | | cmake: update to 3.5.1
| | * | | | cmake: update to 3.5.1Martin Müllenhaupt2016-04-101-2/+2
| | |/ / /
| * | | | mpfr: updateMark Brand2016-04-111-2/+2
| | | | |
| * | | | gnutls: updateMark Brand2016-04-111-2/+2
| | | | |
| * | | | Merge pull request #1284 from LuaAndC/fix-qtbase-wheezyTony Theodore2016-04-111-0/+1
| |\ \ \ \ | | |/ / / | |/| | | fix qtbase on Wheezy (don't use c++1y)
| | * | | fix qtbase on Wheezy (don't use c++1y)Boris Nagaev2016-04-061-0/+1
| | |/ / | | | | | | | | | | | | | | | | | | | | | | | | The error: `g++: error: unrecognized command line option ‘-std=c++1y’` Full log: https://gist.github.com/147a8e697b4be73dad0218598dab2608 The problem was solved by setting C++ version to C++11 explicitly.
| * | | Merge pull request #1287 from LuaAndC/vmime-prepare-for-cmake-3.5Tony Theodore2016-04-101-7/+6
| |\ \ \ | | | | | | | | | | vmime: prepare for cmake 3.5
| | * | | vmime: patch vmime.pc after installationTony Theodore2016-04-091-2/+2
| | | | | | | | | | | | | | | | | | | | See https://github.com/mxe/mxe/pull/1279#issuecomment-207769271
| | * | | vmime: install with -j 1Boris Nagaev2016-04-091-1/+1
| | | | |
| | * | | vmime: use macros CMAKE_{STATIC,SHARED}_BOOLBoris Nagaev2016-04-091-2/+2
| | | | |
| | * | | vmime: use MXE CMake wrapperBoris Nagaev2016-04-091-2/+1
| | | | |
| * | | | libsoup: use MXE aclocal macrosBoris Nagaev2016-04-091-1/+4
| | | | |
| * | | | add package libsoupPavel Vatagin2016-04-094-1/+105
| |/ / /
| * | | sqlite: updateMark Brand2016-04-091-2/+2
| | | |
* | | | djvulibre 3.5.27 (shared-only)darealshinji2016-06-132-325/+40
| | | |
* | | | djvulibre: call autoreconf -fi, not change optionsBoris Nagaev2016-04-102-10/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Changes of ./configure were moved to ./configure.ac to preserve them after `autoreconf -fi`. See https://github.com/mxe/mxe/pull/1286#discussion_r59139912
* | | | djvulibre: enable shared targetsBoris Nagaev2016-04-102-4/+34
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Patch "fix linking errors in shared builds" fixes i686-w64-mingw32.shared. Change of djvulibre.mk fixes x86_64-w64-mingw32.shared by changing deplibs check method to "objdump". See the explanations below. On Wheezy (at least) "file" returns "data" for x86-64 object files from libmsvcp60.a. Therefore the check fails with the following message: *** Warning: linker path does not have real file for library -lmsvcp60. *** I have the capability to make that library automatically link in when *** you link to this library. But I can only do this if you have a *** shared version of the library, which you do not appear to have *** because I did check the linker path looking for a file starting *** with libmsvcp60 and none of the candidates passed a file format test *** using a file magic. Last file checked: /home/mxe/mxe-djvulibre/usr/lib/gcc/x86_64-w64-mingw32.shared/4.9.3/../../../../x86_64-w64-mingw32.shared/lib//libmsvcp60.a *** The inter-library dependencies that have been dropped here will be *** automatically added whenever a program is linked with this library *** or is declared to -dlopen it. *** Since this library must not contain undefined symbols, *** because either the platform does not support them or *** it was explicitly requested with -no-undefined, *** libtool will only create a static version of it. Then it compiled static library and failed when compiling djvulibre-test.c because of missing -ljpeg.
* | | | djvulibre test programdarealshinji2016-04-102-1/+24
| | | |
* | | | djvulibre: consolidate patchesBoris Nagaev2016-04-094-253/+281
| | | |
* | | | djvulibre: use macro SOURCEFORGE_MIRRORBoris Nagaev2016-04-091-1/+1
| | | |
* | | | djvulibre: rename VERSION_ to SHORTVERBoris Nagaev2016-04-091-4/+4
| | | |
* | | | add package djvulibredarealshinji2016-04-084-0/+282
|/ / /