summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| * | | | | ossim: add missing libgeotiff dependencyTony Theodore2016-01-061-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | fixes #1137
* | | | | | Update versions.json & build-matrix.htmlMXEBot as Travis CI2016-01-062-2/+2
| | | | | |
* | | | | | sqlite: updateMark Brand2016-01-061-3/+3
| | | | | |
* | | | | | Merge pull request #1132 from LuaAndC/native-lua-no-readlineTony Theodore2016-01-062-0/+54
|\ \ \ \ \ \ | |/ / / / / |/| | | | | lua: disable readline on linux, macosx and freebsd
| * | | | | lua: use $(BUILD_CC) variableTony Theodore2016-01-061-0/+1
| | | | | |
| * | | | | lua: disable readline on linux, macosx and freebsdBoris Nagaev2016-01-061-0/+53
|/ / / / / | | | | | | | | | | | | | | | fix #1060
* | | | | Update versions.json & build-matrix.htmlMXEBot as Travis CI2016-01-062-10/+10
| | | | |
* | | | | libass: add note about removing autoreconfTony Theodore2016-01-061-0/+2
| | | | |
* | | | | Remove libbluray patchTimothy Gu2016-01-061-31/+0
| | | | | | | | | | | | | | | | | | | | It was for MinGW.org, which we don't support any more.
* | | | | libaacs, libass, libbluray, libvpx: updateTimothy Gu2016-01-065-40/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | libass fix from Tony Theodore <tonyt@logyst.com> Signed-off-by: Timothy Gu <timothygu99@gmail.com>
* | | | | libass: Fix update routineTimothy Gu2016-01-061-2/+4
| | | | |
* | | | | Update ffmpegTimothy Gu2016-01-061-2/+2
| |_|/ / |/| | |
* | | | Update versions.json & build-matrix.htmlMXEBot as Travis CI2016-01-062-2/+2
| | | |
* | | | Merge pull request #1083 from TimothyGu/libgnurxTimothy Gu2016-01-061-9/+7
|\ \ \ \ | |_|/ / |/| | | Use my fork of libgnurx
| * | | Use my fork of libgnurxTimothy Gu2015-12-171-9/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The original libgnurx is based off glibc 2.5, which has multiple known vulnerabilities, including but not limited to: - CVE-2013-0242: Buffer overflow in the extend_buffers function in the regular expression matcher (posix/regexec.c) in glibc, possibly 2.17 and earlier, allows context-dependent attackers to cause a denial of service (memory corruption and crash) via crafted multibyte characters.
* | | | Merge pull request #1136 from LuaAndC/update-qbittorrent3Tony Theodore2016-01-066-261/+211
|\ \ \ \ | | | | | | | | | | Update qbittorrent from 3.2.3 to 3.3.1
| * | | | qbittorrent: import/export patchBoris Nagaev2016-01-051-26/+26
| | | | | | | | | | | | | | | | | | | | | | | | | This commit was not ammended into previous commit to keep diff of previous commit simple.
| * | | | qbittorrent: update from 3.2.3 to 3.3.1Boris Nagaev2016-01-052-62/+47
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * many files were renamed * file filterparserthread.h no longer include Winsock2.h * patch "remove unused members of peerlistwidget" was removed because peerlistwidget no longer has these members * embeded GeoIP.dat is not needed https://github.com/qbittorrent/qBittorrent/pull/3186 remove geoip-database from dependencies * --with-qt4=yes (now Qt5 is the default if both present) * patch "do not check qmake existance" was improved: its target file has multiple equal contexts for the diff and it was applied to wrong section; now applying to all
| * | | | qbittorrent: consolidate patchesBoris Nagaev2016-01-055-255/+220
| | |_|/ | |/| |
* | | | Merge pull request #1130 from LuaAndC/apt-docsTony Theodore2016-01-061-2/+27
|\ \ \ \ | |/ / / |/| | | add links to pkg.mxe.cc and battleship to index.html
| * | | add Battleship to "Introduction" and "Used by"Boris Nagaev2016-01-051-1/+9
| | | |
| * | | add a link to pkg.mxe.cc to index.htmlBoris Nagaev2016-01-031-1/+18
| | |/ | |/| | | | | | | See https://github.com/mxe/mxe/issues/911#issuecomment-146791434
* | | Merge pull request #1127 from pavelvat/eiskaltdcBoris Nagaev2016-01-031-0/+3
|\ \ \ | |/ / |/| | add EiskaltDC++ to section "Projects which use MXE"
| * | add EiskaltDC++ to section "Projects which use MXE"Pavel Vatagin2016-01-031-0/+3
| | |
* | | Merge pull request #1126 from LuaAndC/python-version-in-logTony Theodore2016-01-031-0/+1
|\ \ \ | | | | | | | | print Python version to log
| * | | print Python version to logBoris Nagaev2016-01-031-0/+1
|/ / /
* | | Update versions.json & build-matrix.htmlMXEBot as Travis CI2016-01-031-7/+7
| | |
* | | Make Travis CI build build-matrix.htmlTimothy Gu2016-01-032-2/+2
| | | | | | | | | | | | Fixes #1074.
* | | Check in build-matrix.htmlTimothy Gu2016-01-032-1/+3945
| | |
* | | Update versions.jsonMXEBot as Travis CI2016-01-031-1/+1
| | |
* | | Merge pull request #1123 from LuaAndC/wt-3.3.5Tony Theodore2016-01-034-194/+3
|\ \ \ | | | | | | | | wt: update from 3.3.4 to 3.3.5
| * | | wt: update from 3.3.4 to 3.3.5Boris Nagaev2016-01-014-194/+3
|/ / / | | | | | | | | | Remove patches merged in upstream.
* | | Merge pull request #1121 from LuaAndC/jack-for-1108Tony Theodore2016-01-015-205/+226
|\ \ \ | | | | | | | | [WIP] jack: consolidate patches and fix build for python3.5
| * | | fix jack build for python3.5Boris Nagaev2016-01-011-0/+38
| | | |
| * | | jack: consolidate patchesBoris Nagaev2016-01-015-205/+188
| | | |
* | | | Merge pull request #1117 from LuaAndC/build-pkg-toposortTony Theodore2016-01-011-17/+94
|\ \ \ \ | |/ / / |/| | | build-pkg: add toposort checks and implement it internally, without tsort tool
| * | | build-pkg: implement toposort internallyBoris Nagaev2016-01-011-17/+50
| | | | | | | | | | | | | | | | Instead of invoking tsort tool.
| * | | build-pkg: check toposortBoris Nagaev2016-01-011-0/+25
| | | |
| * | | build-pkg: check each item builds one packageBoris Nagaev2016-01-011-0/+19
| |/ /
* | | Merge pull request #1120 from LuaAndC/patch-tool-text-diffTony Theodore2016-01-011-0/+1
|\ \ \ | | | | | | | | patch-tool-mxe: always output text diffs
| * | | patch-tool-mxe: always output text diffsBoris Nagaev2016-01-011-0/+1
| |/ / | | | | | | | | | | | | Otherwise it provides binary diff for jack/waf file, which is a mix of Python and tar.
* | | Merge pull request #1118 from LuaAndC/alure-no-fluidsynthTony Theodore2016-01-011-0/+1
|\ \ \ | |/ / |/| | alure: disable FluidSynth support
| * | alure: disable FluidSynth supportBoris Nagaev2016-01-011-0/+1
|/ / | | | | | | | | See https://github.com/mxe/mxe/issues/1108 See https://github.com/mxe/mxe/issues/1023
* | Merge pull request #1110 from LuaAndC/alure-add-dep-mpg123Tony Theodore2015-12-311-1/+1
|\ \ | | | | | | add mpg123 to alure's dependencies
| * | add mpg123 to alure's dependenciesBoris Nagaev2015-12-301-1/+1
| | | | | | | | | | | | fix #1108
* | | Update versions.jsonMXEBot as Travis CI2015-12-311-1/+1
| | |
* | | Merge pull request #1113 from LuaAndC/update-gtk2-2.24.28Tony Theodore2015-12-312-106/+76
|\ \ \ | | | | | | | | Update gtk2 to 2.24.28
| * | | update gtk2 from 2.24.22 to 2.24.29Boris Nagaev2015-12-302-29/+29
| | | | | | | | | | | | | | | | | | | | | | | | Rebase all patches. fix #1112
| * | | cleanup gtk2-1-fixes.patchBoris Nagaev2015-12-301-88/+58
| |/ / | | | | | | | | | | | | | | | $ tools/patch-tool-mxe init gtk2 $ tools/patch-tool-mxe import gtk2 $ tools/patch-tool-mxe export gtk2
* | | Merge pull request #1115 from tonytheodore/lapack-caseTimothy Gu2015-12-311-2/+2
|\ \ \ | |/ / |/| | lapack: fix case change in 3.6.0 update