summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* wine fix for package libgomp (by Tony Theodore)Volker Grabsch2010-05-101-0/+3
|
* improved coding style of test programsVolker Grabsch2010-05-098-8/+8
|
* add test program for package libgomp (by Tony Theodore)Volker Grabsch2010-05-092-0/+22
|
* remove code duplication between packages gmp and gcc-gmpVolker Grabsch2010-05-091-12/+9
|
* provide GCC OpenMP functionality as extra package libgomp (by Tony Theodore)Volker Grabsch2010-05-092-1/+34
|
* avoid all old 4.4.x versions of package gccVolker Grabsch2010-05-031-0/+1
|
* update packages gcc-gmp and gcc-mpfr (by Tony Theodore)Volker Grabsch2010-05-032-4/+4
|
* avoid SSL issues with "https://..." URLs when checking for updates of ↵Volker Grabsch2010-05-032-2/+2
| | | | packages gcc-mpc and gcc-mpfr (by Tony Theodore)
* disable odbc support of package gdal (by Martin Lambers)Volker Grabsch2010-05-031-2/+2
|
* detangle package pthreads from package gccVolker Grabsch2010-05-038-66/+55
| | | | | Originally, the builds of gcc and pthreads were interlaced as a work-around to get OpenMPI support. However, that never worked.
* don't use "struct timespec" from <pthreads.h> in package guileVolker Grabsch2010-05-031-0/+4
|
* switch from Pthreads-w32 to using the win32 API directly in package fftwVolker Grabsch2010-05-021-1/+2
|
* disable the use of the buggy Pthreads-w32 library in packages freetds, ↵Volker Grabsch2010-05-029-9/+8
| | | | guile, libmikmod, libshout, libxml2, sqlite, tiff, vorbis and xerces
* disable threading support explicitly because it doesn't work anyway in ↵Volker Grabsch2010-05-021-0/+1
| | | | package xz
* disable threading support explicitly because it doesn't work anyway in ↵Volker Grabsch2010-05-021-1/+2
| | | | package vmime
* enable win32 threads explicitly in package sdlVolker Grabsch2010-05-021-0/+1
|
* disable threading support explicitly because it doesn't work anyway in ↵Volker Grabsch2010-05-021-0/+1
| | | | package openscenegraph
* corrected regexes in SED actions for package ilmbaseVolker Grabsch2010-05-021-3/+3
|
* use explicitly the --with-mutex configure option in package projVolker Grabsch2010-05-021-1/+2
|
* use the better official patch to fix the mutex issue for package projVolker Grabsch2010-05-022-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 projVolker Grabsch2010-05-021-2/+1
|
* download packages gcc-gmp and gcc-mpfr from their official project sites ↵Volker Grabsch2010-05-012-8/+10
| | | | rather than TDM (by Tony Theodore)
* improved version recognition of package xercesVolker Grabsch2010-05-011-4/+2
|
* update package xerces (by Tony Theodore)Volker Grabsch2010-05-011-2/+2
|
* upstream version of no-asprintf patch for package openscenegraphMark Brand2010-04-281-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 Grabsch2010-05-014-48/+25
| | | | Theodore)
* bugfix for package openscenegraph to work with GCC 4.5 (by Tony Theodore)Volker Grabsch2010-05-011-1/+3
|
* don't avoid beta versions of package glib, because gtk sometimes depends on themVolker Grabsch2010-04-281-1/+1
|
* fix build issues of package glibVolker Grabsch2010-04-272-1/+26
|
* improved patch for package jpegVolker Grabsch2010-04-272-23/+40
|
* add missing dependency of package openscenegraphVolker Grabsch2010-04-271-1/+1
|
* replace asprintf in package openscenegraphMark Brand2010-04-271-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-libVolker Grabsch2010-04-272-33/+35
|
* upgrade package glibMark Brand2010-04-271-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 Grabsch2010-04-271-1/+1
|
* new package: xine-libVolker Grabsch2010-04-263-0/+105
|
* avoid beta versions of packages atk and libgsf (by Tony Theodore)Volker Grabsch2010-04-262-4/+5
|
* avoid beta versions of packages glib and gtk (by Tony Theodore)Volker Grabsch2010-04-262-4/+2
|
* revert upgrade of package glibVolker Grabsch2010-04-261-13/+6
|
* update package libpaperMark Brand2010-04-241-2/+2
|
* upgrade package glibMark Brand2010-04-241-2/+3
| | | | | This upgrade to version 2.25.3 introduces the need for another gio utility, glib-compile-schemas, when cross-building.
* improved indentationVolker Grabsch2010-04-251-7/+7
|
* upgrade patckages glib gtkMark Brand2010-04-202-5/+12
|
* disable esd explicitly to avoid compilation errors in package gst-plugins-goodVolker Grabsch2010-04-251-0/+1
|
* replace DUMMYUNIONNAME1 with DUMMYUNIONNAME in ddraw.h for package w32apiMark Brand2010-04-251-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 w32apiMark Brand2010-04-252-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 boostVolker Grabsch2010-04-252-0/+22
|
* fix missing library archive index(es) in package boostVolker Grabsch2010-04-251-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 w32apiVolker Grabsch2010-04-232-0/+166
|
* enable static linking of pthreads even when <sched.h> is included without ↵Volker Grabsch2010-04-211-0/+2
| | | | <pthread.h>