summaryrefslogtreecommitdiffstats
path: root/package
Commit message (Collapse)AuthorAgeFilesLines
...
* xterm: fix dependencies and bump to version 267Gustavo Zacarias2011-03-142-4/+5
| | | | | Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* gst-plugins-good: bump versionPeter Korsgaard2011-03-141-1/+1
| | | | | | Fixes v4l2src building with 2.6.38-rc1+ kernel headers. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* alsa-utils: bump to 1.0.24.2Chih-Min Chao2011-03-142-1/+34
| | | | | | [Peter: fix exp10 breakage on uClibc] Signed-off-by: Chih-Min Chao <cmchao@gmail.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* alsa-lib : bump to 1.0.24.1Chih-Min Chao2011-03-141-1/+1
| | | | | Signed-off-by: Chih-Min Chao <cmchao@gmail.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* fakeroot: use --program-prefix rather than manually renaming binariesPeter Korsgaard2011-03-131-9/+1
| | | | Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* alsamixergui: fix download URLHector Oron2011-03-131-3/+1
| | | | | | | | | | | Closes #3457 The Debian package snapshot service moved to an official debian.org address last year (http://www.debian.org/News/2010/20100412) with a slightly different URL structure, so adjust the download URL to match. Signed-off-by: Hector Oron <hector.oron@gmail.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* fakeroot: fix download URLHector Oron2011-03-131-1/+1
| | | | | | | | | | | Closes #3451 The Debian package snapshot service moved to an official debian.org address last year (http://www.debian.org/News/2010/20100412) with a slightly different URL structure, so adjust the download URL to match. Signed-off-by: Hector Oron <hector.oron@gmail.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* busybox: bump 1.18.x stable versionPeter Korsgaard2011-03-136-146/+1
| | | | Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* makedevs: don't call /bin/sync after creating nodesPeter Korsgaard2011-03-121-3/+0
| | | | | | | | | | Closes #3475 There's no real reason to sync after creating the device nodes, and it slows down the file system image creating quite a lot on busy systems, so get rid of it. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* makedevs: convert to GENTARGETS formatPeter Korsgaard2011-03-121-24/+22
| | | | | | | And at the same time fix target build (used host compiler, didn't add to TARGETS). Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* Makefile.package.in: make <pkg>_SOURCE optionalPeter Korsgaard2011-03-121-3/+3
| | | | | | | | | For packages where the sources are included in buildroot (E.G. makedevs). We unfortunately already use no <pkg>_SOURCE to mean <pkg>_<version>.tar.gz, in several packages (and for git/svn/bzr support), so you need to define <pkg>_SOURCE to the empty string to use it. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* busybox: 1.18.3 cksum fixPeter Korsgaard2011-03-121-0/+10
| | | | Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* samba: rename CVE-2011-0719 patch so other patches gets applied as wellPeter Korsgaard2011-03-111-0/+0
| | | | | | | Otherwise the build breaks during configure with the AC_TRY_RUN test for getgrouplist. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* busybox 1.18.3: add patches for klogd and menuconfigGustavo Zacarias2011-03-102-0/+56
| | | | | Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* xz: bump to version 5.0.1Gustavo Zacarias2011-03-101-1/+1
| | | | | Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* xorg-server: point localstatedir to /varGustavo Zacarias2011-03-101-1/+1
| | | | | | | We don't want logs to end up in /usr/var/log Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* pkg-config: only prepend sysroot to includedir / libdirPeter Korsgaard2011-03-101-8/+10
| | | | | | | | | | | | | | | | | | Only append sysroot to includedir / libdir, and not to other variables, when a variable is requested (--variable=<name>), similar to how it is done for the -I / -L flags in cflags/ldflags. The problem is that pkg-config doesn't have any explicit cross compilation support, so there's some confusion about what are host paths and what are target ones. Includedir / libdir are paths for the (cross) compiler, so those should normally have sysroot prepended, but other variables might refer to target paths instead. This fixes the installation of the xfonts-* packages, which uses pkg-config --variable=fontrootdir fontutil to figure out the target installation location for fonts. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* Merge branch 'for-2011.05/remove-config-scripts' of ↵Peter Korsgaard2011-03-096-0/+51
|\ | | | | | | git://git.busybox.net/~tpetazzoni/git/buildroot
| * libxslt: remove xslt-config script from TARGET_DIRThomas Petazzoni2011-03-071-0/+8
| | | | | | | | Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
| * libxml2: remove xml2-config script from TARGET_DIRThomas Petazzoni2011-03-071-0/+8
| | | | | | | | Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
| * libpng: remove libpng*-config scripts from TARGET_DIRThomas Petazzoni2011-03-071-0/+9
| | | | | | | | Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
| * libdnet: remove dnet-config script from TARGET_DIRThomas Petazzoni2011-03-071-0/+8
| | | | | | | | Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
| * neon: remove neon-config script from TARGET_DIRThomas Petazzoni2011-03-071-0/+8
| | | | | | | | Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
| * imagemagick: remove *-config scripts from TARGET_DIRThomas Petazzoni2011-03-071-0/+10
| | | | | | | | Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* | avahi: bump versionPeter Korsgaard2011-03-091-1/+1
| | | | | | | | | | | | Mainly bugfixes. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* | gnuconfig: Update README.buildroot.Will Newton2011-03-071-2/+6
| | | | | | | | | | | | | | | | GNU config is now managed in git so we cannot use the old method of doing a cvs up to get the latest changes. Signed-off-by: Will Newton <will.newton@imgtec.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* | gnuconfig: Apply patches to config.{sub,guess}.Will Newton2011-03-072-26/+60
| | | | | | | | | | Signed-off-by: Will Newton <will.newton@imgtec.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* | gnuconfig: Update patches to apply to 2011-02-02 version.Will Newton2011-03-072-95/+61
| | | | | | | | | | Signed-off-by: Will Newton <will.newton@imgtec.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* | gnuconfig: Update config.{sub,guess} to 2011-02-02 version.Will Newton2011-03-072-342/+407
| | | | | | | | | | Signed-off-by: Will Newton <will.newton@imgtec.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* | gnuconfig: Remove sh patch.Will Newton2011-03-071-39/+0
| | | | | | | | | | | | | | A similar patch appears to have been applied upstream. Signed-off-by: Will Newton <will.newton@imgtec.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* | gnuconfig: Remove gnuconfig patch as it has been merged upstream.Will Newton2011-03-071-44/+0
| | | | | | | | | | Signed-off-by: Will Newton <will.newton@imgtec.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* | gnuconfig: Remove GNU Hurd patch as it is no longer supported.Will Newton2011-03-071-20/+0
| | | | | | | | | | Signed-off-by: Will Newton <will.newton@imgtec.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* | gnuconfig: Remove old checkout of GNU config.Will Newton2011-03-0715-2290/+0
|/ | | | | Signed-off-by: Will Newton <will.newton@imgtec.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* gst-ffmpeg: bump to version 0.10.11Gustavo Zacarias2011-03-062-5/+6
| | | | | Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* ffmpeg: bump to version 0.6.1Gustavo Zacarias2011-03-064-25/+40
| | | | | Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* file: bump to version 5.05Gustavo Zacarias2011-03-062-32/+1
| | | | | Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* mpg123: bump to version 1.13.2Gustavo Zacarias2011-03-061-1/+1
| | | | | Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* dropbear: bump to version 0.53.1Gustavo Zacarias2011-03-052-1/+26
| | | | | | | | | | Changelog @ http://matt.ucc.asn.au/dropbear/CHANGES Since some build-time defaults have changed that make dropbear somewhat bigger we introduce a new option to optimize dropbear for size. Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* samba: add security fix for CVE-2011-0719Gustavo Zacarias2011-03-051-0/+613
| | | | | Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* qt: add option for system sqliteGustavo Zacarias2011-03-052-10/+27
| | | | | | | | Add an option to use the system sqlite library. Also drop sqlite2 stub since it's pointless. Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* xz: fix build without wchar supportPeter Korsgaard2011-03-051-0/+1
| | | | | | | | xz itself works without wchar support, but the C99 test in configure fails when it isn't available. Fix it by providing a cached value for the test. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* squashfs: re-add legacy lzma supportGustavo Zacarias2011-03-052-2/+16
| | | | | | | | | Readd legacy LZMA support since older patched kernels might be using it. Introduce an XZ target filesystem option for the new format. [Peter: add a seperate xz target for squashfs-target as well] Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* squashfs: bump versionPeter Korsgaard2011-03-033-104/+28
| | | | | | | The EXTRA_CFLAGS patch is now upstream, but we need a fix for !gzip builds instead. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* xerces: add optional libcurl supportPeter Korsgaard2011-03-021-1/+7
| | | | Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* xerces: bump version, convert to autotargetsPeter Korsgaard2011-03-022-112/+14
| | | | Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* qt: bump versionPeter Korsgaard2011-03-013-1/+1
| | | | Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* avahi: bump version, remove dbus workaroundPeter Korsgaard2011-03-011-12/+1
| | | | | | This is now fixed upstream. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* qt: qt3 compatibility needs gui supportPeter Korsgaard2011-02-281-0/+1
| | | | | | Closes #2911 Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* xerces: disable parallel buildsPeter Korsgaard2011-02-281-1/+1
| | | | | | | The build system has a race condition causing build failure with high BR2_JLEVEL values, so ensure make -j1 is used. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* ffmpeg: disable mmx for low end x86-type processorsGustavo Zacarias2011-02-281-0/+5
| | | | | | | | | ffmpeg enables mmx by default for x86-class processors, so disable it for processors that lack it (i386, i486, i586, i686, pentium pro, geode). Solves bug #3325 Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>