summaryrefslogtreecommitdiffstats
path: root/package
Commit message (Collapse)AuthorAgeFilesLines
* qt: rename qtopia4 to qtThomas Petazzoni2009-07-2510-716/+716
| | | | | | | | | A while ago, Trolltech (now part of Nokia) included Qtopia directly inside Qt. So let's rename the qtopia4 package to simply qt, which will be more familiar to our users. Of course, the version we compile is Qt for Embedded Linux. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* gst-plugins-base: don't search host headers if freetype isn't availablePeter Korsgaard2009-07-221-0/+5
| | | | | | | | freetype is only used by examples, but if it is not found and the host has a freetype-config script, then the host include dirs are added to the search path causing trouble. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* gst-plugins-good: disable aalibSven Neumann2009-07-221-2/+3
| | | | | | | | Explictly disable the build of the aasink plug-in. Without this fix the plug-in would be built if the aalib headers are found on the host. Signed-off-by: Sven Neumann <s.neumann@raumfeld.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* haserl: move 0.9.25 fix to subdir, so it isn't picked up by 0.8.0 buildPeter Korsgaard2009-07-221-0/+0
| | | | Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* Bump SaWMan to 1.4.1Lionel Landwerlin2009-07-221-1/+1
| | | | | | | | | Bump SaWMan to 1.4.1 The current version of sawman (1.2.0-rc1) won't compile with directFB >= 1.4 Signed-off-by: Lionel Landwerlin <lionel.landwerlin@openwide.fr> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* libpng: bump versionPeter Korsgaard2009-07-222-18/+1
| | | | | | Fixes an unitialized-memory-read bug. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* libglib2: update to upstream release 2.20.4Sven Neumann2009-07-221-1/+1
| | | | | Signed-off-by: Sven Neumann <s.neumann@raumfeld.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* Merge branch 'master' of ssh://uclibc.org/var/lib/git/buildrootPeter Korsgaard2009-07-221-3/+5
|\
| * Fix memstat's installBernhard Reutner-Fischer2009-07-211-3/+5
| | | | | | | | Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com>
* | tremor: provide libvorbis* alias for targetsPeter Korsgaard2009-07-211-4/+4
| | | | | | | | | | | | | | several packages depend on libvorbis, so also provide libvorbis targets when tremor is selected. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* | mtd: get rid of ancient deprecated versionsPeter Korsgaard2009-07-218-481/+0
|/ | | | Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* haserl: 0.9.25 array vars fixPeter Korsgaard2009-07-201-0/+19
| | | | Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* wpa_supplicant: add optional dbus supportSven Neumann2009-07-201-0/+17
| | | | | Signed-off-by: Sven Neumann <s.neumann@raumfeld.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* busybox: 1.14.2 test fixPeter Korsgaard2009-07-201-0/+64
| | | | Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* sdl_gfx: new packageEvan Zelkowitz2009-07-183-0/+37
| | | | | | | | | Closes #369. [Peter: Minor tweaks] Signed-off-by: Evan Zelkowitz <evan.zelkowitz@gmail.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* Merge branch 'ext-toolchain-target-path' of ↵Peter Korsgaard2009-07-181-1/+1
|\ | | | | | | git://git.busybox.net/~tpetazzoni/git/buildroot
| * external toolchain: add $(HOST_DIR)/bin to TARGET_PATHThomas Petazzoni2009-07-171-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Since the move of many host binaries to $(HOST_DIR), the TARGET_PATH for internal toolchain had been changed to include $(HOST_DIR)/bin and $(HOST_DIR)/usr/bin, but this change was not reflected to the TARGET_PATH used in external toolchain configuration. This patches fixes this. We also remove $(STAGING_DIR)/bin and $(STAGING_DIR)/usr/bin from the TARGET_PATH in external toolchain configuration, since the STAGING_DIR is not supposed to contain host binaries. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* | xutil_makedepend: install to target, not stagingPeter Korsgaard2009-07-181-2/+2
| | | | | | | | | | | | | | makedepend is a program, not a library - So makedepend for the target should get installed to target_dir and not to staging_dir. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* | mesa3d: compile makedepend (and in turn xproto) for the hostPeter Korsgaard2009-07-183-1/+87
| | | | | | | | | | | | The mesa3d build needs makedepend on the host, so compile one in $HOST_DIR. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* | expat: fix typoPeter Korsgaard2009-07-181-1/+1
| | | | | | | | Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* | Merge branch 'directfb-bump' of git://git.busybox.net/~tpetazzoni/git/buildrootPeter Korsgaard2009-07-171-1/+1
|\ \
| * | directfb: bump versionThomas Petazzoni2009-07-171-1/+1
| |/ | | | | | | | | | | | | | | Bump the version of Direct FB to 1.4.1. Fixes bug #467. Thanks to Lionel Landwerlin <lionel.landwerlin@openwide.fr> for the notification. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* | libvorbis: fix tremor install into staging_dirPeter Korsgaard2009-07-161-5/+9
| | | | | | | | | | | | | | | | | | Closes #387. When tremor is selected, the normal libvorbis shouldn't get built and tremer should get installed into staging_dir as well. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* | qtopia4: add option for STL supportPeter Korsgaard2009-07-162-1/+12
|/ | | | Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* ruby: needs WCHAR support in toolchainPeter Korsgaard2009-07-131-0/+4
| | | | Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* Change ruby version to 1.9.1-p129laurent laffont2009-07-122-5/+7
| | | | | | | | | | | Ruby 1.9.1 handle cross compilation better, espescially extensions (I'm working on ARM at91sam9263-ek). This patch also disable ruby doc generation and ipv6. [Peter: fixed ipv6 handling] Signed-off-by: laurent laffont <laurent.laffont@gmail.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* busybox: additional 1.14.2 patchesPeter Korsgaard2009-07-122-0/+146
| | | | Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* libvorbis: bump versionPeter Korsgaard2009-07-121-1/+1
| | | | | | bugfix release - Fixes playback of very short files. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* qtopia4: fix typoPeter Korsgaard2009-07-081-1/+1
| | | | Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* qtopia4/directfb: remove default nPeter Korsgaard2009-07-082-2/+0
| | | | | | N is default, so no need to explicitly state it. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* liblockfile: bump versionPeter Korsgaard2009-07-071-2/+2
| | | | | | | | Closes #83. Fixes build with newer glibc versions. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* busybox: ls fix for v1.14.2Peter Korsgaard2009-07-051-0/+152
| | | | Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* enchant: New package for enchant spell-checking library.Will Newton2009-07-053-0/+22
| | | | | | | | Enchant is a spell checking library that provides a consistent API across a number of spell-checking system backends. Signed-off-by: Will Newton <will.newton@gmail.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* Merge branch 'qtopia-fixes' of git://git.busybox.net/~tpetazzoni/git/buildrootPeter Korsgaard2009-07-032-1/+23
|\
| * New build fix for Qtopia4Thomas Petazzoni2009-07-031-0/+20
| | | | | | | | | | The new patch fixes the build failure when BR2_PACKAGE_QTOPIA4_QTZLIB=y.
| * Bump Qtopia version to 4.5.2Thomas Petazzoni2009-07-031-1/+1
| |
| * Fix Qtopia build with external toolchainThomas Petazzoni2009-07-031-0/+2
| | | | | | | | | | | | | | | | | | | | The fixes made to qmake.conf for the cross-compiling tools were not sufficient in the case of an external toolchain, since the CFLAGS were not taken into account. And the --sysroot option contained in the CFLAGS are very important for external toolchains to work. Additionally, it makes sure that Qtopia is compiled with the proper CFLAGS, even if an external toolchain isn't used.
* | openvpn: prefix variables with OPENVPN_Peter Korsgaard2009-07-021-4/+4
| | | | | | | | Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* | openvpn: convert to Makefile.autotools.in formatGustavo Zacarias2009-07-021-76/+26
| | | | | | | | | | | | | | Closes #359, #413. Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* | Merge branch 'dropbear-fix' of git://git.busybox.net/~tpetazzoni/git/buildrootPeter Korsgaard2009-07-011-1/+1
|\ \
| * | Fix dropbear compilation with glibcThomas Petazzoni2009-07-011-1/+1
| |/ | | | | | | | | | | | | | | | | | | | | The patch introduced at c579e32dbe6d927bdcfffeede18123aa92abbdd5 was incorrect, since __USE_GNU is an internal C library defined, and should not be used by programs. _GNU_SOURCE should be used instead. This fixes a build failure on Dropbear when compiling against a glibc-based toolchain. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* | Merge branch 'matchbox-fix' of git://git.busybox.net/~tpetazzoni/git/buildrootPeter Korsgaard2009-07-014-3/+9
|\ \
| * | Fix Matchbox buildThomas Petazzoni2009-07-014-3/+9
| |/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Several issues were encountered when trying to build Matchbox. This patches fixes these issues : * Selecting BR2_PACKAGE_MATCHBOX should select BR2_PACKAGE_XORG7, otherwise the x11r7 mk files are not included, and matchbox.mk refers to non-existing dependencies (such as xlib_libXtst). * In matchbox.mk, wrong dependencies for Matchbox keyboard. When pango is available, use it through --enable-pango, otherwise, add the dependency to xlib_libXft * Enable AUTORECONF for libXfont and libXft, otherwise the libtool Buildroot patch has no effect, and these packages fail to build without the libtool hack. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* | package: add spawn-fcgi packageGustavo Zacarias2009-07-013-0/+23
| | | | | | | | | | | | | | | | | | | | | | Closes #417, New package spawn-fcgi, basically a FastCGI process spawner. This was previously included in lighttpd up to version 1.4.22 and is now a separate project. Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* | lighttpd: bump versionGustavo Zacarias2009-07-012-18/+13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Closes #419. lighttpd 1.4.23 is out, there are many bugfixes from 1.4.20 currently in buildroot: * Fix workaround for incorrect path info/scriptname if fastcgi prefix is ”/” (fixes #729) * Finally removed spawn-fcgi * Fix bug with FastCGI request id overflow under high load; just use always id 1 as we don’t use multiplexing. (thx jgray) * Workaround broken operating systems: check for trailing ’/’ in filenames (fixes #1989) Plus fixes from 1.4.22 and 1.4.21. Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* | sqlite: bump versionGustavo Zacarias2009-06-301-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Closed #333. * Refactor the internal representation of SQL expressions so that they use less memory on embedded platforms. * Reduce the amount of stack space used * Fix an 64-bit alignment bug on HP/UX and Sparc * The sqlite3_create_function() family of interfaces now return SQLITE_MISUSE instead of SQLITE_ERROR when passed invalid parameter combinations. * When new tables are created using CREATE TABLE ... AS SELECT ... the datatype of the columns is the simplified SQLite datatype (TEXT, INT, REAL, NUMERIC, or BLOB) instead of a copy of the original datatype from the source table. * Resolve race conditions when checking for a hot rollback journal. * The sqlite3_shutdown() interface frees all mutexes under windows. * Enhanced robustness against corrupt database files * Continuing improvements to the test suite and fixes to obscure bugs and inconsistencies that the test suite improvements are uncovering. Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* | qtopia4: fix build for !QTOPIA4_SHAREDPeter Korsgaard2009-06-291-1/+1
| | | | | | | | | | | | | | Only try to copy the shared objects from staging to target if QT is configured for shared objects. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* | lib{ogg,vorbis}: bump versionPeter Korsgaard2009-06-242-2/+2
| | | | | | | | Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* | busybox: bump 1.14.x versionPeter Korsgaard2009-06-247-996/+1
|/ | | | Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* directfb: bump versionSven Neumann2009-06-232-11/+24
| | | | | | | | | | | | | | | | Closes #379 update DirectFB to version 1.4.0 A new stable version of DirectFB has been released upstream, http://directfb.org/index.php?path=Main%2FNews&entry=2009-06-04-1.niels Attached patch updates the DirectFB package and introduces a BR2 configuration option for the RGB16 dithering feature that is new in DirectFB 1.4.0. Signed-off-by: Sven Neumann <s.neumann@raumfeld.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>