Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | alsa-lib: don't force EABI for ARM | Peter Korsgaard | 2009-03-18 | 1 | -4/+0 |
| | | | | Closes #191. | ||||
* | alsa-utils: the entire package needs largefile support, not just aplay | Peter Korsgaard | 2009-03-04 | 1 | -4/+4 |
| | |||||
* | alsa-utils: use conditional for utils selection menu items | Peter Korsgaard | 2009-03-04 | 1 | -15/+4 |
| | |||||
* | alsa-utils: aplay: use depends for toolchain options, not select | Peter Korsgaard | 2009-03-04 | 1 | -1/+4 |
| | |||||
* | gst-plugins-good: remove dependencies for matroska plugin | Peter Korsgaard | 2009-02-26 | 1 | -1/+0 |
| | | | | | | | 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> | ||||
* | gst-plugins-good: add missing FLAC dependency | Peter Korsgaard | 2009-02-26 | 1 | -0/+1 |
| | | | | Signed-off-by: Markus Heidelberg <markus.heidelberg@web.de> | ||||
* | gstreamer: flac plugin support | Peter Korsgaard | 2009-02-25 | 2 | -0/+10 |
| | | | | Patch by Sven Neumann. Closes #99. | ||||
* | alsa-lib: convert to Makefile.autotools.in format | Peter Korsgaard | 2009-02-23 | 1 | -77/+24 |
| | |||||
* | alsa-lib: don't use versioned symbols | Peter Korsgaard | 2009-02-23 | 1 | -0/+1 |
| | | | | | | | 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. | ||||
* | libsndfile: bump version and convert to Makefile.autotools.in format | Peter Korsgaard | 2009-02-21 | 2 | -67/+21 |
| | |||||
* | libsndfile: cleanup help text | Peter Korsgaard | 2009-02-21 | 1 | -3/+4 |
| | |||||
* | package/multimeda: add flac package | Peter Korsgaard | 2009-02-20 | 3 | -0/+33 |
| | | | | | | Patch by Sven Neumann (from #99). Removed optimization patch, cleaned up configure args and fixed download URL. | ||||
* | alsa-utils: select ncurses library dependency | Peter Korsgaard | 2009-02-19 | 1 | -5/+1 |
| | |||||
* | libvorbis: select libogg dependency | Peter Korsgaard | 2009-02-19 | 1 | -4/+1 |
| | | | | Library dependencies should be selected, and not use depends on. | ||||
* | libvorbis: convert to Makefile.autotools.in format | Peter Korsgaard | 2009-02-19 | 1 | -49/+9 |
| | | | | | Patch by Sven Neumann <s.neumann@phase-zero.de> Closes #107 | ||||
* | alsa-lib: make python option depend on python | Peter Korsgaard | 2009-02-07 | 1 | -1/+1 |
| | | | | As discussed on the list. | ||||
* | mpg123: remove unused mpg123x target (debug?) | Peter Korsgaard | 2009-02-05 | 1 | -3/+0 |
| | |||||
* | mpg123: remove arm funroll-loops workaround | Peter Korsgaard | 2009-02-05 | 2 | -2127/+1 |
| | | | | Fixed by toolchain patch. | ||||
* | mpg123: cleanup unused hunk after r25004 | Peter Korsgaard | 2009-02-05 | 1 | -4/+0 |
| | |||||
* | mpg123: cleanup after r19300 (don't introduce unneeded hidden configs) | Peter Korsgaard | 2009-02-05 | 2 | -7/+1 |
| | |||||
* | tremor: strip target lib | Peter Korsgaard | 2009-02-04 | 1 | -1/+2 |
| | |||||
* | alsa-lib: fix with with BR2_PACKAGE_ALSA_LIB_PYTHON | Peter Korsgaard | 2009-02-04 | 1 | -0/+1 |
| | | | | Tell it where to find the python headers. | ||||
* | alsa-lib: clean up makefile | Peter Korsgaard | 2009-02-01 | 1 | -7/+5 |
| | | | | | | As discussed on the list. I suspect the ARM abi thing isn't needed anymore now we use the correct abi in the first place, but I'll leave it in until after the release. | ||||
* | Workaround for AVR32 compiler issue affecting inlining, causing alsa-lib to ↵ | Ulf Samuelsson | 2009-01-31 | 2 | -2/+101 |
| | | | | break, feedback to AVR32 compiler team will be sent | ||||
* | alsa-lib: fix build with largefile on 32bit archs | Peter Korsgaard | 2009-01-28 | 1 | -0/+30 |
| | | | | | Thanks to Will Wagner <will_wagner@carallon.com> for reporting and working with upstream to get it fixed. Patch from alsa-lib.git. | ||||
* | alsa-lib: fix typo in -source target | Peter Korsgaard | 2009-01-27 | 1 | -1/+1 |
| | |||||
* | mplayer: add -fomit-frame-pointer for i386 | Peter Korsgaard | 2009-01-26 | 1 | -1/+6 |
| | | | | | | | | | | | | | | | | | | | This seems to be required to compile some of the inline asm. This solves the following compiler errors: h264.c: In function 'decode_cabac_residual': h264.c:6158: warning: passing argument 4 of 'decode_significance_8x8_x86' discards qualifiers from pointer target type cabac.h: In function 'get_cabac_noinline': cabac.h:513: error: can't find a register in class 'GENERAL_REGS' while reloading 'asm' cabac.h:513: error: 'asm' operand has impossible constraints While searching several weeks ago, I hit the following URL, which unfortunately currently doesn't seem to work anymore and I can't remember what the bug was about. Also see http://bugs.uclibc.org/view.php?id=4604 Signed-off-by: Markus Heidelberg <markus.heidelberg@web.de> | ||||
* | mplayer: add patch due to missing sys/timeb.h | Peter Korsgaard | 2009-01-26 | 1 | -0/+12 |
| | | | | | | | | | | | This include file is only available, if uClibc is compiled with UCLIBC_SUSV3_LEGACY defined and ftime() is not needed in this part of mplayer at all. This solves the following compiler error: win32.c:67:23: error: sys/timeb.h: No such file or directory Signed-off-by: Markus Heidelberg <markus.heidelberg@web.de> | ||||
* | asterisk: mark as BROKEN and remove obsolete patch | Peter Korsgaard | 2009-01-26 | 2 | -15/+1 |
| | | | | | Asterisk seems to have moved to a auto* build system, so the .mk has to be more or less completely rewritten. | ||||
* | Add comment on brokenness of Asterisk | Ulf Samuelsson | 2009-01-26 | 1 | -0/+4 |
| | |||||
* | Make toolchain configration to fix mpg123 global and move to Makefile | Ulf Samuelsson | 2009-01-24 | 2 | -12/+9 |
| | |||||
* | mpg123: remove unused legacy patch | Peter Korsgaard | 2009-01-24 | 1 | -44/+0 |
| | |||||
* | Add fix to mpg123 for bug in ARM release toolchain causing segment ↵ | Ulf Samuelsson | 2009-01-24 | 3 | -1/+2140 |
| | | | | violation, bug reported to gcc bugzilla | ||||
* | gst-plugins-good: Fix style issues and use of --disable-png. | Daniel Laird | 2009-01-23 | 1 | -14/+14 |
| | | | | | | | Update ordering and configure options. Signed-off-by: Daniel Laird <daniel.j.laird@nxp.com> | ||||
* | Add workarounds for alsa-utils | Ulf Samuelsson | 2009-01-22 | 3 | -1/+62 |
| | |||||
* | package/multimedia/gst-plugins-good/Config.in | Daniel Laird | 2009-01-22 | 2 | -37/+57 |
| | | | | | | | | | | | | 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> | ||||
* | package/multimedia/gst-plugins-good/Config.in | Daniel Laird | 2009-01-22 | 1 | -3/+4 |
| | | | | | | | | | 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> | ||||
* | package/multimedia/gst-plugins-good/gst-plugins-good.mk | Daniel Laird | 2009-01-21 | 2 | -0/+55 |
| | | | | | | | | | | | 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> | ||||
* | mplayer: fix non-largefile build | Peter Korsgaard | 2009-01-20 | 2 | -0/+27 |
| | |||||
* | mplayer: fix configure for powerpc-linux | Peter Korsgaard | 2009-01-20 | 1 | -0/+27 |
| | |||||
* | mplayer: force cross-compile mode | Peter Korsgaard | 2009-01-20 | 1 | -0/+1 |
| | |||||
* | libmad: unbreak build with gcc-4.3.x | Peter Korsgaard | 2009-01-20 | 1 | -0/+33 |
| | | | | | 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. | ||||
* | mplayer: add patch to fix compilation against alsa-lib 1.0.18 | Hans-Christian Egtvedt | 2009-01-20 | 3 | -72/+163 |
| | | | | | | | | | 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> | ||||
* | Getting rid of a bit more configure options that's been centralized. | Thomas Lundquist | 2009-01-18 | 2 | -3/+1 |
| | |||||
* | Finish the gtk-doc stuff and start on the smae thing with LARGEFILE and NLS. | Thomas Lundquist | 2009-01-18 | 4 | -12/+4 |
| | |||||
* | Make alsa-lib depend on libpython, if new BR2_PACKAGE_ALSA_LIB_PYTHON is ↵ | Ulf Samuelsson | 2009-01-17 | 2 | -2/+14 |
| | | | | selected | ||||
* | Fix legacy strings for alsa-utils & remove man pages | Ulf Samuelsson | 2009-01-16 | 2 | -0/+31 |
| | |||||
* | package/: convert to DOWNLOAD helper | Peter Korsgaard | 2009-01-16 | 13 | -26/+26 |
| | |||||
* | package/multimedia/gstreamer/gstreamer.mk: Fix missing \ | Daniel Laird | 2009-01-14 | 1 | -1/+1 |
| | | | | | | | Fix stupid typo. Signed-off-by: Daniel Laird <daniel.j.laird@nxp.com> | ||||
* | package/multimedia/gstreamer | Daniel Laird | 2009-01-14 | 4 | -3/+11 |
| | | | | | | | | | | package/multimedia/gst-plugins-*: I do not want docs installed in rootfs. Stop it installing the docs in the ROOTFS by using the same fix as has been applied to cairo. Signed-off-by: Daniel Laird <daniel.j.laird@nxp.com> |