Commit Graph

6039 Commits

Author SHA1 Message Date
Boris Nagaev d38cb7ee2e qt and qtbase: fix the test built the manual way
Add MOC and RCC commands and files produced to the test.

close #883
2015-09-23 23:07:15 +03:00
Tony Theodore b52642a62d doc update: change sha1 --> sha256 2015-09-24 01:29:39 +10:00
Tony Theodore fc0ed34fb9 all packages: really use sha256 checksums 2015-09-23 18:32:58 +10:00
Tony Theodore 5b74c8e9de Merge pull request #851 from LuaAndC/qt-improve-test
Qt: test more Qt tools (moc, rcc)
2015-09-23 17:49:27 +10:00
Tony Theodore ac7344aaef many packages: cleanup deps ordering 2015-09-23 17:41:16 +10:00
Tony Theodore df6f8926c2 Makefile: add cleanup-deps-style to reorder deps 2015-09-23 17:34:45 +10:00
Tony Theodore a228c0488f all packages: switch to sha256 checksums
closes #871
2015-09-23 17:27:16 +10:00
Tony Theodore fd257c1335 pthreads: test cmake find_package(Threads REQUIRED) 2015-09-23 17:03:55 +10:00
MXEBot as Travis CI 960a7ac57e Update versions.json 2015-09-23 04:31:30 +00:00
Tony Theodore 3e4f337fd1 Merge pull request #850 from LuaAndC/gtk3
add packages gtk3 and gtkmm3
2015-09-23 14:31:09 +10:00
Tony Theodore ed3adb9ad6 sdl_rwhttp: remove obsolete deps for i686-pc-mingw32 2015-09-22 18:46:44 +10:00
MXEBot as Travis CI d13eea47de Update versions.json 2015-09-21 16:41:01 +00:00
Tony Theodore 5cdb1160ee Merge branch 'master' of github.com:mxe/mxe 2015-09-22 02:40:21 +10:00
Tony Theodore b208448e90 libepoxy: update 1.2 --> 1.3.1 2015-09-22 02:40:06 +10:00
MXEBot as Travis CI cf5740429b Update versions.json 2015-09-21 16:31:34 +00:00
Tony Theodore e53f05a75d tinyxml2: update 2.2.0 --> 3.0.0 2015-09-22 02:30:36 +10:00
MXEBot as Travis CI 434a422b74 Update versions.json 2015-09-21 16:11:11 +00:00
Tony Theodore 6d8877faa2 wavpack: update 4.70.0 --> 4.75.0 2015-09-22 02:10:22 +10:00
MXEBot as Travis CI 4312e06d72 Update versions.json 2015-09-21 16:08:10 +00:00
Tony Theodore d6e16634b9 xapian-core: update 1.2.19 --> 1.2.21 2015-09-22 02:07:32 +10:00
Tony Theodore 5611d117e2 libjpeg-turbo: merge patches 2015-09-21 20:36:04 +10:00
Tony Theodore da6c8e003f Merge pull request #834 from LuaAndC/libjpeg-turbo-2-install-DLL-to-bin-libjpeg-turbo
libjpeg-turbo: install DLL to bin/libjpeg-turbo
2015-09-21 20:08:04 +10:00
Tony Theodore 62d23ddec1 pire: fix shared build, build only libs and test program 2015-09-21 19:39:07 +10:00
Tony Theodore b8e6addbcf Merge pull request #874 from LuaAndC/build-pkg-nm-and-predownload
build-pkg: pre-download all packages and check *.a with nm
2015-09-21 19:05:08 +10:00
Boris Nagaev d47a666799 build-pkg: rename testCommand to execute
see #874
2015-09-21 11:05:52 +03:00
Tony Theodore 07018ba427 Merge pull request #876 from LuaAndC/fftw-combined-threads
fftw: compile with combined thread libraries
2015-09-21 17:48:18 +10:00
Boris Nagaev ebdde3842c fftw: compile with combined thread libraries
From fftw-3.3.4/Makefile.am:

> when using combined thread libraries (necessary on Windows), we want
> to build threads/ first, because libfftw3_threads is added to
> libfftw3.
>
> Otherwise, we want to build libfftw3_threads after libfftw3
> so that we can track the fact that libfftw3_threads depends upon
> libfftw3.
>
> This is the inescapable result of combining three bad ideas
> (threads, Windows, and shared libraries).

