summaryrefslogtreecommitdiff
path: root/package
AgeCommit message (Collapse)Author
2008-10-18Bump up libgtk2 versionPeter Korsgaard
Bump up libgtk2 version The version of libgtk2 currently used doesn't build when built against DirectFB. The issue has been fixed in a later version of the 2.12.x series, so let's upgrade to this version. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
2008-10-16kconfig: only warn about long help lines, not other types of linesPeter Korsgaard
We have some pretty long depends / default y|n lines in BR, which it shouldn't complain about.
2008-10-16package/directfb-examples: DirectFB examples packageDaniel Laird
Add the DirectFB examples package. This patch adds the DirectFB examples package to Buildroot. It is largely based on a patch written by Daniel Laird, and available at http://bugs.uclibc.org/view.php?id=4224. I only made a few adaptations to get it to work properly. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Daniel Laird <daniel.j.laird@nxp.com>
2008-10-16package/sawman: Add Package SawManDaniel Laird
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
2008-10-13busybox: add 1.12.1 modprobe fixPeter Korsgaard
2008-10-13openssl: fix architecture specified when configuring opensslHans-Christian Egtvedt
This patch will default to linux-generic32, unless a known optimized architecture is selected. As of today it will select optimized config for; avr32, ia64, powerpc and x86_64. This fixes bug #5344. Signed-off-by: Hans-Christian Egtvedt <hans-christian.egtvedt@atmel.com>
2008-10-10package/libxml2/libxml2.mk: Bounce version to 2.6.32Daniel Laird
Bounce the version to 2.6.32. And deal with the left over .rej files. Daniel Laird
2008-10-09Fix dependency on libungifThiago A. Corrêa
2008-10-09Fix whitespace damageThiago A. Corrêa
2008-10-09package/freetype: Convert to Makefile.autotools.inDaniel Laird
Use AutoTools.in to build freetype. Slight issue with freetype installation to TARGET_DIR. Doing an install results in far too many files being copied in. So for now I do what the old makefile did which is copy the .so files and links manually rather than using a make install. It also uses the autotools.in additions to not use the generic libtool patch and use a local one instead. Daniel Laird
2008-10-09Fix dependencies in directfb config optionsThiago A. Corrêa
2008-10-08Rename patches to include Python 2.4 version, in preparation for adding 2.5Hamish Moffatt
2008-10-07widen options to configure directfb, patch by Micha Nelissen ↵Thiago A. Corrêa
<micha@neli.hopto.org>
2008-10-07Makefile.autotools.in: honor CONFIG_SHELL and TAR.Wade Berrier
Don't use recursively expanded definition (Use ':=' instead of '=')
2008-10-07logrotate: remove duplicate deps. Clean up '/etc'Wade Berrier
on make clean. Some other syntactic niceties.
2008-10-07libpcap: bump to version 0.9.8Hans-Christian Egtvedt
This patch bumps the version to 0.9.8 and refreshes the patch against that version. Fixes bug #5284. Signed-off-by: Hans-Christian Egtvedt <hans-christian.egtvedt@atmel.com>
2008-10-07openssl: fix compiling OpenSSL for i386 architectureHans-Christian Egtvedt
This patch will use linux-generic32 for all i386 target architectures, which fixes bug #5274. Signed-off-by: Hans-Christian Egtvedt <hans-christian.egtvedt@atmel.com>
2008-10-06vsftpd:Wade Berrier
-Patch to build against newer kernel headers ( vsftpd-2.0.7-uclibc.patch , based on idea from http://www.bitshrine.org/gpp/vsftpd-2.0.5-syscall2.patch ) -new basic init script (no config yet) -Update version (2.0.7) -openssl fixes -cleanup makefile deps so it doesn't get built when things don't change
2008-10-06logrotate:Wade Berrier
-new package
2008-10-06which.mk:Wade Berrier
-Update to 2.20 which doesn't depend on readline Config.in: -Don't depend on readline any longer
2008-10-06samba.mk:Wade Berrier
-force some performance enhancing autoconf options -run 'installscripts' so findsmb and smbtar are installed -samba binaires were segfaulting with uclibc 0.9.29 when not using: samba_cv_fpie=no. Force it. Config.in: -create configure options for findsmb and smbtar S91smb: -create dir (/var/lock/subsys) that is referenced later in script
2008-10-06Makefile.autotools.in:Wade Berrier
-Make tar switches 1.14 compatible (Not sure of a more elegant way to handle this ... ?)
2008-10-06vim:Wade Berrier
-Apply patches from list (http://buildroot.uclibc.org/lists/buildroot/2008-July/009846.html http://buildroot.uclibc.org/lists/buildroot/2008-August/010104.html) -add more vim patches -Switch to http vs ftp since ftp is slow -Fix configure.patch to apply cleanly after patch update
2008-10-06bash.mk:Wade Berrier
-Force some autoconf options so that job control is turned on. (Otherwise these checks fail when cross compiling. And when job control is disabled, bash can't be the default shell)
2008-10-06busybox: 1.12.1 grep fixPeter Korsgaard
2008-10-06png: bump versionPeter Korsgaard
Upgrade libpng to 1.2.32 Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
2008-10-06ncftp: bump versionPeter Korsgaard
Patch by Micha Nelissen
2008-10-01avahi: add dependencies in right orderHans-Christian Egtvedt
This patch puts gettext and libintl before the avahi targets, thus making sure they exist before avahi targets are built. Signed-off-by: Hans-Christian Egtvedt <hans-christian.egtvedt@atmel.com>
2008-09-30xserver_xorg-server: fix missing backslash on end of CONF_OPTHans-Christian Egtvedt
This patch adds a missing backslash on a line in the middle of the list of XSERVER_XORG_SERVER_CONF_OPT. Reported-by: Sebastian Matuschka <Sebastian.Matuschka@gcd-solutions.de>
2008-09-29qtopia4: bump version to 4.4.3Hans-Christian Egtvedt
Signed-off-by: Hans-Christian Egtvedt <hans-christian.egtvedt@atmel.com>
2008-09-28busybox: bump 1.11.x and 1.12.x versionsPeter Korsgaard
2008-09-25sdl_net: fix install options for target and stagingHans-Christian Egtvedt
This patch install with install-strip to the target and uses the default for installing to staging. Makes the makefile even more compact, and also more correct with using install-strip to get proper stripping of the installed library. Signed-off-by: Hans-Christian Egtvedt <hans-christian.egtvedt@atmel.com>
2008-09-24lxdoom: add dependency to a xserver in MakefileHans-Christian Egtvedt
This patch corrects the commit r23467 and replaces uclibc with xserver_xorg-server in LXDOOM_DEPENDENCIES. Signed-off-by: Hans-Christian Egtvedt <hans-christian.egtvedt@atmel.com>
2008-09-24lxdoom: make package depend on X11 serverHans-Christian Egtvedt
lxdoom depends on a X11 server to be built, this patch will only show lxdoom if a X11 server is selected and add xserver_xorg-server to the dependency list. Signed-off-by: Hans-Christian Egtvedt <hans-christian.egtvedt@atmel.com>
2008-09-24doom-wad: enable kconfig entry for PrBoom package and fix whitespace damageHans-Christian Egtvedt
This patch will let the user install the Doom shareware WAD file if PrBoom is selected. Signed-off-by: Hans-Christian Egtvedt <hans-christian.egtvedt@atmel.com>
2008-09-24prboom: add new games package PrBoomHans-Christian Egtvedt
This patch adds a new package PrBoom. PrBoom is a Doom and Doom ][ client which uses the SDL library for graphics, sound and network. It also supports OpenGL, but this has not been enabled in this package since few embedded platforms support OpenGL. PrBoom allows you to play the good old game on newer hardware. It even supports higher resolution and better rendring, while still keeping the old style alive. http://prboom.sourceforge.net/ Signed-off-by: Hans-Christian Egtvedt <hans-christian.egtvedt@atmel.com>
2008-09-24doom-wad: split out and fix installation of Doom shareware wad fileHans-Christian Egtvedt
This patch splits the installation of the shareware WAD file into a separate package. The wad file will also be installed into /usr/share/games/doom directory, since the client will search this directory when starting. The Makefile rule has also been altered to use tools defined by Buildroot to extract and install the wad file. The package is also multiple project safe now. Signed-off-by: Hans-Christian Egtvedt <hans-christian.egtvedt@atmel.com>
2008-09-24SDL_net: add new package SDL_netHans-Christian Egtvedt
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>
2008-09-24openssh: convert to Makefile.autotools.in and bump version to 5.1p1Hans-Christian Egtvedt
This patch converts building of OpenSSH to use Makefile.autotools.in instead and in the same process bump to latest upstream version 5.1p1. The openssh.path is also cleaned up a bit to reflect the new release, i.e. some of the patch is already applied/fixed upstream. Signed-off-by: Hans-Christian Egtvedt <hans-christian.egtvedt@atmel.com>
2008-09-24openssl: add patch for AVR32 support and optimizationHans-Christian Egtvedt
This patch adds support for AVR32 architecture and adds an optimized DES and AES algorithm for this architecture.
2008-09-24openssl: convert to Makefile.autotools.in and bump version to 0.9.8gHans-Christian Egtvedt
This patch converts building of OpenSSL to use Makefile.autotools.in and bumps the version to 0.9.8g. The patches are updated to reflect this version upgrade. A kconfig option for adding the OpenSSL engines is also added. Signed-off-by: Hans-Christian Egtvedt <hans-christian.egtvedt@atmel.com>
2008-09-22busybox: more 1.12.0 patchesPeter Korsgaard
2008-09-22package: add libconfuse - A library for parsing configuration filesPeter Korsgaard
2008-09-22libtool: don't error on missing directories in clean targetsPeter Korsgaard
2008-09-19Makefile.autotools.in: Get my $(Q)'s in the correct placeDaniel Laird
Minor fix for Makefile.autotools.in that deals with the packages that use AUTOCONF to regenerate configure etc. (my mistake to start with) Daniel Laird
2008-09-19Makefile.autotools.in: Extended to cope with more bad packagesDaniel Laird
1. I added a HOOK_POST_EXTRACT previously so that I could cope with the bad libxml2 package. This required me to remove some dead patches (.rej) files after I extracted the package, the issue is that the EXTRACT target runs patch-kernel.sh to patch the ltmain.sh. It then finds some.rej files and bombs out. I have altered the sequence so that the HOOK_POST_EXTRACT target runs before the make target that patches libtool to deal with this. 2.) I have added a $(PKG)_LIBTOOL_PATCH variable. This is defaulted to YES however if you override it in the package makefile to NO then the ltmain.sh file will not be patched automatically but only if you have added your own patches. This is necessary for freetype 2.3.7 as it cannot use the buildroot-libtool patch. I am using this patch for building a set of packages, however it is not a complete set of packages so await feedback of issues (if any) Daniel Laird
2008-09-18bridge-utils: remove whitespace at end of fileHans-Christian Egtvedt
2008-09-18iptables: fix install rule to install everything in appropriate directoriesHans-Christian Egtvedt
This patch will install iptables with the install-strip command, and also use /usr/lib as target for the filter libraries. Signed-off-by: Hans-Christian Egtvedt <hans-christian.egtvedt@atmel.com>
2008-09-18aumix: fix install rule to target to support multiple projectsHans-Christian Egtvedt
This patch will let aumix depend on an installed file on the target root file system instead of touched file. Signed-off-by: Hans-Christian Egtvedt <hans-christian.egtvedt@atmel.com>
2008-09-18libupnp: add package libupnpHans-Christian Egtvedt
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>