summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
...
| * | mxml: use GH_CONFBoris Pek2017-03-291-6/+1
| | |
| * | add package libomemoBoris Pek2017-03-291-0/+33
| | |
| * | mxml: update from 2.9 to 2.10 + fix pkg urlBoris Pek2017-03-291-4/+4
| |/
* | vmime: upgradeMark Brand2017-04-011-2/+2
| |
* | sqlite: updateMark Brand2017-03-301-2/+2
|/
* Merge pull request #1735 from Beuc/masterTony Theodore2017-03-284-8/+8
|\ | | | | Bump SDL2_image, SDL2_mixer, SDL2_tff and SDL2_gfx
| * Bump SDL2_image, SDL2_mixer, SDL2_tff and SDL2_gfxSylvain Beucler2017-03-264-8/+8
| |
* | gtkmm3 pangomm: enable sharedTony Theodore2017-03-282-12/+2
| |
* | Merge branch 'master' of https://github.com/ilhooq/mxe into ilhooq-masterTony Theodore2017-03-272-32/+1
|\ \
| * | Fix broken shared build of GTK3ilhooq2017-03-222-32/+1
| | | | | | | | | | | | Static and shared build works with this patch
* | | update mingw-w64Mark Brand2017-03-261-2/+2
| | |
* | | add lz4 libraryRobert Manner2017-03-262-0/+63
| |/ |/|
* | librosco: use GH_CONF and BUILD_DIR/SOURCE_DIRTony Theodore2017-03-211-13/+6
| |
* | assimp: use GH_CONF and BUILD_DIR/SOURCE_DIRTony Theodore2017-03-211-16/+7
| |
* | hyperscan: use GH_CONF and BUILD_DIR/SOURCE_DIRTony Theodore2017-03-211-12/+5
| |
* | googlemock googletest: use GH_CONFTony Theodore2017-03-212-16/+3
| |
* | glm: use GH_CONF and BUILD_DIR/SOURCE_DIRTony Theodore2017-03-211-13/+5
| |
* | box2d glfw3: use GH_CONF and BUILD_DIR/SOURCE_DIRTony Theodore2017-03-212-25/+11
| |
* | qtserialport_qt4: fix redirect from qtproject --> qtTony Theodore2017-03-211-1/+1
|/
* libotr: add testBoris Nagaev2017-03-202-0/+19
|
* libotr: add missing linker flags to the pc fileBoris Nagaev2017-03-201-0/+20
|
* libotr: add libiconv dependencyBoris Nagaev2017-03-201-1/+1
| | | | | | | | | Prevent it from being an optional undeclared dependency. (See https://github.com/mxe/mxe/issues/1111 for the context.) From the build log: -lgcrypt -lgpg-error -lintl -liconv ... -o libotr.la
* libotr: add libgpg_error dependencyBoris Nagaev2017-03-201-1/+1
| | | | | | | | libotr's INSTALL file says: > To compile the OTR library and toolkit, you'll need at least: > - libgpg-error 1.0 [ftp://ftp.gnupg.org/gcrypt/libgpg-error/] > - libgcrypt 1.2.0 [ftp://ftp.gnupg.org/gcrypt/libgcrypt/]
* libotr: do not install man pages and binariesBoris Nagaev2017-03-201-2/+3
|
* libotr: build out-of-treeBoris Nagaev2017-03-202-5/+27
|
* libotr: provide build of shared librariesBoris Pek2017-03-201-3/+5
|
* add package libotrBoris Pek2017-03-201-0/+27
|
* update libpngMark Brand2017-03-201-2/+2
|
* Merge pull request #1727 from pavelvat/jsoncpp-updateBoris Nagaev2017-03-201-10/+4
|\ | | | | update jsoncpp.mk
| * update jsoncpp.mkPavel Vatagin2017-03-191-10/+4
| |
* | update vmimeMark Brand2017-03-191-2/+2
|/
* Merge pull request #1695 from pavelvat/add-missing-gstreamer-dependenciesBoris Nagaev2017-03-193-4/+8
|\ | | | | add missing gstreamer dependencies
| * add missing gstreamer dependenciesPavel Vatagin2017-03-123-4/+8
| |
* | vigra: remove unnecessary filter-out argumentTony Theodore2017-03-191-1/+1
| |
* | github: add version separator logic and use in vigraTony Theodore2017-03-181-12/+1
| |
* | libevent libffi libsoup qtserialport_qt4 vmime: use standard GH_CONF setupTony Theodore2017-03-185-38/+6
| |
* | update lensfun to 0.3.2Boris Nagaev2017-03-182-46/+13
| |
* | lensfun: unify patchBoris Nagaev2017-03-182-50/+36
| |
* | libf2c: update checksumBoris Nagaev2017-03-171-2/+4
| | | | | | | | Fix https://github.com/mxe/mxe/issues/1719
* | armadillo: update to 7.800.1Boris Nagaev2017-03-171-4/+4
| |
* | support overriding CMAKE_BUILD_TYPE in cmdlineBoris Nagaev2017-03-152-1/+4
| | | | | | | | | | | | | | | | | | The script checks if -DCMAKE_BUILD_TYPE is passed in command line and if it is not passed, passes -DCMAKE_BUILD_TYPE=Release. So now other build types are supported, just pass -DCMAKE_BUILD_TYPE=<desired-type> to the script $(TARGET)-cmake. Fix https://github.com/mxe/mxe/issues/1697
* | cmake: improve configuration with templatesTony Theodore2017-03-124-64/+149
| | | | | | | | | | | | | | | | | | - move cmake configuration from mxe-conf to cmake-conf - replace `echo` with templates for readability and maintenance - allow packages to set other dep files - set CMAKE_POLICY_DEFAULT_CMPNNNN in wrapper since `cmake_minimum_required` or `cmake_policy` can't be set in toolchain (closes #971)
* | cmake: update and remove unnecessary modulesTony Theodore2017-03-127-939/+4
|/ | | | | FindOpenSSL module was needed before cmake was included in MXE: https://github.com/mxe/mxe/commit/6d9755682567968d5f7bdbd10bf436fbd157801a
* Merge pull request #1704 from vszakats/patch-1Boris Nagaev2017-03-121-2/+2
|\ | | | | libsvm 3.22
| * libsvm 3.22Viktor Szakats2017-03-091-5/+5
| | | | | | 3.20 is no longer available on the website.
* | Merge pull request #1694 from vszakats/url2Boris Nagaev2017-03-12237-472/+472
|\ \ | |/ |/| More URL updates
| * more URL updatesViktor Szakats2017-03-10237-472/+472
| |
* | update gnutlsMark Brand2017-03-092-7/+7
|/
* armadillo: fix download URLBoris Nagaev2017-03-091-1/+1
| | | | fix https://github.com/mxe/mxe/issues/1699
* add package libmmsPavel Vatagin2017-03-064-1/+150
|