summaryrefslogtreecommitdiff
path: root/package
AgeCommit message (Collapse)Author
2009-03-15xserver: 1.5.x needs openssl (for render sha functions)Peter Korsgaard
2009-03-15openssl: strip librariesPeter Korsgaard
2009-03-14x11r7: update to 7.4Peter Korsgaard
Patch by Dan Lykowski <lykowdk@gmail.com>, closes #181. Minor fixups for kdrive by me.
2009-03-14metacity: fix target install with tinyxPeter Korsgaard
2009-03-14blackbox: needs c++ supportPeter Korsgaard
2009-03-13blackbox: fix build with gcc 4.3.xPeter Korsgaard
Patch by Mathis <mathis_w@gmx.net>, closes #169.
2009-03-13xserver_xorg: add options for builtin fonts and aiglxPeter Korsgaard
Patch by Dan Lykowski <lykowdk@gmail.com>
2009-03-13avahi: enable python support if python is enabledPeter Korsgaard
Not particular useful until we add dbus-python (which depends on a fixed up dbus-glib, which in turn depends on us starting to compile glib/dbus/dbus-glib for the host as well) - But that's for another day.
2009-03-13dbus-glib: install pkgconfig file to STAGING_DIRPeter Korsgaard
This should probably be converted to Makefile.autotools.in instead.
2009-03-12libgtk2: also get rid of gtk-demo executablePeter Korsgaard
2009-03-12cairo: more fine grained configutation and fix dependenciesPeter Korsgaard
2009-03-12Update Qtopia to 4.5.0, which introduces a new licensing option: LGPL. This ↵Thiago A. Corrêa
will be default now.
2009-03-11fontconfig: fix typo added in r25611Peter Korsgaard
2009-03-11automake: needs autoconf at configure timePeter Korsgaard
2009-03-11automake: depends on autoconf, so select itPeter Korsgaard
2009-03-11Default yes to GUI module install on Qtopia4Thiago A. Corrêa
2009-03-11Let user skip installation of the GUI module for QtopiaThiago A. Corrêa
2009-03-11dropbear: needs zlib, so select itPeter Korsgaard
2009-03-11dropbear: convert to Makefile.autotools.in formatPeter Korsgaard
Patch by Gustavo Zacarias <gustavo@zacarias.com.ar> Closes #179.
2009-03-11pango: init script: make sure /etc/pango existsPeter Korsgaard
2009-03-11fontconfig: store font cache in /var/cache/fontconfig, and not in /usr/var/..Peter Korsgaard
2009-03-11gmpc: needs gob2 installed on host, so check for itPeter Korsgaard
2009-03-11gmpc: fix build without libSMPeter Korsgaard
2009-03-11directfb: add option for linuxinput input driverPeter Korsgaard
2009-03-11busybox: bump 1.13.x versionPeter Korsgaard
2009-03-11libgtk2: don't install demo sourcesPeter Korsgaard
2009-03-11libiconv: strip libcharset as wellPeter Korsgaard
2009-03-10avahi: fix build with libintl but without locale support in toolchainPeter Korsgaard
2009-03-10libcurl: fix configure with openssl when target == host.Peter Korsgaard
2009-03-10ipsec-tools: fix printf format string for size_t (on 64bit)Peter Korsgaard
Use %zu instead of %d for printing out size_t variables. Fixes a build issue on 64bit as ipsec-tools uses -Werror.
2009-03-09wpa_supplicant: new packagePeter Korsgaard
Patch by Gustavo Zacarias <gustavo@zacarias.com.br> Closes #81.
2009-03-09vim: fixup patch download location after change to DOWNLOAD macro.Peter Korsgaard
Closes #161.
2009-03-09sysklogd: only install init script / config file if not present in skeletonPeter Korsgaard
Allow platforms to provide a custom initscript / syslog.conf in their target_skeleton.
2009-03-09pciutils: fix HOST detectionPeter Korsgaard
2009-03-09libglib2: bump versionPeter Korsgaard
Patch by Sven Neumann <s.neumann@phase-zero.de> Closes #37.
2009-03-09e2fsprogs: install into staging so other stuff can find the libs/includesPeter Korsgaard
And explicitly install the libuuid headers. Needed for the gupnp stuff in #35.
2009-03-09e2fsprogs: needs LARGEFILEPeter Korsgaard
2009-03-07logrotate: fix logrotate.conf checkPeter Korsgaard
Thanks to Hiroshi Shinji for noticing.
2009-03-05avahi: bump versionPeter Korsgaard
2009-03-05avahi: convert to Makefile.autotools.in formatPeter Korsgaard
2009-03-05php: touch post-install stamp filePeter Korsgaard
2009-03-05bind: touch post-install stamp filePeter Korsgaard
2009-03-05xerces: bump versionPeter Korsgaard
2009-03-05xerces: needs C++ support in toolchainPeter Korsgaard
2009-03-05logrotate: only install logrotate.conf if not present in target_skeletonPeter Korsgaard
Allow platforms to provide a custom logrotate.conf in their target_skeleton.
2009-03-05logrotate: fix patch-kernel.sh invocationPeter Korsgaard
Thanks to Bernhard for noticing.
2009-03-05logrotate: fix build with external toolchainPeter Korsgaard
2009-03-05qtopia4: remove invalid PTHREADS_NATIVE dependencyPeter Korsgaard
2009-03-05sysklogd: fix buildPeter Korsgaard
2009-03-05package: convert some Config.in selects to dependsPeter Korsgaard
Patch by Olaf Rempel <razzor@kopf-tisch.de>. quick grep showed theses invalid selects of toolchain options.