Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | revive solaris module | Finn Thain | 2009-03-03 | 1 | -4/+12 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 | ||||
* | make dependency on udev versioned | Lennart Poettering | 2009-03-02 | 1 | -1/+1 |
| | |||||
* | get additional device data from udev | Lennart Poettering | 2009-03-01 | 1 | -0/+41 |
| | |||||
* | forgot to bump the revision | Lennart Poettering | 2009-02-24 | 1 | -1/+1 |
| | |||||
* | build: shave it! | Marc-André Lureau | 2009-02-24 | 1 | -0/+5 |
| | | | | http://damien.lespiau.name/blog/2009/02/18/shave-making-the-autotools-output-sane/ | ||||
* | Merge commit 'elmarco/legacy-dir' | Lennart Poettering | 2009-02-19 | 1 | -0/+6 |
|\ | |||||
| * | pulse/context: add --enable-legacy-runtime-dir | Marc-André Lureau | 2009-02-18 | 1 | -0/+6 |
| | | |||||
* | | bump required alsa version | Lennart Poettering | 2009-02-18 | 1 | -2/+2 |
|/ | |||||
* | Optionally disable IPv6 | Iain Hibbert | 2009-02-13 | 1 | -0/+27 |
| | | | | Closes #79 | ||||
* | show whether gtk+ support is enabled after configure | Lennart Poettering | 2009-02-13 | 1 | -0/+6 |
| | |||||
* | properly read icon/application name/display from gtk/glib/gdk | Lennart Poettering | 2009-02-13 | 1 | -0/+39 |
| | |||||
* | add a module that forwards cork/uncork requests to X11 as fake pause/resume ↵ | Lennart Poettering | 2009-02-13 | 1 | -1/+1 |
| | | | | key events | ||||
* | prepare test2 | Lennart Poettering | 2009-02-12 | 1 | -1/+1 |
| | |||||
* | bump version and sonamev0.9.15-test1 | Lennart Poettering | 2009-02-04 | 1 | -2/+2 |
| | |||||
* | Merge commit 'flameeyes/flameeyes' | Lennart Poettering | 2009-02-04 | 1 | -1/+1 |
|\ | |||||
| * | Disable portability warnings from automake. | Diego Elio 'Flameeyes' Pettenò | 2009-01-31 | 1 | -1/+1 |
| | | | | | | | | | | | | | | The portability warning class warns during automake calls about non-POSIX variable names and GNU make extensions. Since both happens with the current Makefile.am files and it's reasonable to expect that they wouldn't be rewritten (GNU make is a reasonable requirement), just avoid the warnings. | ||||
* | | drop -pedantic | Lennart Poettering | 2009-02-02 | 1 | -1/+1 |
| | | |||||
* | | drop -Wpacked | Lennart Poettering | 2009-01-31 | 1 | -1/+1 |
|/ | |||||
* | always define PA_MAJOR/PA_MINOR/PA_MICRO to ease feature checking in client ↵ | Lennart Poettering | 2009-01-27 | 1 | -6/+9 |
| | | | | applications | ||||
* | include a few HAL properties in our card/sink/source properties for ALSA devices | Lennart Poettering | 2009-01-24 | 1 | -1/+4 |
| | |||||
* | Merge commit 'flameeyes/flameeyes' | Lennart Poettering | 2009-01-23 | 1 | -12/+26 |
|\ | |||||
| * | Improve the ltdl discovery code by checking for libtool 2.x functions. | Diego E. 'Flameeyes' Pettenò | 2009-01-22 | 1 | -1/+5 |
| | | | | | | | | | | | | The lt_dladvise_* interfaces are implemented only in the 2.x series and are not implemented in 1.4, so we can rely on their presence to know that the version is good enough. | ||||
| * | Move the safety check about pkg-config in bootstrap.sh. | Diego E. 'Flameeyes' Pettenò | 2009-01-22 | 1 | -8/+0 |
| | | | | | | | | | | Don't check twice for pkg-config during configure, since the undefined macro would be possibly caused on a different system. | ||||
| * | Fix logic thinko. | Diego E. 'Flameeyes' Pettenò | 2009-01-22 | 1 | -1/+1 |
| | | |||||
| * | Remove support for internal distributing and bundling of libltdl. | Diego E. 'Flameeyes' Pettenò | 2009-01-22 | 1 | -3/+21 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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. | ||||
* | | use pthread_setaffinity_np() only when it is available | Lennart Poettering | 2009-01-22 | 1 | -1/+1 |
|/ | |||||
* | NetBSD doesn't know getgrnam_r()/getpwnam_r() | Jared D. McNeill | 2009-01-22 | 1 | -2/+2 |
| | | | | Signed-off-by: Lennart Poettering <lennart@poettering.net> | ||||
* | NetBSD specific atomic operation implementation | Jared D. McNeill | 2009-01-22 | 1 | -53/+77 |
| | | | | Signed-off-by: Lennart Poettering <lennart@poettering.net> | ||||
* | NetBSD needs to include sys/uio.h for some socket functions | Jared D. McNeill | 2009-01-22 | 1 | -1/+1 |
| | | | | Signed-off-by: Lennart Poettering <lennart@poettering.net> | ||||
* | rework module-hal-detect and make it use module-alsa-card instead of ↵ | Lennart Poettering | 2009-01-22 | 1 | -1/+1 |
| | | | | module-alsa-sink/-source | ||||
* | Allow to opt-out from building tests. | Diego E. 'Flameeyes' Pettenò | 2009-01-20 | 1 | -0/+6 |
| | | | | | | | | | | 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. | ||||
* | build: print more informations about preopen | Marc-André Lureau | 2009-01-13 | 1 | -2/+6 |
| | |||||
* | bump version/soname | Lennart Poettering | 2009-01-12 | 1 | -2/+2 |
| | |||||
* | drop a few warning options, add a few new ones | Lennart Poettering | 2009-01-08 | 1 | -1/+1 |
| | |||||
* | build: fix missing x11 modules dependencies | Marc-André Lureau | 2009-01-08 | 1 | -1/+1 |
| | |||||
* | build: use pkg-config for X11 | Marc-André Lureau | 2009-01-08 | 1 | -21/+40 |
| | | | | | | | | | | | | | According to Daniel, AC_PATH_XTRA is sort-of deprecated. This patch changes the configure arguments, --x-includes=dir and --x-libraries=dir, which are now removed and use standard pkg-config. It also replaces --with{,out}-x with --{dis,en}able-x11, which is the same as other optionnal dependencies. (this patch was done in an attempt to solve a build issue on maemo, it turns out it didn't help) | ||||
* | -Wconvert is pain, let's drop it again | Lennart Poettering | 2009-01-08 | 1 | -1/+1 |
| | | | | | Fascist compiler options are sometimes nice, but this one is a real Ober-Nazi. Let's get rid of it. | ||||
* | libtool 2.2 updates | Lennart Poettering | 2008-12-16 | 1 | -4/+5 |
| | |||||
* | Merge commit 'flameeyes/libtool-2.2' | Lennart Poettering | 2008-12-16 | 1 | -23/+4 |
|\ | |||||
| * | Update code to use libtool 2.2. Use convenience recursive libltdl. | Diego 'Flameeyes' Pettenò | 2008-08-08 | 1 | -23/+4 |
| | | | | | | | | Also remove the code for older libtool from the daemon. | ||||
| * | Create an m4 directory for common macros and use it. | Diego 'Flameeyes' Pettenò | 2008-08-08 | 1 | -0/+1 |
| | | | | | | | | | | | | | | Split acinclude.m4 in multiple macro files. Let it be known to autoconf and aclocal to use the m4 directory. Ignore macro files copied or linked by libtool and intltool. | ||||
| * | Remove gettext macros from configure.ac, intltool is used. | Diego 'Flameeyes' Pettenò | 2008-08-08 | 1 | -2/+0 |
| | | | | | | | | | | When using intltool there is no need to _also_ use gettext, so remove gettext macros so that autoreconf does not copy them over. | ||||
| * | Bump autoconf requirement to 2.62 (latest released version). | Diego 'Flameeyes' Pettenò | 2008-08-07 | 1 | -1/+1 |
| | | |||||
* | | Implement new flags DONT_INHIBIT_AUTO_SUSPEND and START_UNMUTED | Lennart Poettering | 2008-10-26 | 1 | -1/+1 |
| | | |||||
* | | bump micro version | Lennart Poettering | 2008-10-25 | 1 | -1/+1 |
| | | |||||
* | | make new build logic actually work | Lennart Poettering | 2008-10-22 | 1 | -1/+0 |
| | | |||||
* | | temporary commit to allow flameeyes a look | Lennart Poettering | 2008-10-21 | 1 | -8/+5 |
| | | |||||
* | | Support showing a backtrace on log messages | Lennart Poettering | 2008-10-21 | 1 | -0/+1 |
| | | |||||
* | | Modularise the RAOP stuff that requires OpenSSL and make it optional at ↵ | Colin Guthrie | 2008-10-08 | 1 | -0/+41 |
| | | | | | | | | compile time | ||||
* | | bump version and sonames | Lennart Poettering | 2008-10-06 | 1 | -3/+3 |
| | |