summaryrefslogtreecommitdiffstats
path: root/package/multimedia
Commit message (Collapse)AuthorAgeFilesLines
* libvorbis: fix tremor install into staging_dirPeter Korsgaard2009-07-161-5/+9
| | | | | | | | | 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>
* libvorbis: bump versionPeter Korsgaard2009-07-121-1/+1
| | | | | | bugfix release - Fixes playback of very short files. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* lib{ogg,vorbis}: bump versionPeter Korsgaard2009-06-242-2/+2
| | | | Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* gst-plugins-bad: use "select" for dependenciesMarkus Heidelberg2009-06-191-1/+1
| | | | Signed-off-by: Markus Heidelberg <markus.heidelberg@web.de>
* gst-plugins-bad: New package.Will Newton2009-06-163-0/+493
| | | | | | | | | A package of gstreamer plugins that may be of lesser quality or lacking in features. Closes #395. Signed-off-by: Will Newton <will.newton@gmail.com>
* gst-plugins-base: Bump version to 0.10.23.Will Newton2009-06-162-1/+10
| | | | | | | | | Also add a config option for the app plugin that was moved from to gst-plugins-base from gst-plugins-bad in version 0.10.22. Closes #393. Signed-off-by: Will Newton <will.newton@gmail.com>
* gstreamer: Bump version to 0.10.23.Will Newton2009-06-161-1/+1
| | | | | | Closes #391. Signed-off-by: Will Newton <will.newton@gmail.com>
* gst-plugins-good: Allow souphttpsrc plugin to be configured.Will Newton2009-06-162-0/+11
| | | | | | | | | Add a config option to enable the user to enable or disable the souphttpsrc plugin. Closes #383. Signed-off-by: Will Newton <will.newton@gmail.com>
* gstreamer: Allow libxml2 dependency to be configured.Will Newton2009-06-162-2/+15
| | | | | | | | | | gstreamer uses libxml2 to support the plugin registry and pipeline load/save features. This change allows the user to build gstreamer without libxml2 which saves a large amount of space on the target. Closes #373. Signed-off-by: Will Newton <will.newton@gmail.com>
* package/multimedia/gstreamer: bump versionPeter Korsgaard2009-04-296-78/+8
| | | | Patch by Sven Neumann <s.neumann@raumfeld.com>, closes #101.
* package/multimeda: add taglib packagePeter Korsgaard2009-04-233-0/+41
| | | | Based on patch by Sven Neumann <s.neumann@phase-zero.de>, closes #283.
* mplayer: disable LIVE555 Streaming MediaPeter Korsgaard2009-03-281-0/+1
| | | | | | | | | | | | 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>
* pkgconfig: add pkgconfig package for targetPeter Korsgaard2009-03-189-10/+5
| | | | | | | | | | | | | 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.
* alsa-lib: don't force EABI for ARMPeter Korsgaard2009-03-181-4/+0
| | | | Closes #191.
* alsa-utils: the entire package needs largefile support, not just aplayPeter Korsgaard2009-03-041-4/+4
|
* alsa-utils: use conditional for utils selection menu itemsPeter Korsgaard2009-03-041-15/+4
|
* alsa-utils: aplay: use depends for toolchain options, not selectPeter Korsgaard2009-03-041-1/+4
|
* gst-plugins-good: remove dependencies for matroska pluginPeter Korsgaard2009-02-261-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 dependencyPeter Korsgaard2009-02-261-0/+1
| | | | Signed-off-by: Markus Heidelberg <markus.heidelberg@web.de>
* gstreamer: flac plugin supportPeter Korsgaard2009-02-252-0/+10
| | | | Patch by Sven Neumann. Closes #99.
* alsa-lib: convert to Makefile.autotools.in formatPeter Korsgaard2009-02-231-77/+24
|
* alsa-lib: don't use versioned symbolsPeter Korsgaard2009-02-231-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 formatPeter Korsgaard2009-02-212-67/+21
|
* libsndfile: cleanup help textPeter Korsgaard2009-02-211-3/+4
|
* package/multimeda: add flac packagePeter Korsgaard2009-02-203-0/+33
| | | | | | Patch by Sven Neumann (from #99). Removed optimization patch, cleaned up configure args and fixed download URL.
* alsa-utils: select ncurses library dependencyPeter Korsgaard2009-02-191-5/+1
|
* libvorbis: select libogg dependencyPeter Korsgaard2009-02-191-4/+1
| | | | Library dependencies should be selected, and not use depends on.
* libvorbis: convert to Makefile.autotools.in formatPeter Korsgaard2009-02-191-49/+9
| | | | | Patch by Sven Neumann <s.neumann@phase-zero.de> Closes #107
* alsa-lib: make python option depend on pythonPeter Korsgaard2009-02-071-1/+1
| | | | As discussed on the list.
* mpg123: remove unused mpg123x target (debug?)Peter Korsgaard2009-02-051-3/+0
|
* mpg123: remove arm funroll-loops workaroundPeter Korsgaard2009-02-052-2127/+1
| | | | Fixed by toolchain patch.
* mpg123: cleanup unused hunk after r25004Peter Korsgaard2009-02-051-4/+0
|
* mpg123: cleanup after r19300 (don't introduce unneeded hidden configs)Peter Korsgaard2009-02-052-7/+1
|
* tremor: strip target libPeter Korsgaard2009-02-041-1/+2
|
* alsa-lib: fix with with BR2_PACKAGE_ALSA_LIB_PYTHONPeter Korsgaard2009-02-041-0/+1
| | | | Tell it where to find the python headers.
* alsa-lib: clean up makefilePeter Korsgaard2009-02-011-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 Samuelsson2009-01-312-2/+101
| | | | break, feedback to AVR32 compiler team will be sent
* alsa-lib: fix build with largefile on 32bit archsPeter Korsgaard2009-01-281-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 targetPeter Korsgaard2009-01-271-1/+1
|
* mplayer: add -fomit-frame-pointer for i386Peter Korsgaard2009-01-261-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.hPeter Korsgaard2009-01-261-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 patchPeter Korsgaard2009-01-262-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 AsteriskUlf Samuelsson2009-01-261-0/+4
|
* Make toolchain configration to fix mpg123 global and move to MakefileUlf Samuelsson2009-01-242-12/+9
|
* mpg123: remove unused legacy patchPeter Korsgaard2009-01-241-44/+0
|
* Add fix to mpg123 for bug in ARM release toolchain causing segment ↵Ulf Samuelsson2009-01-243-1/+2140
| | | | violation, bug reported to gcc bugzilla
* gst-plugins-good: Fix style issues and use of --disable-png.Daniel Laird2009-01-231-14/+14
| | | | | | | Update ordering and configure options. Signed-off-by: Daniel Laird <daniel.j.laird@nxp.com>
* Add workarounds for alsa-utilsUlf Samuelsson2009-01-223-1/+62
|
* package/multimedia/gst-plugins-good/Config.inDaniel Laird2009-01-222-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.inDaniel Laird2009-01-221-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>