summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* cdio: update to 0.93Avi Halachmi (:avih)2015-03-051-2/+2
|
* harfbuzz vorbis: updateMark Brand2015-03-052-4/+4
|
* dbus libidn: updateMark Brand2015-03-032-4/+4
|
* wget: updateMark Brand2015-03-012-231/+2
|
* qt qtbase: include BMP DoS fixMark Brand2015-02-282-40/+125
|
* qt5 modules: updateMark Brand2015-02-2724-34/+34
|
* gdb: add missing patch patchMark Brand2015-02-271-7/+11
|
* curl dbus gdb gnutls sqlite xz: updateMark Brand2015-02-276-12/+12
|
* vmime: updateMark Brand2015-02-201-2/+2
|
* vmime: fix fixing of .pc fileMark Brand2015-02-201-1/+1
|
* Merge pull request #622 from TobiX/clean-environmentTimothy Gu2015-02-203-4/+11
|\ | | | | Fixes for clean build environment
| * qtbase: Don't try to use gold.Tobias Gruetzmacher2015-02-051-0/+1
| |
| * sdl2_gfx: Run autogen.sh to recreate build files.Tobias Gruetzmacher2015-02-051-1/+1
| | | | | | | | | | | | Timestamps inside the SDL2_gfx archive seem to be strange, so make tries to run aclocal with the wrong parameters and fails (in a mostly clean environement).
| * glib: Build native zlib for tools.Tobias Gruetzmacher2015-02-051-3/+9
| | | | | | | | | | Newer versions of glib require zlib, so the build fails if zlib (& development headers) aren't installed in the host system...
* | luajit: add dependency dlfcn-win32Avi Halachmi (:avih)2015-02-181-1/+1
| | | | | | | | | | | | | | | | luajit.pc contains: Libs.private: -Wl,-E -lm -ldl while the luajit website states that dlopen is only required on linux, adding dlfcn-win32 as a dependency is probably safer for MXE than removing -ldl especially since MXE supports dlfcn-win32 and projects which use luajit.pc are satisfied when dlfcn-win32 was built, but not satisfied otherwise.
* | libass: update to 0.12.1Avi Halachmi (:avih)2015-02-181-3/+3
| |
* | ffmpeg: update to 2.5.4Avi Halachmi (:avih)2015-02-181-2/+2
| |
* | vmime: updateMark Brand2015-02-181-2/+2
| |
* | Enable shared build for physfs.David Yip2015-02-171-3/+4
| |
* | Merge pull request #628 from andrewrk/freeimage-fixTimothy Gu2015-02-101-1/+1
|\ \ | | | | | | freeimage pkg-config should depend on libstdc++
| * | freeimage pkg-config should depend on libstdc++Andrew Kelley2015-02-101-1/+1
| | |
* | | Merge pull request #626 from andrewrk/liblaxjsonTimothy Gu2015-02-102-0/+117
|\ \ \ | | | | | | | | add liblaxjson package
| * | | add liblaxjson packageAndrew Kelley2015-02-102-0/+117
| |/ /
* | | dbus: updateMark Brand2015-02-101-2/+2
|/ /
* | Merge pull request #623 from TobiX/gnutls-libtool-conflictTimothy Gu2015-02-071-0/+1
|\ \ | |/ |/| gnutls: Remove stray ltmain.sh.
| * gnutls: Remove stray ltmain.sh.Tobias Gruetzmacher2015-02-031-0/+1
| |
* | dbus: updateMark Brand2015-02-051-2/+2
| |
* | directly include necessary .cmake filesMark Brand2015-02-046-1001/+938
|/ | | | | | | | | | | | | | | These are needed by cmake projects using openssl. Originally these files were installed by openssl, but it makes more sense just to include them in MXE's repo. The files come from cmake version 3.0.2. FindOpenSSL.cmake includes a compatibility fix for openssl 1.0.2 taken from https://github.com/Homebrew/homebrew/pull/36361/files. Reverts: 01af85c openssl: really fix the cmake problem 4259259 openssl: supply updated FindOpenSSL.cmake
* file: autoreconf before copying the directory to .nativeTimothy Gu2015-02-031-1/+2
| | | Might fix compilation with automake 1.15.
* vmime: updateMark Brand2015-02-011-2/+2
|
* sqlite: updateMark Brand2015-01-301-2/+2
|
* qtservice: remove stray macroMark Brand2015-01-301-1/+0
|
* openssl: really fix the cmake problemMark Brand2015-01-302-4/+625
|
* openssl: supply updated FindOpenSSL.cmakeMark Brand2015-01-302-4/+380
| | | | This solves one problem building libwebsockets.
* qtservice: updateMark Brand2015-01-291-1/+2
|
* Add fix for Polarssl CVE-2015-1182Andre Heinecke2015-01-271-0/+20
|
* Merge pull request #609 from marlam/readlineTimothy Gu2015-01-252-4/+23
|\ | | | | Add package termcap, and make readline use it instead of pdcurses.
| * Add package termcap, and make readline use it instead of pdcurses.Martin Lambers2015-01-252-4/+23
| | | | | | | | This fixes runtime problems with applications using readline.
* | Merge pull request #608 from marlam/pfstoolsTimothy Gu2015-01-252-19/+46
|\ \ | | | | | | pfstools: update to 2.0.0, add test program.
| * | pfstools: update to 2.0.0, add test program.Martin Lambers2015-01-252-19/+46
| |/ | | | | | | The update requires a move from autoconf to cmake.
* | gta: updateMartin Lambers2015-01-251-2/+2
|/
* harfbuzz: updateMark Brand2015-01-241-2/+2
|
* openssl: updateMark Brand2015-01-232-55/+33
|
* sqlite: updateMark Brand2015-01-201-2/+2
|
* gnutls: updateMark Brand2015-01-171-2/+2
|
* Don't depend on if_nametoindex from iphlpapi.dll.Tobias Gruetzmacher2015-01-171-2/+1
| | | | This makes glib work on Windows XP again.
* Don't expose if_nametoindex and if_indextoname in WinXP.Tobias Gruetzmacher2015-01-171-0/+29
| | | | | These APIs were only added in Vista (>= 0x6000) and those definitions conflict with other projects (glib).
* Add libepoxy.Tobias Gruetzmacher2015-01-161-0/+24
|
* Add xorg-macros.Tobias Gruetzmacher2015-01-161-0/+23
|
* sqlite: updateMark Brand2015-01-161-3/+3
|