summaryrefslogtreecommitdiff
path: root/package
AgeCommit message (Collapse)Author
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>
2009-07-17xorg: simplify dependencies on X.orgThomas Petazzoni
Many packages used to depend on BR2_PACKAGE_XORG||BR2_PACKAGE_XORG7, but this is useless since BR2_PACKAGE_XORG is a non-existing configuration option. So, these depencies gets simplified to BR2_PACKAGE_XORG7 only. Some others were depending on BR2_PACKAGE_TINYX (which doesn't) exist or BR2_PACKAGE_XSERVER_xorg || BR2_PACKAGE_XSERVER_tiny || BR2_PACKAGE_XSERVER_x11r7. Replace all that mess by a simple dependency on BR2_PACKAGE_XORG7. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
2009-07-17xorg: remove useless configuration commentThomas Petazzoni
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
2009-07-17xorg: reindent configuration option detailsThomas Petazzoni
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
2009-07-17xorg: reorganize the selection of the X.org server typeThomas Petazzoni
The selection of the X.org server type was really strange. The user had to select between none, tinyx and modular. Now, the menuconfig interface display a single item for X.org, that can be selected/unselected. This entry contains a submenu, that allows to select the type of the X.org server (tinyX or modular) and that allows (as before) to enable/disable X.org libraries, drivers, etc. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
2009-07-17directfb: bump versionThomas Petazzoni
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>
2009-07-16libvorbis: fix tremor install into staging_dirPeter Korsgaard
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>
2009-07-16qtopia4: add option for STL supportPeter Korsgaard
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2009-07-13ruby: needs WCHAR support in toolchainPeter Korsgaard
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2009-07-12Change ruby version to 1.9.1-p129laurent laffont
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>
2009-07-12busybox: additional 1.14.2 patchesPeter Korsgaard
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2009-07-12libvorbis: bump versionPeter Korsgaard
bugfix release - Fixes playback of very short files. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2009-07-08qtopia4: fix typoPeter Korsgaard
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2009-07-08qtopia4/directfb: remove default nPeter Korsgaard
N is default, so no need to explicitly state it. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2009-07-07liblockfile: bump versionPeter Korsgaard
Closes #83. Fixes build with newer glibc versions. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2009-07-05busybox: ls fix for v1.14.2Peter Korsgaard
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2009-07-05enchant: New package for enchant spell-checking library.Will Newton
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>
2009-07-03Merge branch 'qtopia-fixes' of git://git.busybox.net/~tpetazzoni/git/buildrootPeter Korsgaard
2009-07-03New build fix for Qtopia4Thomas Petazzoni
The new patch fixes the build failure when BR2_PACKAGE_QTOPIA4_QTZLIB=y.
2009-07-03Bump Qtopia version to 4.5.2Thomas Petazzoni
2009-07-03Fix Qtopia build with external toolchainThomas Petazzoni
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.
2009-07-02openvpn: prefix variables with OPENVPN_Peter Korsgaard
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>