summaryrefslogtreecommitdiffstats
path: root/meta/recipes-multimedia
Commit message (Collapse)AuthorAgeFilesLines
* gst-plugins-good: add PACKAGECONFIG for jpeg, wavpack, gdkpixbuf, v4l, ↵Martin Jansa2013-08-161-3/+9
| | | | | | | | | | | | bzip2, orc (From OE-Core master rev: eb3a2553ed3b627cb25001b552624690b4959069) (From OE-Core rev: d53a78dda428e872d97da88b79454d86f172fd3d) Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* gst-plugins-bad: add few more PACKAGECONFIGsMartin Jansa2013-08-161-0/+10
| | | | | | | | | | (From OE-Core master rev: cdf6172830bf052ca3a53d439f05ee40574e3968) (From OE-Core rev: f9441ae21de7955f222309d1cee2afbb6a2f8bbd) Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* gst-plugins-bad: element selection rationalisationRoss Burton2013-08-161-6/+12
| | | | | | | | | | | | | | | | Using --with-plugins means you only get the elements you enable, so we were dropping vast numbers of useful plugins such as the MPEG muxers. Instead, follow gst-plugins-base by using PACKAGECONFIG to enable/disable plugins with optional dependencies. (From OE-Core master rev: 7722fd48995d5d430d58b94ecf69a6ad9f1c741b) (From OE-Core rev: 4b2a41e8c28e4f05f1623d1d36eb4de26e1c7fa4) Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* gst-plugins-base: add missing dependency on glib-2.0-nativeMartin Jansa2013-08-161-1/+1
| | | | | | | | | | | | | * glib-genmarshal is needed during do_compile: | /bin/bash: line 1: glib-genmarshal: command not found (From OE-Core master rev: 50fdebe819e4d51bc8ba011a0d4a090a8ded64b8) (From OE-Core rev: 51f38d088107c28bca6604deb688b31b0799d09b) Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* gst-plugins-bad: inherit gsettingsMartin Jansa2013-08-161-1/+1
| | | | | | | | | | | | | | * do_configure fails without native glib-compile-schemas: | checking for glib-compile-schemas... no | configure: error: glib-compile-schemas not found. (From OE-Core master rev: c8ba0ab9ba2a13eab3fdc6aed148c5ee3b53e253) (From OE-Core rev: 9ad60f1b5ecbe716f14e7d43b16c532383c8a8f8) Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* gst-plugins-gl: add explicit dependency on libpngEric Nelson2013-08-161-1/+1
| | | | | | | | | | (From OE-Core master rev: 2cd01fdc26ee4f444635ad8e9d3956b9e764dc82) (From OE-Core rev: ae8f56fbc6f40a42c357f95611b4dad04025e786) Signed-off-by: Eric Nelson <eric.nelson@boundarydevices.com> Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* pulseaudio: add PACKAGECONFIG for jackMartin Jansa2013-07-291-0/+1
| | | | | | | | | | (From OE-Core master rev: 4c32a6af7dfd16cf9c652ca2735cd8d24d204e29) (From OE-Core rev: 6ce6dd32a00abaf1402ddfeee62c4e96f515aa32) Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* gst-plugins-ugly: add PACKAGECONFIG for x264, cdio, dvdreadMartin Jansa2013-07-291-0/+5
| | | | | | | | | | | | * they are autodetected from sysroot (From OE-Core master rev: b253bbe742c016a07b67cfaa65b28895118c5bd8) (From OE-Core rev: 93e147d0c0d52d349fd644f45831a961a3551d4b) Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* gst-plugins-good: add PACKAGECONFIG for jackMartin Jansa2013-07-291-0/+1
| | | | | | | | | | | * jack is autodetected from sysroot (From OE-Core master rev: 00872ded9e4f492f146175be41435902aaf45ad7) (From OE-Core rev: e17f49ddcdbcf3fc4f6c974488a104c2cdcf8f8c) Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* alsa-tools: Pass ACLOCAL_FLAGS so aclocal uses the right paramsOtavio Salvador2013-07-091-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The compile step ends regenerating the configure scripts included in the source subdirs, for it to properly work we need to pass the ACLOCAL_FLAGS or the .m4 files won't be found. ,----[ Build error ] | ./ac3dec | aclocal: warning: autoconf input should be named 'configure.ac', not 'configure.in' | configure.in:18: warning: macro 'AM_PATH_ALSA' not found in library | automake: warning: autoconf input should be named 'configure.ac', not 'configure.in' | configure.in:9: warning: AM_INIT_AUTOMAKE: two- and three-arguments forms are deprecated. For more info, see: | configure.in:9: http://www.gnu.org/software/automake/manual/automake.html#Modernize-AM_INIT_AUTOMAKE-invocation | automake: warning: autoconf input should be named 'configure.ac', not 'configure.in' | test/Makefile.am:1: warning: 'INCLUDES' is the old name for 'AM_CPPFLAGS' (or '*_CPPFLAGS') | configure.in:18: error: possibly undefined macro: AM_PATH_ALSA | If this token and others are legitimate, please use m4_pattern_allow. | See the Autoconf documentation. | make: *** [all] Error 1 | ERROR: oe_runmake failed `---- Reported-by: Rogerio Nunes <rogerio.nunes@freescale.com> (From OE-Core master rev: dde80e6fac83ca55644cb1b56cb55b2ba01c6564) (From OE-Core rev: a681d4d61270d479449eaa13c64b84493f444b97) Signed-off-by: Otavio Salvador <otavio@ossystems.com.br> Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* gst-plugins-bad: tremor was moved from here to -baseRoss Burton2013-07-091-2/+2
| | | | | | | | | | (From OE-Core master rev: 6e149551a36825ac5e25b14dbaa62b794154c11d) (From OE-Core rev: 837078125286eb15965a2407e9633e4f4f67868d) Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* gst-plugins-bad: use correct option when enabling librsvgRoss Burton2013-07-091-1/+1
| | | | | | | | | | (From OE-Core master rev: 82eab38f2bf1dac3e3414a5a20b8e51f871e07ce) (From OE-Core rev: 3bb1858e73f789b8c3835075afc644ce3437aced) Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* gstreamer: fixed -meta package rdependsCarlos Rafael Giani2013-06-101-5/+22
| | | | | | | | | | | | | | The -meta packages were depending on non-existing packages, like -glib and -apps. The fix checks if packages in the PACKAGES list are empty. If so, they are omitted from the rdepends list. (From OE-Core master rev: 7c556a1f437c0a5b472727f89ff6c3d5f835b63d) (From OE-Core rev: f20542b5fb0e9c4726ca648a690a7cccecf592cc) Signed-off-by: Carlos Rafael Giani <dv@pseudoterminal.org> Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* alsa-tools: Fix configure raceRichard Purdie2013-06-101-1/+7
| | | | | | | | | | | | | | | | | | aclocal is being called here directly, not called by autotools.bbclass wrapper. aclocal files are installed in sysroot, and are removed while build is still running. This translates to a possible race condition during the build. Fixes [YOCTO #4358]. (From OE-Core master rev: dea66ade1184cef6aeb242d87867759ca44a8895) (From OE-Core rev: 1f3b3c75701b791cb32aba76f0a4448f5549fae3) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> Signed-off-by: Cristian Iorga <cristian.iorga@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* pulseaudio: install alsa mixer data filesGeorge Kiagiadakis2013-05-221-0/+1
| | | | | | | | | | | These data files are required for module-alsa-card to load properly (From OE-Core master rev: 8dda0dc79f5c90f8d40450ba6215f44edcbacb8f) (From OE-Core rev: 5c45a53f773d7dd266c622a4464c49a1286d4432) Signed-off-by: George Kiagiadakis <george.kiagiadakis@collabora.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* gst-plugins-bad: Disable neon, its not on DEPENDSRichard Purdie2013-04-181-1/+1
| | | | | | | | Otherwise this setting "floats" and leads to non-determinstic builds. (From OE-Core rev: 4eea01e9d775f2e56958a8bb194aadd8a242946d) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* alsa-utils: Use pkg-config instead of hardcoded udev pathsRichard Purdie2013-04-181-3/+3
| | | | | | (From OE-Core rev: b92a3e9d093bc9421aa38a40bc6bfd559a16b3be) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* pulseaudio: Set udev variables using pkg-configRichard Purdie2013-04-181-1/+2
| | | | | | (From OE-Core rev: 2c948d1cfdd070c8ce6bf0ee940a345a31407663) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* pulseaudio: remove spurious cd in do_compile_prependRoss Burton2013-04-111-1/+0
| | | | | | | | | | | | | | This prepend was cding to ${S}, which then breaks base_do_compile as it assumes it's in ${B}. The cd is pointless as all of the operations use absolute paths, so remove it. The result of this was that base_do_compile was failing to find the makefiles, so the compilation happened in do_install. (From OE-Core rev: ac3a8ce0b672d1488c9074bde1a1d062e0c5fd33) Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* alsa-tools: Fix sys/io.h patchSaul Wold2013-04-081-1/+4
| | | | | | | | | I blew my #if expression! (From OE-Core rev: b458309845185a3cd473daa0969ce17e2ff5c602) Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* gst-ffmpeg: fix --disable-yasmTom Zanussi2013-04-081-2/+4
| | | | | | | | | | | | | | | | | | | | | | | | | The gst-ffmpeg build shows the following warning: configure: WARNING: unrecognized options: --disable-yasm which means that the following test in configure always fails and --disable-yasm never gets passed to the embedded ffmpeg build: 'if test "x$disable_yasm" = "xyes"; then' embffmpeg_configure_args="$embffmpeg_configure_args --disable-yasm" commit 4d309730 ['gst-ffmpeg: configure-fix patch used wrong test'] actually fixed the obviously backwards syntax by reversing the test - prior to that, --disable-yasm would always unconditionally be passed into the embedded ffmpeg config. This fixes things so that the variable actually exists and makes the test meaningful. (From OE-Core rev: da9515621134c26e54f43b96cdad0c6e6c5876bf) Signed-off-by: Tom Zanussi <tom.zanussi@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* gst-ffmpeg: configure-fix patch used wrong testCarlos Rafael Giani2013-04-041-1/+1
| | | | | | | | (From OE-Core rev: d07bf78a11c5aee37da653404f8aaf413cf14e8f) Signed-off-by: Carlos Rafael Giani <dv@pseudoterminal.org> Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* gst-plugins-bad: disable librsvg when x11 is disabledRogerio Nunes2013-04-031-2/+5
| | | | | | | | | | | | librsvg depends on gtk+, which in turn does not support framebuffer as backend in current version (2.15.24). This patch disables librsvg when x11 is not in the distro. (From OE-Core rev: 022cc0d3f0f7468428d708c27dbc561f619ee841) Signed-off-by: Rogerio Nunes <ronunes@gmail.com> Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* alsa-tools: fix build when x11 and gtk+ not availableRogerio Nunes2013-04-032-2/+27
| | | | | | | | | | | | | | Current verion of gtk+ (2.15.24) does not accept pure framebuffer as backend and some alsa-tools sub-modules depend on gtk+. This patch removes those sub-modules from the build only when x11 is not set in DISTRO_FEATURES. (From OE-Core rev: e611bba7bba02ba167b2ae3671b00cc99e4fb29c) Signed-off-by: Rogerio Nunes <ronunes@gmail.com> Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* alsa-tools: add patch for mips since it does not have io.hSaul Wold2013-03-202-0/+14
| | | | | | | | | [YOCTO #4051] (From OE-Core rev: 67f1083a10f7435aeb861ba2e872d6498375d927) Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* libatomics-ops: fix PN -> BPN in do_install for multilibsJackie Huang2013-03-161-2/+2
| | | | | | | (From OE-Core rev: eca6309556086f8c6b0e8525749477c8210f83b0) Signed-off-by: Jackie Huang <jackie.huang@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* gst-plugins-gl: allow empty packagesJeremy Stashluk2013-03-121-0/+4
| | | | | | | | | | | | | The patch to Poky (git://git.yoctoproject.org/poky) commit bd73fa69f532ca3d81ec2452a79e7a333b3543c2 titled: "recipes: Fix ALLOW_EMPTY with no package specified" breaks this recipe. This patch specifies the allowed empty packages. (From OE-Core rev: 375ed2eaef10dd7d8f46badca6d779708724e5f6) Signed-off-by: Jeremy Stashluk <jstashluk@dekaresearch.com> Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* gst-plugins-package: return few ALLOW_EMPTY settingsMartin Jansa2013-03-121-0/+7
| | | | | | | (From OE-Core rev: 26c2eed11d9293a7a3b8e2177be76d2457d69efd) Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* musicbrainz: removeRoss Burton2013-03-122-59/+0
| | | | | | | | | | This is in meta-multimedia now, so remove from oe-core. (From OE-Core rev: 62a2f7e9fad6cd6863670ba2376f73c0e929f075) Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* pulseaudio: respect the systemd DISTRO_FEATURERoss Burton2013-03-071-0/+2
| | | | | | | | (From OE-Core rev: 7376f4685899708fced56f212467e78325c99095) Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* pulseaudio: rationalise existing configuration using PACKAGECONFIGRoss Burton2013-03-071-6/+8
| | | | | | | (From OE-Core rev: 4287440721bc692e8039ee775e6ee272e1349b3e) Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* alsa-utils: Remove bogus commentRichard Purdie2013-03-051-4/+0
| | | | | | | | alsaconf clearly is packaged, remove obsolete comment (From OE-Core rev: 9420ffd8bea1dd862ec26443f6197cdc7617a25a) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* libpng : update to 1.60.0Andrei Dinu2013-03-051-5/+5
| | | | | | | | (From OE-Core rev: aca6a67527d97b57b3d16848057bc29fff7c19d0) Signed-off-by: Andrei Dinu <andrei.adrianx.dinu@intel.com> Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* recipes: Fix ALLOW_EMPTY with no package specifiedRichard Purdie2013-03-052-3/+5
| | | | | | | | | | | There are various usages of ALLOW_EMPTY with no packages specified. This is not recommended syntax, nor is it likely to be supported in the future. This patch improves the references in OE-Core, either removing them if they're pointless (e.g. when PACKAGES="") or specifying which package it applies to. (From OE-Core rev: fe81bd4f600877e63433184cfc2e22c33bb77db6) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* pulseaudio: add config option to ensure valgrind is excludedSaul Wold2013-03-021-0/+1
| | | | | | | | | | | There have been occasions that pulseaudio sees valgrind and then later it's not available, adding this setting ensures determinism by disabling it by default (From OE-Core rev: 61001cd4d8a36a980b6e6967cba6f0ea48fdaebc) Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* gst-plugins-gl: add package recipeJeremy Stashluk2013-02-222-0/+54
| | | | | | | | | | | Added notes, signoff, and upstream status to internal patch. (From OE-Core rev: 76cebb57d3ce507e3876e0a9a881eaa3e8c6fdb8) Signed-off-by: Jeremy Stashluk <jstashluk@dekaresearch.com> Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* pulseaudio: upgrade to 3.0Cristian Iorga2013-02-222-6/+7
| | | | | | | | | | | | | | ARM Neon instruction set compilation error fixed. Build system disables Neon optimisations if ARM target does not support it. BT support dependent on bluez and sbc support. sbc package added as a dependency. (From OE-Core rev: 4e7b91b5a2613b957b08aefbee1aac28fdd19598) Signed-off-by: Cristian Iorga <cristian.iorga@intel.com> Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* sbc: Fix PN -> BPN for multilibSaul Wold2013-02-221-1/+1
| | | | | | | (From OE-Core rev: 52bc2abf77aeb0756df758ff2bdfadef170e4558) Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* sbc: SBC audio codecCristian Iorga2013-02-221-0/+18
| | | | | | | | | | | recipe added; needed by pulseaudio. (From OE-Core rev: fc6375426f9450d803f01b7d4513a0c0a1325e5f) Signed-off-by: Cristian Iorga <cristian.iorga@intel.com> Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* alsa-lib: upgrade to 1.0.26Cristian Iorga2013-02-154-4/+3
| | | | | | | | (From OE-Core rev: 759191ee0b11231e1719bd5c66ac0afbd02e2a80) Signed-off-by: Cristian Iorga <cristian.iorga@intel.com> Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* libpng: update to upstream version 1.5.14Marko Lindqvist2013-02-153-36/+20
| | | | | | | | | | | | obsolete_automake_macros.patch removed as it's not part of upstream. The only changes to license texts are latest libpng version number and release dates. (From OE-Core rev: d68e9660327db2dd4f2ae7bcea9925146b94eb77) Signed-off-by: Marko Lindqvist <cazfi74@gmail.com> Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* pulseaudio: do not postpone postinstallLaurentiu Palcu2013-02-061-6/+1
| | | | | | | | | | | | | Since populate-volatile.sh will run everytime the device boots, no need to postpone the postinstall when the rootfs is created. [YOCTO #3840] (From OE-Core rev: c237103096530a06fd0991b4335936e509dea76e) Signed-off-by: Laurentiu Palcu <laurentiu.palcu@intel.com> Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* pulseaudio_2.1: Remove the dependence of fftw.yanjun.zhu2013-02-041-0/+1
| | | | | | | (From OE-Core rev: ddbd713293929d361a7ec7f8f1eb2986b7adc729) Signed-off-by: yanjun.zhu <yanjun.zhu@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* gst-plugins-bad: remove musicbrainz build-dependencyRoss Burton2013-02-011-2/+2
| | | | | | | | | | | | | | This plugin only works with an old version of the musicbrainz API, so it hasn't been built for some time now. So, remove the libmusicbrainz dependency as it isn't used. (From OE-Core rev: 993b4fd2a63939359ea1833374912c15fccf6120) (From OE-Core rev: 775621d65b5b72169913c817ed9de7973b2d5dcf) Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* libcanberra: remove, migrated to meta-gnomeRoss Burton2013-02-011-32/+0
| | | | | | | | | (From OE-Core rev: 30b2d9d61965c02cc62bce8d295dc0da7e8ab71f) (From OE-Core rev: df2bb0fd9f5921a430eb2f7435b69c901f01ac91) Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* alsa-tools: upgrade to 1.0.26.1Cristian Iorga2013-01-302-10/+14
| | | | | | | | | | | | | | | Removed the following tools: - all related to hdsp (required gtk+ and fltk-config) - ld10k1, qlo10k1 (required QT) - hdajackretask Fixed the automake issue for cross-compilation (From OE-Core rev: 9a148e6b100fe8bc3e162d79630552df5eb78fc0) Signed-off-by: Cristian Iorga <cristian.iorga@intel.com> Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* alsa-utils: upgrade to 1.0.26Cristian Iorga2013-01-285-48/+3
| | | | | | | | | | | | ncursesfix.patch is no longer necessary, build system fixed upstream. ncursesfix.patch removed. (From OE-Core rev: 1dccd16e29186e7baad6ebcf189b7ea2463c2275) Signed-off-by: Cristian Iorga <cristian.iorga@intel.com> Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* tremor: replace obsolete automake macros with working onesMarko Lindqvist2013-01-162-2/+19
| | | | | | | | | | | Add obsolete_automake_macros.patch that replaces automake macros no longer supported by automake-1.13 with modern constructs. (From OE-Core rev: e64800e605635737b4d74a36e66b0f7e0fee08bc) Signed-off-by: Marko Lindqvist <cazfi74@gmail.com> Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* alsa-utils: replace obsolete automake macros with working onesMarko Lindqvist2013-01-162-1/+17
| | | | | | | | | | | Add obsolete_automake_macros.patch that replaces automake macros no longer supported by automake-1.13 with modern constructs. (From OE-Core rev: 723ec3b3b618fc4cccbd0e7306624161dd81b0e5) Signed-off-by: Marko Lindqvist <cazfi74@gmail.com> Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* libvorbis: replace obsolete automake macros with working onesMarko Lindqvist2013-01-152-2/+19
| | | | | | | | | | | Add obsolete_automake_macros.patch that replaces automake macros no longer supported by automake-1.13 with modern constructs. (From OE-Core rev: 0f2a601b04ac564905942b4d2006dbf348b1517b) Signed-off-by: Marko Lindqvist <cazfi74@gmail.com> Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>