summaryrefslogtreecommitdiff
path: root/package
AgeCommit message (Collapse)Author
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>
2008-09-17lighttpd: don't enable openssl support by defaultPeter Korsgaard
2008-09-17lighttpd: fix compilation without largefile supportPeter Korsgaard
lighttpd uses --disable-lfs instead of --disable-largefile. Remove redundant configure args while we're at it.
2008-09-17pcre: fixup paths in pcre-configPeter Korsgaard
2008-09-17oprofile: convert oprofile.mk to use Makefile.autotools.in and bump versionHans-Christian Egtvedt
This patch bumps the version to 0.9.4 and converts the oprofile.mk to use Makefile.autotools.in. Patches against 0.9.3 are removed since they are no longer needed and a new patch for 0.9.4 is added. Building for all architectures should now also be possible. Signed-off-by: Hans-Christian Egtvedt <hans-christian.egtvedt@atmel.com> Signed-off-by: Fathi Boudra <fboudra@gmail.com>
2008-09-16findutils: use install-strip for target installPeter Korsgaard
2008-09-16Fix iptables compile error by updating to Makefile.autotools.in and bumping ↵Thiago A. Corrêa
version to 1.4.1
2008-09-14fontconfig: use install-strip for target installPeter Korsgaard
2008-09-14Makefile.autotools.in: fix DESTDIR= help textPeter Korsgaard
DESTDIR per default points to TARGET_DIR / STAGING_DIR without /usr appended.
2008-09-14Makefile.autotools.in: fix FOO_UNINSTALL_TARGET_OPT help textPeter Korsgaard
It defaults to TARGET_DIR, not STAGING_DIR.
2008-09-11Move project-specific stamp files into a project-specific directoryHamish Moffatt
$(PROJECT_BUILD_DIR)/autotools-stamps. Without this, autotools-using packages won't be installed into any other projects than the first.
2008-09-11Export site package directory location for use by other packagesHamish Moffatt
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