summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* update vmimeMark Brand2017-08-181-2/+2
|
* Update packages.json & build-matrix.htmlMXEBot as Travis CI2017-08-161-1/+1
|
* tiff: update website URLMark Brand2017-08-161-2/+2
| | | | | | The project no longer controls the previous sites. https://en.wikipedia.org/wiki/Libtiff#Website_hijacking
* Merge pull request #1880 from tonytheodore/cpackTony Theodore2017-08-153-1/+25
|\ | | | | cmake: add prefixed cpack and CPACK_NSIS_EXECUTABLE
| * cmake: add prefixed cpack and CPACK_NSIS_EXECUTABLETony Theodore2017-08-153-1/+25
| | | | | | | | see #1502
* | update gcc7 plugin to 7.2.0Mark Brand2017-08-141-3/+3
| |
* | Update packages.json & build-matrix.htmlMXEBot as Travis CI2017-08-142-2/+2
| |
* | update curlMark Brand2017-08-141-4/+5
|/ | | | | | | Curl 7.55.1 configures threaded resolver backend by default, which introduces pthreads dependency. https://github.com/curl/curl/pull/1647/commits
* Merge pull request #1878 from tonytheodore/libarchive-nettleTony Theodore2017-08-133-24/+26
|\ | | | | libarchive: use nettle instead of bcrypt for CNG(Crypto Next Generation)
| * libarchive: use pkgconfig instead of sed for static defsTony Theodore2017-08-132-5/+20
| |
| * libarchive: use BUILD_DIR and SOURCE_DIRTony Theodore2017-08-131-3/+3
| |
| * libarchive: use nettle instead of bcrypt for CNG(Crypto Next Generation)Tony Theodore2017-08-133-22/+9
|/ | | | | fixes #1876 closes #1877
* Update packages.json & build-matrix.htmlMXEBot as Travis CI2017-08-112-12/+12
|
* update: dbus expat harfbuzz libgcrypt libpng vmimeMark Brand2017-08-116-12/+12
|
* Merge pull request #1875 from darealshinji/patch-1Tony Theodore2017-08-111-1/+1
|\ | | | | x264: use $(SORT)
| * x264: use $(SORT)darealshinji2017-08-101-1/+1
| |
* | Update packages.json & build-matrix.htmlMXEBot as Travis CI2017-08-102-2/+2
| |
* | update: curlMark Brand2017-08-101-3/+3
|/
* Update packages.json & build-matrix.htmlMXEBot as Travis CI2017-08-092-2/+2
|
* Merge pull request #1873 from muellni/oce-upgradeTony Theodore2017-08-092-19/+33
|\ | | | | oce: update
| * oce: updateMartin Müllenhaupt2017-08-082-19/+33
| |
* | Update packages.json & build-matrix.htmlMXEBot as Travis CI2017-08-072-5/+16
| |
* | Merge pull request #1872 from yipdw/feature/gumbo-buildTony Theodore2017-08-072-0/+40
|\ \ | | | | | | Add package file for Gumbo, an HTML5 parsing library
| * | gumbo: Use gumbo-parser's own pkgconfig filesDavid Yip2017-08-071-8/+0
| | |
| * | gumbo: add new package and test programDavid Yip2017-08-072-0/+48
| | |
* | | Update packages.json & build-matrix.htmlMXEBot as Travis CI2017-08-072-4/+4
| | |
* | | Merge pull request #1862 from dl5rcw/masterTony Theodore2017-08-071-2/+3
|\ \ \ | |/ / |/| | updating to hamlib 3.1 + adding lusb-1.0 to pkgconfig
| * | updating to hamlib 3.1 + adding lusb-1.0 to pkgconfig to compile the test fileLars2017-08-061-2/+3
| | | | | | | | | | | | adding Requires section
* | | sqlite: updateMark Brand2017-08-041-2/+2
| | |
* | | Merge pull request #1870 from tonytheodore/qtwebkit-crashTony Theodore2017-08-043-0/+83
|\ \ \ | | | | | | | | qtwebkit: fix crash on startup
| * | | qtwebkit: add testTony Theodore2017-08-042-0/+36
| | | |
| * | | qtwebkit: fix crash on startupTony Theodore2017-08-031-0/+47
|/ / / | | | | | | | | | fixes #1868
* | | Merge pull request #1858 from tonytheodore/devil-eolTony Theodore2017-08-022-13/+5
|\ \ \ | | | | | | | | devil: use $(SED) instead of patch for EOL issues
| * | | devil: use $(SED) instead of patch for EOL issuesTony Theodore2017-07-262-13/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Can't figure out why the other two *.rc files patch correctly and this one doesn't. Patch was created with `make export-patch-` with git config `autocrlf = input`. Devil has it's own `.gitattributes` file but nothing seems to work. fixes #1856
* | | | Merge pull request #1866 from TobiX/harfbuzz-explicitTony Theodore2017-08-022-2/+2
|\ \ \ \ | | | | | | | | | | freetype: Don't autodetect harfbuzz.
| * | | | freetype: Don't autodetect harfbuzz.Tobias Gruetzmacher2017-08-012-2/+2
|/ / / / | | | | | | | | | | | | | | | | This makes the harfbuzz support explicit: freetype-bootstrap does not use harfbuzz, but freetype does.
* | | | Merge pull request #1864 from dirkhh/addSubsurfaceTony Theodore2017-07-311-0/+3
|\ \ \ \ | | | | | | | | | | Add Subsurface as project using MXE
| * | | | Add Subsurface as project using MXEDirk Hohndel2017-07-301-0/+3
| | |/ / | |/| | | | | | | | | | Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
* | | | Update packages.json & build-matrix.htmlMXEBot as Travis CI2017-07-312-2/+2
| | | |
* | | | update vmimeMark Brand2017-07-311-2/+2
| | | |
* | | | Update packages.json & build-matrix.htmlMXEBot as Travis CI2017-07-312-66/+66
| | | |
* | | | upgrade qt5 packages to Qt 5.9.1Mark Brand2017-07-3133-49/+49
|/ / /
* | | Merge pull request #1861 from pavelvat/fix-clementine-qt4Tony Theodore2017-07-271-0/+36
|\ \ \ | | | | | | | | fix launch clementine_qt4 with clean settings
| * | | fix launch clementine_qt4 with clean settingsPavel Vatagin2017-07-261-0/+36
|/ / /
* | | Update packages.json & build-matrix.htmlMXEBot as Travis CI2017-07-262-2/+2
| | |