summaryrefslogtreecommitdiff
path: root/recipes/pulseaudio
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 Meulenbroeks3
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 Gower29
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-05recipes: inherit autotools instead of autotools_stageKhem Raj2
Signed-off-by: Khem Raj <raj.khem@gmail.com> Acked-by: Martin Jansa <Martin.Jansa@gmail.com> Acked-by: Richard Purdie <rpurdie@linux.intel.com>
2010-08-03500+ recipes: remove do_stageFrans Meulenbroeks2
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-06-10recipes: bump PR/INC_PR for packages changed in ↵Martin Jansa3
RDEPENDS/RRECOMMENDS/RSUGGESTS/RPROVIDES/RCONFLICTS/RREPLACES cleanup * only 769 from 1102 recipes were covered by automatic PR bump, list of remaining 333 recipes not using PR/INC_PR is available for manual PR add or INC_PR conversion - volunteers? http://build.shr-project.org/tests/jama/files.not.PR.bumped * just echo 'PR = "r1"' to recipes without any PR/INC_PR is not so good idea without manual check, because sometimes they rely on PR set in their .inc file and "r1" could make it go backwards Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-06-10recipes: conform to OE packaging guidelines with ↵Martin Jansa1
RSUGGESTS/RPROVIDES/RCONFLICTS/RREPLACES * even worse than last RDEPENDS/RRECOMMENDS change, because now ie: opkg info coreutils-doc Provides: textutils, shellutils, fileutils Replaces: textutils, shellutils, fileutils Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Acked-by: Khem Raj <raj.khem@gmail.com> Acked-by: Roman I Khimov <khimov@altell.ru>
2010-06-03recipes: conform to OE packaging guidelines with RDEPENDS/RRECOMMENDSMartin Jansa3
* there is probably very few cases when it's needed without _${PN}, if you find one in attached patch, please enlighten me * usually we want those only for ${PN} not for all ${PACKAGES} ie ${PN}-dev, ${PN)-doc etc * there is a check for this in recipe-sanity.bclass * there is maybe few possible fixes also in bbclasses cpan-base.bbclass:RDEPENDS += "${@["perl", ""][(bb.data.inherits_class('native', d))]}" distutils-base.bbclass:RDEPENDS += "python-core" gtk-icon-cache.bbclass:RDEPENDS += "hicolor-icon-theme" image.bbclass:RDEPENDS += "${IMAGE_INSTALL} ${IMAGE_BOOT}" module.bbclass:RDEPENDS += "kernel (${KERNEL_VERSION}) update-modules" ?opie_i18n.bbclass: rdepends = bb.data.getVar("RDEPENDS", d, 1) ?opie_i18n.bbclass: bb.data.setVar('RDEPENDS_%s' % x[0].lower(), pn, d) ?opie_i18n.bbclass: bb.data.setVar('RDEPENDS', rdepends, d) rubyextension.bbclass:RDEPENDS += "ruby" Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Acked-by: Koen Kooi <k-kooi@ti.com>
2010-05-25Make the do_patch apply=yes param implicit if extension is .diff/.patchChris Larson10
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 Larson10
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-04-12recipes: move checksums to recipes from checksums.iniMartin Jansa15
* fetch all *.bb with patched utils.bbclass appending all checksums found only in checksums.ini to recipe Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-04-12libatomicops: fix packaging for usage with SDKsKoen Kooi1
Signed-off-by: Koen Kooi <k-kooi@ti.com>
2010-03-26libatomics-ops: add patch avoiding installing 2 header files twiceMartin Jansa2
* automake-1.11 is checking that and fails Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-03-23pulseaudio: patch configure.ac to work around install errorSteve Sakoman1
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-03-23pulseaudio: patch configure.ac to work around install errorSteve Sakoman1
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-03-22pulseaudio: Plug flaw with pulseaudio restarting itself..Holger Hans Peter Freyther2
Address CVE-2009-1894..
2010-03-17pulseaudio-0.9.15: Fix a flaw in the tmp directory handlingHolger Hans Peter Freyther2
* Address CVE-2009-1299, compare with http://www.debian.org/security/2010/dsa-2017
2010-03-03pulseaudio: demote 0.9.19 and 0.9.21 for motorola ezx series and openmoko ↵Michael 'Mickey' Lauer2
devices
2010-01-08libcanberra 0.17: bump PRKoen Kooi1
2010-01-07libcanberra: add libcanberra-increase-buffer-size.patch from shr/importMartin Jansa3
2009-12-29pulseaudio: demote 0.9.21 for armv4t where it doesn't compileMichael 'Mickey' Lauer1
2009-11-30gconfmm: add 2.28.0Koen Kooi1
paprefs: add 0.9.9
2009-11-30pulseaudio: make compileable under uclibc againHenning Heinold3
* bring back INC_PR * bump PR
2009-11-27pulseaudio: add version 0.9.21Liam Girdwood7
Signed-off-by: Liam Girdwood <lrg@slimlogic.co.uk>
2009-11-09pulseaudio: added pulseaudio-0.9.19Liam Girdwood7
Signed-off-by: Liam Girdwood <lrg@slimlogic.co.uk>
2009-10-21libcanberra: depends on libtoolMichael 'Mickey' Lauer1
2009-10-14libatomic-ops: Add MIPS support, from gentooTom Rini2
2009-10-14sound-theme-freedesktop: add 0.7Steve Sakoman1
2009-10-02libcanberra: tweak packagingKoen Kooi1
2009-09-20pulseaudio: turn off eleet a5m 0ptimiZ4ti0nZ in thumb modePhil Blundell2
2009-09-19libcanberra: add 0.17; misc bug fixes and includes vapi bindings nowMichael 'Mickey' Lauer1
2009-08-07libcanberra: add 0.14Michael 'Mickey' Lauer1
2009-07-12pulseaudio: fix detection of tls for shared librariesHenning Heinold2
* bump PR
2009-07-12pulseaudio: fix building of bluez_ipc stuffHenning Heinold2
* bump PR
2009-07-12pulseaudio: use right gettext automake macro for generating locales or notHenning Heinold2
* only for version 0.9.15 * bump PR
2009-06-24pulseaudio: Switch to INC_PR, add openssl to DEPENDS.Tom Rini6
Also remove dbus from the version specific DEPENDS lines as it's in the inc file
2009-06-22pavucontrol: add 0.9.8Koen Kooi1
2009-06-05pulseaudio: add 0.9.15, sync with pokyKoen Kooi9
2009-06-05libcanberra: sync with pokyKoen Kooi1
2009-05-10libcanberra: fix packaging and DEPENDSKoen Kooi1
2009-04-18libcanberra: Updated to version 0.12.Stanislav Brabec1
2009-04-17pulseaudio: fix volatiles and ship policykit fileKoen Kooi3
2009-04-16libatomics-ops: Package all installed files.Stanislav Brabec1
2009-03-17rename packages/ to recipes/ per earlier agreementDenys Dmytriyenko34
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>