summaryrefslogtreecommitdiffstats
path: root/src/djvulibre-1-fixes.patch
Commit message (Collapse)AuthorAgeFilesLines
* djvulibre: enable static library buildsdarealshinji2017-07-021-2/+53
|
* 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
* djvulibre: fixesdarealshinji2016-07-251-9/+29
|
* djvulibre 3.5.27 (shared-only)darealshinji2016-06-131-310/+30
|
* djvulibre: call autoreconf -fi, not change optionsBoris Nagaev2016-04-101-5/+5
| | | | | | | Changes of ./configure were moved to ./configure.ac to preserve them after `autoreconf -fi`. See https://github.com/mxe/mxe/pull/1286#discussion_r59139912
* djvulibre: enable shared targetsBoris Nagaev2016-04-101-0/+30
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Patch "fix linking errors in shared builds" fixes i686-w64-mingw32.shared. Change of djvulibre.mk fixes x86_64-w64-mingw32.shared by changing deplibs check method to "objdump". See the explanations below. On Wheezy (at least) "file" returns "data" for x86-64 object files from libmsvcp60.a. Therefore the check fails with the following message: *** Warning: linker path does not have real file for library -lmsvcp60. *** I have the capability to make that library automatically link in when *** you link to this library. But I can only do this if you have a *** shared version of the library, which you do not appear to have *** because I did check the linker path looking for a file starting *** with libmsvcp60 and none of the candidates passed a file format test *** using a file magic. Last file checked: /home/mxe/mxe-djvulibre/usr/lib/gcc/x86_64-w64-mingw32.shared/4.9.3/../../../../x86_64-w64-mingw32.shared/lib//libmsvcp60.a *** The inter-library dependencies that have been dropped here will be *** automatically added whenever a program is linked with this library *** or is declared to -dlopen it. *** Since this library must not contain undefined symbols, *** because either the platform does not support them or *** it was explicitly requested with -no-undefined, *** libtool will only create a static version of it. Then it compiled static library and failed when compiling djvulibre-test.c because of missing -ljpeg.
* djvulibre: consolidate patchesBoris Nagaev2016-04-091-0/+281