aboutsummaryrefslogtreecommitdiff
path: root/sound/pulseaudio
Commit message (Collapse)AuthorAge
* pulseaudio: fix non-NEON ARM compilesSebastian Kemper2018-03-19
| | | | | | | | | | | | | | | | | | | | | | | PulseAudio in some cases does not detect the ARM CPU's capabilities correctly and enables NEON ASM while it is not supported. For example when compiling for arm_arm1176jzf-s_vfp the assembler rejects this and the compile fails: {standard input}: Assembler messages: {standard input}:27: Error: selected processor does not support `vld1.16 {d0},[r1]!' in ARM mode {standard input}:28: Error: selected processor does not support `vmovl.s16 q0,d0' in ARM mode {standard input}:29: Error: selected FPU does not support instruction -- `vcvt.f32.s32 q0,q0,#15' {standard input}:31: Error: selected processor does not support `vst1.32 {q0},[r2]!' in ARM mode {standard input}:70: Error: selected processor does not support `vld1.32 {q0},[r1]!' in ARM mode {standard input}:71: Error: selected FPU does not support instruction -- `vcvt.s32.f32 q0,q0,#31' {standard input}:72: Error: selected processor does not support `vqrshrn.s32 d0,q0,#16' in ARM mode {standard input}:74: Error: selected processor does not support `vst1.16 {d0},[r2]!' in ARM mode Makefile:8668: recipe for target 'pulsecore/libpulsecore_sconv_neon_la-sconv_neon.lo' failed To fix this tell PulseAudio explicitly when to use the NEON ASM and when not to. Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
* Pulseaudio: variant avahi/bluezJohnny Vogels2018-02-06
| | | Signed-off-by: Johnny Vogels <35307256+jmv2009@users.noreply.github.com>
* pulseaudio: update to 11.1Peter Wagner2017-10-15
| | | | Signed-off-by: Peter Wagner <tripolar@gmx.at>
* pusleaudio: update to 11.0Peter Wagner2017-09-11
| | | | Signed-off-by: Peter Wagner <tripolar@gmx.at>
* pulseaudio: don't link against libspeexdspPeter Wagner2017-08-16
| | | | Signed-off-by: Peter Wagner <tripolar@gmx.at>
* pulseaudio: update to 10.0Peter Wagner2017-01-22
| | | | Signed-off-by: Peter Wagner <tripolar@gmx.at>
* pulseaudio: update to 9.0, fix typoPeter Wagner2016-10-03
| | | | Signed-off-by: Peter Wagner <tripolar@gmx.at>
* pulseaudio: build without soxr, install configs with all read permissionsTed Hess2016-03-25
| | | | Signed-off-by: Ted Hess <thess@kitschensync.net>
* pulseaudio: update to 8.0Peter Wagner2016-02-22
| | | | Signed-off-by: Peter Wagner <tripolar@gmx.at>
* pulseaudio: update to 7.1Peter Wagner2015-11-21
| | | | Signed-off-by: Peter Wagner <tripolar@gmx.at>
* pulseaudio: update to 7.0Peter Wagner2015-10-03
| | | | Signed-off-by: Peter Wagner <tripolar@gmx.at>
* pulseaudio: fix libjson dependencyPeter Wagner2015-04-24
| | | | Signed-off-by: Peter Wagner <tripolar@gmx.at>
* pulseaudio: pulseaudio-daemon depends on libjson-cPeter Wagner2015-03-25
| | | | Signed-off-by: Peter Wagner <tripolar@gmx.at>
* Revert "debootstrap: bump version"Peter Wagner2015-03-25
| | | | This reverts commit e9072e50fe807ddd8c4f4b686be93794b28c94ea.
* debootstrap: bump versionDaniel Golle2015-03-24
| | | | Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* remove uneeded PKG_BUILD_DIR & PKG_CAT overridesNicolas Thill2015-02-22
| | | | Signed-off-by: Nicolas Thill <nico@openwrt.org>
* pulseaudio: update to 6.0Peter Wagner2015-02-15
| | | | Signed-off-by: Peter Wagner <tripolar@gmx.at>
* generic userid: use the new USERID apiJohn Crispin2014-10-08
| | | | | | | | recent changes in trunk allow us to specify the userid inside the openwrt makefile. the info is stored int he meta data of the IPK contorl file and users are generated by the new generic postinst trigger. Signed-off-by: John Crispin <blogic@openwrt.org>
* pulseaudio: fix CVE-2014-3970Jiri Slachta2014-08-24
| | | | Signed-off-by: Jiri Slachta <slachta@cesnet.cz>
* pulseaudio: add PKG_LICENSE informationIan Leonard2014-08-03
| | | | Signed-off-by: Ian Leonard <antonlacon@gmail.com>
* pulseaudio: remove avahi supportPeter Wagner2014-06-30
|
* pulseaudio: import from packagesPeter Wagner2014-06-16
Signed-off-by: Peter Wagner <tripolar@gmx.at>