Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | package/sawman: Add Package SawMan | Daniel Laird | 2008-10-16 | 1 | -0/+1 | |
| | | | | | | | | | | SaWMan is a new window manager module for use with DirectFB. Its main difference to the default module is that it allows one process to be an application and window manager, implementing all kinds of diversity, while SaWMan is only the working horse. Daniel Laird | |||||
* | logrotate: | Wade Berrier | 2008-10-06 | 1 | -0/+1 | |
| | | | | -new package | |||||
* | SDL_net: add new package SDL_net | Hans-Christian Egtvedt | 2008-09-24 | 1 | -0/+1 | |
| | | | | | | | | | | | This patch adds a new package SDL_net. SDL_net is a small, low-level, cross-platform network library, that can be used with the Simple DirectMedia Layer library (SDL). http://www.libsdl.org/projects/SDL_net/ Signed-off-by: Hans-Christian Egtvedt <hans-christian.egtvedt@atmel.com> | |||||
* | package: add libconfuse - A library for parsing configuration files | Peter Korsgaard | 2008-09-22 | 1 | -0/+1 | |
| | ||||||
* | libupnp: add package libupnp | Hans-Christian Egtvedt | 2008-09-18 | 1 | -0/+1 | |
| | | | | | | | | | | This patch adds libupnp package to Buildroot. libupnp provides developers with an API that are compliant with version 1.0 of the Universal Plug and Play Device Architecture Specification. http://pupnp.sourceforge.net/ Signed-off-by: Hans-Christian Egtvedt <hans-christian.egtvedt@atmel.com> | |||||
* | audio: Move all audio packages into audio subdir | Daniel Laird | 2008-09-05 | 1 | -21/+2 | |
| | | | | | | | | 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 | |||||
* | Added eeprog package from gustavoz | Hamish Moffatt | 2008-09-04 | 1 | -0/+1 | |
| | ||||||
* | package: add libconfig package | Peter Korsgaard | 2008-09-01 | 1 | -0/+1 | |
| | ||||||
* | games: Move all games into games subdir | Daniel Laird | 2008-08-29 | 1 | -15/+2 | |
| | | | | | | | | | | Moved all games into a subdir called games and then updated makefiles as necessary. If not one objects to this one then I will probably do the same for audio next. Daniel Laird | |||||
* | gtkperf: Adding gtkperf package | Daniel Laird | 2008-08-27 | 1 | -0/+1 | |
| | | | | | Allows some benchmarking of GTK on different targets. | |||||
* | fbdump: Add new package fbdump. | Daniel Laird | 2008-08-27 | 1 | -0/+1 | |
| | | | | | | | fbdump is a simple tool to capture snapshots from the Linux kernel framebuffer device and write them out as a PPM file. Currently, most packed-pixel framebuffer formats and the vga16 framebuffer are supported. | |||||
* | Move pixman from package/x11r7/pixman to package/pixman | Daniel Laird | 2008-08-26 | 1 | -0/+1 | |
| | | | | | | | | | Means we can now bounce cairo to 1.6.x series. pixman is not dependant on x libraries what so over so removed the dependencies section. Daniel Laird | |||||
* | Adds support for building LiTE - see DirectFB.org | Daniel Laird | 2008-08-26 | 1 | -0/+1 | |
| | | | | | | | Will close bug 0003974 Daniel Laird | |||||
* | xorg: depend on WCHAR and LOCALE | Peter Korsgaard | 2008-08-22 | 1 | -0/+4 | |
| | | | | | | | | | | | Xorg needs WCHAR and LOCALE, so make sure it cannot be selected unless this is enabled in the toolchain. We unfortunately cannot make BR2_XSERVER_xorg depend on BR2_USE_LOCALE because of a strange recursion error with dbus, but now we atleast inform the user what to do to get a working configuration. The real solution is ofcause of fix xorg, but that's for another day. | |||||
* | package: don't hide xorg/tinyx selection | Peter Korsgaard | 2008-08-22 | 1 | -2/+0 | |
| | | | | | Hiding xorg/tinyx selections until the user unselects "none" seems quite unintuitive. | |||||
* | package: add package managers sub menu | Peter Korsgaard | 2008-08-04 | 1 | -3/+14 | |
| | ||||||
* | package: more BR2_PACKAGE_BUSYBOX_HIDE_OTHERS annotations | Peter Korsgaard | 2008-08-04 | 1 | -11/+1 | |
| | ||||||
* | dash: hide if BR2_PACKAGE_BUSYBOX_HIDE_OTHERS | Peter Korsgaard | 2008-08-04 | 1 | -0/+2 | |
| | ||||||
* | buildroot: remove trailing spaces | Peter Korsgaard | 2008-08-04 | 1 | -1/+1 | |
| | | | | | | | for i in `find -name 'Config*' -o -name 'Makefile*' -o -name '*.mk'`; do sed -i 's/ \+$//' $i; done | |||||
* | vsftp: enable and fix linking | Peter Korsgaard | 2008-07-22 | 1 | -0/+1 | |
| | | | | | | | Patch by Wade Berrier. It still errors out on sysdeputil.c for me, but this is no worse than it was before, so committing. | |||||
* | package: sdl_image package | Peter Korsgaard | 2008-07-17 | 1 | -0/+1 | |
| | | | | Based on patch by artemys. Closes #4194 | |||||
* | gperf: move under "other development stuff" | Peter Korsgaard | 2008-07-10 | 1 | -1/+1 | |
| | ||||||
* | Add gperf, perfect hash generator | Ulf Samuelsson | 2008-07-09 | 1 | -0/+1 | |
| | ||||||
* | sqlite: move under database submenu | Peter Korsgaard | 2008-07-08 | 1 | -1/+0 | |
| | ||||||
* | [0002974] add support for zlib and bzip2 in lighttpd, use alphabetical order ↵ | Ulf Samuelsson | 2008-07-05 | 1 | -1/+3 | |
| | | | | for lighttpd config | |||||
* | Ensure consistency between XORG_none and (XORG_x11, XORG_tinyx) | Thiago A. Corrêa | 2008-07-04 | 1 | -0/+3 | |
| | ||||||
* | packages: fix xorg to compile modular and tiny versions | Peter Korsgaard | 2008-06-30 | 1 | -20/+4 | |
| | | | | Based on googlecode r558 by John Voltz. | |||||
* | Added mii-diag package | Hamish Moffatt | 2008-06-26 | 1 | -0/+1 | |
| | ||||||
* | BR2_GRAPHIC_SUPPORT: Fixup comment to make kconfig happy | Peter Korsgaard | 2008-06-24 | 1 | -2/+2 | |
| | | | | | | It seems like kconfig nowadays don't like paranthesises is comments. Reported by Harley. | |||||
* | package/i2c-tools: I2C tools package | Peter Korsgaard | 2008-06-24 | 1 | -0/+1 | |
| | | | | | | | | This package contains a heterogeneous set of I2C tools for Linux: a bus probing tool, a chip dumper, register-level access helpers, EEPROM decoding scripts, and more. Based on patch by Michel (BusError). | |||||
* | Added database menu to config (maybe move the other databases under it to ↵ | Arnar Mar Sigurðsson | 2008-06-01 | 1 | -0/+2 | |
| | | | | | | remove the mess from the main package menu) Added mysql 5.1 client package, can be used to provide mysql support for PHP. Note: This package has only been tested on AVR32. | |||||
* | package: ifplugd package | Peter Korsgaard | 2008-05-31 | 1 | -0/+1 | |
| | ||||||
* | * Added screen | Nigel Kukard | 2008-05-01 | 1 | -0/+1 | |
| | | | | The cross compile fix is unavoidable | |||||
* | add libiconv and framework for vlc | John Voltz | 2008-04-24 | 1 | -0/+2 | |
| | ||||||
* | add pcre | John Voltz | 2008-04-24 | 1 | -0/+1 | |
| | ||||||
* | add oprofile | John Voltz | 2008-04-24 | 1 | -0/+1 | |
| | ||||||
* | blockdev: sort entries alphabetically | Peter Korsgaard | 2008-04-19 | 1 | -1/+1 | |
| | ||||||
* | buildroot: devmem2 package | Peter Korsgaard | 2008-04-18 | 1 | -0/+1 | |
| | ||||||
* | Added package for axel download accelerator | Hamish Moffatt | 2008-04-17 | 1 | -0/+1 | |
| | ||||||
* | * Added rpm | Nigel Kukard | 2008-04-14 | 1 | -0/+3 | |
| | ||||||
* | * Added neon | Nigel Kukard | 2008-04-12 | 1 | -0/+1 | |
| | ||||||
* | * Added popt | Nigel Kukard | 2008-04-12 | 1 | -0/+1 | |
| | ||||||
* | * Added beecrypt | Nigel Kukard | 2008-04-12 | 1 | -0/+1 | |
| | ||||||
* | * Remove libbeecrypt, I'll add beecrypt-with-autotools shortly | Nigel Kukard | 2008-04-12 | 1 | -1/+0 | |
| | ||||||
* | buildroot: add libart package | Peter Korsgaard | 2008-04-11 | 1 | -0/+1 | |
| | ||||||
* | * Added libbeecrypt (requirement for rpm5) | Nigel Kukard | 2008-04-09 | 1 | -0/+1 | |
| | ||||||
* | * Added bootutils | Nigel Kukard | 2008-04-08 | 1 | -0/+3 | |
| | ||||||
* | buildroot: add input-tools package (evtest, inputattach, jscal, jstest) | Peter Korsgaard | 2008-04-06 | 1 | -0/+1 | |
| | ||||||
* | add festival speech synthesis package from University of Edinburgh | John Voltz | 2008-04-03 | 1 | -0/+1 | |
| | ||||||
* | Add webif package | Ulf Samuelsson | 2008-03-30 | 1 | -0/+1 | |
| |