]> code.delx.au - pulseaudio/history - configure.ac
Handle when ALSA tweaks our sample spec so much that the frame size changes.
[pulseaudio] / configure.ac
2007-03-01 Pierre OssmanHandle when ALSA tweaks our sample spec so much that...
2007-02-13 Pierre OssmanAdd copyright notices to all relevant files. (based...
2007-02-12 Pierre OssmanMake sure we get proper host identifiers.
2006-09-20 Lennart Poetteringrename default realtime group from "realtime" to "pulse...
2006-09-02 Lennart Poetteringfix a few autoconf warnings (patch by Flameeyes)
2006-08-31 Pierre OssmanMake sure libatomic_ops.a isn't included in win32 build...
2006-08-30 Pierre OssmanMake sure the libatomic_ops lib is included.
2006-08-30 Pierre OssmanRemove check for libatomic_ops library as some systems...
2006-08-29 Lennart Poetteringadd libatomic-ops to hard dependencies
2006-08-26 Lennart Poetteringbump version and sonames
2006-08-22 Lennart Poetteringfix typo
2006-08-22 Pierre OssmanFix detection of shared memory support and proper fallback.
2006-08-22 Pierre OssmanFix detection of page size for non-POSIX systems.
2006-08-19 Lennart Poetteringcheck for posix_memalign and friends
2006-08-18 Lennart Poetteringlook for shm_open in -lrt
2006-08-11 Lennart PoetteringBuild HAL support only when either OSS or ALSA is available
2006-08-06 Lennart Poetteringmerge HAL support from Shams E. King
2006-08-01 Lennart Poetteringbump API and protocol version. Return PA_ERR_NOTSUPPORT...
2006-07-26 Lennart Poetteringadd missing configure.ac checks for module-gconf
2006-07-24 Lennart Poetteringbump version and sonames
2006-07-20 Lennart Poetteringbump release and sonames
2006-07-19 Lennart Poettering* add new --system command line parameter to the daemon...
2006-07-18 Lennart Poetteringremove glib 1.2 adapter. It started to bitrot and wasn...
2006-07-16 Lennart Poetteringmake pulseaudio compile again on FreeBSD (patch from...
2006-07-16 Lennart Poetteringshow summary after "configure" has run (closes: #22)
2006-07-14 Lennart Poettering* fall back to prctl(PR_GET_NAME) in pa_get_binary_name...
2006-07-13 Lennart Poetteringremove HOWL snippet from configure script
2006-07-13 Lennart Poetteringcheck for avahi in configure.ac
2006-07-08 Lennart Poettering* remove doc/ directory
2006-07-07 Lennart Poetteringremove all docs from tarball since they are now availab...
2006-06-20 Lennart Poetteringbump version number
2006-06-19 Lennart Poetterings/POLYP/PULSE/g
2006-06-19 Lennart Poetteringname the pkg-config files after the library names
2006-06-19 Lennart Poetteringbig s/polyp/pulse/g
2006-06-12 Pierre OssmanUse AM_ICONV to determine what needs to be done for...
2006-06-12 Pierre OssmanAlso look in winsock2.h for INADDR_NONE. (solves #18)
2006-06-12 Pierre OssmanProperly escape the m4 macros and make the code a bit...
2006-06-02 Lennart Poetteringactually build cpulimit support if SIGXCPU is available
2006-06-02 Lennart Poetteringbump version and soname
2006-06-02 Lennart PoetteringAdd new configure options to disable/enable specific...
2006-05-25 Lennart Poettering* add new API function pa_stream_get_buffer_attr().
2006-05-25 Lennart Poetteringmove modules to ${libdir}/polypaudio-${PA_MAJORMINOR...
2006-05-24 Pierre Ossmanpadsp needs dlsym & co so make sure we get that lib...
2006-05-24 Pierre OssmanRemove the exceedingly anal warnings. It's impossible...
2006-05-22 Pierre OssmanWrap strerror() in a function that makes it thread...
2006-05-19 Lennart Poetteringgenerate PA_MAJORMINOR properly - only from major and...
2006-05-18 Pierre OssmanAnd functions for convertion to and from current locale...
2006-05-16 Lennart Poetteringchange version number from "0.9" to "0.9.0" to make...
2006-05-16 Lennart Poetteringbump version number to 0.9
2006-05-16 Lennart Poettering* add new configure option --with-module-dir=
2006-05-11 Pierre OssmanHandle pipes on platforms where they are non-existant...
2006-04-26 Lennart Poetteringbump version number
2006-04-24 Pierre Ossmanchown() and chmod() aren't available on Windows.
2006-04-24 Pierre OssmanUndo invalid automake version requirement.
2006-04-22 Lennart Poetteringrequire automake 1.9 in configure.ac
2006-04-18 Pierre OssmanMake the probe for RNG sources at runtime since the...
2006-04-18 Pierre OssmanClarify that JACK libs are optional.
2006-04-18 Pierre OssmanMore fixes caused by Sun's complete inability to follow...
2006-04-17 Lennart Poetteringadd new JACK sink
2006-04-16 Lennart Poettering* add new check for $RANDOM_DEVICE
2006-04-13 Lennart Poetteringadd new configure option to enable preloading even...
2006-03-31 Pierre OssmanLarge file support. Polypaudio probably doesn't need...
2006-03-02 Pierre OssmanNegotiate protocol version between server and client...
2006-02-23 Pierre OssmanAdd inet_pton emulation for platforms that lack it...
2006-02-21 Lennart Poettering* Get rid of libpolyp-mainloop
2006-02-20 Pierre OssmanDetect support for Solaris (/dev/audio).
2006-02-16 Lennart Poetteringdrop polyplib- prefix from client library files
2006-02-16 Pierre OssmanReorganised the source tree. We now have src/ with...
2006-02-16 Lennart PoetteringAdd HAVE_ALSA and HAVE_OSS defines
2006-01-27 Lennart PoetteringMega patch:
2006-01-25 Pierre OssmanWe get the -lcap through LIBS, so no need for CAP_LIBS.
2006-01-25 Pierre OssmanUse AC_SEARCH_LIBS instead of AC_CHECK_LIBS since it...
2006-01-11 Pierre OssmanMany (FSF and Sun at least) have interpreted the C99...
2006-01-11 Pierre OssmanRemove the old compiler flag test now that we have...
2006-01-11 Pierre OssmanOur makefiles work just fine on older automakes (1...
2006-01-10 Lennart Poetteringbuild system updates, including support for some newer...
2006-01-10 Lennart PoetteringMerge Pierre's changes
2005-09-16 Lennart Poetteringprint a nice message when libltdl is missing
2005-01-12 Lennart Poettering* fix LIRC configuration
2005-01-09 Lennart Poettering* add new module module-mmkbd-evdev
2005-01-08 Lennart Poettering* add new module for LIRC volume control
2005-01-08 Lennart Poettering* add support for asynchronous name resolution
2004-12-18 Lennart Poetteringfix conditional X11 compilation
2004-12-14 Lennart Poettering* prepare polyplib-browse for installation
2004-12-12 Lennart Poettering* fix include file names in installed header files
2004-12-11 Lennart Poettering* fix alsa initialisation
2004-12-11 Lennart Poettering* add first part of zeroconf publisher
2004-11-26 Lennart Poettering* use setresuid() instead of setruid() if available
2004-11-23 Lennart Poettering* some fixes for MacOS X by Conrad Parker
2004-11-21 Lennart Poetteringprepare for release
2004-11-21 Lennart Poetteringbump version number
2004-11-21 Lennart Poettering* add some missing "static"s
2004-11-14 Lennart PoetteringMake the whole stuff LGPL only
2004-11-09 Lennart Poetteringsplit out x11prop.[ch]
2004-11-07 Lennart Poettering* Look for M4 in configure.ac
2004-11-01 Lennart PoetteringApply Joe Marcus Clarke's FreeBSD patches
2004-10-28 Lennart Poetteringrequire newer libsndfile
2004-09-29 Lennart PoetteringAdd support for libwrap
2004-09-29 Lennart Poetteringreally fix API version API
2004-09-26 Lennart Poetteringbum version number
next