No description
Find a file
Tanu Kaskinen 5d66b44203 build-sys: enable GSettings by default
A new paprefs release is expected soon, and it will only support
GSettings. In order to have the default configuration work with the new
paprefs version, we need to enable GSettings by default.

If both module-gconf and module-gsettings are enabled when building
PulseAudio, both modules will be part of the default configuration. That
can cause trouble, because when the GConf database is migrated to
GSettings, the old configuration in GConf is not removed, so both
module-gconf and module-gsettings will try to load modules.

Generally it's not necessary to have both modules enabled even at build
time, so let's default to having only one of them enabled.
2018-04-19 14:45:31 +03:00
coverity build: Add Coverity scan model 2017-03-06 08:22:33 +01:00
doc
doxygen
m4 build-sys: Move to compiling with C11 support 2016-02-25 09:09:13 +05:30
man man: unify pactl and pacmd suspend command documentation 2018-04-10 15:29:18 +03:00
po i18n: update the Czech translation 2018-04-02 14:34:59 +03:00
scripts
shell-completion shell-completion: update zsh completion for pasuspender 2017-01-19 03:00:45 +02:00
src gsettings: free group_names after use 2018-04-19 14:45:25 +03:00
vala vala: use the correct syntax 2017-01-19 03:00:45 +02:00
.gitignore
.mailmap
.travis.yml build-sys: Enable clang-based builds on Travis 2017-01-24 17:17:59 +05:30
autogen.sh
bootstrap.sh build-sys: make bootstrap.sh fail if autopoint or intltoolize are not available 2017-09-09 16:25:26 +03:00
configure.ac build-sys: enable GSettings by default 2018-04-19 14:45:31 +03:00
git-version-gen
GPL
LGPL
libpulse-mainloop-glib.pc.in
libpulse-simple.pc.in
libpulse.pc.in
LICENSE qpaeq: change license from AGPL to LGPL v2.1 2017-09-19 21:29:44 +03:00
Makefile.am build-sys: simulate ln -s correctly on Windows 2017-10-07 22:16:07 +03:00
NEWS update NEWS 2017-09-18 18:49:34 +03:00
orc.mak
PROTOCOL protocol-native: Don't signal memfd support for 9.0 clients 2016-11-19 15:11:59 +02:00
pulseaudio-text.svg
pulseaudio.supp
pulseaudio.svg
PulseAudioConfig.cmake.in
PulseAudioConfigVersion.cmake.in
README
todo build-sys: Stop using symdef headers for modules 2017-12-12 12:58:52 +05:30

PULSEAUDIO SOUND SERVER

WEB SITE:
	http://pulseaudio.org/

GIT:
	git://anongit.freedesktop.org/pulseaudio/pulseaudio

GITWEB/CGIT:
	http://cgit.freedesktop.org/pulseaudio/pulseaudio/

MAILING LIST:
	http://lists.freedesktop.org/mailman/listinfo/pulseaudio-discuss

GIT COMMITS MAILING LIST:
	http://lists.freedesktop.org/mailman/listinfo/pulseaudio-commits

TRAC/BUGZILLA TICKET CHANGES MAILING LIST:
	http://lists.freedesktop.org/mailman/listinfo/pulseaudio-bugs

IRC:
	#pulseaudio on irc.freenode.org

FRESHMEAT:
	http://freshmeat.net/projects/pulseaudio/

OHLOH:
	http://www.ohloh.net/projects/4038

AUTHORS:
	Several

HACKING:
	In order to run pulseaudio from the build dir __OPTIMIZE__ should be
	disabled (look at src/pulsecore/core-util.h::pa_run_from_build_tree()),
	this can be done by passing "CFLAGS=-O0" to the configure script:
	  ./autogen.sh
	  CFLAGS="-ggdb3 -O0" LDFLAGS="-ggdb3" ./configure
	  make
	  ./src/pulseaudio -n -F src/default.pa -p $(pwd)/src/

SPELLING:
        PulseAudio