summaryrefslogtreecommitdiff
path: root/package
AgeCommit message (Collapse)Author
2008-09-10Applied patch from Michel Wilson to allow the cursor in the X root window toHamish Moffatt
be disabled. Unfortunately this is a compile-time option.
2008-09-09busybox: 1.11.2 patchPeter Korsgaard
2008-09-09busybox: remove stale busybox 1.11.1 patchesPeter Korsgaard
Hamish, don't forget to remove those when you bump the version
2008-09-09Support building without WCHAR supportHamish Moffatt
2008-09-08Keep /usr/bin/python2.4 and make /usr/bin/python a link to itHamish Moffatt
2008-09-07module-init-tools: check correct symbol for cross-depmodPeter Korsgaard
Reported by Markus Heidelberg
2008-09-07fakeroot: bump versionPeter Korsgaard
2008-09-07libid3tag: don't depend on libmadPeter Korsgaard
libid3tag doesn't use libmad.
2008-09-07mysql_client: fix pathsPeter Korsgaard
Patch by Markus Heidelberg <markus.heidelberg@web.de>
2008-09-07xapp_xman: fix pathsPeter Korsgaard
Patch by Markus Heidelberg <markus.heidelberg@web.de>
2008-09-07concierge: fix pathsPeter Korsgaard
Patch by Markus Heidelberg <markus.heidelberg@web.de>
2008-09-06speex: fix paths (broken by r23330)Peter Korsgaard
Patch by Markus Heidelberg <markus.heidelberg@web.de>
2008-09-06mpg123: fix paths (broken by r23330)Peter Korsgaard
2008-09-06madplay: fix paths (broken by r23330)Peter Korsgaard
2008-09-06libsndfile: fix paths (broken by r23330)Peter Korsgaard
2008-09-06libmad: fix paths (broken by r23330)Peter Korsgaard
2008-09-06libid3tag: fix paths (broken by r23330)Peter Korsgaard
2008-09-06festival: fix path in AUTOTARGETS (broken by r23330)Peter Korsgaard
2008-09-06asterisk: fix paths (broken by r23330)Peter Korsgaard
2008-09-06alsa-utils: fix paths (broken by r23330)Peter Korsgaard
2008-09-06alsa-lib: fix paths (broken by r23330)Peter Korsgaard
2008-09-06festival: fix more paths (broken by r23330)Peter Korsgaard
Patch by Markus Heidelberg <markus.heidelberg@web.de>
2008-09-06festival: fix paths (broken by r23330)Peter Korsgaard
Patch by Michel Wilson <michel@crondor.net>
2008-09-05audio: Move all audio packages into audio subdirDaniel Laird
Moved all audio packages into a subdir called audio. I then created a Config.in and made sure that a audio.mk existed. Daniel Laird
2008-09-05sqlite: bump versionPeter Korsgaard
2008-09-05Version bump to 2.3.7Hamish Moffatt
This package should be converted to use Makefile.autotools.in by someone who uses it..
2008-09-04New package for dnet, a wrapper library for getting access to kernel network ↵Hamish Moffatt
information and an optional Python module for the same.
2008-09-04Override the uninstall target rather than the clean targetHamish Moffatt
Also, don't actually create the .stamp_uninstalled but remove the .stamp_installed file instead (ala the overridden target).
2008-09-04Make the autotools xyz-clean target call xyz-uninstall first, rather than ↵Hamish Moffatt
duplicating its actions
2008-09-04Remove lzo patches which aren't required with latest liblzo package updatesHamish Moffatt
2008-09-04Added eeprog package from gustavozHamish Moffatt
2008-09-04Fix duplicate $(AUTORECONF) run in autoreconf and configure targetsHamish Moffatt
2008-09-04In the uninstall and clean targets, remove the built/installed stamp filesHamish Moffatt
so that those actions will do something if executed again.
2008-09-03games: add games.mk so make will descent down package/games/*/*.mkPeter Korsgaard
2008-09-03Bump versionThiago A. Corrêa
2008-09-03Qtopia: don't build sqlite driver when SQL module is disabled.Thiago A. Corrêa
2008-09-02file: select zlibPeter Korsgaard
file depends on zlib, so make it visible in kconfig.
2008-09-02file: bump version and use official upstream instead of DebianPeter Korsgaard
Debian is a bit too volatile.
2008-09-02cups: fix help textPeter Korsgaard
2008-09-02bridge: bump versionPeter Korsgaard
Upstream tarball doesn't include configure, so run autoreconf.
2008-09-02bridge: convert to Makefile.autotools.in formatPeter Korsgaard
2008-09-02Update to Python 2.4.5 (latest patch rev of 2.4)Hamish Moffatt
Remove the test suite before building, else it will fail to compile depending on what modules have been configured.
2008-09-01cups: fix help textPeter Korsgaard
2008-09-01iperf: don't silently enable C++ support in toolchainPeter Korsgaard
2008-09-01iperf: bump versionPeter Korsgaard
2008-09-01iperf: convert to Makefile.autotools.in formatPeter Korsgaard
2008-09-01package: add libconfig packagePeter Korsgaard
2008-08-31busybox: additional 1.12.0 patchesPeter Korsgaard
2008-08-31libglib2: fix build with/without locale supportPeter Korsgaard
Don't select BR2_ENABLE_LOCALE. Glib works without locale support in toolchain, and packages shouldn't silently select toolchain options. Only select libiconv if locale support isn't enabled.
2008-08-31avahi: don't use BASE_DIR to reference source filesPeter Korsgaard
dest != source if we want to support out-of-tree builds