summaryrefslogtreecommitdiff
path: root/package
AgeCommit message (Collapse)Author
2009-01-23package/: remove deprecated and broken raidtool2 packagePeter Korsgaard
2009-01-23Use default configure options to allow sawman build to complete with ccacheUlf Samuelsson
2009-01-23Disable webkit (with comment) if X is not availableUlf Samuelsson
2009-01-23Disable libsexy (with comment) if X is not availableUlf Samuelsson
2009-01-23gst-plugins-good: Fix style issues and use of --disable-png.Daniel Laird
Update ordering and configure options. Signed-off-by: Daniel Laird <daniel.j.laird@nxp.com>
2009-01-22Add workarounds for alsa-utilsUlf Samuelsson
2009-01-22Use /usr/lib for ncurses instead of /libUlf Samuelsson
2009-01-22Use /usr/lib for slang instead of /libUlf Samuelsson
2009-01-22package/multimedia/gst-plugins-good/Config.inDaniel Laird
package/multimedia/gst-plugins-good/gst-plugins-good.mk Always disable ESD Move JPEG/PNG Add BZIP2/ZLIB options as posted by Markus Add LIBXML2 dependency for annodex Signed-off-by: Daniel Laird <daniel.j.laird@nxp.com>
2009-01-22package/multimedia/gst-plugins-good/Config.inDaniel Laird
Use select instead of depends on as it makes clear what people need rather than hiding options based on choices they dont know they need to make. Signed-off-by: Daniel Laird <daniel.j.laird@nxp.com>
2009-01-22Make sure ln command does not break if link existUlf Samuelsson
2009-01-21libconfuse: fix build by removing -Werror flagPeter Korsgaard
2009-01-21openssl: fix build without largefile supportPeter Korsgaard
2009-01-21directfb: fix compilation error on ppc (linux/config.h is long gone)Peter Korsgaard
2009-01-21directfb: bump version and convert to Makefile.autotools.in formatPeter Korsgaard
Patch by Sven Neumann <s.neumann@phase-zero.de>
2009-01-21directfb: tarball moved to Old/Peter Korsgaard
2009-01-21package/multimedia/gst-plugins-good/gst-plugins-good.mkDaniel Laird
package/multimedia/gst-plugins-good/Config.in gst-plugins-good does not build unless some package dependencies are forced. This patch allows you to turn off some of the plugins with these dependencies and hides others that require some packages (like PNG/JPEG) Signed-off-by: Daniel Laird <daniel.j.laird@nxp.com>
2009-01-21Remove reference to query_modules in oprofile, does not exist in linux-2.6. ↵Ulf Samuelsson
oprofile now builds for ARM
2009-01-21add patch form cgicc'upstream, build now completes\!Ulf Samuelsson
2009-01-21include string.h when building cgicc, add libcgicc-unpacked, and clean up ↵Ulf Samuelsson
libcgicc.mk - still does not build OK
2009-01-21add kismet-unpacked target, fix lack of include for memset etc.Ulf Samuelsson
2009-01-20Fix circular dependencyUlf Samuelsson
2009-01-20Make libbz2.so point at libbz2.so.1.0.4 in /usr/lib (correct) instead of in /libUlf Samuelsson
2009-01-20Bump xerces-c to latest stable, ARM build now completesUlf Samuelsson
2009-01-20Bump lzma to latest stable, ARM build now completesUlf Samuelsson
2009-01-20Libraries for dbus-glib are in /usr/lib, depend on expatUlf Samuelsson
2009-01-20mtd/mtd-utils: mkfs.jffs2: fix device_table handlingPeter Korsgaard
2009-01-20busybox: 1.13.2 tar fixPeter Korsgaard
2009-01-20mtd/mtd-utils: sys/acl.h patch is needed for host-mkfs.jffs2 as wellPeter Korsgaard
The host stuff seems pretty broken though as we don't build a host version of liblzo.
2009-01-20mplayer: fix non-largefile buildPeter Korsgaard
2009-01-20mplayer: fix configure for powerpc-linuxPeter Korsgaard
2009-01-20mplayer: force cross-compile modePeter Korsgaard
2009-01-20libmad: unbreak build with gcc-4.3.xPeter Korsgaard
libmad used the long deprecated -fforce-mem gcc flag, which no longer is recognized in gcc-4.3.x. It has long been a noop, so simply remove it.
2009-01-20mplayer: add patch to fix compilation against alsa-lib 1.0.18Hans-Christian Egtvedt
This adds a patch to fix compilation against alsa-lib 1.0.18. It is basically a grab of the change from mplayer repository. It also refreshes the other patches so they apply clean. Signed-off-by: Hans-Christian Egtvedt <hans-christian.egtvedt@atmel.com>
2009-01-19busybox: 1.13.2 depmod fixPeter Korsgaard
2009-01-19toolchain: introduce HOSTCC_VERSION and fix gcc-4.3.x build with old host CCsPeter Korsgaard
gcc < 4.2.0 doesn't support -Wno-overlength-stings, but gcc-4.3.x configure fails to detect that, breaking the build. Work around it by detecting the host gcc version (and store in HOSTCC_VERSION) and set the proper configure variables for gcc < 4.2.0.
2009-01-18lsof, m4: use variables from BR instead of uclibcPeter Korsgaard
UCLIB_HAS_.* is not defined in Buildroot space, so the conditions always evaluate to the same result. Use appropriate Buildroot variables. Signed-off-by: Markus Heidelberg <markus.heidelberg@web.de>
2009-01-18Kconfig: remove 'default n' and 'default no' (see r22874)Peter Korsgaard
Signed-off-by: Markus Heidelberg <markus.heidelberg@web.de>
2009-01-18Cleanup libgtk2, and prepare for 2.15Ulf Samuelsson
2009-01-18Change use of rint, which is only supported for X86 in uClibc to generic ↵Ulf Samuelsson
rounding
2009-01-18The liboil Makefile will use "-mcpu=vfp" when building for ARM.Ulf Samuelsson
The VFP is only available for a few ARM CPUs at the moment, so this breaks the liboil build. A patch is available upstream which only enables "-mfpu=vfp" if "--enable-vfp" is given to "configure". Autotools needs to be run for liboil for this to take effect. A new configuration BR2_VFP_FLOAT is added to allow enabling vfp. If this is "yes", then "-mfpu=vfp" is added to CFLAGS.
2009-01-18Getting rid of a bit more configure options that's been centralized.Thomas Lundquist
2009-01-18Finish the gtk-doc stuff and start on the smae thing with LARGEFILE and NLS.Thomas Lundquist
2009-01-17Easier with one place for configure options for disabling gtk-docThomas Lundquist
2009-01-17Ensure glib-1.2 builds a static libraryUlf Samuelsson
2009-01-17Make alsa-lib depend on libpython, if new BR2_PACKAGE_ALSA_LIB_PYTHON is ↵Ulf Samuelsson
selected
2009-01-16Fix legacy strings for alsa-utils & remove man pagesUlf Samuelsson
2009-01-16libeXosip2 requires libosip2Ulf Samuelsson
2009-01-16Fix libglib2 build when LIBICONV is selected, clean up versioningUlf Samuelsson
2009-01-16package: remove tinyloginPeter Korsgaard
It's ancient and upstream is gone, people should just use the login stuff in busybox instead.