summaryrefslogtreecommitdiffstats
path: root/src/djvulibre.mk
Commit message (Collapse)AuthorAgeFilesLines
* djvulibre: enable static library buildsdarealshinji2017-07-021-8/+7
|
* more URL updatesViktor Szakats2017-03-101-2/+2
|
* URL updatesViktor Szakats2017-03-041-1/+1
|
* add _WEBSITE and _DESCR fields to core packagesBoris Nagaev2016-12-221-0/+2
| | | | | | See https://github.com/mxe/mxe/issues/1422 Automation (Python 2 code): https://gist.github.com/9f5c315e5d0cf113d41dc454b7a0eb41
* 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-4/+10
|
* djvulibre 3.5.27 (shared-only)darealshinji2016-06-131-15/+10
|
* djvulibre: call autoreconf -fi, not change optionsBoris Nagaev2016-04-101-5/+2
| | | | | | | 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-4/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 test programdarealshinji2016-04-101-1/+7
|
* djvulibre: use macro SOURCEFORGE_MIRRORBoris Nagaev2016-04-091-1/+1
|
* djvulibre: rename VERSION_ to SHORTVERBoris Nagaev2016-04-091-4/+4
|
* add package djvulibredarealshinji2016-04-081-0/+29