summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* update sdl2Boris Pek2017-09-272-53/+7
|
* Merge pull request #1907 from LuaAndC/build-pkg-ignore-some-gitkeepBoris Nagaev2017-09-261-0/+4
|\ | | | | build-pkg: blacklist {installed,lib}/.gitkeep
| * build-pkg: blacklist {installed,lib}/.gitkeepBoris Nagaev2017-09-241-0/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The following files are installed by both cmake-conf and mxe-conf: usr/i686-w64-mingw32.shared/installed/.gitkeep usr/i686-w64-mingw32.static/installed/.gitkeep usr/x86_64-unknown-linux-gnu/installed/.gitkeep usr/x86_64-unknown-linux-gnu/lib/.gitkeep usr/x86_64-w64-mingw32.shared/installed/.gitkeep usr/x86_64-w64-mingw32.static/installed/.gitkeep In all cases a package installs other files to the same library, so these .gitkeep files can be safely added to the blacklist. See https://github.com/mxe/mxe/issues/1886#issuecomment-331719282
* | Merge pull request #1906 from LuaAndC/build-pkg-build-emptyBoris Nagaev2017-09-251-35/+3
|\ \ | | | | | | build-pkg: pack empty packages as well
| * | build-pkg: pack empty packages as wellBoris Nagaev2017-09-241-35/+3
| |/ | | | | | | | | See https://github.com/mxe/mxe/issues/1886#issue-253920956 See https://github.com/mxe/mxe/issues/968
* | Merge pull request #1910 from vszakats/https31Boris Nagaev2017-09-241-1/+1
|\ \ | | | | | | bump primary package mirror to HTTPS
| * | bump primary package mirror to HTTPSViktor Szakats2017-09-241-1/+1
|/ /
* | Update packages.json & build-matrix.htmlMXEBot as Travis CI2017-09-242-2/+2
| |
* | Merge pull request #1891 from Lord-Kamina/opencv_3.3.0-fixedBoris Nagaev2017-09-246-498/+202
|\ \ | | | | | | Opencv 3.3.0 fixed
| * | opencv: concatenate and unify patchesBoris Nagaev2017-09-243-113/+100
| | |
| * | opencv.mk: remove trailing spacesBoris Nagaev2017-09-241-2/+2
| | |
| * | Update opencv to 3.3.0Gregorio Litenstein2017-09-247-467/+184
| |/
* | Update packages.json & build-matrix.htmlMXEBot as Travis CI2017-09-241-3/+3
| |
* | Merge pull request #1899 from vszakats/https30Boris Nagaev2017-09-249-17/+17
|\ \ | |/ |/| secure/update URLs
| * secure/update URLsViktor Szakats2017-09-249-17/+17
|/ | | | | | | | * change libssh2/apache/xiph URLs to canonical ones * resubmit patch to remove unnecessary --no-check-certificate option. The URLs are non-HTTPS anyway * blas: restore URL and point to versioned archive
* Merge pull request #1903 from LuaAndC/misspellBoris Nagaev2017-09-2422-26/+26
|\ | | | | fix typos found by misspell tool
| * fix typos found by misspell toolBoris Nagaev2017-09-2422-26/+26
| |
* | Merge pull request #1905 from LuaAndC/build-pkg-nonetworkBoris Nagaev2017-09-241-1/+4
|\ \ | |/ |/| build-pkg: ignore all copies of nonetwork.so
| * build-pkg: ignore all copies of nonetwork.soBoris Nagaev2017-09-241-1/+4
|/ | | | See https://github.com/mxe/mxe/issues/1886#issuecomment-325927308
* Merge pull request #1904 from LuaAndC/fix-checksumsBoris Nagaev2017-09-245-5/+5
|\ | | | | update checksums of tarballs from GitHub
| * update checksums of tarballs from GitHubBoris Nagaev2017-09-245-5/+5
|/ | | | | | | | | | GitHub started generating different tarballs. I compared the content of files in the new tarballs with the old ones and it was equal. For clementine and intel-tbb I didn't find the old tarballs and used git checkout of the commit from _VERSION field instead. See https://github.com/mxe/mxe/pull/1895#issuecomment-329309074
* Update packages.json & build-matrix.htmlMXEBot as Travis CI2017-09-222-12/+12
|
* update: fontconfig, freetds, freetype, gdb, harfbuzzMark Brand2017-09-226-81/+10
|
* Update packages.json & build-matrix.htmlMXEBot as Travis CI2017-09-132-2/+2
|
* Merge pull request #1895 from yhfudev/hotfix-protobufBoris Nagaev2017-09-131-2/+2
|\ | | | | fix protobuf url error
| * fix protobuf url errorYunhui Fu2017-09-131-2/+2
|/
* Update packages.json & build-matrix.htmlMXEBot as Travis CI2017-09-082-4/+4
|
* update: pcre, pcre2Mark Brand2017-09-082-4/+4
|
* Update packages.json & build-matrix.htmlMXEBot as Travis CI2017-09-072-2/+2
|
* update vmimeMark Brand2017-09-071-2/+2
|
* Update packages.json & build-matrix.htmlMXEBot as Travis CI2017-08-282-2/+2
|
* update lzmaMark Brand2017-08-281-2/+2
|
* Update packages.json & build-matrix.htmlMXEBot as Travis CI2017-08-272-2/+2
|
* update libgcryptMark Brand2017-08-271-2/+2
|
* Update packages.json & build-matrix.htmlMXEBot as Travis CI2017-08-272-5/+16
|
* Merge pull request #1884 from tonytheodore/tbbTony Theodore2017-08-271-0/+34
|\ | | | | add Intel Threading Building Blocks package
| * add Intel Threading Building Blocks packageTony Theodore2017-08-271-0/+34
|/
* Update packages.json & build-matrix.htmlMXEBot as Travis CI2017-08-252-4/+4
|
* update: libjpeg-turbo, openjpegMark Brand2017-08-255-41/+36
|
* Update packages.json & build-matrix.htmlMXEBot as Travis CI2017-08-252-4/+4
|
* update: freetds, harfbuzzMark Brand2017-08-252-4/+4
|
* Update packages.json & build-matrix.htmlMXEBot as Travis CI2017-08-252-2/+2
|
* update libpngMark Brand2017-08-251-2/+2
|
* Update packages.json & build-matrix.htmlMXEBot as Travis CI2017-08-242-2/+2
|
* update sqliteMark Brand2017-08-241-2/+2
|
* Update packages.json & build-matrix.htmlMXEBot as Travis CI2017-08-212-2/+2
|
* update gnutlsMark Brand2017-08-211-2/+2
|
* Update packages.json & build-matrix.htmlMXEBot as Travis CI2017-08-202-4/+4
|
* update: expat, lz4Mark Brand2017-08-202-5/+5
|
* Update packages.json & build-matrix.htmlMXEBot as Travis CI2017-08-182-2/+2
|