Arnaud Rebillout
90c6416b18
meson: Enable raop-discover module, add avahi dependency
...
Signed-off-by: Arnaud Rebillout <arnaud.rebillout@collabora.com>
2018-10-04 08:44:18 +05:30
Arnaud Rebillout
4e6c3c0d79
meson: modules/raop: Fix rtsp_client.h include path
...
Signed-off-by: Arnaud Rebillout <arnaud.rebillout@collabora.com>
2018-10-04 08:44:18 +05:30
Arnaud Rebillout
4c9b6370d1
meson: Enable raop-sink module, add raop lib, add openssl dependency
...
Signed-off-by: Arnaud Rebillout <arnaud.rebillout@collabora.com>
2018-10-04 08:44:18 +05:30
Arnaud Rebillout
83b6903849
meson: Enable jack modules, add jack dependency
...
Signed-off-by: Arnaud Rebillout <arnaud.rebillout@collabora.com>
2018-10-04 08:44:18 +05:30
Arnaud Rebillout
7f320318ff
meson: Enable dbus-protocol module
...
This is similar to alsa and rtp modules.
Signed-off-by: Arnaud Rebillout <arnaud.rebillout@collabora.com>
2018-10-04 08:44:18 +05:30
Arnaud Rebillout
8bc6e40daf
meson: Fix all the missing dependencies uncovered by -Wl,--no-undefined
...
Signed-off-by: Arnaud Rebillout <arnaud.rebillout@collabora.com>
2018-10-04 08:44:18 +05:30
Arnaud Rebillout
dac59dbf81
meson: Build modules with '-Wl,no-undefined'
...
This flag will make the loader fail if symbols are not resolved. It
seems to be our best bet to uncover every missing module dependencies.
For more details, I recommend to read:
<http://www.kaizou.org/2015/01/linux-libraries/ >
Signed-off-by: Arnaud Rebillout <arnaud.rebillout@collabora.com>
2018-10-04 08:44:18 +05:30
Arnaud Rebillout
13adc3a805
meson: Comment bluez5 modules for now
...
Signed-off-by: Arnaud Rebillout <arnaud.rebillout@collabora.com>
2018-10-04 08:44:18 +05:30
Arnaud Rebillout
918af59268
meson: Add the rtp module library
...
This is based on the existing libalsa-util library.
Signed-off-by: Arnaud Rebillout <arnaud.rebillout@collabora.com>
2018-10-04 08:44:18 +05:30
Arnaud Rebillout
aed8e9f417
meson: Add pulsecore internal libraries
...
This is based on the initial protocol_native library that is already
defined, and then by looking at the Makefile.am to work out the
dependencies.
It's not clear whether we really need database_c_args, maybe there's
things that can be simplified.
Signed-off-by: Arnaud Rebillout <arnaud.rebillout@collabora.com>
2018-10-04 08:44:18 +05:30
Arnaud Rebillout
5c1a9bb10f
meson: Make equalizer-sink modulde depend on fftw, add fftw dependency
...
Signed-off-by: Arnaud Rebillout <arnaud.rebillout@collabora.com>
2018-10-04 08:44:18 +05:30
Arnaud Rebillout
026768311b
meson: Make systemd-login module depend on systemd
...
Signed-off-by: Arnaud Rebillout <arnaud.rebillout@collabora.com>
2018-10-04 08:44:18 +05:30
Arnaud Rebillout
ec46f73f56
meson: Propagate systemd dep to libpulsecommon and daemon
...
This is needed now that we define HAVE_SYSTEMD_xxx
Signed-off-by: Arnaud Rebillout <arnaud.rebillout@collabora.com>
2018-10-04 08:44:18 +05:30
Arnaud Rebillout
caa2821ee2
meson: Add systemd-login to core dependencies
...
Signed-off-by: Arnaud Rebillout <arnaud.rebillout@collabora.com>
2018-10-04 08:44:18 +05:30
Arnaud Rebillout
50bb97261e
meson: modules/alsa: Fix udev-util include path
...
Signed-off-by: Arnaud Rebillout <arnaud.rebillout@collabora.com>
2018-10-04 08:44:18 +05:30
Arnaud Rebillout
652d3db8f4
meson: modules/alsa: Make alsa-util a shared library
...
This is to be consistent. In pa currently, as built by the autotools,
libalsa-util is a shared library. Moreover, all the libraries for the
modules, as defined in `src/meson.build`, are also shared libraries.
So let's stick to shared libraries everywhere for now, for simplicity.
We can rework that later on.
Signed-off-by: Arnaud Rebillout <arnaud.rebillout@collabora.com>
2018-10-04 08:44:18 +05:30
Arnaud Rebillout
097a2ee6e6
meson: modules/alsa: Add udev support
...
This is needed now that we define HAVE_UDEV
Signed-off-by: Arnaud Rebillout <arnaud.rebillout@collabora.com>
2018-10-04 08:44:18 +05:30
Arnaud Rebillout
4be9e4ba54
meson: Define HAVE_UDEV when udev is found
...
Signed-off-by: Arnaud Rebillout <arnaud.rebillout@collabora.com>
2018-10-04 08:44:18 +05:30
Arnaud Rebillout
e013ac2a0e
core: Fix a log function when HAVE_SYSTEMD_JOURNAL && !HAVE_SYSLOG
...
Signed-off-by: Arnaud Rebillout <arnaud.rebillout@collabora.com>
2018-10-04 08:44:18 +05:30
Arnaud Rebillout
d32e61993a
gitlab-ci: Create two different jobs for autotools and meson builds
...
Signed-off-by: Arnaud Rebillout <arnaud.rebillout@collabora.com>
2018-10-04 08:44:18 +05:30
João Paulo Rechi Vita
1bae214d8b
card: Fix typo in comments
2018-10-03 11:40:22 +03:00
João Paulo Rechi Vita
723ae5119e
module-rescue-streams: Fix tab used for identation
2018-10-03 11:37:14 +03:00
João Paulo Rechi Vita
b15f12ef66
switch-on-connect: Add debug logs
...
Log when module-switch-on-connect tries to change the default sink or
source.
2018-10-03 11:36:00 +03:00
João Paulo Rechi Vita
b53d817754
switch-on-connect: Clean-up tabs used for identation
2018-10-03 11:33:34 +03:00
João Paulo Rechi Vita
e9f5fa94b2
switch-on-connect: Improve readability
...
Make code easier to read by moving pa_proplist_gets out of the if
condition and using pa_safe_streq.
2018-10-03 11:31:51 +03:00
João Paulo Rechi Vita
cefe037afc
switch-on-port-available: Improve readability
...
Split a big conditional into separate checks and use pa_safe_streq
instead of checking if a pointer is valid and calling pa_streq inside a
conditional.
2018-10-03 11:27:42 +03:00
Marek Cernocky
48021941a2
i18n: Updated Czech translation
2018-10-02 09:06:31 +03:00
Arun Raghavan
69154caea5
man: Fix a syntax issue in pacat xml
...
'cmd' is not a valid child of the 'p' tag, so we switch it to 'file',
which is how this is done later in the file already.
2018-10-01 20:44:53 +05:30
Arun Raghavan
eace312b9c
gitlab: Update Dockerfile to pull xmllint
2018-10-01 20:44:53 +05:30
Joseph Herlant
9452d1ee37
fix typo: existance -> existence
2018-09-26 17:15:40 -07:00
Arun Raghavan
4fd6b382a7
build-sys: Add CoC to the dist'ed files
2018-09-26 13:12:37 +05:30
Arun Raghavan
37c747412a
Adopt a Code of Conduct
...
This is simply the Contributor Covenant Code of Conduct document,
version 1.4.1.
2018-09-26 02:39:00 +00:00
Joseph Herlant
279d7197d9
fix typo: satisifed -> satisfied
2018-09-19 11:29:45 -07:00
Joseph Herlant
12f3435025
Fix typo: documenation -> documentation
2018-09-17 10:05:34 -07:00
Joseph Herlant
32859fbe85
Fix typo: managable -> manageable
2018-09-17 10:04:30 -07:00
Joseph Herlant
223b409c9c
Fix typo: substract -> subtract
2018-09-17 10:03:55 -07:00
Joseph Herlant
61d35fd22f
Fix typo: transmited -> transmitted
2018-09-17 10:02:56 -07:00
Joseph Herlant
93c07da3eb
Fix typo: definately -> definitely
2018-09-17 10:01:46 -07:00
Joseph Herlant
c1acdfee33
Fix typo: prefered -> preferred
2018-09-17 10:00:57 -07:00
Joseph Herlant
87a41d7bbb
Fix typo: comming -> coming
2018-09-17 10:00:14 -07:00
Joseph Herlant
7aa2d9e54b
Fix typo: recieved -> received
2018-09-17 09:59:38 -07:00
Joseph Herlant
502293ffa5
Fix typo: distuingish -> distinguish
2018-09-17 09:59:03 -07:00
Joseph Herlant
01d50b8c88
Fix typo: properies -> properties
2018-09-17 09:58:25 -07:00
Joseph Herlant
d6e7aa2bdc
Fix typo: explicitely -> explicitly
2018-09-17 09:57:20 -07:00
Joseph Herlant
3fb7e9bcb1
Fix typo: differnt -> different
2018-09-17 09:56:41 -07:00
Joseph Herlant
83c3384d3a
Fix typo: Extention -> Extension
2018-09-17 09:55:37 -07:00
Joseph Herlant
517c727a98
Fix typo: Doulbe -> Double
2018-09-17 09:54:36 -07:00
Joseph Herlant
61727fd26f
Fix typo: dependancy -> dependency
2018-09-17 09:53:37 -07:00
Joseph Herlant
08d0dc6930
Fix typo: occured -> occurred
2018-09-17 09:52:36 -07:00
Joseph Herlant
d70613151c
Fix typo: occurrencies -> occurrences
2018-09-17 09:50:43 -07:00