summaryrefslogtreecommitdiff
path: root/package
AgeCommit message (Collapse)Author
2009-07-27package: replace mkdosfs with dosfstoolsMike Crowe
Closes #451 Move from old unmaintained dosfstools-2.11 (packaged as mkdosfs) to now maintained dosfstools-3.0.3. Allow each binary to be installed independently. Signed-off-by: Mike Crowe <mac@mcrowe.com> Tested-by: Will Newton <will.newton@gmail.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2009-07-27Merge branch 'kconfig-update' of git://git.busybox.net/~tpetazzoni/git/buildrootPeter Korsgaard
2009-07-27mplayer: Update mplayer to version 1.0rc2.Will Newton
Closes #331. - Remove patches applied upstream - Add updated avr32 patch from Hans-Christian Egtvedt. Signed-off-by: Kelvin Cheung <keguang.zhang@gmail.com> Signed-off-by: Will Newton <will.newton@gmail.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2009-07-27xf86-video-intel: Fixed cross-compile patch to apply to version 2.4.2Maurice van der Pot
Signed-off-by: Maurice van der Pot <griffon26@kfk4ever.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2009-07-27xconfig: Save the configuration properly in qconfThomas Petazzoni
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
2009-07-27xconfig: Change titlebar to Buildroot ConfigurationThomas Petazzoni
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
2009-07-27config: Add support for xconfigAlper Yildirim
It involved: * Modifying the top-level Makefile to create the xconfig target, and the $(CONFIG)/qconf target to compile the qconf utility * Modifying the package/config/Makefile magic so that C++ files and binaries gets linked properly, re-using the package/config/Makefile.kconfig logic inherited from the kernel * Hacking a little bit package/config/Makefile.kconfig in a way similar to the modifications done for the mconf (menuconfig interface) Signed-off-by: Alper Yildirim <ayildirim@aselsan.com>
2009-07-27config: Update package/config to Kconfig 2.6.30Alper Yildirim
Update the package/config stuff with the code available in the Linux kernel 2.6.30. Signed-off-by: Alper Yildirim <ayildirim@aselsan.com>
2009-07-27Merge branch 'qt' of git://git.busybox.net/~tpetazzoni/git/buildrootPeter Korsgaard
2009-07-27qt: the GUI module requires the network module to work properlyThomas Petazzoni
Running a simple Qt GUI application on an embedded systems without QtNetwork installed doesn't work, the dynamic loader complains that QtNetwork is not present. While I'm not a Qt build system expert, it looks like this dependency really exists, since the src/gui/gui.pri file in Qt sources contains the following line: embedded: QT += network Which would mean that the GUI module needs the network module to operate properly. And a few files in src/gui/embedded/ also include some QtNetwork stuff. This isn't really surprising since the Qt QWS mechanism uses communication between processes through a Unix socket. Therefore, we add a dependency on the network module in the GUI module. We use a 'select' dependency here, since it's might not be really obvious to the user that the GUI module requires the network one. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
2009-07-27qt: fix build with external toolchainThomas Petazzoni
Set QMAKE_LFLAGS so that at link time --sysroot is passed to the linker, and Qt finds the external libraries. This fixes Qt build when zlib or other libraries are external, instead of using Qt's internal copy. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
2009-07-26bmon: new packageGustavo Zacarias
Closes #389. Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2009-07-26netstat-nat: new packageGustavo Zacarias
Closes #3597. Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2009-07-26libnl: new packageGustavo Zacarias
Closes #287. Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Tested-by: Will Newton <will.newton@gmail.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2009-07-25package/gnuconfig: xtensa patchPeter Korsgaard
New file missing from cd0b1ce3b Signed-off-by: Maxim Grigoriev <maxim2405@gmail.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2009-07-25Merge branch 'xorg' of git://git.busybox.net/~tpetazzoni/git/buildrootPeter Korsgaard
2009-07-25qt: put the Qt options into a submenuThomas Petazzoni
Put the Qt options into a submenu to make the configuration interface easier to use. The comment on the dependency on C++ has to be put before the menuconfig definition, otherwise kconfig gets confused and doesn't put the suboptions into a submenu. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
2009-07-25qt: rename qtopia4 to qtThomas Petazzoni
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>
2009-07-24xorg: remove the XSERVER variableThomas Petazzoni
The XSERVER variable used to be defined by package/Makefile.in because the X server package name was different depending on the type of X server that was choosen. Nowadays, the name of the package is always xserver_xorg-server, so there's no point in having this XSERVER intermediate variable. This patch makes all packages use xserver_xorg-server directly as a dependency, and removes the XSERVER variable from package/Makefile.in. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
2009-07-24xorg: remove references to non-existing configuration optionsThomas Petazzoni
The option BR2_PACKAGE_TINY, BR2_PACKAGE_XORG and BR2_PACKAGE_XGGI don't exist, so do not use them to find the value of the $(XSERVER) variable. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
2009-07-24xorg: use BR2_PACKAGE_XORG instead of BR2_PACKAGE_XSERVER_noneThomas Petazzoni
The BR2_PACKAGE_XSERVER_none option has gone, so use BR2_PACKAGE_XORG7 instead. It is more logical to test if BR2_PACKAGE_XORG7 is set to know if an X.org server is available, than testing if BR2_PACKAGE_XSERVER_none is set to know if an X.org server is *not* available. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
2009-07-24xorg: remove reference to non-existing BR2_PACKAGE_XSERVER_noneThomas Petazzoni
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
2009-07-24xorg server: remove dependenciesThomas Petazzoni
Currently, the X.org server selection always trigger the compilation and installation of libXt (the X toolkit) and libXaw (Athena Widget toolkits), which is are legacy toolkits not used by modern toolkits (Gtk, Qt, etc.). They are only used by old X11 applications that are typically not used on embedded systems. Not compiling them save compilation time, and more importantly, space on the target. We also remove the compilation on xlib_libxkbui, libxmu and libxpm, because they all depend on libXt. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
2009-07-24xorg server: beautify list of dependenciesThomas Petazzoni
Reorganize the list of depencies with a sane indentation level, and one dependency per line. Yes, the list is long, but is easier to read, and future patches modifying this list will be easier to review. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
2009-07-24matchbox: fix dependenciesThomas Petazzoni
A dependency on BR2_PACKAGE_XORG7 is enough, no need to depend on BR2_PACKAGE_XORG_XSERVER. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
2009-07-24dillo: use select for library dependenciesThomas Petazzoni
Use select independs of depends on for library dependencies. We keep the depends on for the X.org dependency so that dillo can only be selected once X.org is enabled (which, contrary to the library dependencies, is a pretty obvious dependency for the user). We then get rid of the configuration interface comment. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
2009-07-24midori: remove configuration comment on X.org dependencyThomas Petazzoni
The dependency of Midori on X.org should be pretty obvious to the user, and we don't want to unnecessarly clutter the configuration interface with comments. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
2009-07-24package/gnuconfig: xtensa supportMaxim Grigoriev
Part of #163. Signed-off-by: Maxim Grigoriev <maxim2405@gmail.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2009-07-24package/Makefile.in: xtensa host supportMaxim Grigoriev
Part of #163. Signed-off-by: Maxim Grigoriev <maxim2405@gmail.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2009-07-23libmms: new packageSven Neumann
LibMMS is a common library for parsing mms:// and mmsh:// type network streams. Signed-off-by: Sven Neumann <s.neumann@raumfeld.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2009-07-22gst-plugins-base: don't search host headers if freetype isn't availablePeter Korsgaard
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>
2009-07-22gst-plugins-good: disable aalibSven Neumann
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>
2009-07-22haserl: move 0.9.25 fix to subdir, so it isn't picked up by 0.8.0 buildPeter Korsgaard
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2009-07-22Bump SaWMan to 1.4.1Lionel Landwerlin
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>
2009-07-22libpng: bump versionPeter Korsgaard
Fixes an unitialized-memory-read bug. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2009-07-22libglib2: update to upstream release 2.20.4Sven Neumann
Signed-off-by: Sven Neumann <s.neumann@raumfeld.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2009-07-22Merge branch 'master' of ssh://uclibc.org/var/lib/git/buildrootPeter Korsgaard
2009-07-21tremor: provide libvorbis* alias for targetsPeter Korsgaard
several packages depend on libvorbis, so also provide libvorbis targets when tremor is selected. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2009-07-21Fix memstat's installBernhard Reutner-Fischer
Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com>
2009-07-21mtd: get rid of ancient deprecated versionsPeter Korsgaard
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2009-07-20haserl: 0.9.25 array vars fixPeter Korsgaard
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2009-07-20wpa_supplicant: add optional dbus supportSven Neumann
Signed-off-by: Sven Neumann <s.neumann@raumfeld.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2009-07-20busybox: 1.14.2 test fixPeter Korsgaard
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2009-07-18sdl_gfx: new packageEvan Zelkowitz
Closes #369. [Peter: Minor tweaks] Signed-off-by: Evan Zelkowitz <evan.zelkowitz@gmail.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2009-07-18Merge branch 'ext-toolchain-target-path' of ↵Peter Korsgaard
git://git.busybox.net/~tpetazzoni/git/buildroot
2009-07-18xutil_makedepend: install to target, not stagingPeter Korsgaard
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>
2009-07-18mesa3d: compile makedepend (and in turn xproto) for the hostPeter Korsgaard
The mesa3d build needs makedepend on the host, so compile one in $HOST_DIR. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2009-07-18expat: fix typoPeter Korsgaard
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2009-07-17Merge branch 'directfb-bump' of git://git.busybox.net/~tpetazzoni/git/buildrootPeter Korsgaard
2009-07-17external toolchain: add $(HOST_DIR)/bin to TARGET_PATHThomas Petazzoni
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>