summaryrefslogtreecommitdiffstats
path: root/package
Commit message (Collapse)AuthorAgeFilesLines
* 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>
* avahi: fix avahi access through dbusPeter Korsgaard2011-02-281-0/+11
| | | | | | | | | | | Ensure that the avahi dbus service gets installed if dbus support is enabled, otherwise avahi access through dbus fails (as clients try to start the daemon and dbus doesn't know how to do this). Fixed upstream in 0.6.28 (http://avahi.org/ticket/319) but this workaround is simpler/safer for now. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* synergy: fix build with modern toolchainsPeter Korsgaard2011-02-282-21/+167
| | | | | | A number of includes were missing for exit/getenv/memcpy/strlen/... Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* xerces: needs wchar support in toolchainPeter Korsgaard2011-02-271-3/+3
| | | | Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* webif: mark as deprecatedPeter Korsgaard2011-02-271-0/+1
| | | | | | | It's long dead upstream and hasn't seen any updates since it got added back in 2008. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* devmem2: mark as deprecatedPeter Korsgaard2011-02-271-0/+1
| | | | | | | Busybox has had a devmem applet for a number of years now, so deprecate the old standalone program. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* qt: add option to hide mouse cursorDaniel Nyström2011-02-252-0/+10
| | | | | | | | Allow the user to build Qt with the QT_NO_QWS_CURSOR macro set. Signed-off-by: Daniel Nyström <daniel.nystrom@timeterminal.se> Acked-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* squashfs: use kconfig to ensure atleast one compressor is selectedPeter Korsgaard2011-02-252-5/+1
| | | | | | | | Similar to how we do it for mpd now. This way, the selection is clearly visible to the user, instead of the hidden selection we used to do in the makefile. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* mpd: forcibly disable oggflac without flacGustavo Zacarias2011-02-251-1/+1
| | | | | | | | | | If flac and libogg were both built but flac isn't selected in mpd it will be picked up anyway. Forcibly disable oggflac support if flac support is disabled for consistency. Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* mpd: move ffmpeg option upGustavo Zacarias2011-02-251-11/+11
| | | | | | | Move the ffmpeg option up to keep the pretty sort order. Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* mpd: default to tremor input pluginGustavo Zacarias2011-02-251-0/+1
| | | | | | | | MPD requires at least one input plugin to build. If there's none selected default to tremor (vorbis). Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* alsamixergui: fix alsa dependenciesPeter Korsgaard2011-02-251-0/+2
| | | | | | Alsamixergui needs pcm and mixer support in alsa-lib. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* mpd: fix alsa dependenciesPeter Korsgaard2011-02-251-0/+2
| | | | | | Alsa output support needs pcm and mixer support in alsa-lib. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* slang: fix mips build failureGustavo Zacarias2011-02-251-1/+3
| | | | | | | | | | | Closes #3295 Fix MIPS build failure as reported by Thomas Petazzoni. We're forcing CFLAGS and busting -fPIC in the process. Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* nuttcp: fix build on systems without legacy susv3 functionsPeter Korsgaard2011-02-251-0/+264
| | | | Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* sylpheed: bump version, fix buildPeter Korsgaard2011-02-252-30/+13
| | | | | | | | | | | The old sylpheed version no longer built with our libgtk2 version, so move to the latest stable release. At the same time add optional openssl support. The sylpheed build system adds -I$includedir to the CFLAGS, so ensure it points at our staging rather than the host headers. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* icu: tweak icu-config exec_prefix outputGustavo Zacarias2011-02-241-1/+3
| | | | | | | | | | | Closes #3259 We need to tweak icu-config's exec_prefix too, otherwise if the host system lacks icu the build fails when looking for the libraries in /usr/lib rather than the staging directory. Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* synergy: fix buildPeter Korsgaard2011-02-243-3/+26
| | | | | | | | | Closes #3307 Synergy needs libXtst, a toolchain with wchar support and was missing an include for exit(). Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* quagga: fix build with snmp supportGustavo Zacarias2011-02-241-0/+4
| | | | | | | | | | | | Closes #3277 Quagga's snmp support tries to link with libcrypto from openssl by default. That's a bad no no since snmp might have ssl support disabled and openssl won't be around. Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* makedevs: fix cases where (start != 0)Thomas De Schampheleire2011-02-231-5/+13
| | | | | | | | | | | The makedevs script did not always generate the requested set of device names / minor number series. * If start != 0, then requesting (count) devices would generate only (count - start) * If start != 0 && increment != 1, then requesting minors starting with (minor) would generate minors starting with (minor + (start * (increment - 1))) This patch fixes the code and updates the usage text with extra examples. Signed-off-by: Thomas De Schampheleire <thomas.de.schampheleire@gmail.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* openssl: fix libdir issueGustavo Zacarias2011-02-231-0/+1
| | | | | | | | | | | | | Closes #3205 OpenSSL's build system tries to be too wise for it's own good when guessing what libdir should be. This causes problems like the one reported in bug #3205 so just specify libdir to point to /lib (since it's prefixed it would finally be /usr/lib) since it should be present on 32 and 64 bit targets. Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* metacity: fix build, bump versionPeter Korsgaard2011-02-233-50/+33
| | | | | | | | | Metacity no longer built after libgtk2 was updated, so fix it by bumping the version. We unfortunately cannot move to the latest version, as these have extra dependencies we don't have in BR yet (libcanberra-gtk + gnome-doc-utils). Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* package/multimedia: mark festival packages as brokenPeter Korsgaard2011-02-231-0/+1
| | | | | | | | | | | After spending a couple of hours on it today, I'm still unable to get speech-tools to build and install properly with a uClibc toolchain. So I'm giving up. Mark the entire thing broken as the text-to-speech stuff is unlikely to be used very much on the kind of small systems we're targetting. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* nfs-utils: needs largefile supportPeter Korsgaard2011-02-201-2/+3
| | | | | | | | Even though ./configure has a --disable-largefile, functions like statfs64 is used in several places, breaking the build on toolchains without largefile support. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* nfs-utils: bump version, convert to autotargetsPeter Korsgaard2011-02-205-2773/+329
| | | | | | Fixes build when host doesn't have rpcgen. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* bind: disable parallel buildPeter Korsgaard2011-02-201-0/+1
| | | | | | | | | | | The build system of bind seems to have issues with (highly) parallel builds, breaking the build with errors like: libtool: link: `nothreads/condition.lo' is not a valid libtool object So disable parallel builds. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* libmicrohttpd: bump versionPeter Korsgaard2011-02-191-3/+3
| | | | | | | | | | | The old 0.4.2 version doesn't seem to be available on the GNU mirrors anymore, so change to the slightly-less-ancient 0.4.6 version. We're not moving to the new 0.9.x series yet, as that one needs an external libgnutls for https support, which we don't have a BR package for yet. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* libmicrohttpd: make https support optionalPeter Korsgaard2011-02-192-2/+14
| | | | | | | | Libmicrohttpd works nicely without https support, so make it optional. Also ensure the cross-libgcrypt-config is found, rather than whatever is installed on the host. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* squashfs: fix zlib dependencyPeter Korsgaard2011-02-191-1/+1
| | | | | | The 'gzip' compression supports just needs zlib, and not the gzip package. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* mpd: add option for ffmpeg supportPeter Korsgaard2011-02-192-0/+18
| | | | | | For all the special file formats supported by ffmpeg. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* olsr: fix buildPeter Korsgaard2011-02-181-1/+1
| | | | | | | | | | | Pass TARGET_CONFIGURE_OPTS in the environment rather than as make arguments, so the olsr build system can append to CFLAGS / LDFLAGS - Otherwise build fails when the wrong linker flags are used to create the plugin .so's. Also pass ARCH, so the olsr build system choses the right libdir / PIC settings for the target, rather than for the host. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* taglib: fix buildPeter Korsgaard2011-02-181-0/+4084
| | | | | | | | The old libtool version gets confused about rpath, which breaks the build. FIx it by up upgrading to 1.5.22 (package is not compatible with libtool 2.x, so we cannot just autoreconf). Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* package/multimedia: remove vlcPeter Korsgaard2011-02-173-24/+0
| | | | | | | It has been marked as broken for close to 1 year (aa3439e6a3f), without any effort to fix it, so remove it from the tree. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* package/games: remove ace_of_penguinsPeter Korsgaard2011-02-174-10524/+0
| | | | | | | It has been marked as broken for close to 1 year (7452b4edfa1c), without any effort to fix it, so remove it from the tree. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* package: apply libtool patch where possiblePeter Korsgaard2011-02-1743-43/+0
| | | | | | | | | | Now that we have libtool-2.2.x patch support, we can get rid of a bunch of _LIBTOOL_PATH = NO, fixing (potential) cross link issues. Notice: php not changed, as it uses a very old 1.5 version for the embedded sqlite, where our buildroot-libtool-v1.5.patch doesn't apply. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* package/x11r7: apply libtool patch where possiblePeter Korsgaard2011-02-1735-35/+0
| | | | | | | Now that we have libtool-2.2.x patch support, we can get rid of a bunch of _LIBTOOL_PATH = NO, fixing (potential) cross link issues. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* package/multimedia: apply libtool patch where possiblePeter Korsgaard2011-02-178-8/+0
| | | | | | | | | | Now that we have libtool-2.2.x patch support, we can get rid of a bunch of _LIBTOOL_PATH = NO, fixing (potential) cross link issues. Notice: libmad/libid3tag/madplay/taglib not changed, as they use a very old 1.5 version, where our buildroot-libtool-v1.5.patch doesn't apply. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* openssh: security bump to version 5.8p1Gustavo Zacarias2011-02-142-1/+9
| | | | | | | | http://www.openssh.com/txt/legacy-cert.adv CVE-2011-0539 Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* package: add xmlstarlet packageNate Ford2011-02-113-0/+31
| | | | | | [Peter: don't link statically, only depend on iconv if !BR_ENABLE_LOCALE] Signed-off-by: Nate Ford <nford@westpond.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* libcue: fix build on uClibc with locale support enabledPeter Korsgaard2011-02-111-0/+50
| | | | | | Caused by a name clash between cue_scanner.c and stdio.h. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* imagemagick: bump versionPeter Korsgaard2011-02-111-1/+1
| | | | | | The 6.6.7-4 version is no longer available upstream. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>