Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | 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 | |
| | ||||||
* | 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 | |
| | ||||||
* | upgrade packages: mingwrt mingwrt-dll | Mark Brand | 2010-04-19 | 2 | -4/+4 | |
| | ||||||
* | upgrade package: openscenegraph (by Martin Lambers) | Volker Grabsch | 2010-04-20 | 4 | -79/+45 | |
| | ||||||
* | upgrade packages: atk geos glew glib libpaper pango pcre pixman | Mark Brand | 2010-04-19 | 8 | -16/+16 | |
| | ||||||
* | upgrade packages: curl jpeg libxml2 ogg taglib vorbis zziplib | Mark Brand | 2010-04-19 | 8 | -27/+14 | |
| | ||||||
* | install NSIS with target prefix ("makensis" -> "i686-pc-mingw32-makensis") | Volker Grabsch | 2010-04-20 | 1 | -1/+2 | |
| | ||||||
* | remove a bugfix that is no longer needed for package nsis | Volker Grabsch | 2010-04-20 | 1 | -1/+0 | |
| | ||||||
* | upgrade package zlib | Volker Grabsch | 2010-04-20 | 2 | -3/+31 | |
| | ||||||
* | improved URLs and version recognition of package zlib | Volker Grabsch | 2010-04-20 | 1 | -5/+5 | |
| | ||||||
* | upgrade packages gnutls, libgsasl and postgresql | Mark Brand | 2010-04-19 | 3 | -6/+6 | |
| | ||||||
* | ignore the old version 2.20 of package binutils | Volker Grabsch | 2010-04-18 | 1 | -1/+1 | |
| | ||||||
* | update package binutils (by Tony Theodore) | Volker Grabsch | 2010-04-18 | 1 | -2/+2 | |
| | ||||||
* | reconfiguration no longer needed for gst-plugins-good | Mark Brand | 2010-04-16 | 1 | -3/+0 | |
| | ||||||
* | upgrade packages gstreamer gst-plugins-base gst-plugins-good | Mark Brand | 2010-04-16 | 4 | -21/+6 | |
| | | | | previously used patch is now in gst-plugins-good |