summaryrefslogtreecommitdiffstats
path: root/configure.ac
Commit message (Collapse)AuthorAgeFilesLines
* Use the new CC_CHECK_CFLAGS_APPEND macro instead of a manual for.Diego Elio 'Flameeyes' Pettenò2009-06-291-5/+1
|
* Check for and use flags to reject undefined symbols in libraries.Diego Elio 'Flameeyes' Pettenò2009-06-291-0/+5
| | | | | | Make sure that all the PulseAudio modules are built properly without outstanding undefined symbols: if the undefined symbols are found, reject link.
* Make it more clear that PulseAudio needs libtool 2.2.Diego Elio 'Flameeyes' Pettenò2009-06-291-1/+1
| | | | | | The error message was way too generic, as it was very possible that libltdl _is_ in the system but is not found because too old. Disambiguate this by explicitly stating that the version 2 of the library is not found.
* build-sys: properly drop '-' from major/minor/micro stringsLennart Poettering2009-06-231-3/+3
|
* build-sys: use pax tar format to allow longer file namesLennart Poettering2009-06-231-1/+1
|
* builds-sys: work around automake 1.11 borkageLennart Poettering2009-06-231-2/+2
| | | | | | As suggested on: http://lists.gnu.org/archive/html/automake/2009-06/msg00059.html
* build-sys: bump udev revision to pull in new rules filesLennart Poettering2009-06-231-1/+1
|
* build-sys: dropo shave support, depend on automake's new silent build ↵Lennart Poettering2009-06-221-4/+3
| | | | support instead
* mergoLennart Poettering2009-06-191-54/+0
|
* libpulse: implement client side for sink/source port selection commandsLennart Poettering2009-06-171-1/+1
|
* build-sys: bump libsndfile dependencyLennart Poettering2009-06-061-1/+1
|
* Use the _ONCE variation of AC_CHECKs where applicable.Diego Elio 'Flameeyes' Pettenò2009-05-171-19/+19
| | | | | | | | | | | When we're unconditionally looking for a function, or an header file, without particular libraries set, or with found/not-found conditional code, we can save ~1K lines in the final configure script by using the _ONCE variant. This makes sure that for each header of function, the check is done exactly once and never more, reducing the amount of code that has to be generated and executed.
* Don't use == for comparison in tests. Fix build with non-bash shells.Diego Elio 'Flameeyes' Pettenò2009-05-151-5/+5
|
* database: port restore modules to new database APILennart Poettering2009-05-141-3/+71
|
* build: there is no such thing as SHAVE_OUTPUT anymoreMarc-André Lureau2009-04-231-1/+0
|
* build: generate git tarball using git describeMarc-André Lureau2009-04-231-5/+6
|
* bump version for final 0.9.15 releaseLennart Poettering2009-04-141-1/+1
|
* prepare another snapshotv0.9.15-test8Lennart Poettering2009-04-101-1/+1
|
* prepare test7v0.9.15-test7Lennart Poettering2009-04-011-1/+1
|
* prepare test6v0.9.15-test6Lennart Poettering2009-04-011-1/+1
|
* prepare test5v0.9.15-test5Lennart Poettering2009-03-051-1/+1
|
* Properly check for versioning flags.Diego Elio 'Flameeyes' Pettenò2009-03-051-9/+11
| | | | | | | 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.
* prepare release 0.9.15-test4v0.9.15-test4Lennart Poettering2009-03-051-1/+1
|
* revive solaris moduleFinn Thain2009-03-031-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 versionedLennart Poettering2009-03-021-1/+1
|
* get additional device data from udevLennart Poettering2009-03-011-0/+41
|
* forgot to bump the revisionLennart Poettering2009-02-241-1/+1
|
* build: shave it!Marc-André Lureau2009-02-241-0/+5
| | | | http://damien.lespiau.name/blog/2009/02/18/shave-making-the-autotools-output-sane/
* Merge commit 'elmarco/legacy-dir'Lennart Poettering2009-02-191-0/+6
|\
| * pulse/context: add --enable-legacy-runtime-dirMarc-André Lureau2009-02-181-0/+6
| |
* | bump required alsa versionLennart Poettering2009-02-181-2/+2
|/
* Optionally disable IPv6Iain Hibbert2009-02-131-0/+27
| | | | Closes #79
* show whether gtk+ support is enabled after configureLennart Poettering2009-02-131-0/+6
|
* properly read icon/application name/display from gtk/glib/gdkLennart Poettering2009-02-131-0/+39
|
* add a module that forwards cork/uncork requests to X11 as fake pause/resume ↵Lennart Poettering2009-02-131-1/+1
| | | | key events
* prepare test2Lennart Poettering2009-02-121-1/+1
|
* bump version and sonamev0.9.15-test1Lennart Poettering2009-02-041-2/+2
|
* Merge commit 'flameeyes/flameeyes'Lennart Poettering2009-02-041-1/+1
|\
| * Disable portability warnings from automake.Diego Elio 'Flameeyes' Pettenò2009-01-311-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 -pedanticLennart Poettering2009-02-021-1/+1
| |
* | drop -WpackedLennart Poettering2009-01-311-1/+1
|/
* always define PA_MAJOR/PA_MINOR/PA_MICRO to ease feature checking in client ↵Lennart Poettering2009-01-271-6/+9
| | | | applications
* include a few HAL properties in our card/sink/source properties for ALSA devicesLennart Poettering2009-01-241-1/+4
|
* Merge commit 'flameeyes/flameeyes'Lennart Poettering2009-01-231-12/+26
|\
| * Improve the ltdl discovery code by checking for libtool 2.x functions.Diego E. 'Flameeyes' Pettenò2009-01-221-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-221-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-221-1/+1
| |
| * Remove support for internal distributing and bundling of libltdl.Diego E. 'Flameeyes' Pettenò2009-01-221-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 availableLennart Poettering2009-01-221-1/+1
|/
* NetBSD doesn't know getgrnam_r()/getpwnam_r()Jared D. McNeill2009-01-221-2/+2
| | | | Signed-off-by: Lennart Poettering <lennart@poettering.net>