pulseaudio/src
Arun Raghavan 114cdfbdde build-sys: First pass at a meson-ified build system
This is a working implementation of a build with meson. The server,
utils, and most modules build with this, and it is possible to run from
a build tree and play/capture audio on ALSA devices.

There are a number of FIXMEs, of course, and a number of features that
need to be enabled (modules, dependencies, installation, etc.), but this
should provide everything we need to get there relatively quickly.

To use this, install meson (distro package, or mesonbuild.com) and run:

  $ cd <pulseaudio src dir>
  $ meson <builddir>
  $ ninja -C <builddir>
2018-06-21 05:50:29 +05:30
..
daemon build-sys: First pass at a meson-ified build system 2018-06-21 05:50:29 +05:30
modules build-sys: First pass at a meson-ified build system 2018-06-21 05:50:29 +05:30
pulse build-sys: First pass at a meson-ified build system 2018-06-21 05:50:29 +05:30
pulsecore build-sys: First pass at a meson-ified build system 2018-06-21 05:50:29 +05:30
tests json-test: Fix Coverity warning 2017-10-09 10:39:45 +02:00
utils build-sys: First pass at a meson-ified build system 2018-06-21 05:50:29 +05:30
.gitignore .gitignore: add module-gsettings related things 2018-04-19 14:31:12 +03:00
depmod.py update FSF addresses to FSF web page 2015-01-14 22:20:40 +02:00
Makefile.am build-sys: remove module-defs.h.m4 from EXTRA_DIST 2018-05-11 14:28:14 +03:00
map-file map-file: add pa_encoding_from_string 2017-12-12 07:02:06 +02:00
meson.build build-sys: First pass at a meson-ified build system 2018-06-21 05:50:29 +05:30