Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | disable the use of the buggy Pthreads-w32 library in packages freetds, ↵ | Volker Grabsch | 2010-05-02 | 9 | -9/+8 |
| | | | | guile, libmikmod, libshout, libxml2, sqlite, tiff, vorbis and xerces | ||||
* | disable threading support explicitly because it doesn't work anyway in ↵ | Volker Grabsch | 2010-05-02 | 1 | -0/+1 |
| | | | | package xz | ||||
* | disable threading support explicitly because it doesn't work anyway in ↵ | Volker Grabsch | 2010-05-02 | 1 | -1/+2 |
| | | | | package vmime | ||||
* | enable win32 threads explicitly in package sdl | Volker Grabsch | 2010-05-02 | 1 | -0/+1 |
| | |||||
* | disable threading support explicitly because it doesn't work anyway in ↵ | Volker Grabsch | 2010-05-02 | 1 | -0/+1 |
| | | | | package openscenegraph | ||||
* | corrected regexes in SED actions for package ilmbase | Volker Grabsch | 2010-05-02 | 1 | -3/+3 |
| | |||||
* | use explicitly the --with-mutex configure option in package proj | Volker Grabsch | 2010-05-02 | 1 | -1/+2 |
| | |||||
* | use the better official patch to fix the mutex issue for package proj | Volker Grabsch | 2010-05-02 | 2 | -15/+18 |
| | | | | | | More information: http://trac.osgeo.org/proj/ticket/56 http://trac.osgeo.org/proj/changeset/1790 | ||||
* | don't suppress the win32 command line tools of package proj | Volker Grabsch | 2010-05-02 | 1 | -2/+1 |
| | |||||
* | download packages gcc-gmp and gcc-mpfr from their official project sites ↵ | Volker Grabsch | 2010-05-01 | 2 | -8/+10 |
| | | | | rather than TDM (by Tony Theodore) | ||||
* | improved version recognition of package xerces | Volker Grabsch | 2010-05-01 | 1 | -4/+2 |
| | |||||
* | update package xerces (by Tony Theodore) | Volker Grabsch | 2010-05-01 | 1 | -2/+2 |
| | |||||
* | upstream version of no-asprintf patch for package openscenegraph | Mark Brand | 2010-04-28 | 1 | -11/+4 |
| | | | | | Upstream liked the idea, but they also like std::string and took the opporunity to fix the memory leak. | ||||
* | upgrade package gcc to GCC 4.5, switching back from TDM to MinGW (by Tony ↵ | Volker Grabsch | 2010-05-01 | 4 | -48/+25 |
| | | | | Theodore) | ||||
* | bugfix for package openscenegraph to work with GCC 4.5 (by Tony Theodore) | Volker Grabsch | 2010-05-01 | 1 | -1/+3 |
| | |||||
* | don't avoid beta versions of package glib, because gtk sometimes depends on them | Volker Grabsch | 2010-04-28 | 1 | -1/+1 |
| | |||||
* | fix build issues of package glib | Volker Grabsch | 2010-04-27 | 2 | -1/+26 |
| | |||||
* | improved patch for package jpeg | Volker Grabsch | 2010-04-27 | 2 | -23/+40 |
| | |||||
* | add missing dependency of package openscenegraph | Volker Grabsch | 2010-04-27 | 1 | -1/+1 |
| | |||||
* | replace asprintf in package openscenegraph | Mark Brand | 2010-04-27 | 1 | -0/+25 |
| | | | | | MinGW does not provide asprintf. We could get it from gnulib or liberty, but in this case it's easy reimplement the section. | ||||
* | improved patch for package xine-lib | Volker Grabsch | 2010-04-27 | 2 | -33/+35 |
| | |||||
* | upgrade package glib | Mark Brand | 2010-04-27 | 1 | -2/+4 |
| | | | | | | This is the 2nd attempt to build glib 2.25.3. This time we take a more minimalistic approach to the native gio subproject, building only the utility glib-compile-schemas which is needed to crossbuild. | ||||
* | bugfix for package gtk (by Tony Theodore) | Volker Grabsch | 2010-04-27 | 1 | -1/+1 |
| | |||||
* | new package: xine-lib | Volker Grabsch | 2010-04-26 | 3 | -0/+105 |
| | |||||
* | avoid beta versions of packages atk and libgsf (by Tony Theodore) | Volker Grabsch | 2010-04-26 | 2 | -4/+5 |
| | |||||
* | avoid beta versions of packages glib and gtk (by Tony Theodore) | Volker Grabsch | 2010-04-26 | 2 | -4/+2 |
| | |||||
* | revert upgrade of package glib | Volker Grabsch | 2010-04-26 | 1 | -13/+6 |
| | |||||
* | add GCompris to the list of projects which use mingw-cross-env | Volker Grabsch | 2010-04-25 | 1 | -0/+3 |
| | |||||
* | update package libpaper | Mark Brand | 2010-04-24 | 1 | -2/+2 |
| | |||||
* | upgrade package glib | Mark Brand | 2010-04-24 | 1 | -2/+3 |
| | | | | | This upgrade to version 2.25.3 introduces the need for another gio utility, glib-compile-schemas, when cross-building. | ||||
* | improved indentation | Volker Grabsch | 2010-04-25 | 1 | -7/+7 |
| | |||||
* | upgrade patckages glib gtk | Mark Brand | 2010-04-20 | 2 | -5/+12 |
| | |||||
* | disable esd explicitly to avoid compilation errors in package gst-plugins-good | Volker Grabsch | 2010-04-25 | 1 | -0/+1 |
| | |||||
* | replace DUMMYUNIONNAME1 with DUMMYUNIONNAME in ddraw.h for package w32api | Mark Brand | 2010-04-25 | 1 | -21/+25 |
| | | | | | | | windef.h has DUMMYUNIONNAME, DUMMYUNIONNAME2, DUMMYUNION3 etc. Wine's ddraw.h has DUMMYUNIONNAME1, DUMMYUNIONNAME2, DUMMYUNION3 etc. Use the convention in windef.h so SDL will build. | ||||
* | leave DUMMYUNIONNAME in ddraw.h alone in the first place for package w32api | Mark Brand | 2010-04-25 | 2 | -177/+26 |
| | | | | | | It is no longer necessary to change "DUMMYUNIONNAME" to "u" in ddraw.h since the latest fix for SDL. So we just leave "DUMMYUNIONNAME" alone instead of changing it to "u" and back again. | ||||
* | add test program for package boost | Volker Grabsch | 2010-04-25 | 2 | -0/+22 |
| | |||||
* | fix missing library archive index(es) in package boost | Volker Grabsch | 2010-04-25 | 1 | -1/+1 |
| | | | | | | For more information about that issue, see: http://lists.boost.org/boost-users/2009/02/45309.php http://lists.boost.org/boost-users/2009/02/45311.php | ||||
* | fix issues with named/unnamed unions of <ddraw.h> in packages sdl and w32api | Volker Grabsch | 2010-04-23 | 2 | -0/+166 |
| | |||||
* | enable static linking of pthreads even when <sched.h> is included without ↵ | Volker Grabsch | 2010-04-21 | 1 | -0/+2 |
| | | | | <pthread.h> | ||||
* | cleanup of the "boolean" and "INT32" fixes for package jpeg | Volker Grabsch | 2010-04-21 | 3 | -4/+35 |
| | |||||
* | add test program for package jpeg | Volker Grabsch | 2010-04-21 | 2 | -0/+28 |
| | |||||
* | bugfix for the test program of package librsvg (by Mark Brand) | Volker Grabsch | 2010-04-21 | 1 | -0/+1 |
| | |||||
* | add missing dependency to package gd | Volker Grabsch | 2010-04-21 | 1 | -1/+1 |
| | |||||
* | add missing header to the patch of package zlib | Volker Grabsch | 2010-04-21 | 1 | -0/+3 |
| | |||||
* | improved version recognition of packages atk, glib, gtk, libxml2, libxslt ↵ | Volker Grabsch | 2010-04-20 | 6 | -6/+6 |
| | | | | and pango | ||||
* | improved version recognition of package librsvg | Volker Grabsch | 2010-04-20 | 1 | -3/+3 |
| | |||||
* | upgrade package: librsvg | Mark Brand | 2010-04-19 | 1 | -2/+2 |
| | |||||
* | avoid beta versions of package libgsasl | Volker Grabsch | 2010-04-20 | 1 | -1/+1 |
| | |||||
* | ignore the old version 0.10.20 of package gst-plugins-good | Volker Grabsch | 2010-04-20 | 1 | -1/+1 |
| | |||||
* | fix update macro for package gsoap | Mark Brand | 2010-04-19 | 1 | -1/+1 |
| |