summaryrefslogtreecommitdiffstats
path: root/src/Makefile.am
Commit message (Collapse)AuthorAgeFilesLines
* udev: add module-udev-detect for discovering and configuring devicesLennart Poettering2009-06-061-0/+11
|
* reserve: wrap device reservation monitor reference implementationLennart Poettering2009-06-051-2/+2
|
* sndfile: big rework of libsndfile interfacing codeLennart Poettering2009-05-261-14/+15
| | | | | | | | | This adds proper channel map handling when reading/writing audio files. This allows surround .WAV files to be played with the right channel setup automatically. This also merges paplay into pacat and adds recording into formatted files to pacat.
* Add missing include directory path for OSS modules.Diego Elio 'Flameeyes' Pettenò2009-05-151-0/+2
|
* database: port restore modules to new database APILennart Poettering2009-05-141-5/+18
|
* rygel: add module that interfaces with Rygel UPnPLennart Poettering2009-04-291-0/+11
|
* http: split out mime type handling callsLennart Poettering2009-04-291-1/+1
|
* build-system: move x11 and jack modules into subdirectoriesLennart Poettering2009-04-281-12/+12
|
* memtrap,aupdate: split atomic update from memtrap into seperate aupdate ↵Lennart Poettering2009-04-221-0/+1
| | | | framework
* memtrap: hook up core to memtrap systemLennart Poettering2009-04-211-1/+1
|
* memtrap: add new logic to trap and handle SIGBUSLennart Poettering2009-04-211-2/+10
|
* reserve-device: allow building without D-BusErich Boleyn2009-04-191-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Lennart Poettering <lennart@poettering.net> wrote: > On Wed, 15.04.09 16:26, Erich Boleyn (erich@uruk.org) wrote: > > > Just noticed the new 0.9.15 release, got it building on Gentoo, and then > > found that the non-dbus build's ALSA modules appear to be broken: ... > > Is this something that can stubbed out (relatively) safely? > > Hmm, yes. As it seems I broke the build for non-dbus builds. Should be > easy to fix. Best way is probably to make the reserver wrapper mostly > a noop if D-Bus is not available. > > Please understand that I don't really focus on making every weird > combination of build deps work. So I won't fix this for you. But I am > happy to merge good patches! No problem, I was mainly looking for a hint that to your knowledge there should be no wierd side-effects from stubbing out the reserve and dbus functions inside reserve_wrapper. Thanks for said hint. ;-) Attached is a patch to include "reserve_wrapper.[ch]" in the non-dbus builds, and do said stubbing when HAVE_DBUS is not defined. It has passed moderate testing: built both versions, both pass "pulseaudio --dump-modules" with no weird messages, and the "--disable-dbus" build works and produces audio as expected in some simple tests including RTP.
* dbus: split dbus-util into dbus-sharedMarc-André Lureau2009-03-301-15/+21
| | | | | modules: fix dbus-util include pulse: get dbus at context connection
* Properly check for versioning flags.Diego Elio 'Flameeyes' Pettenò2009-03-051-16/+4
| | | | | | | Instead of checking for GNU ld presence, check if the linker knows about the -version-script flag. Non-GNU linkers may export the same interface. It also allows to check for alternative syntax for symbol versioning.
* Merge branch 'master' of ssh://rootserver/home/lennart/git/public/pulseaudioLennart Poettering2009-03-051-2/+2
|\
| * Merge branch 'master' of ssh://rootserver/home/lennart/git/public/pulseaudioLennart Poettering2009-03-041-4/+16
| |\
| * | fix typo in FOREIGN_CFLAGSLennart Poettering2009-03-041-2/+2
| | |
* | | try to detect when stupid clients forks and refuse all service from then onLennart Poettering2009-03-051-0/+1
| |/ |/|
* | revive solaris moduleFinn Thain2009-03-031-4/+16
|/ | | | | | | | | | | | | | | | | | | | | | | | | | | Hi All, This patch fixes the solaris audio device source and sink, and fixes some portability issues that break the build on solaris. Questions and comments welcomed. I've tested this patch only with OpenSolaris Express snv 103. Eventually I hope to be able to test a few older releases and older hardware (though it is hard to say whether there is much interest in those). This is my first brush with pulseaudio and so I read the wiki docs and some of the source code but I'm still unsure of a few things. In particular I'm wondering about rewind processing, corking and what (if anything) the module needs for those. I'm also unclear on the implications of thread_info.buffer_size, .fragment_size and .max_request, and whether my code is correct or not. This patch disables link map/library versioning unless ld is GNU ld. Another approach for solaris would be to use that linker's -M option, but I couldn't make that work (due to undefined mainloop, browse and simple symbols when linking pacat. I can post the errors if anyone is intested.) Thanks, Finn Thain
* get additional device data from udevLennart Poettering2009-03-011-0/+6
|
* bluetooth: Fix under linked module-bluetooth-deviceColin Guthrie2009-02-261-1/+1
|
* Fix a very strange 'file not found' error in module-alsa-card.Colin Guthrie2009-02-261-1/+1
| | | | This fixes a regression introduced by commit c341010304064c9a6ae13fab15c7fa7883acaeeb
* implement device reservation schemeLennart Poettering2009-02-241-1/+12
|
* Make .desktop and .policy file in src/daemon translatableKelemen Gábor2009-02-241-6/+11
|
* split off foreign code into a convenience library to make gcc warnings go awayLennart Poettering2009-02-211-2/+10
|
* add test tool for debugging broken timing in sound driversLennart Poettering2009-02-201-2/+12
|
* properly read icon/application name/display from gtk/glib/gdkLennart Poettering2009-02-131-0/+13
|
* add a module that forwards cork/uncork requests to X11 as fake pause/resume ↵Lennart Poettering2009-02-131-1/+8
| | | | key events
* implement a module that corks music/video streams automatically when a phone ↵Lennart Poettering2009-02-121-1/+9
| | | | call is active
* add new module-augment-properties module for augmenting properties from ↵Lennart Poettering2009-02-051-2/+11
| | | | .desktop files
* A couple of dependancy ordering fixes.Colin Guthrie2009-02-031-8/+8
| | | | | Make sure libdbus-util.so is installed/relinked prior to libalsa-util.so Make sure libbluetooth-util.so is installed/relinked prior to module-bluetooth-discover.so
* make update-sbc should also update other BT related sourcesLennart Poettering2009-02-031-2/+7
|
* big module-bluetooth-device.c reworkLennart Poettering2009-02-021-7/+6
|
* update sbc stuffLennart Poettering2009-02-021-2/+2
|
* download everything from gitweb twice to make sure we don't get a ↵Lennart Poettering2009-02-021-3/+3
| | | | 'Generating...' message
* temporary commit of lennarts new bt changesLennart Poettering2009-01-291-7/+14
|
* get rid of module-flat-volumes since we are moving this into the coreLennart Poettering2009-01-271-9/+1
|
* add a bitset implementationLennart Poettering2009-01-271-0/+1
|
* include a few HAL properties in our card/sink/source properties for ALSA devicesLennart Poettering2009-01-241-0/+6
|
* add generic rate limiting implementationLennart Poettering2009-01-231-0/+1
|
* Merge commit 'flameeyes/flameeyes'Lennart Poettering2009-01-231-1/+0
|\
| * Remove support for internal distributing and bundling of libltdl.Diego E. 'Flameeyes' Pettenò2009-01-221-1/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Standing to what the libtool documentation says, the LTDL_INIT macro and the related configure options are only useful when intending to distribute libltdl, and is superfluous if the system copy were always to be used. Which makes it very easy to just drop the internal copy and use the system library, just do it like any other library lacking pkg-config files to identify its presence. If this tries to build against an older libtool version it might fail at link time, so for now this is not an user-proof solution. But it at least should provide a working environment for packagers.
* | add a simple abstraction for SIMD operationsLennart Poettering2009-01-231-1/+8
|/
* add a card profile restore moduleLennart Poettering2009-01-211-0/+8
|
* add an API to create arbitrary alsa sinks/sources dynamically without having ↵Lennart Poettering2009-01-211-1/+1
| | | | to load/unload modules
* Include the alsa/ subdirectory for modules in the search path.Diego E. 'Flameeyes' Pettenò2009-01-201-0/+2
| | | | Without this, out of tree builds fails.
* Allow to opt-out from building tests.Diego E. 'Flameeyes' Pettenò2009-01-201-3/+9
| | | | | | | | | | Since the tests are only useful either if you're hacking at pulseaudio as a developer, or when running "make check", allow users to opt-out from their build. This for instance allows for Gentoo users not to build the tests when installing the ebuild with tests disabled, and also allow for skipping over eventually broken tests when trying to get the basic build going on a port.
* Merge commit '7104d54bbce8f9bd2553e16f45f3a0f69ac75b8b'Lennart Poettering2009-01-191-4/+6
|\
| * Add proper -I directives for out-of-tree builds.Diego E. 'Flameeyes' Pettenò2009-01-191-0/+5
| | | | | | | | | | When building out of tree, the generated files are put in builddir rather than srcdir, so handle that properly.
| * Create only the directory the current target should be created into.Diego E. 'Flameeyes' Pettenò2009-01-191-4/+1
| | | | | | | | | | | | | | | | | | | | | | | | With this change, instead of running multiple `mkdir -p` commands in all the rules for all the generated definition files, only the call for the current generated file is executed. Not only it should shorten build time (especially for parallel make) but it also fixes out-of-tree builds when new directories are added. The $(dir $@) construct is GNU make-specific, but the rest of the buildsystem is already GNU make-dependent so there should be no problem.