summaryrefslogtreecommitdiffstats
path: root/package
Commit message (Collapse)AuthorAgeFilesLines
* package: Added libdvdnav package (dependency of gst-plugins-bad)Lionel Landwerlin2009-12-123-0/+30
| | | | | Signed-off-by: Lionel Landwerlin <llandwerlin@gmail.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* Added libdvdread package (dependency of gst-plugins-bad)Lionel Landwerlin2009-12-113-0/+23
| | | | | | [Peter: use official upstream, add url to kconfig, fix AUTORARGETS path] Signed-off-by: Lionel Landwerlin <llandwerlin@gmail.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* Fix gst-plugins-bad dependency on openssl through the apexsink elementLionel Landwerlin2009-12-102-0/+11
| | | | | Signed-off-by: Lionel Landwerlin <llandwerlin@gmail.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* Fix gst-plugins-bad dependency on libcdaudioLionel Landwerlin2009-12-102-0/+11
| | | | | Signed-off-by: Lionel Landwerlin <llandwerlin@gmail.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* Added libcdaudio package (dependency of gst-plugins-bad)Lionel Landwerlin2009-12-103-0/+24
| | | | | | [Peter: add url to kconfig, fix AUTOTARGETS path] Signed-off-by: Lionel Landwerlin <llandwerlin@gmail.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* libpcap: fix wireless handlingPeter Korsgaard2009-12-092-1/+28
| | | | | | | | | | | | | | | | Based on ba23aa7b in libpcap upstream. linux/wireless.h includes linux/if.h, which conflicts with net/if.h as they both define if* structures. Fix build by simply using linux/if.h instead of net/if.h. The same fix should be done for the configure script, but cheat by presetting it instead. This fix in turn fixes kismet build with BR2_CONFIG_CACHE enabled, as that uses the same ac_cv_linux_wireless_h cache value. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* gst-plugins-bad: allow the build of ivorbisdec pluginSven Neumann2009-12-082-0/+11
| | | | | | | | Allow to select the ivorbisdec plugin using the tremor fixed-point Ogg Vorbis decoder. Signed-off-by: Sven Neumann <s.neumann@raumfeld.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* tremor: add patch to export all symbolsSven Neumann2009-12-081-0/+32
| | | | | | | | | | | Tremor comes with a Version_script file that limits the list of exported symbols. Without these symbols we can't build the ivorbisdec GStreamer plug-in (and probably other application). This commit adds a patch that removes this limitation and makes all global symbols available. Signed-off-by: Sven Neumann <s.neumann@raumfeld.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* libvorbis: split tremor into its own packageSven Neumann2009-12-085-80/+41
| | | | | | | | | This commit splits the Tremor fixed-point implementation out of the libvorbis package and creates a new package called 'tremor' for it. Signed-off-by: Sven Neumann <s.neumann@raumfeld.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* gst-plugins-bad: make more dependency-less plugins configurableSven Neumann2009-12-082-0/+36
| | | | | | | | | The latest update added a few new plugins that were missing from the buildroot configuration system. This commit makes these dependency-less plugins configurable. Signed-off-by: Sven Neumann <s.neumann@raumfeld.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* Add fuse-sshfs packageDaniel Mack2009-12-083-0/+35
| | | | | | [Peter: use select for library dependencies] Signed-off-by: Daniel Mack <daniel@caiaq.de> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* libfuse: bump version number to 2.8.1Daniel Mack2009-12-071-1/+1
| | | | | Signed-off-by: Daniel Mack <daniel@caiaq.de> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* Add new package hostapdGustavo Zacarias2009-12-063-0/+108
| | | | | | | Closes #739. Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* directfb: Fix ps2mouse driver availabilityLionel Landwerlin2009-12-061-1/+0
| | | | | | | | | | | Closes #553. The ps2mouse driver is miss named because it's not only a driver for ps2 mice, but also usb mice. So it's not only limited to PC architecture (x86 & x86-64). Signed-off-by: Lionel Landwerlin <lionel.landwerlin@openwide.fr> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* add tcpreplay toolChris Packham2009-12-064-0/+280
| | | | | | | | | | | | | | Closes #515. Tcpreplay is a tool for replaying network traffic from files saved with tcpdump or other tools which write pcap(3) files. The tcpreplay suite also ships with other tools (tcprewrite, tcpreplay-edit) for manipulating pcap files. [Peter: minor tweaks] Signed-off-by: Chris Packham <judge.packham@gmail.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* libpcap: always make install for the staging dirChris Packham2009-12-061-2/+2
| | | | | | | | | So that the headers get installed in the staging directory for other packages that need to use them. [Peter: tweaked whitespace changes] Signed-off-by: Chris Packham <judge.packham@gmail.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* mesa3d: Pass LDFLAGS to the build config fileClark Rawlins2009-12-061-0/+1
| | | | | | | | | | | | | | | Closes #559. Without the LDFLAGS in the build configuration file building mesa3d fails with an external toolchain on amd64 machines targeting i686. The error indicats that libX11 can't be found. This change passes the --sysroot parameter (along with any others specified by buildroot for LDFLAGS to the mklib script. Signed-off-by: Clark Rawlins <clark@bit63.org> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* Bump bind to 9.5.2-P1Gustavo Zacarias2009-12-062-17/+6
| | | | | | | | | | | | | | | Closes #773. Unspecified vulnerability in ISC BIND 9.4 before 9.4.3-P4, 9.5 before 9.5.2-P1, 9.6 before 9.6.1-P2, 9.7 beta before 9.7.0b3, and 9.0.x through 9.3.x with DNSSEC validation enabled and checking disabled (CD), allows remote attackers to conduct DNS cache poisoning attacks via additional sections in a response sent for resolution of a recursive client query, which is not properly handled when the response is processed "at the same time as requesting DNSSEC records (DO)." Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* package: get rid of redundant malloc related configure presetsPeter Korsgaard2009-12-0621-99/+6
| | | | | | | Those are already in TARGET_CONFIGURE_ARGS. Also get rid of unused BR2_AC_CV_FUNC_MALLOC_0_NONNULL variable. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* Bump usbutils package to 0.86Gustavo Zacarias2009-12-062-50/+27
| | | | | | | | Closes #749. [Peter: remove redundant ac_cv_func_malloc_0_nonnull setting] Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* Bump iw to version 0.9.18Gustavo Zacarias2009-12-061-1/+1
| | | | | | | Closes #767. Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* Bump pcre to 7.9Gustavo Zacarias2009-12-061-3/+5
| | | | | | | | Closes #763. [Peter: Only remove pcre-config from target if !BR2_HAVE_DEVFILES] Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* Bump lighttpd package to 1.4.25Gustavo Zacarias2009-12-062-236/+2
| | | | | | | Closes #753 Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* package/autoconf: autoconf for the target needs m4 for the hostPeter Korsgaard2009-12-041-1/+1
| | | | Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* busybox: 1.15.2 patchesPeter Korsgaard2009-12-047-25/+1424
| | | | Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* package/autoconf: hardcode m4 configPeter Korsgaard2009-12-011-1/+4
| | | | | | | | Hardcode m4 config instead of letting configure detect it automatically. This hopefully fixes the build issues some (Ubuntu) users seems to be having lately (E.G. #679). Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* package/coreutils: ensure configure isn't considered out-of-datePeter Korsgaard2009-12-012-0/+22
| | | | | | | | | | | | | | | | | | | We were patching m4/rename.m4 to workaround an upstream issue, but this triggers a auto* rebuild and a configure rerun when we build coreutils using whatever auto* versions the user has installed. Doing a manual autoreconf run after patching is unfortunately not an option as the coreutils configure.ac isn't compatible with the autotools version we have in BR. Instead, simply cheat by patching configure as well and setting the timestamp of m4/rename.m4 sufficiently far back to ensure make doesn't consider ./configure out of date. Long term we should convert coreutils to Makefile.autotools.in format, but this is good enought for 2009.11. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* package/microperl: fix buildPeter Korsgaard2009-11-301-0/+2
| | | | | | | There seems to be some confusion about makefile/Makefile, so just fixup both files for now to keep it safe. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* Create $(TARGET_DIR)/usr/lib when installingClark Rawlins2009-11-301-0/+1
| | | | | | | | | | In some configurations $(TARGET_DIR)/usr/lib isn't created before the target install target for libncurses is run. This change makes sure it is created before the install target copies files to it. Signed-off-by: Clark Rawlins <clark@bit63.org> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* package/alsamixergui: fix buildPeter Korsgaard2009-11-302-2/+5
| | | | | | And provide correct dependencies (alsa-lib). Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* package/fltk: needs libXtPeter Korsgaard2009-11-302-5/+4
| | | | | | | | | Closes #707 At the same time get rid of redundant (provided by Makefile.autotools.in) configure arguments. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* package/fltk: needs C++ support in toolchainPeter Korsgaard2009-11-291-0/+4
| | | | Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* package/ltrace: hide for archs ltrace doesn't supportPeter Korsgaard2009-11-291-4/+1
| | | | | Reported-By: Michael S. Zick" <minimod@morethan.org> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* busybox: 1.15.2 flash_eraseall fix for modern kernel headersPeter Korsgaard2009-11-281-0/+104
| | | | | | 86cfb70ca upstream. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* busybox: look at kernel headers for include files as wellPeter Korsgaard2009-11-281-3/+4
| | | | | | E.G. for flash_* applets. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* dbus: fix rebuild for boards where /var/lib isn't a symlinkPeter Korsgaard2009-11-251-2/+2
| | | | | | | | | | Based on patch by Sagaert Johan <sagaert.johan@skynet.be> Dbus rebuilds fails if /var/lib/dbus is a symlink (which it will be), and the existing workaround only worked if /var/lib is a symlink to /tmp, which isn't always the case. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* gvfs: drop legacy uclibc dependencyDaniel Mack2009-11-241-1/+1
| | | | | Signed-off-by: Daniel Mack <daniel@caiaq.de> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* Revert "gvfs: update to version 1.4.0"Peter Korsgaard2009-11-242-15/+13
| | | | | | | | | | This reverts commit f49ef854ca4b6ab3836ef39cb89027ce5b7bd94b. The new gvfs version needs libglib2 >= 2.21.2, but newer libglib2 versions need ipv6 support and possibly cause other problems, so simply revert the gvfs bump for now. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* package: remove disabled/broken irda-utils packagePeter Korsgaard2009-11-244-115/+0
| | | | | | | No updates since it got marked as broken back in January, so lets get rid of it. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* SDL_image: fix runtime libjpeg failureBaruch Siach2009-11-231-0/+3
| | | | | | | | | | | | | | | | | By default SDL_image loads libjpeg at runtime on-demand. The find_lib routine in the configure script of SDL_image searches the /usr/lib directory of the host machine to find the file name of the jpeg library. When the host on which Buildroot is being built contains newer version of libjpeg (e.g. libjpeg7), the configure script incorrectly uses its file name. The result is a runtime failure to load libjpeg. Fix this by disabling runtime load of libjpeg. [Peter: disable for png+tiff as well] Signed-off-by: Baruch Siach <baruch@tkos.co.il> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* sysklogd: needs largefile supportPeter Korsgaard2009-11-231-0/+4
| | | | | | | | | It tries to call lseek64(): ksym_mod.o: In function `InitMsyms': ksym_mod.c:(.text+0x438): undefined reference to `lseek64' Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* rpm: fix build with BR2_CONFIG_CACHE, fix CFLAGSPeter Korsgaard2009-11-231-2/+4
| | | | Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* xfsprogs: needs e2fsprogs and (in turn) largefile supportPeter Korsgaard2009-11-231-0/+5
| | | | Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* x11vnc: needs X11 supportPeter Korsgaard2009-11-232-0/+3
| | | | Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* udpcast: needs largefile supportPeter Korsgaard2009-11-231-14/+18
| | | | | | And fix Kconfig tab/spaces while we're at it. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* torsmo: needs X11 supportPeter Korsgaard2009-11-232-0/+3
| | | | Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* sfdisk: fix build with !BR2_LARGEFILEPeter Korsgaard2009-11-231-1/+1
| | | | Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* psmisc: bump version and fix buildPeter Korsgaard2009-11-232-3/+27
| | | | | | | | | | ./configure in psmisc 22.6 tested for a working C++ compiler and errored out if not found, even though psmisc doesn't need it - Fixed in 22.8. pstree.c uses __progname for pstree.x11 support, which isn't (per default) available in uclibc. This stuff isn't really critical, so just disable it. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* php: fix pdo sqlite compilation with !BR2_LARGEFILEPeter Korsgaard2009-11-231-0/+3
| | | | | | Similar fix as with the sqlite package. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* ng-spice-rework: needs X11 / libXaw supportPeter Korsgaard2009-11-232-0/+6
| | | | Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>