summaryrefslogtreecommitdiff
path: root/package
AgeCommit message (Collapse)Author
2009-02-26gst-plugins-good: remove dependencies for matroska pluginPeter Korsgaard
This was forgotten when adding config options for zlib and bzip2. The matroska plugin doesn't need these dependencies, they are optional. Signed-off-by: Markus Heidelberg <markus.heidelberg@web.de>
2009-02-26gst-plugins-good: add missing FLAC dependencyPeter Korsgaard
Signed-off-by: Markus Heidelberg <markus.heidelberg@web.de>
2009-02-25gstreamer: flac plugin supportPeter Korsgaard
Patch by Sven Neumann. Closes #99.
2009-02-25php: Config.ext is in a BR2_PACKAGE_PHP conditional, so get rid of dependsPeter Korsgaard
Hunks missing from r25406.
2009-02-24mesa3d: fix makedepend argumentsPeter Korsgaard
Make sure makedepends only searches the gcc/staging dir, and not the host include dirs.
2009-02-24mesa: use correct config file for archPeter Korsgaard
2009-02-24mesa3d: use MAKE1 instead of playing around with BR2_JLEVELPeter Korsgaard
2009-02-24xserver-xorg: select mesa3d in kconfigPeter Korsgaard
xserver-xorg depends on mesa3d, so select it in kconfig as well.
2009-02-24dbus: fix expat typoPeter Korsgaard
2009-02-24openswan: mark as BROKEN as it doesn't build with current kernel headersPeter Korsgaard
It WILL get removed after 2009.05 unless someone steps up to fix it.
2009-02-24Bump version to 0.9.8jHamish Moffatt
2009-02-23alsa-lib: convert to Makefile.autotools.in formatPeter Korsgaard
2009-02-23alsa-lib: don't use versioned symbolsPeter Korsgaard
As reported by Dirk Vermaak and Daniel Mack. Fixes runtime issues with alsa-lib, see http://mailman.alsa-project.org/pipermail/alsa-devel/2009-February/014999.html for details.
2009-02-22dbus: convert to Makefile.autotools.in and bump versionPeter Korsgaard
2009-02-21kexec: bump version and convert to Makefile.autotools.in formatPeter Korsgaard
2009-02-21libsndfile: bump version and convert to Makefile.autotools.in formatPeter Korsgaard
2009-02-21libsndfile: cleanup help textPeter Korsgaard
2009-02-21php: Config.ext is in a BR2_PACKAGE_PHP conditional, so get rid of dependsPeter Korsgaard
2009-02-21php: fix sqlite modulePeter Korsgaard
- php comes with it's own embedded sqlite, so no need to select sqlite - disable largefile support for !BR2_LARGEFILE - php somehow forgets to link with -ldl, breaking the sqlite extension. Fix it by disabling the (unused?) modload support in sqlite.
2009-02-20php: use alternative download URL so we can use DOWNLOAD macroPeter Korsgaard
As noted by Solar on IRC.
2009-02-20php: don't use DOWNLOAD macroPeter Korsgaard
php.net only offers downloads though a strange php script with the file name embedded in the *MIDDLE* of the URL, which isn't compatible with the DOWNLOAD macro. Fix it by reverting php.mk hunk of r24689 to go back to $(WGET). This ofcourse means that the primary site / fallback mirror stuff isn't used.
2009-02-20package/multimeda: add flac packagePeter Korsgaard
Patch by Sven Neumann (from #99). Removed optimization patch, cleaned up configure args and fixed download URL.
2009-02-19alsa-utils: select ncurses library dependencyPeter Korsgaard
2009-02-19libvorbis: select libogg dependencyPeter Korsgaard
Library dependencies should be selected, and not use depends on.
2009-02-19libvorbis: convert to Makefile.autotools.in formatPeter Korsgaard
Patch by Sven Neumann <s.neumann@phase-zero.de> Closes #107
2009-02-19pppd: fix build without UCLIBC_HAS_BSD_ERRPeter Korsgaard
Replace the BSD specific warn() with a call to syslog. Patch by Gustavo Zacarias, closes #109.
2009-02-19Enable multilink PPP (no reason to disable it)Hamish Moffatt
Add configuration item to enable filtering (requires libpcap)
2009-02-18tslib: convert to Makefile.autotools.in formatPeter Korsgaard
Patch by Sven Neumann <s.neumann@phase-zero.de> Closes #61.
2009-02-18tslib: doesn't use C++, so don't require it in the configure scriptPeter Korsgaard
2009-02-18busybox: 1.13.2 killall fixPeter Korsgaard
2009-02-17mtd-utils: flashcp: handle non-power-of-2 erase size (E.G. for dataflash)Peter Korsgaard
2009-02-13udev: options for path_id and firmware.shPeter Korsgaard
Patch by Mike Crowe.
2009-02-13package: work around kconfig crash issue with comments in choice entriesPeter Korsgaard
2009-02-13mpfr: bump versionPeter Korsgaard
2009-02-13gmp: use GNU_MIRROR for sitePeter Korsgaard
2009-02-13gmp: bump versionPeter Korsgaard
2009-02-12dnsmasq: bump versionPeter Korsgaard
closes #97.
2009-02-12libpng: bump versionPeter Korsgaard
Fixes memory leak and double-free vulnerability
2009-02-10gmp/mpfr: use static libraries as make targetsPeter Korsgaard
The host shared objects are no more.
2009-02-10gmp/mpfr: fix up dependencies to stop continous rebuild with --disable-sharedPeter Korsgaard
Don't list the shared objects as targets for the host compilation now that we compile with --disable-shared.
2009-02-10x11/video-xgi: fix vesa/xgi typoPeter Korsgaard
Closes #95
2009-02-09gmp/mpfr: force static linkingPeter Korsgaard
Patch by Maxim Grigoriev. GCC 4.3.x would link with the correct shared library versions, but without any RPATH, so it ended up looking for then in /usr/lib/ at runtime. This is less than good, as the version there might not be compatible, and even worse for distributions like Ubuntu, which doesn't install those libs by default, the build breaks. Fix it by forcing static linking instead.
2009-02-08vim: cleanup sed invocationPeter Korsgaard
2009-02-07alsa-lib: make python option depend on pythonPeter Korsgaard
As discussed on the list.
2009-02-05mpg123: remove unused mpg123x target (debug?)Peter Korsgaard
2009-02-05mpg123: remove arm funroll-loops workaroundPeter Korsgaard
Fixed by toolchain patch.
2009-02-05mpg123: cleanup unused hunk after r25004Peter Korsgaard
2009-02-05mpg123: cleanup after r19300 (don't introduce unneeded hidden configs)Peter Korsgaard
2009-02-04tremor: strip target libPeter Korsgaard
2009-02-04microperl: strip target binaryPeter Korsgaard