summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* update package opensslMark Brand2014-08-071-2/+2
|
* Add package intltoolSergey2014-08-062-0/+29
| | | | | | See #445. Signed-off-by: Timothy Gu <timothygu99@gmail.com>
* Add package libwebsocketsTimothy Gu2014-08-063-0/+196
| | | | | | | | | | | | | | See #442 and #445. Initial patch based on: Sergey <non_2001@mail.ru> Modifications: - fix update macro - disable on MinGW32 - fix lib installation (w/o the patch it builds both shared/static) - use system zlib Signed-off-by: Timothy Gu <timothygu99@gmail.com>
* glew: install the static lib as libglew32 tooTimothy Gu2014-08-041-0/+2
| | | | | | | | | | | Initial patch based on that of: Sergey <non_2001@mail.ru> Modifications made to build on master branch, and to make it work with shared build. See #442. Signed-off-by: Timothy Gu <timothygu99@gmail.com>
* Merge branch 'master' of https://github.com/mxe/mxeTimothy Gu2014-08-043-7/+7
|\
| * update package vmimeMark Brand2014-08-041-2/+2
| |
| * update package gdbMark Brand2014-08-041-3/+3
| |
| * update package harfbuzzMark Brand2014-08-041-2/+2
| |
* | sdl2_gfx: enable shared buildTimothy Gu2014-08-041-6/+4
| |
* | sdl_gfx: enable shared buildsTimothy Gu2014-08-041-5/+1
| |
* | sdl2_mixer: make configure flag order sanerTimothy Gu2014-08-041-2/+2
| |
* | sdl2_gfx: disable on i686-pc-mingw32Timothy Gu2014-08-041-0/+3
| | | | | | | | Signed-off-by: Timothy Gu <timothygu99@gmail.com>
* | sdl_gfx, sdl2_gfx: consistently use square brackets for #includeSylvain Beucler2014-08-042-4/+4
| |
* | sdl2_gfx: new MakefileSylvain Beucler2014-08-043-0/+63
|/ | | | | | | | Some modifications made by me (Timothy): - test program name changed to follow conventions - checksum fixed Signed-off-by: Timothy Gu <timothygu99@gmail.com
* Merge pull request #432 from tarent/qt_lreleaseTimothy Gu2014-08-031-0/+4
|\ | | | | qt: build lrelease for host usage
| * qt: build lrelease for host usageHenning Heinold2014-07-151-0/+4
| | | | | | | | | | The original patch comes from gnu-octave: http://savannah.gnu.org/bugs/download.php?file_id=28078
* | Merge pull request #417 from t-paul/qscintilla2Timothy Gu2014-08-033-0/+50
|\ \ | | | | | | Add package qscintilla2
| * | Use pkg-config to get the Qt5 compiler/linker flags for the test program.Torsten Paul2014-06-231-6/+3
| | |
| * | Depend on qtbase instead of qt5.Torsten Paul2014-06-201-1/+1
| | |
| * | Fix formatting.Torsten Paul2014-06-202-12/+12
| | |
| * | Add test program using the qscintilla2 editor component.Torsten Paul2014-06-182-0/+24
| | |
| * | Add qscintilla2 editor component (Qt5).Torsten Paul2014-06-122-0/+29
| | |
* | | ffmpeg: enable libcacaTimothy Gu2014-08-031-3/+4
| | | | | | | | | | | | Signed-off-by: Timothy Gu <timothygu99@gmail.com>
* | | Add package libcacaTimothy Gu2014-08-033-0/+196
| | | | | | | | | | | | Signed-off-by: Timothy Gu <timothygu99@gmail.com>
* | | ftgl: install pkg-config fileTimothy Gu2014-08-031-2/+4
| | | | | | | | | | | | Signed-off-by: Timothy Gu <timothygu99@gmail.com>
* | | libdvdread: fix update routineTimothy Gu2014-08-031-1/+1
| | | | | | | | | | | | Signed-off-by: Timothy Gu <timothygu99@gmail.com>
* | | libdvdnav: updateTimothy Gu2014-08-021-2/+2
| | | | | | | | | | | | Signed-off-by: Timothy Gu <timothygu99@gmail.com>
* | | ncurses: update to development version and enable shared buildTimothy Gu2014-08-022-74/+16
| | | | | | | | | | | | | | | | | | Dev is fairly stable, and has fixes for mingw shared build. Signed-off-by: Timothy Gu <timothygu99@gmail.com>
* | | New release notes draftTimothy Gu2014-08-021-0/+30
| | |
* | | Merge remote-tracking branch 'mxe/master' into workTimothy Gu2014-08-022-1/+10
|\ \ \
| * \ \ Merge pull request #438 from MisterTea/patch-1Timothy Gu2014-07-291-0/+9
| |\ \ \ | | | | | | | | | | mingw-utils: Fix return value in reimp.c
| | * | | Fix return value in reimp.cJason Gauci2014-07-291-0/+9
| |/ / / | | | | | | | | Modern clang does not like return; when an int is expected.
| * | | Add autopoint to the list of `apt-get install`'sTimothy Gu2014-07-281-1/+1
| | | | | | | | | | | | Fixes #437.
* | | | Fix GitHub update routineTimothy Gu2014-08-027-30/+12
|/ / / | | | | | | | | | Signed-off-by: Timothy Gu <timothygu99@gmail.com>
* | | update-gmsl: show new version when there is oneTimothy Gu2014-07-271-0/+1
| | | | | | | | | | | | Signed-off-by: Timothy Gu <timothygu99@gmail.com>
* | | Update GMSLTimothy Gu2014-07-272-4/+5
| | | | | | | | | | | | Signed-off-by: Timothy Gu <timothygu99@gmail.com>
* | | ncurses: depend on libgnurxTimothy Gu2014-07-271-1/+1
| | | | | | | | | | | | Signed-off-by: Timothy Gu <timothygu99@gmail.com>
* | | Merge branch 'master' of https://github.com/mxe/mxeTimothy Gu2014-07-271-1/+1
|\ \ \
| * \ \ Merge branch 'stable'Volker Grabsch2014-07-231-1/+1
| |\ \ \
| | * | | Update year of copyright notice to 2014Volker Grabsch2014-07-231-1/+1
| | | | |
| * | | | Merge branch 'stable'Volker Grabsch2014-07-230-0/+0
| |\ \ \ \ | | |/ / /
| | * | | Backport openssl patchesTimothy Gu2014-07-013-622/+633
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Closes #429. Signed-off-by: Timothy Gu <timothygu99@gmail.com>
* | | | | gcc: updateTimothy Gu2014-07-263-105/+2
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Timothy Gu <timothygu99@gmail.com>
* | | | | giflib: enable shared buildingTimothy Gu2014-07-261-7/+2
|/ / / / | | | | | | | | | | | | Signed-off-by: Timothy Gu <timothygu99@gmail.com>
* | | | Merge pull request #435 from starius/masterTimothy Gu2014-07-2327-28/+51
|\ \ \ \ | | | | | | | | | | add http mirrors to packages hosted at FTP
| * | | | add http mirrors to packages hosted at FTPBoris Nagaev2014-07-2027-27/+50
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | see http://lists.nongnu.org/archive/html/mingw-cross-env-list/2014-07/msg00002.html Many FTP servers block connections from Tor and some VPN servers. HTTP servers don't do this normally. Example of failed FTP download attempt of binutils-2.24.tar.bz: $ torsocks wget ftp://ftp.gnu.org/pub/gnu/binutils/binutils-2.24.tar.bz2 --2014-07-20 13:26:48-- ftp://ftp.gnu.org/pub/gnu/binutils/binutils-2.24.tar.bz2 => `binutils-2.24.tar.bz2' Resolving ftp.gnu.org (ftp.gnu.org)... 208.118.235.20 Connecting to ftp.gnu.org (ftp.gnu.org)|208.118.235.20|:21... connected. Logging in as anonymous ... Logged in! ==> SYST ... done. ==> PWD ... done. ==> TYPE I ... done. ==> CWD (1) /pub/gnu/binutils ... done. ==> SIZE binutils-2.24.tar.bz2 ... 22716802 ==> PASV ... done. ==> RETR binutils-2.24.tar.bz2 ... Error in server response, closing control connection. Retrying. Same package was downloaded via HTTP successfully: $ torsocks wget http://ftp.gnu.org/pub/gnu/binutils/binutils-2.24.tar.bz2 --2014-07-20 13:32:37-- http://ftp.gnu.org/pub/gnu/binutils/binutils-2.24.tar.bz2 Resolving ftp.gnu.org (ftp.gnu.org)... 208.118.235.20 Connecting to ftp.gnu.org (ftp.gnu.org)|208.118.235.20|:80... connected. HTTP request sent, awaiting response... 200 OK Length: 22716802 (22M) [application/x-bzip2] Saving to: `binutils-2.24.tar.bz2' 100%[=================>] 22,716,802 721K/s in 24s 2014-07-20 13:33:03 (915 KB/s) - `binutils-2.24.tar.bz2' saved [22716802/22716802] Trying download from Tor Browser, I get error message: 425 Security: Bad IP connecting. HTTP URLs were added to FTP URLs-only packages. In many cases, ftp://ftp.gnu.org can be accessed from http://ftp.gnu.org If both URLs of a package are FTP, then one of them was replaced with HTTP. Command to check that those packages can be build successfully if behind Tor: $ torsocks make autoconf automake binutils bison cloog coreutils file freetds gcc gdb gettext gmp gnutls gperf isl libbluray libffi libgcrypt libgpg_error libidn libmicrohttpd libpng libxml2 libxslt m4 pthreads-w32 sed dcmtk mpfr I've run the test above successfully.
* | | | | file: updateTimothy Gu2014-07-231-2/+2
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Timothy Gu <timothygu99@gmail.com>
* | | | | file: enable shared buildTimothy Gu2014-07-231-7/+2
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Timothy Gu <timothygu99@gmail.com>
* | | | | fftw: updateTimothy Gu2014-07-231-2/+2
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Timothy Gu <timothygu99@gmail.com>
* | | | | openblas: updateTimothy Gu2014-07-232-47/+2
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Timothy Gu <timothygu99@gmail.com>