Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Revert "boost pthreads qt sdl: disable cmake tests" | Tony Theodore | 2015-10-17 | 1 | -2/+1 |
| | | | | This reverts commit f1dd70802a4e20c0f8c849aa44f24651895c7cfc. | ||||
* | boost pthreads qt sdl: disable cmake tests | Tony Theodore | 2015-10-07 | 1 | -1/+2 |
| | | | | see #909 | ||||
* | qt: add cmake test | Tony Theodore | 2015-10-04 | 1 | -2/+9 |
| | | | | | workaround in #857 allows this to build. see also #852, a complete solution that covers Qt5 is required | ||||
* | Merge branch 'master' of https://github.com/muellni/mxe into muellni-master | Tony Theodore | 2015-10-04 | 1 | -0/+3 |
|\ | |||||
| * | qt: fix QtGui CMake static linking errors | Martin Müllenhaupt | 2015-09-15 | 1 | -0/+3 |
| | | |||||
* | | qt and qtbase: fix the test built the manual way | Boris Nagaev | 2015-09-23 | 1 | -1/+9 |
| | | | | | | | | | | | | Add MOC and RCC commands and files produced to the test. close #883 | ||||
* | | all packages: really use sha256 checksums | Tony Theodore | 2015-09-23 | 1 | -1/+1 |
| | | |||||
* | | many packages: cleanup deps ordering | Tony Theodore | 2015-09-23 | 1 | -1/+1 |
| | | |||||
* | | all packages: switch to sha256 checksums | Tony Theodore | 2015-09-23 | 1 | -1/+1 |
|/ | | | | closes #871 | ||||
* | boost hdf5 qt qtbase: write to $(CMAKE_TOOLCHAIN_DIR) instead of ↵ | Tony Theodore | 2015-09-12 | 1 | -2/+1 |
| | | | | | | $(CMAKE_TOOLCHAIN_FILE) Fixes #823 | ||||
* | qt: Fix update routine | Timothy Gu | 2015-06-19 | 1 | -3/+4 |
| | |||||
* | qt: update | Mark Brand | 2015-05-27 | 1 | -3/+3 |
| | |||||
* | boost hdf5 pkgconf qt: move cmake variables to respective packages | Tony Theodore | 2014-12-08 | 1 | -0/+5 |
| | |||||
* | Merge branch 'stable' | Timothy Gu | 2014-08-30 | 1 | -1/+1 |
|\ | | | | | | | | | | | | | | | | | | | Conflicts: Makefile src/gd.mk src/gdal.mk src/imagemagick.mk src/pcl.mk src/qt.mk | ||||
| * | qt: Fix downloading | Timothy Gu | 2014-08-30 | 1 | -1/+1 |
| | | | | | | | | Signed-off-by: Timothy Gu <timothygu99@gmail.com> | ||||
* | | qt: build lrelease for host usage | Henning Heinold | 2014-07-15 | 1 | -0/+4 |
| | | | | | | | | | | The original patch comes from gnu-octave: http://savannah.gnu.org/bugs/download.php?file_id=28078 | ||||
* | | update package qt | Mark Brand | 2014-04-30 | 1 | -2/+2 |
| | | |||||
* | | package qt4 and dependencies: enable shared builds | Tony Theodore | 2014-02-09 | 1 | -0/+14 |
| | | |||||
* | | Qt4, Qt5: create symlinks $(TARGET)-qmake-qtX in $(PREFIX)/bin | Moritz Bunkus | 2014-01-30 | 1 | -0/+1 |
| | | | | | | | | | | | | | | That way a configure script looking for "qmake-qt4" or "qmake-qt5" with AC_PATH_PROG will find e.g. x86_64-w64-mingw32-qmake-qt5 properly. See http://thread.gmane.org/gmane.comp.gnu.mingw.cross-env/3424/focus=3426 | ||||
* | | package qt: remove wrong dependency | Mark Brand | 2013-09-18 | 1 | -1/+1 |
| | | | | | | | | libodbc++ has nothing to do with Qt's ODBC driver. | ||||
* | | packages qt qtbase: install pkgconfig files in standard location | Tony Theodore | 2013-07-31 | 1 | -0/+12 |
|/ | |||||
* | Move package versions from index.html back into the src/*.mk files | Volker Grabsch | 2013-07-21 | 1 | -0/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | Most of the automatic conversion was done using the following Python script: import os import re pkgs = sorted(mkfile[:-len('.mk')] for mkfile in os.listdir('src') if mkfile.endswith('.mk')) with open('index.html', 'rb') as f: index = f.read() pkgs_index = re.findall('<td class="package">([^<]*)</td>', index) assert pkgs_index == pkgs versions = dict(re.findall('<td id="([^"]*)-version">([^<]*)</td>', index)) assert sorted(versions.keys()) == pkgs for pkg in pkgs: version = versions[pkg] with open('src/' + pkg + '.mk', 'rb') as f: mk = f.read() checksumpos = mk.index('\n$(PKG)_CHECKSUM ') versionline = '\n$(PKG)_VERSION := %(version)s' % {'version': version} newmk = mk[:checksumpos] + versionline + mk[checksumpos:] with open('src/' + pkg + '.mk', 'wb') as f: f.write(newmk) | ||||
* | explicitly disable mysql driver | Florian Staudacher | 2013-07-11 | 1 | -0/+1 |
| | |||||
* | update package qt (Qt 4) | Mark Brand | 2013-07-02 | 1 | -3/+3 |
| | |||||
* | update package qt | Mark Brand | 2013-06-08 | 1 | -3/+3 |
| | |||||
* | update package qt | Mark Brand | 2013-05-31 | 1 | -3/+3 |
| | |||||
* | package qt: remove obsolete prefixed links to qmake and friends | Mark Brand | 2013-04-02 | 1 | -5/+1 |
| | | | | | index.html already explains how to invoke the qmake of choice (Qt 4 or Qt 5). | ||||
* | update package qt | Mark Brand | 2012-11-29 | 1 | -1/+1 |
| | |||||
* | package qt: install under qt prefix | Mark Brand | 2012-09-18 | 1 | -6/+6 |
| | | | | | This makes room for Qt 5.0 when it is released and added to MXE. Expect to install Qt 5.0 under qt5 prefix. | ||||
* | package qt: improve pkg-config setting | Mark Brand | 2012-09-17 | 1 | -0/+1 |
| | | | | | It is not necessary to modify the shipped mkspec. Just set PKG_CONFIG as a device option with configure. | ||||
* | package qt: use new unified mkspec for cross building | Mark Brand | 2012-09-16 | 1 | -2/+2 |
| | | | | | The regular win32-g++* mkspecs now support cross bulding. No need to use unsupported/win32-g++-cross anymore. | ||||
* | update package qt | Mark Brand | 2012-09-16 | 1 | -1/+1 |
| | |||||
* | update package qt | Mark Brand | 2012-05-22 | 1 | -2/+2 |
| | |||||
* | all packages: use $(WGET) portability variable | Tony Theodore | 2012-05-16 | 1 | -1/+1 |
| | |||||
* | package qt: build more tools | Mark Brand | 2012-04-23 | 1 | -3/+6 |
| | | | | See https://github.com/mxe/mxe/issues/14 | ||||
* | package qt: stop building static qtwebkit | Mark Brand | 2012-04-22 | 1 | -1/+1 |
| | | | | | | | Static qtwebkit seemed to build successfully, but applications could not link to it successfully since Qt 4.8.0 (qtbwebkit 2.0). See https://github.com/mxe/mxe/issues/23 | ||||
* | package qt: build uitools | Mark Brand | 2012-04-19 | 1 | -0/+3 |
| | |||||
* | Move full package names from src/*.mk into package list (index.html) | Volker Grabsch | 2012-03-29 | 1 | -1/+0 |
| | |||||
* | update package qt | Mark Brand | 2012-03-29 | 1 | -1/+1 |
| | |||||
* | Move doc/index.html -> index.html | Volker Grabsch | 2012-03-29 | 1 | -1/+1 |
| | |||||
* | Move $(PKG)_VERSION and $(PKG)_WEBSITE from src/*.mk into doc/index.html | Volker Grabsch | 2012-03-29 | 1 | -2/+0 |
| | |||||
* | Rebrand to new project name MXE | Volker Grabsch | 2012-03-28 | 1 | -1/+1 |
| | |||||
* | update packages: lcms libpng qt suitesparse | Mark Brand | 2011-12-16 | 1 | -2/+2 |
| | |||||
* | package qt: improve order of SYBASE_LIBS | Mark Brand | 2011-12-11 | 1 | -1/+1 |
| | |||||
* | package qt: use new mkspec for gcc 4.6 | Mark Brand | 2011-11-17 | 1 | -1/+1 |
| | |||||
* | package qt: removed stale comments | Mark Brand | 2011-11-03 | 1 | -5/+0 |
| | |||||
* | package qt: improve style | Mark Brand | 2011-11-02 | 1 | -2/+1 |
| | |||||
* | update package qt | Mark Brand | 2011-10-14 | 1 | -3/+5 |
| | |||||
* | fixed qt hash | Brad Pitcher | 2011-09-17 | 1 | -1/+1 |
| | |||||
* | update package qt | Mark Brand | 2011-09-01 | 1 | -2/+2 |
| |