summaryrefslogtreecommitdiff
path: root/recipes/pulseaudio/pulseaudio.inc
AgeCommit message (Collapse)AuthorFiles
2010-09-10pulseaudio.inc: set INC_PR back to 10, was actually dropped to 0 in a ↵Frans Meulenbroeks1
previous commit Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
2010-09-09pulseaudio: made 0.9.21 compile for armv4 and armv5 tooFrans Meulenbroeks1
there was some armv6 asm in here. Fortunately the function with much inline asm was only called for armv6 or higher so this is ifdef'd out for all armv4 and armv5 variants. Also there was a single instruction but the code also had a C alternative so again only some defines were needed Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
2010-09-01pulseaudio: Fix most recent recipe and remove broken recipes.Graham Gower1
Three months ago, commit 9cf826839c3cffd18f037d2ca8271affb85bab9d broke 6 of the 7 pulseaudio recipes. No one noticed. Clearly the broken recipes are unused. 0.9.15 appears to be in use as it still builds. 0.9.21 is the most recent recipe and has been retained. Versions removed: 0.9.6 0.9.9 0.9.10 0.9.11 0.9.19 Signed-off-by: Graham Gower <graham.gower@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2010-08-03500+ recipes: remove do_stageFrans Meulenbroeks1
This patch removes all occurrences of do_stage() { autotools_stage_all } including all kind of variants w.r.t whitespace Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com> Acked-by: Koen Kooi <koen@openembedded.org> Acked-by: Michael 'Mickey' Lauer <mlauer@vanille-media.de>
2010-05-25Make the do_patch apply=yes param implicit if extension is .diff/.patchChris Larson1
For .diff/.patch you need to apply manually, you can specify apply=no. Signed-off-by: Chris Larson <chris_larson@mentor.com> Acked-by: Denys Dmytriyenko <denis@denix.org> Acked-by: Khem Raj <raj.khem@gmail.com>
2010-05-25Rename url params patch=<ignored>/pnum=<n> to apply={yes,no}/striplevel=<n>Chris Larson1
I think this makes the behavior rather more clear. Signed-off-by: Chris Larson <chris_larson@mentor.com> Acked-by: Denys Dmytriyenko <denis@denix.org> Acked-by: Khem Raj <raj.khem@gmail.com>
2010-03-23pulseaudio: patch configure.ac to work around install errorSteve Sakoman1
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2009-06-24pulseaudio: Switch to INC_PR, add openssl to DEPENDS.Tom Rini1
Also remove dbus from the version specific DEPENDS lines as it's in the inc file
2009-06-05pulseaudio: add 0.9.15, sync with pokyKoen Kooi1
2009-04-17pulseaudio: fix volatiles and ship policykit fileKoen Kooi1
2009-03-17rename packages/ to recipes/ per earlier agreementDenys Dmytriyenko1
See links below for more details: http://thread.gmane.org/gmane.comp.handhelds.openembedded/21326 http://thread.gmane.org/gmane.comp.handhelds.openembedded/21816 Signed-off-by: Denys Dmytriyenko <denis@denix.org> Acked-by: Mike Westerhof <mwester@dls.net> Acked-by: Philip Balister <philip@balister.org> Acked-by: Khem Raj <raj.khem@gmail.com> Acked-by: Marcin Juszkiewicz <hrw@openembedded.org> Acked-by: Koen Kooi <koen@openembedded.org> Acked-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>