summaryrefslogtreecommitdiffstats
path: root/src/glib.mk
Commit message (Collapse)AuthorAgeFilesLines
* add a copyright notice and license to each source fileVolker Grabsch2009-08-211-1/+21
|
* update version of packages fontconfig, glib, gtk, libevent, libiconv, ↵Volker Grabsch2009-08-101-2/+2
| | | | libpng, libusb, ogg, pixman, sqlite and vorbis
* update version of packages atk, curl, gcc, gdal, glib, gnutls, gtk, ↵Volker Grabsch2009-06-101-2/+2
| | | | libevent, libidn, libntlm, libpng, nsis, pango, pdflib_lite, pixman, sqlite, tre and xmlwrapp
* update version of packages libiconv, gnutls, glib and gtkVolker Grabsch2009-05-051-2/+2
|
* fix for systems where wine confuses the cross-compiling detection of ./configureVolker Grabsch2009-04-221-0/+2
|
* validate downloads using SHA-1 checksumsVolker Grabsch2009-04-051-7/+8
|
* update version of packages freetype, glib, gtk, pango, pdflib_lite and wxwidgetsVolker Grabsch2009-03-231-1/+1
|
* portability fix for MacOS X in package glib: set CXX explicitlyVolker Grabsch2009-03-081-0/+1
| | | | | | | | | For some strange reason, glib's configure script initializes CXX with "c++" instead of the cross C++ compiler. This usually does no harm, because glib doesn't use the C++ compiler. However, it poisons libtool's compiler lib search paths. This also usually does no harm, except on MacOS X where it causes libtool to link against /usr/lib/libiconv.dylib, which makes the cross build fail.
* portability fix for FreeBSD in package glib: don't expect the build system ↵Volker Grabsch2009-03-071-1/+13
| | | | to have libiconv installed
* portability fix for Open Solaris: don't expect the build system to have ↵Volker Grabsch2009-03-061-1/+2
| | | | pkg-config
* portability fix for MacOS X: don't expect the build system to provide ↵Volker Grabsch2009-03-061-1/+3
| | | | gettext/libintl
* switch glib to win32 threadingVolker Grabsch2009-03-051-4/+4
|
* bugfix in several build rules: use "$(SED)" instead of "sed"Volker Grabsch2009-03-051-1/+1
|
* improved the regexes for package version recognitionVolker Grabsch2009-03-021-1/+1
|
* put all package's project websites into Make variables $($(PKG)_WEBSITE)Volker Grabsch2009-03-011-1/+1
|
* new macro SHORT_PKG_VERSION which assists in creating download URLsVolker Grabsch2009-03-011-1/+1
|
* corrected library dependencies and disabled dangling DLL stuff in packages ↵Volker Grabsch2009-03-011-3/+4
| | | | atk, cairo, fontconfig, glib, gtk and pango
* bugfix in package glib: ensure that "pkgconfig ... --libs" also returns ↵Volker Grabsch2009-02-281-1/+1
| | | | "-lole32"
* bugfix in package glib: ensure that "pkgconfig ... --libs" also returns "-lpcre"Volker Grabsch2009-02-281-0/+1
|
* bugfix in package glib: install all glib toolsVolker Grabsch2009-02-281-4/+3
|
* new package: glibVolker Grabsch2009-02-281-0/+42