summaryrefslogtreecommitdiff
path: root/package
AgeCommit message (Collapse)Author
2011-02-24synergy: fix buildPeter Korsgaard
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>
2011-02-24quagga: fix build with snmp supportGustavo Zacarias
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>
2011-02-23makedevs: fix cases where (start != 0)Thomas De Schampheleire
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>
2011-02-23openssl: fix libdir issueGustavo Zacarias
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>
2011-02-23metacity: fix build, bump versionPeter Korsgaard
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>
2011-02-23package/multimedia: mark festival packages as brokenPeter Korsgaard
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>
2011-02-20nfs-utils: needs largefile supportPeter Korsgaard
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>
2011-02-20nfs-utils: bump version, convert to autotargetsPeter Korsgaard
Fixes build when host doesn't have rpcgen. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2011-02-20bind: disable parallel buildPeter Korsgaard
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>
2011-02-19libmicrohttpd: bump versionPeter Korsgaard
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>
2011-02-19libmicrohttpd: make https support optionalPeter Korsgaard
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>
2011-02-19squashfs: fix zlib dependencyPeter Korsgaard
The 'gzip' compression supports just needs zlib, and not the gzip package. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2011-02-19mpd: add option for ffmpeg supportPeter Korsgaard
For all the special file formats supported by ffmpeg. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2011-02-18olsr: fix buildPeter Korsgaard
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>
2011-02-18taglib: fix buildPeter Korsgaard
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>
2011-02-17package/multimedia: remove vlcPeter Korsgaard
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>
2011-02-17package/games: remove ace_of_penguinsPeter Korsgaard
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>
2011-02-17package: apply libtool patch where possiblePeter Korsgaard
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>
2011-02-17package/x11r7: apply libtool patch where possiblePeter Korsgaard
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>
2011-02-17package/multimedia: apply libtool patch where possiblePeter Korsgaard
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>
2011-02-14openssh: security bump to version 5.8p1Gustavo Zacarias
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>
2011-02-11package: add xmlstarlet packageNate Ford
[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>
2011-02-11libcue: fix build on uClibc with locale support enabledPeter Korsgaard
Caused by a name clash between cue_scanner.c and stdio.h. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2011-02-11imagemagick: bump versionPeter Korsgaard
The 6.6.7-4 version is no longer available upstream. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2011-02-10mysql_client : Add /usr/lib/mysql directory in ld.so.conf fileFabien Marteau
Add /usr/lib/mysql directory in ld.so.conf file Signed-off-by: Fabien Marteau <fabien.marteau@armadeus.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2011-02-10mpd: new featuresGustavo Zacarias
* Add libcue support (.cue file parsing) * Add lame support (mp3 encoding) * Fix slight typo in Config.in wrt LIBCUEFILE Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2011-02-10lame: new packageGustavo Zacarias
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2011-02-10libcue: new packageGustavo Zacarias
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2011-02-10mplayer: bump version to fix build errorBjørn Forsman
Bump mplayer to the first version that fixes this issue: file.c:23:5: warning: "HAVE_MMAP" is not defined file.c:25:7: warning: "HAVE_MAPVIEWOFFILE" is not defined file.c:77:5: warning: "HAVE_MMAP" is not defined file.c:87:7: warning: "HAVE_MAPVIEWOFFILE" is not defined file.c:124:5: warning: "HAVE_MMAP" is not defined file.c:126:7: warning: "HAVE_MAPVIEWOFFILE" is not defined file.c: In function 'av_file_map': file.c:50: error: 'HAVE_MMAP' undeclared (first use in this function) file.c:50: error: (Each undeclared identifier is reported only once file.c:50: error: for each function it appears in.) make[2]: *** [file.o] Error 1 Signed-off-by: Bjørn Forsman <bjorn.forsman@gmail.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2011-02-10busybox 1.18.3: add wget and build system patchesGustavo Zacarias
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2011-02-09qt: make QT_QMAKE variable point to HOST_DIR nowGustavo Zacarias
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2011-02-09links: bump to version 2.3pre1Gustavo Zacarias
* Switch to links 2.3pre1. * Enable graphics mode via directfb. TODO: Support X11 mode, maybe linuxfb (requires gpm). Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2011-02-09directfb: fixup directfb-config for correctnessGustavo Zacarias
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2011-02-09openssl: security bump to 1.0.0dGustavo Zacarias
CVE-2011-0014 http://www.openssl.org/news/secadv_20110208.txt OCSP stapling vulnerability in OpenSSL Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2011-02-09mpd: fix mpd.conf installation checkGustavo Zacarias
If target /etc/mpd.conf exists the evaluation will be fail thus breaking the build process. Fix it. Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2011-02-09mpd: fix libao supportGustavo Zacarias
libao output must be explicitly enabled, so fix it. Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2011-02-09squid: bump to version 3.1.11Gustavo Zacarias
Many small fixes, see http://www.squid-cache.org/Versions/v3/3.1/changesets/SQUID_3_1_11.html Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2011-02-09sqlite: bump to version 3.7.5Gustavo Zacarias
See http://www.sqlite.org/releaselog/3_7_5.html Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2011-02-09iw: bump to version 0.9.22Gustavo Zacarias
New antenna configuration and wds peer commands. New mesh functionality. Misc fixes. See http://www.spinics.net/lists/linux-wireless/msg64061.html Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2011-02-09busybox: bump to version 1.18.3Gustavo Zacarias
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2011-02-09e2fsprogs: bump to 1.41.14 and fixupGustavo Zacarias
Bump e2fsprogs to version 1.41.14 Also export libblkid properly for util-linux to use. [Peter: install pkg-config files] Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2011-02-08microperl compile fix with ccache enabledMartin Hicks
Just a simple quote problem with $(HOSTCC) Signed-off-by: Martin Hicks <mort@bork.org> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2011-02-08Add support for DirectFB EP9x driverThomas Petazzoni
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2011-02-08cmake: add patch to fix FindQt4 issueThomas Petazzoni
The FindQt4 module of CMake insists on having uic, even if the QtGui module isn't part of the requirements to build the program. This isn't correct, as Qt doesn't build/install the uic program when QtGui is disabled (uic is used to generate some UI code). This has been fixed upstream in http://cmake.org/gitweb?p=cmake.git;a=commit;h=43cb9b8276a70d153d56a69d5c61daaf2bc51b78. This commit will be part of the upcoming 2.8.4 CMake release, but in the mean time, let's include it in Buildroot. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2011-02-08cmake: bump to 2.8.3Thomas Petazzoni
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2011-02-07socat: convert to AUTOTARGETSPeter Korsgaard
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2011-02-07qt: move host programs and specs in HOST_DIRThomas Petazzoni
The Qt build system installs all host programs (uic, rcc, moc, qmake, etc.) in the same base directory as the headers and libraries, but that's not great for Buildroot. So we now move the host programs and the mkspecs files to the $(HOST_DIR), and create a qt.conf, which tells qmake where everything is located. Tested with Qmake and Cmake as build system for a simple Qt application. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2011-02-07Add gst-omapfb packageFelipe Contreras
Signed-off-by: Felipe Contreras <felipe.contreras@gmail.com> Acked-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2011-02-07Add dsp-tools packageFelipe Contreras
[Peter: add tidsp-binaries dependency, cleanup] Signed-off-by: Felipe Contreras <felipe.contreras@gmail.com> Acked-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2011-02-07Add gst-dsp packageFelipe Contreras
[Peter: add tidsp-binaries to _DEPENDENCIES] Signed-off-by: Felipe Contreras <felipe.contreras@gmail.com> Acked-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>