summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* bugfix: remove mingwrt-dll from the dependencies of package gccVolker Grabsch2010-06-041-1/+1
|
* remove package mingwrt-dll because mingwm10.dll isn't needed on supported ↵Volker Grabsch2010-06-041-25/+0
| | | | Windows versions anymore
* upgrade package opensslMark Brand2010-06-032-71/+3
| | | | Removed patch and sed hacks that seem obsolete.
* parallelization bugfix for package zziplibVolker Grabsch2010-06-011-1/+2
|
* remove the unnecessary call to ./bootstrap.sh in package xvidcoreVolker Grabsch2010-05-311-1/+1
|
* switch from SJLJ to DW2 in package gccVolker Grabsch2010-05-311-1/+0
|
* new package: xvidcoreVolker Grabsch2010-05-311-0/+31
|
* temporarily removed package gtksourceview because it doesn't workVolker Grabsch2010-05-311-32/+0
|
* require gettext in package gtksourceview, because it doesn't work withoutVolker Grabsch2010-05-311-2/+3
|
* avoid alpha releases of package libtoolVolker Grabsch2010-05-311-3/+2
|
* new package: libgee (by Matias De la Puente)Volker Grabsch2010-05-311-0/+30
|
* new package: gtksourceview (by Matias De la Puente)Volker Grabsch2010-05-311-0/+31
|
* new package: libarchive (by Tony Theodore)Volker Grabsch2010-05-311-0/+31
|
* upgrade package xz (by Tony Theodore)Volker Grabsch2010-05-311-4/+4
|
* upgrade package qt to 4.7.0-beta1 (by Mark Brand)Volker Grabsch2010-05-312-596/+733
|
* disable aalib detection for package gst-plugins-goodMark Brand2010-05-311-0/+1
|
* removed invalid configure options in packages gst-plugins-base, ↵Mark Brand2010-05-313-6/+0
| | | | gst-plugins-good and liboil
* increase version number to 2.14Volker Grabsch2010-05-311-34/+50
|
* Release 2.13v2.13Volker Grabsch2010-05-310-0/+0
|
* update release notesVolker Grabsch2010-05-311-1/+1
|
* HTML correctionsVolker Grabsch2010-05-271-2/+4
|
* improved installation notes (by Tony Theodore)Volker Grabsch2010-05-271-3/+15
|
* update version recognition of package glibVolker Grabsch2010-05-261-1/+1
|
* wine fix for package wxwidgets (by Tony Theodore)Volker Grabsch2010-05-261-0/+4
|
* upgrade package vmime to vmime-0.9.1-svn-r555Mark Brand2010-05-241-0/+721
| | | | | | | r554 | vincent-richard | 2010-05-23 18:14:41 +0200 (Sun, 23 May 2010) | 1 line FileSystemFactory is now a ref. r555 | vincent-richard | 2010-05-23 18:18:00 +0200 (Sun, 23 May 2010) | 1 line Improved automatic encoding selection. Added helper functions on body for setting contents, type, charset and encoding.
* upgrade package libidnMark Brand2010-05-241-2/+2
|
* upgrade package vmime to vmime-0.9.1-svn-r553Mark Brand2010-05-221-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 qtMark Brand2010-05-211-14/+25
|
* forge gdb to use Bash instead of the potentially buggy /bin/sh in package ↵Volker Grabsch2010-05-261-1/+2
| | | | gdb (by Tony Theodore)
* don't use the hard-coded /bin/sh shell in package gdb (by Tony Theodore)Volker Grabsch2010-05-241-0/+17
|
* improved release notesVolker Grabsch2010-05-211-6/+12
|
* upgrade package vmime to 0.9.1-svn-r551Mark Brand2010-05-213-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 glibVolker Grabsch2010-05-211-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 notesVolker Grabsch2010-05-211-2/+2
|
* fix use of pthreads in package vmimeMark Brand2010-05-202-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 gccVolker Grabsch2010-05-202-5/+2
|
* update release notesVolker Grabsch2010-05-201-4/+22
|
* fixed typoVolker Grabsch2010-05-201-1/+1
|
* upgrade package libpano13Mark Brand2010-05-202-14/+2
| | | | Previously used patch is now merged upstream.
* use correct options for arch and largefile for windows target of package qtMark Brand2010-05-192-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 pthreadsVolker Grabsch2010-05-191-0/+150
|
* improved test programs of packages libgomp and pthreadsVolker Grabsch2010-05-192-4/+6
|
* replaced $(SED) action with a clean patch in package glibVolker Grabsch2010-05-192-1/+28
|
* wine fix for package gtkglext (by Tony Theodore)Volker Grabsch2010-05-191-0/+2
|
* add more information about a patch of package glibVolker Grabsch2010-05-191-0/+3
|
* upgrade package postgresqlMark Brand2010-05-161-2/+2
|
* update package jpegMark Brand2010-05-162-42/+2
| | | | Previously used patch is now in sources from upstream.
* test program for package pthreads (by Martin Lambers)Volker Grabsch2010-05-162-0/+44
|
* upgrade package vmime to 0.9.1-svn-r546Mark Brand2010-05-151-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-mpcMark Brand2010-05-151-2/+2
|