summaryrefslogtreecommitdiff
path: root/package/multimedia
AgeCommit message (Collapse)Author
2009-04-29package/multimedia/gstreamer: bump versionPeter Korsgaard
Patch by Sven Neumann <s.neumann@raumfeld.com>, closes #101.
2009-04-23package/multimeda: add taglib packagePeter Korsgaard
Based on patch by Sven Neumann <s.neumann@phase-zero.de>, closes #283.
2009-03-28mplayer: disable LIVE555 Streaming MediaPeter Korsgaard
LIVE555 was installed on the build system and was recognized by configure: Checking for LIVE555 Streaming Media libraries ... yes (using distribution version) Later this led to a linker error: ld: cannot find -lliveMedia Disable LIVE555, since it's not available in Buildroot. Signed-off-by: Markus Heidelberg <markus.heidelberg@web.de>
2009-03-18pkgconfig: add pkgconfig package for targetPeter Korsgaard
The host versions shouldn't be visible in Kconfig, so remove the reference to BR2_PACKAGE_PKGCONFIG everywhere and prefix the host targets with host-. At the same time add pkgconfig for the target (E.G. for development) and let BR2_PACKAGE_PKGCONFIG control that package. Notice: all defconfigs in the tree have been updated, but make sure to disable the pkgconfig package (unless you want it) if you use an external config, otherwise you'll end up with pkgconfig and glib2 in the target.
2009-03-18alsa-lib: don't force EABI for ARMPeter Korsgaard
Closes #191.
2009-03-04alsa-utils: the entire package needs largefile support, not just aplayPeter Korsgaard
2009-03-04alsa-utils: use conditional for utils selection menu itemsPeter Korsgaard
2009-03-04alsa-utils: aplay: use depends for toolchain options, not selectPeter Korsgaard
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-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-21libsndfile: bump version and convert to Makefile.autotools.in formatPeter Korsgaard
2009-02-21libsndfile: cleanup help textPeter Korsgaard
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-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-04alsa-lib: fix with with BR2_PACKAGE_ALSA_LIB_PYTHONPeter Korsgaard
Tell it where to find the python headers.
2009-02-01alsa-lib: clean up makefilePeter Korsgaard
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.
2009-01-31Workaround for AVR32 compiler issue affecting inlining, causing alsa-lib to ↵Ulf Samuelsson
break, feedback to AVR32 compiler team will be sent
2009-01-28alsa-lib: fix build with largefile on 32bit archsPeter Korsgaard
Thanks to Will Wagner <will_wagner@carallon.com> for reporting and working with upstream to get it fixed. Patch from alsa-lib.git.
2009-01-27alsa-lib: fix typo in -source targetPeter Korsgaard
2009-01-26mplayer: add -fomit-frame-pointer for i386Peter Korsgaard
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>
2009-01-26mplayer: add patch due to missing sys/timeb.hPeter Korsgaard
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>
2009-01-26asterisk: mark as BROKEN and remove obsolete patchPeter Korsgaard
Asterisk seems to have moved to a auto* build system, so the .mk has to be more or less completely rewritten.
2009-01-26Add comment on brokenness of AsteriskUlf Samuelsson
2009-01-24Make toolchain configration to fix mpg123 global and move to MakefileUlf Samuelsson
2009-01-24mpg123: remove unused legacy patchPeter Korsgaard
2009-01-24Add fix to mpg123 for bug in ARM release toolchain causing segment ↵Ulf Samuelsson
violation, bug reported to gcc bugzilla
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-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-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-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-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-17Make alsa-lib depend on libpython, if new BR2_PACKAGE_ALSA_LIB_PYTHON is ↵Ulf Samuelsson
selected