summaryrefslogtreecommitdiffstats
path: root/src/poppler-1-win32.patch
Commit message (Collapse)AuthorAgeFilesLines
* Update poppler.Saikrishna Arcot2016-12-281-0/+13
|
* Copyright headers: point to LICENSE.md and shortenBoris Nagaev2016-08-271-2/+1
| | | | | | | | | | | | | | | | | | | The following script was applied: sed ':a;/part of MXE.$/{N;s/\n//;ba}' -i $(git grep -l 'part of MXE') sed 's/\(part of MXE\).*\(See index.html\)/\1. \2/' -i \ $(git grep -l 'part of MXE.*See index.html') before='This file is part of MXE. See index.html for further information.' after='This file is part of MXE. See LICENSE.md for licensing information.' sed "s/$before/$after/" -i $(git grep -l 'part of MXE') Then git grep 'index.html for further information' revealed two other files. One of them was patched manually (patch.mk). Makefile has text "See index.html for further information" unrelated to licensing. See https://github.com/mxe/mxe/issues/1500#issuecomment-241340792
* poppler: do not try to use mman.hBoris Nagaev2016-07-271-0/+26
| | | | fix https://github.com/mxe/mxe/issues/1455
* poppler: enable DLL buildsdarealshinji2016-07-151-67/+44
|
* mingw-w64: fix the shlobj.h problem at the sourceMark Brand2015-03-291-23/+2
|
* poppler: mingw-w64 4.01 compatibility fixMark Brand2015-03-281-4/+26
|
* poppler: updateMark Brand2015-01-051-14/+6
|
* poppler: updateTimothy Gu2014-09-161-24/+32
| | | | Signed-off-by: Timothy Gu <timothygu99@gmail.com>
* update package popplerMark Brand2013-11-281-1/+1
|
* update package popplerMark Brand2012-07-111-42/+6
|
* update package popplerMark Brand2012-06-141-128/+44
|
* Include upstream URLs in commit messages of poppler patchStefan Löffler2012-04-211-7/+8
| | | | as per https://github.com/mxe/mxe/pull/21#issuecomment-5261238
* Add upstream URLs of bug reports to poppler patchStefan Löffler2012-04-211-0/+3
|
* Combine patches into single file and improve themStefan Löffler2012-04-211-0/+239
as per suggestion at https://github.com/mxe/mxe/pull/21#issuecomment-5238769 - The "Qt4 custom global params" patch was dropped as poppler provides the possibility to put poppler-data into share/poppler anyway - The "applications fonts dir" patch was reworked to be more general, and to look for fonts in share/fonts/type1/gsfonts (in analogy to share/poppler and to *nix systems)