When compiling with combined threads, all thread related functions
are added to main libraries (libfftw3, libfftw3f, libfftw3l). I have
checked their existance in libfftw3-3.dll by using nm.

close #872

^^ Instead of adding -lfftw3_threads to fftw*.pc files, add
thread related functions to main fftw3 lib.
2015-09-21 10:40:06 +03:00
MXEBot as Travis CI a9935bdf24 Update versions.json 2015-09-21 07:12:38 +00:00
Tony Theodore af7202b89b Merge pull request #877 from LuaAndC/cimg
add package cimg
2015-09-21 17:12:18 +10:00
Tony Theodore 16e15695fa Merge pull request #875 from LuaAndC/imagemagick-shared
imagemagick: enable shared build
2015-09-21 16:29:55 +10:00
Boris Nagaev dbe8eef5f5 qt-test: add a header
Test moc tool
2015-09-21 03:06:13 +03:00
Boris Nagaev 6004e1e00a qt-test: add Qt resources file
Test rcc tool
2015-09-21 03:06:13 +03:00
Boris Nagaev bf49b8958d add README.md and LICENSE files 2015-09-21 03:05:48 +03:00
Gerardo Ballabio bf06350135 add packages gtk3 and gtkmm3
Pango has been updated to 1.37.4 in 24cf97dbdd

Side effects:
  * mute function g_win32_run_session_bus of glib (see the thread)
  * add new external dependency: gdk-pixbuf

Original thread:
https://lists.nongnu.org/archive/html/mingw-cross-env-list/2015-08/msg00009.html
2015-09-21 03:05:18 +03:00
Boris Nagaev 803ed16c8f build-pkg: pre-download all packages
Run `make download -j 6 -k` until it downloads all packages
successfully before running further steps.

close #855
2015-09-21 02:57:45 +03:00
Boris Nagaev b5311afb50 build-pkg: check *.a files with nm
close #858
see #854
2015-09-21 02:57:45 +03:00
Boris Nagaev a4d62eb91b build-pkg: add function testCommand
This function runs a command and return whether it
finished successfully.
2015-09-21 02:57:45 +03:00
Boris Nagaev ca5ca55bb0 add package cimg 2015-09-21 02:31:45 +03:00
Boris Nagaev aa2f447215 imagemagick: enable shared build 2015-09-21 00:57:46 +03:00
Tony Theodore a65e97c541 Merge pull request #870 from ooxi/add-violetland-to-used-by-section
Add violetland to used by section
2015-09-20 13:39:21 +10:00
ooxi f188179889 Add Violetland to the used by section.
In this game the player should help a girl by name of Violet to struggle with hordes of monsters. For this purpose the various weapon, and also the special abilities of the heroine which are opening with experience can be used.
2015-09-19 20:39:36 +02:00
ooxi c0ed42358f Changed used by section to alphabetical order 2015-09-19 20:37:41 +02:00
Tony Theodore 911ac53f84 Merge pull request #868 from LuaAndC/fix-suitesparse-download-url
fix suitesparse download URL
2015-09-19 18:21:02 +10:00
Tony Theodore 582e2bf4af Merge pull request #867 from LuaAndC/fix-openscenegraph-download-url
fix openscenegraph download URL
2015-09-19 18:20:36 +10:00
Tony Theodore e3e720dd44 Merge pull request #864 from LuaAndC/report-download-from-backup
report downloading from backup
2015-09-19 18:11:03 +10:00
Boris Nagaev de90353233 fix suitesparse download URL
Old URL is 404. Parent URL redirects to [1].

[1] http://faculty.cse.tamu.edu/davis/research.html
2015-09-18 11:17:40 +03:00
Boris Nagaev 59a95f583e fix openscenegraph download URL 2015-09-18 09:45:26 +03:00
Boris Nagaev 164e7435c9 report downloading from backup 2015-09-18 09:09:37 +03:00
Tony Theodore bec5b6c734 Merge pull request #860 from LuaAndC/build-pkg-file-dereference
build-pkg: improve launching file tool
2015-09-17 16:10:13 +10:00
Tony Theodore 3bee0c894c Merge pull request #859 from LuaAndC/build-pkg-report-dll-in-lib
build-pkg: report DLL files in /lib/
2015-09-17 16:09:01 +10:00