summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* update package cloogMark Brand2014-02-141-2/+2
|
* update package islMark Brand2014-02-141-2/+2
|
* update package libpngMark Brand2014-02-141-2/+2
|
* update package gnutlsMark Brand2014-02-141-2/+2
|
* update package sqliteMark Brand2014-02-111-2/+2
|
* package boost: use $(TARGET)-ranlib in user.config.jamTony Theodore2014-02-111-1/+1
|
* packages binutils gcc: remove build tools from $(TARGET)/bin and use ↵John W. Eaton2014-02-112-0/+9
| | | | prefixed tools instead
* package portaudio: add comments and reference for shared lib workaroundTony Theodore2014-02-101-0/+4
|
* package portaudio: enable shared and mingw-w64 buildsTony Theodore2014-02-101-8/+13
|
* packages freeglut ftgl: add shared buildsTony Theodore2014-02-103-11/+7
|
* package pthreads-w32: enable shared buildTony Theodore2014-02-101-2/+6
|
* various packages: enable shared buildsTony Theodore2014-02-1030-97/+53
|
* Updated Wavpack to sharedTuukka Pasanen2014-02-101-3/+1
|
* Updated popt to sharedTuukka Pasanen2014-02-101-3/+1
|
* Updated jasper to sharedTuukka Pasanen2014-02-101-4/+2
|
* Updated grahicsmagick to sharedTuukka Pasanen2014-02-101-4/+1
|
* Updated Speex for shared buildTuukka Pasanen2014-02-101-3/+1
|
* Updated SDL for shared buildTuukka Pasanen2014-02-101-3/+1
|
* Updated libass for shared buildTuukka Pasanen2014-02-101-4/+1
|
* Updated icu4c for shared buildTuukka Pasanen2014-02-101-0/+13
|
* Updated Harfbuzz for shared buildTuukka Pasanen2014-02-101-5/+1
|
* Updated Glib for shared buildTuukka Pasanen2014-02-101-4/+1
|
* Updated Fribidi for shared buildTuukka Pasanen2014-02-101-4/+1
|
* Updated Cairo for shared buildTuukka Pasanen2014-02-101-4/+1
|
* Updated libsdnfile to support shared buildingTuukka Pasanen2014-02-101-3/+1
|
* Updated libxml2 to support shared buildingTuukka Pasanen2014-02-101-4/+1
|
* Updated libsamplerate to support shared buildingTuukka Pasanen2014-02-101-13/+10
|
* Updated FLAC to support shared buildingTuukka Pasanen2014-02-101-4/+1
|
* Updated FFTW3 tp support shared buildingTuukka Pasanen2014-02-101-9/+3
|
* package poppler: fix PKG_CONFIG_PATH_*Tony Theodore2014-02-091-1/+1
|
* package hdf5: disable shared build and workaround for generated sourcesTony Theodore2014-02-091-1/+5
|
* Makefile and pkgconf: move external tools separate directoryTony Theodore2014-02-091-1/+1
|
* package qt4 and dependencies: enable shared buildsTony Theodore2014-02-0927-100/+109
|
* packages gmp mpfr mpc: enable shared builds and runtime testsTony Theodore2014-02-093-12/+6
|
* Makefile docs and pkgconf: add support for shared|static variantsTony Theodore2014-02-091-2/+2
|
* Merge pull request #320 from tonytheodore/lookup-pkg-ruleTony Theodore2014-02-082-6/+6
|\ | | | | Makefile: refactor lookup of pkg build rules and deps
| * packages gcc sdl_rwhttp: use new-style target-specific depsTony Theodore2014-02-082-6/+6
| |
* | mxe configury: build native pkgconf and centralise various conf filesTony Theodore2014-02-083-61/+63
|/ | | | | | Since we need pkgconf for Cflags.private support, it seems like a logical place for these types of config files instead of being spread over Makefile, binutils, and gcc.
* package qtdeclarative: exclude from i686-pc-mingw32Mark Brand2014-02-071-0/+2
|
* update qt5 modulesMark Brand2014-02-0624-194/+44
|
* update package gdbMark Brand2014-02-061-2/+2
|
* update package gnutlsMark Brand2014-02-052-25/+66
|
* update package sqliteMark Brand2014-02-041-3/+3
|
* package portaudio: update to v19_20140130Stefan Hajnoczi2014-02-022-54/+23
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | A new PortAudio stable release has been made. The mxe-specific patches in src/portaudio-1-win32.patch have changed as follows: [Unchanged] pa_win_ds.c needs a definition for DSSPEAKER_7POINT1 from the DirectSound headers. Mingw doesn't include this constant so we patch it. [Added] CalculateBufferSettings() mixes int and unsigned long types. gcc treats this sloppy use of types as an error. Manually cast since we know it's safe on Windows where the LLP64 data model is used. [Added] configure.in mistakingly lists pa_win_wdmks_util.o instead of the correct filename, pa_win_wdmks_utils.o. I have sent a patch upstream to PortAudio and we'll be able to drop this in the next update. [Dropped] pa_win_wdmks.c now uses special headers for mingw so we do not need to define _WAVEFORMATEXTENSIBLE_ anymore. [Dropped] configure.in now supports building multiple hostapis with mingw since my patch was merged upstream in PortAudio. We no longer need to modify LIBS. Signed-off-by: Stefan Hajnoczi <stefanha@gmail.com>
* update package harfbuzzNiels Kristian Bech Jensen2014-02-011-2/+2
|
* update package gdk-pixbufNiels Kristian Bech Jensen2014-02-011-2/+2
|
* update package llvmTony Theodore2014-02-012-31/+3
|
* add package assimpJosh Heidenreich2014-02-012-0/+63
|
* package ffmpeg: fix ignored versionTony Theodore2014-01-311-1/+1
|
* package qtbase: don't copy pkg-config files to standard search pathTony Theodore2014-01-311-3/+0
| | | | | | | subsequent qt5 packages would also require this so add qt5 to PKG_CONFIG_PATH instead: https://github.com/mxe/mxe/commit/14b5bef5e2afaaf9c86e35c291d46ae3eb0b7d8d