summaryrefslogtreecommitdiffstats
path: root/src/glib.mk
Commit message (Collapse)AuthorAgeFilesLines
* corrected regexes in exceptions rules of version recognitionVolker Grabsch2010-04-101-1/+1
|
* update version of package glibVolker Grabsch2010-02-231-10/+6
|
* changed coding style: make "-i" always the first argument of $(SED) (by ↵Volker Grabsch2010-02-161-6/+6
| | | | Mark Brand)
* update version of packages curl, freetype, gdal, glib, gtk and pixmanVolker Grabsch2010-02-141-2/+2
|
* ensure that the native glib-genmarshal build with libiconv always succeedsVolker Grabsch2010-02-111-2/+13
|
* remove a bugfix that isn't needed anymore because we require pkg-config >= ↵Volker Grabsch2010-02-091-1/+0
| | | | 0.16 on the build system
* bugfix: don't put constraints on libiconv usage in native builds of package glibVolker Grabsch2010-02-081-2/+1
|
* bugfix: install config headers of package glibVolker Grabsch2010-02-081-1/+1
|
* point consequently to "doc/index.html" instead of "doc/index.html or doc/README"Volker Grabsch2010-02-071-1/+1
|
* put the tools of package glib into usr/TARGET/bin/ instead of usr/bin/Volker Grabsch2010-02-071-2/+3
|
* improved coding styleVolker Grabsch2010-02-071-10/+10
|
* bugfix: install *.pc (pkg-config) scripts of package glibVolker Grabsch2010-02-071-0/+1
|
* build the native glib-genmarshal tool without libiconv supportVolker Grabsch2010-02-071-11/+1
|
* remove other packages' dependencies on the gettext toolVolker Grabsch2010-02-071-1/+8
|
* update version of package glibVolker Grabsch2010-02-051-4/+5
|
* improved coding styleVolker Grabsch2010-02-051-4/+4
|
* don't require a native zlib-devel when building package glib (by Tony Theodore)Volker Grabsch2010-02-051-1/+3
|
* simplified file markersVolker Grabsch2010-01-161-20/+2
|
* avoid all old 2.22.x versions of package glibVolker Grabsch2010-01-081-0/+1
|
* add missing dependency on zlib to package glib (by Mark de Wever)Volker Grabsch2009-12-291-1/+1
|
* update version of packages atk, glib and gtkVolker Grabsch2009-12-231-2/+2
|
* update version of packages atk, boost, fontconfig, gdal, geos, glib, lcms, ↵Volker Grabsch2009-12-021-2/+2
| | | | libevent, pango, pixman, sdl_image and sdl_mixer
* improved version recognition of packages atk, glib, gtk, libxml2, libxslt, ↵Volker Grabsch2009-10-211-3/+3
| | | | nsis, pango, sdl, sdl_image, sdl_mixer and sdl_ttf
* update version of packages glib, libgsf, pango and sqliteVolker Grabsch2009-10-161-2/+2
|
* update version of packages fltk, fontconfig, glib, gnutls, gtk, libgsf, ↵Volker Grabsch2009-09-201-2/+2
| | | | libpng, libxml2, libxslt and sqlite
* improved version recognition, enable the notation of ignored (bad) package ↵Volker Grabsch2009-09-201-0/+1
| | | | versions
* replace the contact email address with hints to the project mailing listVolker Grabsch2009-09-011-1/+1
|
* 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