summaryrefslogtreecommitdiffstats
path: root/package/multimedia/pulseaudio
Commit message (Collapse)AuthorAgeFilesLines
* pulseaudio: fix build error on toolchains without C++ supportPeter Korsgaard2012-06-041-0/+15
| | | | | | | | | | | | | The optional webrtc echo canceller is written in C++, causing auto* to want to link module-echo-cancel.so with CXX even if webrtc ISN'T used. If we don't have C++ support enabled in BR, CXX will point to /bin/false, which makes configure think we aren't able to create C++ .so files (arguable true), breaking the build when it tries to install the .so workaround it by patching up the libtool invocations to use C mode instead. Fixes http://autobuild.buildroot.net/results/114e5bf0086f2394b36f17a70cb54b357a72413c Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* pulseaudio: add optional systemd supportPeter Korsgaard2012-05-201-1/+2
| | | | Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* pulseaudio: don't build man pages if not neededPeter Korsgaard2012-05-201-1/+2
| | | | | | No sense in building them if they are thrown away by target-finalize anyway. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* pulseaudio: bump versionPeter Korsgaard2012-05-201-2/+3
| | | | Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* pulseaudio: bump versionPeter Korsgaard2012-03-161-1/+1
| | | | Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* pulseaudio: needs host-intltoolPeter Korsgaard2011-10-291-1/+1
| | | | Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* pulseaudio: gtk supports needs x backendPeter Korsgaard2011-10-261-0/+5
| | | | | | Uses X11 specific apis. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* pulseaudio: alsa backend needs pcm+mixer apisPeter Korsgaard2011-10-251-0/+5
| | | | Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* package: add pulseaudioPeter Korsgaard2011-10-202-0/+61
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>