Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | upgrade package vmime to vmime-0.9.1-svn-r553 | Mark Brand | 2010-05-22 | 1 | -0/+280 | |
| | | | | | | | r552 | vincent-richard | 2010-05-21 09:41:15 +0200 (Fri, 21 May 2010) | 1 line Always encode special charsets. r553 | vincent-richard | 2010-05-21 11:32:42 +0200 (Fri, 21 May 2010) | 1 line Rewritten doc. | |||||
* | fix configure script so "windows" is not a Mac architecture in package qt | Mark Brand | 2010-05-21 | 1 | -14/+25 | |
| | ||||||
* | forge gdb to use Bash instead of the potentially buggy /bin/sh in package ↵ | Volker Grabsch | 2010-05-26 | 1 | -1/+2 | |
| | | | | gdb (by Tony Theodore) | |||||
* | don't use the hard-coded /bin/sh shell in package gdb (by Tony Theodore) | Volker Grabsch | 2010-05-24 | 1 | -0/+17 | |
| | ||||||
* | improved release notes | Volker Grabsch | 2010-05-21 | 1 | -6/+12 | |
| | ||||||
* | upgrade package vmime to 0.9.1-svn-r551 | Mark Brand | 2010-05-21 | 3 | -18/+1338 | |
| | | | | | | | | | | | | | | | | Also added missing zlib dependency for test-vmime.exe. r551 merges our previously used patch. r547 | vincent-richard | 2010-05-18 15:52:27 +0200 (Tue, 18 May 2010) | 1 line Added helper function to construct parsed message from net message. Splitted IMAP source files. r548 | vincent-richard | 2010-05-20 11:57:51 +0200 (Thu, 20 May 2010) | 1 line Fixed type size. r549 | vincent-richard | 2010-05-20 12:00:19 +0200 (Thu, 20 May 2010) | 1 line Fixed unit tests build on OSX. r550 | vincent-richard | 2010-05-20 17:28:51 +0200 (Thu, 20 May 2010) | 1 line Fixed case-sensitive include. r551 | vincent-richard | 2010-05-21 08:01:33 +0200 (Fri, 21 May 2010) | 1 line Fixed missing #include. | |||||
* | ignore version 2.25.6 of package glib | Volker Grabsch | 2010-05-21 | 1 | -1/+1 | |
| | | | | | For more information about why 2.25.6 doesn't work, see: https://bugzilla.gnome.org/show_bug.cgi?id=619243 | |||||
* | improved release notes | Volker Grabsch | 2010-05-21 | 1 | -2/+2 | |
| | ||||||
* | fix use of pthreads in package vmime | Mark Brand | 2010-05-20 | 2 | -3/+27 | |
| | | | | | | | | | | | | | The configure option "-without-pthread" seems not to work even if it is listed as a configure option. As long as pthreads is available, it is detected. This meant that the configuration of vmime dependend on whether pthreads had already been installed, even though pthreads was not listed as a dependency. The solution seems to be to add the missing #include <pthread.h> and allow pthreads to be used. Also now build one of the examples as test-vmime.exe. | |||||
* | improved version recognition of packages binutils and gcc | Volker Grabsch | 2010-05-20 | 2 | -5/+2 | |
| | ||||||
* | update release notes | Volker Grabsch | 2010-05-20 | 1 | -4/+22 | |
| | ||||||
* | fixed typo | Volker Grabsch | 2010-05-20 | 1 | -1/+1 | |
| | ||||||
* | upgrade package libpano13 | Mark Brand | 2010-05-20 | 2 | -14/+2 | |
| | | | | Previously used patch is now merged upstream. | |||||
* | use correct options for arch and largefile for windows target of package qt | Mark Brand | 2010-05-19 | 2 | -14/+25 | |
| | | | | | | | | | | | | | | | | | | | Previously we did not specify -arch, so the configure script used the host architecture as the default. This worked as long as the host and target architectures matched. That's why we had to force it with -host-arch i386 to make it work on 64 bit hosts. The correct value "windows" may have different properties than i386, but this has not be researched. In any case "windows" is the value use by the binary executable configure tool for windows. Additionally, the configure script did not respect -arch when cross-building on MAC. Now CFG_ARCH is set automatically to windows to cover this case. Also, "-largefile" is not appropriate for Windows. Now specify "-no-largefile" to avoid defintions meant for Unix. Windows apparently still has its largefile support. | |||||
* | add the autostatic patch to package pthreads | Volker Grabsch | 2010-05-19 | 1 | -0/+150 | |
| | ||||||
* | improved test programs of packages libgomp and pthreads | Volker Grabsch | 2010-05-19 | 2 | -4/+6 | |
| | ||||||
* | replaced $(SED) action with a clean patch in package glib | Volker Grabsch | 2010-05-19 | 2 | -1/+28 | |
| | ||||||
* | wine fix for package gtkglext (by Tony Theodore) | Volker Grabsch | 2010-05-19 | 1 | -0/+2 | |
| | ||||||
* | add more information about a patch of package glib | Volker Grabsch | 2010-05-19 | 1 | -0/+3 | |
| | ||||||
* | upgrade package postgresql | Mark Brand | 2010-05-16 | 1 | -2/+2 | |
| | ||||||
* | update package jpeg | Mark Brand | 2010-05-16 | 2 | -42/+2 | |
| | | | | Previously used patch is now in sources from upstream. | |||||
* | test program for package pthreads (by Martin Lambers) | Volker Grabsch | 2010-05-16 | 2 | -0/+44 | |
| | ||||||
* | upgrade package vmime to 0.9.1-svn-r546 | Mark Brand | 2010-05-15 | 1 | -0/+19 | |
| | | | | | r546 | vincent-richard | 2010-05-14 18:56:20 +0200 (Fri, 14 May 2010) | 1 line Fixed parsing of header field value with no data on the first line (folding). | |||||
* | upgrade package gcc-mpc | Mark Brand | 2010-05-15 | 1 | -2/+2 | |
| | ||||||
* | add the missing information about the origin of a patch | Volker Grabsch | 2010-05-16 | 1 | -0/+3 | |
| | ||||||
* | improved patches for package glib | Volker Grabsch | 2010-05-16 | 1 | -6/+22 | |
| | ||||||
* | remove duplicate patch for package glib | Volker Grabsch | 2010-05-16 | 1 | -25/+0 | |
| | ||||||
* | improved build options for native build of package glib | Volker Grabsch | 2010-05-16 | 1 | -0/+1 | |
| | ||||||
* | improved patches of package glib | Volker Grabsch | 2010-05-16 | 4 | -32/+57 | |
| | ||||||
* | update version and version recognition of package lcms | Volker Grabsch | 2010-05-16 | 1 | -8/+7 | |
| | ||||||
* | add information about the origin of various patches | Volker Grabsch | 2010-05-14 | 4 | -1/+10 | |
| | ||||||
* | improved naming of patch files | Volker Grabsch | 2010-05-14 | 21 | -0/+0 | |
| | ||||||
* | improved coding style in package boost | Volker Grabsch | 2010-05-14 | 1 | -1/+1 | |
| | ||||||
* | actually build the test program of package gtkglext | Volker Grabsch | 2010-05-14 | 1 | -0/+5 | |
| | ||||||
* | avoid warnings in the test program of package gtkglext | Volker Grabsch | 2010-05-14 | 1 | -0/+6 | |
| | ||||||
* | bugfix patch for package gtkglext | Volker Grabsch | 2010-05-14 | 1 | -0/+83 | |
| | ||||||
* | replace the $(SED) hacks with proper patches in package gtkglext | Volker Grabsch | 2010-05-14 | 3 | -5/+73 | |
| | ||||||
* | build the command line tools of package proj | Volker Grabsch | 2010-05-14 | 1 | -2/+2 | |
| | ||||||
* | upgrade package pdflib_lite (by Mark Brand) | Volker Grabsch | 2010-05-13 | 2 | -2/+25 | |
| | ||||||
* | test program for package gtkglext (by Martin Gerhardy) | Volker Grabsch | 2010-05-13 | 1 | -0/+82 | |
| | ||||||
* | new package: gtkglext (by Martin Gerhardy) | Volker Grabsch | 2010-05-13 | 1 | -0/+44 | |
| | ||||||
* | upgrade package pixman | Mark Brand | 2010-05-13 | 1 | -2/+2 | |
| | ||||||
* | upgrade package gettext | Mark Brand | 2010-05-13 | 1 | -2/+2 | |
| | ||||||
* | avoid all old 2.24.x versions of package glib | Volker Grabsch | 2010-05-13 | 1 | -0/+1 | |
| | ||||||
* | ignore beta versions of package gtk | Volker Grabsch | 2010-05-13 | 1 | -0/+1 | |
| | ||||||
* | upgrade package libgeotiff | Mark Brand | 2010-05-11 | 1 | -3/+4 | |
| | ||||||
* | upgrade package gst-plugins-good | Mark Brand | 2010-05-11 | 1 | -3/+6 | |
| | ||||||
* | upgrade packages boost gdal glew gst-plugins-base gstreamer gtk libgpg_error ↵ | Mark Brand | 2010-05-11 | 12 | -24/+24 | |
| | | | | libgsf libpng librsvg libunistring taglib | |||||
* | upgrade package popt | Mark Brand | 2010-05-11 | 3 | -738/+12 | |
| | | | | Much easier now that we don't need gnulib here. | |||||
* | disable aalib explicitly in package xine-lib (by Mark de Wever) | Volker Grabsch | 2010-05-12 | 1 | -0/+1 | |
| |