summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* bugfix: remove all dependencies to the directx package which no longer existsVolker Grabsch2010-04-132-2/+2
|
* replace Allegro's DirectX headers with the ones provided by Qt (by Mark Brand)Volker Grabsch2010-04-123-28/+1298
|
* remove corrections which are no longer needed in package w32apiVolker Grabsch2010-04-121-4/+0
|
* fixed odbc test on Mac and use "rm -f" instead of "rm"Mark Brand2010-04-111-5/+24
| | | | | Also improved compile test following sugestion from Qt developer Oswald Buddenhagen.
* workaround for openssl 1.0.0 compatibilityMark Brand2010-04-111-0/+17
| | | | http://sourceforge.net/tracker/index.php?func=detail&aid=2902262&group_id=52781&atid=468021
* upgrade package opensslMark Brand2010-04-112-2/+62
| | | | | | Upgrade to version 1.0.0. Uses patch for MinGW posted on openssl-dev list: http://www.mail-archive.com/openssl-dev@openssl.org/msg27484.html
* upgrade package gsoap to 2.7.16Mark Brand2010-04-111-3/+3
| | | | | | | Taball changed to .zip. See: http://www.cs.fsu.edu/~engelen/changelog.html
* upgrade package vmime to 0.9.1-svn-r542Mark Brand2010-04-111-0/+92
| | | | | | | | r542 | vincent-richard | 2010-04-10 08:43:40 +0200 (Sat, 10 Apr 2010) | 1 line Fixed duplicate shebang. r541 | vincent-richard | 2010-04-08 20:28:22 +0200 (Thu, 08 Apr 2010) | 1 line Fixed parsing of non-significant whitespaces in field values.
* avoid running the autotools when building package guileVolker Grabsch2010-04-121-0/+2
|
* new package: guileVolker Grabsch2010-04-103-0/+135
|
* new package: gmpVolker Grabsch2010-04-101-0/+31
|
* corrected regexes in exceptions rules of version recognitionVolker Grabsch2010-04-105-5/+5
|
* new package: libtoolVolker Grabsch2010-04-101-0/+30
|
* corrected version recognition regexes of many packagesVolker Grabsch2010-04-108-8/+8
|
* improved version recognition of package gslVolker Grabsch2010-04-101-4/+4
|
* small corrections for package gsl (by Mark Brand)Volker Grabsch2010-04-101-7/+8
|
* new package: gsl (by Michel Boaventura)Volker Grabsch2010-04-101-0/+29
|
* improved docs regarding the requirement of flex (by Tony Theodore)Volker Grabsch2010-04-101-3/+3
|
* bugfix: disable Python bindings of package aubio (by Tony Theodore)Volker Grabsch2010-04-101-1/+2
|
* upgrade package vmime to 0.9.1-svn-r540Mark Brand2010-03-281-0/+100
| | | | | | | | | | | | Revisions r538 through r540. From svn log: r540 | vincent-richard | 2010-03-16 16:55:47 +0100 (Tue, 16 Mar 2010) Migrated config script for newer versions of SCons. r539 | vincent-richard | 2010-03-16 12:54:11 +0100 (Tue, 16 Mar 2010) Fixed calls to 'empty' instead of 'clear' (thanks to John van der Kamp, from Zarafa). r538 | vincent-richard | 2010-03-16 09:39:45 +0100 (Tue, 16 Mar 2010) Return false instead of throwing an exception if file does not exist in isDirectory(), isFile(), canRead() and canWrite().
* "static-matrices" patch for package sdl_pango (by David Bruce)Volker Grabsch2010-04-081-0/+71
|
* corrected file name and header of the "api-adds" patch of package sdl_pangoVolker Grabsch2010-04-081-0/+3
|
* upgrade package sqliteVolker Grabsch2010-04-081-2/+2
|
* upgrade package vmime to 0.9.1-svn-r537Mark Brand2010-03-122-1/+65
| | | | | | | | | | | r537 | vincent-richard | 2010-03-10 16:54:23 +0100 (Wed, 10 Mar 2010) | 1 line Fixed compilation issue with 'const'. r536 | vincent-richard | 2010-03-10 14:29:33 +0100 (Wed, 10 Mar 2010) | 1 line Fixed bug #2966885: memory leak caused by strong ref (thanks to tuxx from SF). r535 | vincent-richard | 2010-03-06 13:48:39 +0100 (Sat, 06 Mar 2010) | 1 line Use 'glibtoolize' instead of 'libtoolize' on MacOSX. Removed "sed hack" for libtoolsize from vmime.mk since r535.
* bugfix: disable X11 support in package gst-plugins-base (by Tony Theodore)Volker Grabsch2010-04-081-0/+1
|
* simplified #include in test of package qtVolker Grabsch2010-03-281-1/+1
|
* check whether the correct Q_OS_* and Q_WS_* macros are set in package qtVolker Grabsch2010-03-281-0/+140
|
* bugfix: unset the QMAKESPEC environment variables which causes troubleVolker Grabsch2010-03-281-0/+1
|
* bugfix patch for package exiv2Volker Grabsch2010-03-251-0/+15
| | | | | This patch has been provided to upstream: http://dev.exiv2.org/issues/show/690
* update package zlibVolker Grabsch2010-03-151-4/+5
|
* test program for package sdl_netVolker Grabsch2010-03-062-0/+22
|
* bugfix: phonon backend does not depend on glib and gstreamer in package qtMark Brand2010-02-282-16/+43
| | | | | | | | | | The configure script assumes that gstreamer is the phonon backend but ds9 is used for mingw32. This patch fixes this in the configure script. We now invoke configure with -no-glib and -no-gstreamer. Also fixed case of GL include directory reference. Some syntactic improvements suggested upstream.
* do not add QtCore4 to OPENSSL_LIBS for static builds of package qtMark Brand2010-02-261-4/+4
| | | | | | | | | | | | | | | I assumed that having -lQtCore4 in OPENSSL_LIBS was harmless for static Qt. That is false. Although building Qt succeeds, this also causes an application's makefile generated by qmake to mention -lQtCore4. For static Qt, the actual library is called "libQtCore.a" (without the "4"), which caueses linking to fail. Therefore, I removed this library from OPENSSL_LIBS and included a reminder for people who want to build shared Qt with qt-zlib. Also, OPENSSL_LIBS and PSQL_LIBS are probably more than "harmless" for static Qt. They help qmake generate appropriate makefiles for applications.
* update version of packages gtk, libpng, openssl and pixmanVolker Grabsch2010-02-274-8/+8
|
* avoid all old 1.2.x versions of package libpngVolker Grabsch2010-02-271-0/+1
|
* mergeVolker Grabsch2010-02-241-6/+48
|\
| * mergeVolker Grabsch2010-02-241-0/+6
| |\
| | * improved list of projects which use mingw-cross-envVolker Grabsch2010-02-241-0/+6
| | |
| * | mergeVolker Grabsch2010-02-2323-385/+618
| |\ \ | | |/ | |/|
| * | improved "See also" section and added a list of projects which use ↵Volker Grabsch2010-02-231-6/+42
| | | | | | | | | | | | mingw-cross-env
* | | bugfixes for package fribidiVolker Grabsch2010-02-242-0/+15
| | |
* | | new package: fribidiVolker Grabsch2010-02-242-1/+32
| | |
* | | include the API additions of Guillaume Cottenceau for package sdl_pangoVolker Grabsch2010-02-241-0/+116
| | | | | | | | | | | | | | | The original source of the API additions is: http://zarb.org/~gc/t/SDL_Pango-0.1.2-API-adds.patch
* | | new package: libcrocoVolker Grabsch2010-02-243-6/+35
| | |
* | | bugfix for the pkg-config file of package libxml2Volker Grabsch2010-02-241-0/+13
| | | | | | | | | | | | | | | The patch is also provided to upstream: https://bugzilla.gnome.org/show_bug.cgi?id=610937
* | | new package: libpaperVolker Grabsch2010-02-242-1/+29
| | |
* | | bugfix: don't use WINAPI in package bzip2Volker Grabsch2010-02-231-0/+1
| |/ |/|
* | update version of package glibVolker Grabsch2010-02-234-53/+54
| |
* | update version of package pangoVolker Grabsch2010-02-231-2/+2
| |
* | bugfix: use the correct glib-* tools in packages gstreamer, gst-plugins-base ↵Volker Grabsch2010-02-233-0/+8
| | | | | | | | and gst-plugins-good