Commit Graph

6736 Commits

Author SHA1 Message Date
Boris Nagaev efff981373 djvulibre: enable shared targets
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.
2016-04-10 19:21:43 +03:00
darealshinji cbbb43b7d4 djvulibre test program 2016-04-10 07:02:01 +02:00
darealshinji 330cef19f6 Merge pull request #1 from LuaAndC/djvulibre5
improvements of djvulibre
2016-04-09 15:16:59 +02:00
Boris Nagaev f3908f8ad8 djvulibre: consolidate patches 2016-04-09 14:06:13 +03:00
Boris Nagaev 4a7b59e067 djvulibre: use macro SOURCEFORGE_MIRROR 2016-04-09 14:06:08 +03:00
Boris Nagaev ba11af0c8e djvulibre: rename VERSION_ to SHORTVER 2016-04-09 14:06:04 +03:00
darealshinji 9ba1b57e4b add package djvulibre 2016-04-08 19:25:22 +02:00
MXEBot as Travis CI d11555c760 Update versions.json & build-matrix.html 2016-04-07 21:22:06 +00:00
Boris Nagaev 39b7a718cf Merge pull request #1273 from pavelvat/add-package-googletest
add package googletest and update protobuf (fix #1269)
2016-04-08 01:21:15 +04:00
Pavel Vatagin be3663ad7f add package googletest and update protobuf 2016-04-08 00:10:29 +03:00
Boris Nagaev 33e3df316c Merge pull request #1283 from LuaAndC/osx-fixes
OSX fixes
2016-04-08 00:53:44 +04:00
Boris Nagaev ad6ceb144f Merge pull request #1282 from firatakandere/master
Update the sha256 checksum for QtWebkit
2016-04-07 00:25:46 +04:00
Boris Nagaev 4736fa393a add pkgconfig to the requirements on OSX
close #1281
2016-04-06 22:43:06 +03:00
Boris Nagaev d0523b769e fix error "won't overwrite defined macro" on OSX
See https://github.com/mxe/mxe/issues/1281
2016-04-06 22:42:19 +03:00
Boris Nagaev 43833e444c glib: recover authors of patches 2016-04-06 22:35:23 +03:00
Boris Nagaev ff8dddbe1b glib: consolidate and unify patches 2016-04-06 22:31:53 +03:00
Firat Akandere 6d952d80e6
Update the sha256 checksum 2016-04-06 16:06:43 +03:00
MXEBot as Travis CI d9c3273ed5 Update versions.json & build-matrix.html 2016-04-06 06:59:25 +00:00
Mark Brand faae3bb8eb vmime: update 2016-04-06 08:47:23 +02:00
MXEBot as Travis CI 12ea6f40fb Update versions.json & build-matrix.html 2016-04-05 15:27:43 +00:00
Mark Brand c734f8d84d update: mingw-w64 2016-04-05 16:52:28 +02:00
Tony Theodore 8f7e98b481 Merge pull request #1276 from LuaAndC/improve-nonetwork-log
nonetwork: new line before the message and flush
2016-04-03 18:34:51 +10:00
MXEBot as Travis CI 576f8f85fe Update versions.json & build-matrix.html 2016-03-29 19:21:30 +00:00
Mark Brand 393c30d1a0 sqlite: update 2016-03-29 21:15:53 +02:00
MXEBot as Travis CI 27d2c93b1e Update versions.json & build-matrix.html 2016-03-28 13:38:13 +00:00
Mark Brand 2ea89ec868 vmime: update 2016-03-28 15:32:28 +02:00
Boris Nagaev 4d73354c64 nonetwork: new line before the message and flush
fflush(stderr) may be needed:
http://mailman.linuxchix.org/pipermail/courses/2002-August/000691.html
2016-03-26 14:17:36 +03:00
MXEBot as Travis CI 53666085c9 Update versions.json & build-matrix.html 2016-03-24 12:17:12 +00:00
Mark Brand f117a71504 vmime: update 2016-03-24 10:51:50 +01:00
MXEBot as Travis CI 40e481f6ab Update versions.json & build-matrix.html 2016-03-23 20:35:45 +00:00
Mark Brand 07b3cb0d16 curl: update 2016-03-23 21:34:38 +01:00
Tony Theodore 3445107583 Merge pull request #1270 from LuaAndC/nonetwork-print-message
nonetwork: print message from replaced functions
2016-03-22 11:19:20 +11:00
MXEBot as Travis CI 726d6af5cf Update versions.json & build-matrix.html 2016-03-21 20:37:19 +00:00
mabrand 30554433dd Merge pull request #1268 from pavelvat/add-qtsparkle
add package qtsparkle
2016-03-21 21:36:10 +01:00
Pavel Vatagin dae6af8e83 add package qtsparkle 2016-03-21 23:27:34 +03:00
Boris Nagaev a295faef95 Merge pull request #1255 from pavelvat/copydlldeps.sh-case-insensitive
copydlldeps.sh: fix #1226 (case insensitive)
2016-03-21 03:42:46 +04:00
Boris Nagaev 2dd817b395 nonetwork: print message from replaced functions
See https://github.com/mxe/mxe/issues/1269
2016-03-21 01:11:38 +03:00
Pavel Vatagin 2db02c1318 copydlldeps.sh: fix #1226 (case insensitive) 2016-03-21 00:25:04 +03:00
MXEBot as Travis CI 8ae971a5e9 Update versions.json & build-matrix.html 2016-03-19 14:50:02 +00:00
Mark Brand 50471a81b7 new package: qtofficeopenxml 2016-03-19 15:48:59 +01:00
MXEBot as Travis CI 48e4de4f70 Update versions.json & build-matrix.html 2016-03-19 13:53:08 +00:00
Mark Brand 3d9f6e1d16 qtwebkit: restore package
The Qt project decided to publish the qtwebkit tarball as a
"community release".
2016-03-19 14:52:08 +01:00
Mark Brand 0a89a58bb7 qtimageformats: add dependencies jasper and libwebp 2016-03-18 14:17:55 +01:00
Martin Gerhardy 19c5b346ed subversion: added archive url to package
see issue "subversion can't be downloaded #1261"
2016-03-18 09:47:36 +01:00
MXEBot as Travis CI 93092291a0 Update versions.json & build-matrix.html 2016-03-17 13:02:19 +00:00
Mark Brand 3aff783265 vmime: update 2016-03-17 13:35:57 +01:00
Mark Brand 0a41edc327 index.html: fix sorting 2016-03-17 11:45:38 +01:00
MXEBot as Travis CI 0d3383e033 Update versions.json & build-matrix.html 2016-03-16 21:22:08 +00:00
Mark Brand f6b4404618 upgrade to Qt 5.6.0
removed modules:
    qtquick1
    qtwebkit

new modules:
    qtquickcontrols2
    qtwebview
2016-03-16 22:20:43 +01:00
Mark Brand ea2d4d2080 qtxlsxwriter: Qt 5.6 compatibility 2016-03-16 22:14:58 +01:00