diff --git a/.gitignore b/.gitignore
index 331d4888d..9ec236705 100644
--- a/.gitignore
+++ b/.gitignore
@@ -26,7 +26,6 @@ cscope.in.out
cscope.po.out
pulse-daemon.log
depcomp
-install/
install-sh
libltdl
libtool
@@ -37,4 +36,3 @@ stamp-*
.dirstamp
*.orig
*.rej
-subprojects/*/
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 964bfe2a4..96b661045 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -2,22 +2,13 @@
# container and push it to the project's container registry on fd.o GitLab.
# This step is only run when the tag for the container changes, else it is
# effectively a no-op. All of this infrastructure is inherited from the
-# freedesktop/ci-templates repository which is the recommended way to set up CI
+# wayland/ci-templates repository which is the recommended way to set up CI
# infrastructure on fd.o GitLab.
#
# Once the container stage is done, we move on to the 'build' stage where we
-# run meson build. Currently, tests are also run as part of the build stage as
-# there doesn't seem to be significant value to splitting the stages at the
-# moment.
-
-# Create merge request pipelines for open merge requests, branch pipelines
-# otherwise. This allows MRs for new users to run CI.
-workflow:
- rules:
- - if: $CI_PIPELINE_SOURCE == "merge_request_event"
- - if: $CI_COMMIT_BRANCH && $CI_OPEN_MERGE_REQUESTS
- when: never
- - if: $CI_COMMIT_BRANCH
+# run an autotools and meson build in parallel. Currently, tests are also run
+# as part of the build stage as there doesn't seem to be significant value to
+# splitting the stages at the moment.
stages:
- container
@@ -28,21 +19,22 @@ variables:
# CI runs, for example when adding new packages to FDO_DISTRIBUTION_PACKAGES.
# The tag is an arbitrary string that identifies the exact container
# contents.
- FDO_DISTRIBUTION_TAG: '2023-08-13-00'
- FDO_DISTRIBUTION_VERSION: '20.04'
+ FDO_DISTRIBUTION_TAG: '2020-03-07-01'
+ FDO_DISTRIBUTION_VERSION: '18.04'
FDO_UPSTREAM_REPO: 'pulseaudio/pulseaudio'
+ UBUNTU_IMAGE: "$CI_REGISTRY_IMAGE/ubuntu/$FDO_DISTRIBUTION_VERSION:$FDO_DISTRIBUTION_TAG"
include:
# We pull templates from master to avoid the overhead of periodically
# scanning for changes upstream. This does means builds might occasionally
# break due to upstream changing things, so if you see unexpected build
# failures, this might be one cause.
- - project: 'freedesktop/ci-templates'
+ - project: 'wayland/ci-templates'
ref: 'master'
file: '/templates/ubuntu.yml'
build-container:
- extends: .fdo.container-build@ubuntu
+ extends: .fdo.container-ifnot-exists@ubuntu
stage: container
variables:
GIT_STRATEGY: none # no need to pull the whole tree for rebuilding the image
@@ -51,12 +43,13 @@ build-container:
# Otherwise the changes won't have effect since an old container image will
# be used.
FDO_DISTRIBUTION_PACKAGES: >-
+ autoconf
+ automake
autopoint
bash-completion
check
curl
dbus-x11
- doxygen
g++
gcc
gettext
@@ -81,6 +74,7 @@ build-container:
libssl-dev
libsystemd-dev
libtdb-dev
+ libtool
libudev-dev
libwebrtc-audio-processing-dev
libwrap0-dev
@@ -89,33 +83,47 @@ build-container:
libxml-parser-perl
libxml2-utils
libxtst-dev
- m4
+ make
ninja-build
pkg-config
python3-setuptools
systemd
wget
-build-meson:
- extends: .fdo.distribution-image@ubuntu
+build-autotools:
stage: build
+ image: $UBUNTU_IMAGE
script:
- # Install meson (higher than our min version to support our wrap file)
- - wget -q https://github.com/mesonbuild/meson/releases/download/0.63.2/meson-0.63.2.tar.gz
- - tar -xf meson-0.63.2.tar.gz
- - cd meson-0.63.2
- - python3 setup.py install
- - cd ..
- # needed to generate a version
- - git fetch https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git --tags
- # Do the actual build
- - meson build -Dwebrtc-aec=enabled
+ - export MAKEFLAGS="-j$(nproc)"
+ - NOCONFIGURE=1 ./bootstrap.sh
+ - mkdir build
- cd build
- - ninja
+ - ../configure --localstatedir=/var
+ - make
+ - make check
+ - make check-daemon
- ulimit -c 0 # don't dump core files on tests that are supposed to assert
- - ninja test
- - ninja test-daemon
- - ninja dist
+ - make distcheck
+ artifacts:
+ paths:
+ - build/
+
+build-meson:
+ stage: build
+ image: $UBUNTU_IMAGE
+ script:
+ # Install meson
+ - wget -q https://github.com/mesonbuild/meson/releases/download/0.50.0/meson-0.50.0.tar.gz
+ - tar -xf meson-0.50.0.tar.gz
+ - cd meson-0.50.0
+ - python3 setup.py install
+ - cd ..
+ # Do the actual build
+ - meson build
+ - cd build
+ - ninja
+ - ninja test
+ - ninja test-daemon
artifacts:
paths:
- build/
diff --git a/.gitlab/merge_request_templates/Guidelines.md b/.gitlab/merge_request_templates/Guidelines.md
deleted file mode 100644
index 2fb9a626b..000000000
--- a/.gitlab/merge_request_templates/Guidelines.md
+++ /dev/null
@@ -1,67 +0,0 @@
-# Contribution Guidelines
-
-## A note for contributors
-
-Thank you for your contribution!
-
-Please make sure you tick the box labelled `Allow commits from members who can
-merge to the target branch`. This allows us to make minor edits ourselves, and
-then automatically rebase and merge your changes.
-
-PulseAudio is currently maintained by three volunteer developers in their free
-time (probably amounting to less than one full time developer), which is not
-really enough, given the project size and scope. For this reason bug reports
-and patch submissions are sometimes handled very slowly.
-
-For non-trivial patches, we meet biweekly on IRC to discuss and prioritise
-outstanding MRs. If you haven't heard from us a few days after you create the
-MR, please take a look at [the patch status
-page](https://www.freedesktop.org/wiki/Software/PulseAudio/PatchStatus/).
-
-If you don't see your MR in that list either, please don't hesitate to drop a
-comment pinging us, and we'll try to at least respond and make sure your
-request is tracked on that list.
-
-## Coding Style
-
-Please take a look at the [coding style
-documentation](https://www.freedesktop.org/wiki/Software/PulseAudio/Documentation/Developer/CodingStyle/)
-on our wiki.
-
-## Commit messagse
-
-We follow the standard git commit message format of a summary on the first line
-(<=50 characterss for preference, <=72 characters otherwise), followed by a new
-line, followed by a detailed commit message. An additional line at the end may
-link to an issue being fixed by this MR.
-
-The first line is usually a short description of "what" your commit does, and
-the rest of the message describes the "why", along with any additional
-information that readers might need to understand the rationale for the change.
-If in doubt, more verbose is better than less.
-
-If you need to describe the "how" of the commit, that is usually best
-documented along with the code itself.
-
-Commit messages are prefixed with the subsystem being affected. Your best bet
-to figure out what is appropriate is to look at previous commit messages. An
-example:
-
-```
-sink: Reduce chat sink priority
-
-Some gaming sound cards have custom profiles with analog-game and
-analog-chat mappings that exist simultaneously. The game sink should
-have higher priority than the chat sink, but currently there's no way to
-affect the sink priorities from the profile-set configuration (the
-mapping priority is not propagated to the sink priority).
-
-I first thought about adding the mapping priority to the sink priority,
-but that could mess up the prioritization system in
-pa_device_init_priority(). I ended up checking for the intended roles
-property to reduce the chat sink priority. I also reduced the iec958
-priority so that the chat and iec958 sinks don't end up with the same
-priority.
-
-Fixes: https://gitlab.freedesktop.org/pulseaudio/pulseaudio/issues/818
-```
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
deleted file mode 100644
index 82f7b1976..000000000
--- a/CONTRIBUTING.md
+++ /dev/null
@@ -1,67 +0,0 @@
-# Contribution Guidelines
-
-## A note for contributors
-
-Thank you for your contribution!
-
-Please make sure you tick the box labelled `Allow commits from members who can
-merge to the target branch`. This allows us to make minor edits ourselves, and
-then automatically rebase and merge your changes.
-
-PulseAudio is currently maintained by three volunteer developers in their free
-time (probably amounting to less than one full time developer), which is not
-really enough, given the project size and scope. For this reason bug reports
-and patch submissions are sometimes handled very slowly.
-
-For non-trivial patches, we meet biweekly on IRC to discuss and prioritise
-outstanding MRs. If you haven't heard from us a few days after you create the
-MR, please take a look at [the patch status
-page](https://www.freedesktop.org/wiki/Software/PulseAudio/PatchStatus/).
-
-If you don't see your MR in that list either, please don't hesitate to drop a
-comment pinging us, and we'll try to at least respond and make sure your
-request is tracked on that list.
-
-## Coding Style
-
-Please take a look at the [coding style
-documentation](https://www.freedesktop.org/wiki/Software/PulseAudio/Documentation/Developer/CodingStyle/)
-on our wiki.
-
-## Commit messages
-
-We follow the standard git commit message format of a summary on the first line
-(<=50 characters for preference, <=72 characters otherwise), followed by a new
-line, followed by a detailed commit message. An additional line at the end may
-link to an issue being fixed by this MR.
-
-The first line is usually a short description of "what" your commit does, and
-the rest of the message describes the "why", along with any additional
-information that readers might need to understand the rationale for the change.
-If in doubt, more verbose is better than less.
-
-If you need to describe the "how" of the commit, that is usually best
-documented along with the code itself.
-
-Commit messages are prefixed with the subsystem being affected. Your best bet
-to figure out what is appropriate is to look at previous commit messages. An
-example:
-
-```
-sink: Reduce chat sink priority
-
-Some gaming sound cards have custom profiles with analog-game and
-analog-chat mappings that exist simultaneously. The game sink should
-have higher priority than the chat sink, but currently there's no way to
-affect the sink priorities from the profile-set configuration (the
-mapping priority is not propagated to the sink priority).
-
-I first thought about adding the mapping priority to the sink priority,
-but that could mess up the prioritization system in
-pa_device_init_priority(). I ended up checking for the intended roles
-property to reduce the chat sink priority. I also reduced the iec958
-priority so that the chat and iec958 sinks don't end up with the same
-priority.
-
-Fixes: https://gitlab.freedesktop.org/pulseaudio/pulseaudio/issues/818
-```
diff --git a/Makefile.am b/Makefile.am
new file mode 100644
index 000000000..c1ddb32cc
--- /dev/null
+++ b/Makefile.am
@@ -0,0 +1,149 @@
+# This file is part of PulseAudio.
+#
+# PulseAudio is free software; you can redistribute it and/or modify
+# it under the terms of the GNU Lesser General Public License as published by
+# the Free Software Foundation; either version 2 of the License, or
+# (at your option) any later version.
+#
+# PulseAudio is distributed in the hope that it will be useful, but
+# WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+# General Public License for more details.
+#
+# You should have received a copy of the GNU Lesser General Public License
+# along with PulseAudio; if not, see .
+
+ACLOCAL_AMFLAGS = -I m4
+
+EXTRA_DIST = \
+ bootstrap.sh \
+ coverity/model.c \
+ .gitlab-ci.yml \
+ .gitlab/issue_templates/Bug.md \
+ git-version-gen \
+ LICENSE \
+ pulseaudio.supp \
+ GPL \
+ LGPL \
+ doxygen/Makefile.am \
+ doxygen/Makefile.in \
+ doxygen/doxygen.conf.in \
+ PROTOCOL \
+ README \
+ CODE_OF_CONDUCT.md \
+ scripts/benchmark_memory_usage.sh \
+ scripts/plot_memory_usage.gp \
+ scripts/benchmarks/README \
+ todo \
+ .gitignore \
+ doxygen/.gitignore \
+ m4/.gitignore \
+ man/.gitignore \
+ po/.gitignore \
+ scripts/benchmarks/.gitignore \
+ src/.gitignore \
+ src/daemon/.gitignore \
+ src/pulse/.gitignore \
+ meson.build \
+ meson_options.txt \
+ doxygen/meson.build \
+ man/meson.build \
+ po/meson.build \
+ shell-completion/bash/meson.build \
+ shell-completion/zsh/meson.build \
+ src/daemon/meson.build \
+ src/meson.build \
+ src/modules/alsa/meson.build \
+ src/modules/alsa/mixer/meson.build \
+ src/modules/bluetooth/meson.build \
+ src/modules/echo-cancel/meson.build \
+ src/modules/gsettings/meson.build \
+ src/modules/gsettings/meson_post_install.py \
+ src/modules/meson.build \
+ src/modules/oss/meson.build \
+ src/modules/raop/meson.build \
+ src/modules/rtp/meson.build \
+ src/pulsecore/meson.build \
+ src/pulse/meson.build \
+ src/tests/meson.build \
+ src/tests/test-daemon.meson.sh \
+ src/utils/meson.build \
+ vala/meson.build
+
+SUBDIRS = src doxygen man po
+
+MAINTAINERCLEANFILES =
+noinst_DATA =
+
+vapidir = $(datadir)/vala/vapi
+dist_vapi_DATA = \
+ vala/libpulse.deps vala/libpulse.vapi \
+ vala/libpulse-mainloop-glib.deps vala/libpulse-mainloop-glib.vapi \
+ vala/libpulse-simple.deps vala/libpulse-simple.vapi
+
+pkgconfigdir = $(libdir)/pkgconfig
+pkgconfig_DATA = libpulse.pc libpulse-simple.pc
+
+if HAVE_GLIB20
+pkgconfig_DATA += \
+ libpulse-mainloop-glib.pc
+endif
+
+cmakedir = $(libdir)/cmake/PulseAudio
+cmake_DATA = PulseAudioConfig.cmake PulseAudioConfigVersion.cmake
+
+bashcompletiondir=@bashcompletiondir@
+dist_bashcompletion_DATA = shell-completion/bash/pulseaudio
+
+install-bashcompletion-aliases:
+ cd $(DESTDIR)$(bashcompletiondir) && $(LN_S) -f pulseaudio pactl
+ cd $(DESTDIR)$(bashcompletiondir) && $(LN_S) -f pulseaudio pacmd
+ cd $(DESTDIR)$(bashcompletiondir) && $(LN_S) -f pulseaudio pasuspender
+ cd $(DESTDIR)$(bashcompletiondir) && $(LN_S) -f pulseaudio padsp
+ cd $(DESTDIR)$(bashcompletiondir) && $(LN_S) -f pulseaudio pacat
+ cd $(DESTDIR)$(bashcompletiondir) && $(LN_S) -f pulseaudio paplay
+ cd $(DESTDIR)$(bashcompletiondir) && $(LN_S) -f pulseaudio parec
+ cd $(DESTDIR)$(bashcompletiondir) && $(LN_S) -f pulseaudio parecord
+
+install-data-hook: install-bashcompletion-aliases
+
+zshcompletiondir=@zshcompletiondir@
+dist_zshcompletion_DATA = shell-completion/zsh/_pulseaudio
+
+homepage: all dist doxygen
+ test -d $$HOME/homepage/private
+ mkdir -p $$HOME/homepage/private/projects/pulseaudio $$HOME/homepage/private/projects/pulseaudio/doxygen
+ cp pulseaudio-@PACKAGE_VERSION@.tar.gz $$HOME/homepage/private/projects/pulseaudio
+ cp pulseaudio-@PACKAGE_VERSION@.tar.gz $$HOME/git.fedora/pulseaudio
+ cp -a doxygen/html/* $$HOME/homepage/private/projects/pulseaudio/doxygen
+
+doxygen:
+ $(MAKE) -C doxygen doxygen
+
+eolspace:
+ find \( -name '*.c' -o -name '*.h' -o -name 'Makefile.am' \) -exec perl -i -pe 's/\s+\n$$/\1\n/;' \{\} \;
+
+untabify:
+ find \( -name '*.c' -o -name '*.h' \) -exec perl -i -pe 's/\t/ /g;' \{\} \;
+
+fedora-snapshot: dist
+ cp $(distdir).tar.gz $$HOME/git.fedora/pulseaudio/$(distdir).tar.gz
+
+dist-hook:
+ echo $(VERSION) > $(distdir)/.tarball-version
+ echo $(VERSION) > $(distdir)/.version
+
+check-daemon:
+ $(MAKE) -C src check-daemon
+
+check-daemon-long:
+ $(MAKE) -C src check-daemon-long
+
+.PHONY: homepage distcleancheck doxygen
+
+# see git-version-gen
+BUILT_SOURCES = $(top_srcdir)/.version
+$(top_srcdir)/.version:
+ echo $(VERSION) > $@-t && mv $@-t $@
+
+DISTCHECK_CONFIGURE_FLAGS = --with-udev-rules-dir="$$dc_install_base/lib/udev/rules.d" --with-systemduserunitdir="$$dc_install_base/lib/systemd/user" --with-bash-completion-dir="$$dc_install_base/share/bash-completion/completions"
diff --git a/NEWS b/NEWS
index a7a5dbd90..72dd76fda 100644
--- a/NEWS
+++ b/NEWS
@@ -1,303 +1,3 @@
-PulseAudio 17.0
-
-Changes at a glance:
- * Notes for end users
- * Updates to ALSA UCM-based setups
- * Battery level indication to Bluetooth devices
- * Support for the Bluetooth FastStream codec
- * webrtc-audio-processing dependency updated
- * Trigger role groups added to module-role-cork
- * XDG base directory spec for profile-set loading
- * Notes for application developers
- * PA_RATE_MAX increased
- * Notes for packagers
- * webrtc-audio-processing dependency updated
-
-Contributors
-
-Alistair Leslie-Hughes
-Alper Nebi Yasak
-Arun Raghavan
-Asier Sarasua Garmendia
-Ataberk Özen
-Balázs Meskó
-Biswapriyo Nath
-Dylan Van Assche
-Eero Nurkkala
-Ettore Atalan
-Fabrice Fontaine
-Fran Diéguez
-Georg Chini
-Gioele Barabucci
-Gogo Gogsi
-Hector Martin
-Hugo Carvalho
-Hui Wang
-Igor V. Kovalenko
-Jaechul Lee
-Jan Kuparinen
-Jan Palus
-Jaroslav Kysela
-Jiri Grönroos
-Joachim Philipp
-Jordi Mas
-Marijn Suijten
-Mart Raudsepp
-Nicolas Cavallari
-Peter Meerwald-Stadler
-Philip Goto
-Rosen Penev
-Rudi Heitbaum
-Sabri Ünal
-Sean Greenslade
-Seong-ho Cho
-Shunsuke Shimizu
-SimonP
-Takashi Sakamoto
-Tanu Kaskinen
-Temuri Doghonadze
-Toni Estevez
-Weijia Wang
-Wim Taymans
-Yureka
-acheronfail
-flyingOwl
-grimst
-hashitaku
-mooo
-peijiankang
-redfast00
-wael
-김인수
-
-
-PulseAudio 16.1
-
-A bug fix release.
-
- * Fix parsing of percentage volumes with decimal points in pactl
- * Fix crash with the "pacmd play-file" command when reads from the disk aren't frame-aligned
- * Fix module-rtp-recv sometimes thinking it's receiving an Opus stream when it's not
- * Fix frequent crashing in module-combine-sink, regression in 16.0
- * Fix crashing on 32-bit architectures when using the GStreamer codecs for LDAC and AptX
-
-Contributors
-
-Georg Chini
-Igor V. Kovalenko
-Jaechul Lee
-Jan Palus
-Sean Greenslade
-
-
-PulseAudio 16.0
-
-Changes at a glance:
- * Notes for end users
- * Opus support in RTP modules
- * Improved hardware support
- * EPOS/Sennheiser GSP 670 USB/wireless headset
- * SteelSeries GameDAC
- * Behringer UMC22 generalized to Texas Instruments PCM2902 to support more products
- * NI Komplete Audio 6 MK2 profiles
- * Tunnel latency is now configurable
- * Bluetooth device battery level reporting added
- * Tunnel and combine-sunk latency fixes
- * patcl can show information in JSON format
- * Channel remixing can be disabled for module-combine-sink
- * A lot of fixes to ALSA, bluetooth, and other components.
- * Notes for application developers
- * Stream latency reports now include resampler delay
- * Module installation location changed, remember to upgrade paprefs to the latest version!
- * Notes for packagers
- * Opus support in the RTP modules requires enabling GStreamer
- * Bluetooth battery level reporting via BlueZ requires enabling experimentals features in BlueZ
- * New time smoother implementation
- * Change Meson option 'daemon-only' to 'client'
- * glib and fftw are now common dependencies, not only for the client.
- * Enable GStreamer-based RTP by default when available
-
-Detailed change log:
-
- https://www.freedesktop.org/wiki/Software/PulseAudio/Notes/16.0/
-
-Contributors
-
-Alexey Rubtsov
-Anders Jonsson
-Andika Triwidada
-Arun Raghavan
-Biswapriyo Nath
-BtbN
-Chengyi Zhao
-Chupligin Sergey
-Craig Howard
-Daniel Dantur
-Daniel Hernandez
-Diederik de Haas
-Dylan Van Assche
-Emilio Herrera
-Ettore Atalan
-Fran Diéguez
-Georg Chini
-Gogo Gogsi
-Göran Uddeborg
-Hela Basa
-Hui Wang
-Igor V. Kovalenko
-Jan Kuparinen
-Jaroslav Kysela
-Josef Haider
-João Paulo Rechi Vita
-Juho Hämäläinen
-Karl Ove Hufthammer
-Laurent Bigonville
-Luna Jernberg
-Lv Genggeng
-Marijn Suijten
-Mart Raudsepp
-Mathy Vanvoorden
-Olivier Gayot
-Ovari
-Oğuz Ersen
-Piotr Drąg
-Rafael Fontenelle
-Rico Tzschichholz
-Sanchayan Maity
-Sebastian Reichel
-Sergey A
-Sibo Dong
-Sungjoon Moon
-Takashi Sakamoto
-Takuro Onoue
-Tanu Kaskinen
-Temuri Doghonadze
-Will Thompson
-Yuri Chornoivan
-acheronfail
-baek inchan
-guest271314
-liaohanqin
-simmon
-simple
-tensorknower69
-김인수
-
-
-PulseAudio 15.0
-
-Changes at a glance:
-
- * Notes for end users
- * Support for LDAC and AptX bluetooth codecs, plus "SBC XQ" (SBC with higher-quality parameters)
- * Support for HFP bluetooth profiles
- * Support for Bluetooth A2DP AVRCP Absolute Volume
- * ALSA path configuration files can now be placed in user home directory
- * module-virtual-surround-sink rewritten
- * More options for module-jackdbus-detect
- * Improved hardware support
- * SteelSeries Arctis 9
- * HP Thunderbolt Dock 120W G2
- * Behringer U-Phoria UMC22
- * OnePlus Type-C Bullets
- * Sennheiser GSX 1000/1200 PRO
- * New udev variable: PULSE_MODARGS
- * max_latency_msec argument added to module-null-source
- * module-filter-apply can take filter parameters from device properties
- * module-match can now be loaded multiple times
- * Improvements to FreeBSD support
- * Windows support added to Meson
- * Additional commands for pactl
- * Card profiles can be set to sticky
- * Notes for application developers
- * New API for sending messages from clients to PulseAudio objects
- * New mechanism for applications to disable shared memory on their connection to PulseAudio
- * Notes for packagers
- * Autotools build system have been dropped
- * The startup script can now read additional configuration from the /etc/pulse/default.pa.d/ directory
- * Option to build client library and utilities only
- * Avoid loading X11 modules on Wayland (GNOME-only for now)
- * OSS support is now configurable in Meson
- * Valgrind support is now configurable in Meson
-
-Detailed change log:
-
- https://www.freedesktop.org/wiki/Software/PulseAudio/Notes/15.0/
-
-Contributors
-
-Alexey Rubtsov
-Alper Nebi Yasak
-Anders Jonsson
-Arun Raghavan
-Ben Buchwald
-Benjamin Valentin
-Carlos Garnacho
-Carmen Bianca Bakker
-Christopher Arndt
-Christopher Snowhill
-David
-Dusan Kazik
-Edward Lee
-Emilio Herrera
-Evan Miller
-Fabian Affolter
-Faidon Liambotis
-Felipe Sateler
-Frédéric Danis
-Georg Chini
-Greg V
-Göran Uddeborg
-Hela Basa
-Henri Chain
-Hui Wang
-Igor V. Kovalenko
-Ilja van Sprundel
-Jaechul Lee
-James Bottomley
-Jan Alexander Steffens (heftig)
-Jan Kuparinen
-Jaroslav Kysela
-Jason Nader
-Johannes Wolf
-Julien Humbert
-Kai-Heng Feng
-Karl Ove Hufthammer
-Klaas van Schelven
-Laurent Bigonville
-Laurențiu Nicola
-Lyndon Brown
-Marijn Suijten
-Martin Wilck
-Mattias Jernberg
-Milo Casagrande
-Nazar Mokrynskyi
-Oğuz Ersen
-Patrick Gaskin
-Patrick McLean
-Paul Seyfert
-Pierre Ossman
-Piotr Drąg
-Pjotr Vertaalt
-Ricky Tigg
-Robin Lahtinen
-Samuel Thibault
-Sanchayan Maity
-Scott Worley
-Sebastian Krzyszkowiak
-SimonP
-Takashi Sakamoto
-Tanu Kaskinen
-Tobias Weise
-Toni Estevez
-Yaron Shahrabani
-Yuri Chornoivan
-morrishoresh
-pseyfert
-scootergrisen
-simmon
-
-
PulseAudio 14.2
A bug fix release.
diff --git a/PROTOCOL b/PROTOCOL
index 72d3af3c0..4307898c2 100644
--- a/PROTOCOL
+++ b/PROTOCOL
@@ -435,23 +435,6 @@ sink, source and card ports):
string availability_group
uint32 type
-## v35, implemented by >= 15.0
-
-Added new command for communication with objects.
-
-PA_COMMAND_SEND_OBJECT_MESSAGE:
-sends a message to an object identified by an object path
-
-parameters:
- string object_path - unique path identifying the object
- string message - message name
- string message_parameters - additional parameters if required (may be
- NULL, which should be treated the same as an
- empty string)
-
-The command returns a string, which may be empty or NULL (NULL should be
-treated the same as an empty string).
-
#### If you just changed the protocol, read this
## module-tunnel depends on the sink/source/sink-input/source-input protocol
## internals, so if you changed these, you might have broken module-tunnel.
diff --git a/README b/README
index 7a05705aa..1668fd670 100644
--- a/README
+++ b/README
@@ -19,7 +19,7 @@ TRAC/BUGZILLA TICKET CHANGES MAILING LIST:
http://lists.freedesktop.org/mailman/listinfo/pulseaudio-bugs
IRC:
- https://www.freedesktop.org/wiki/Software/PulseAudio/Documentation/User/Community/#ircandmatrix
+ #pulseaudio on irc.freenode.org
FRESHMEAT:
http://freshmeat.net/projects/pulseaudio/
@@ -31,10 +31,13 @@ AUTHORS:
Several
HACKING:
- In order to run pulseaudio from the build dir:
- meson build
- meson compile -C build
- build/src/daemon/pulseaudio -n -F build/src/daemon/default.pa -p $(pwd)/build/src/modules/
+ 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
diff --git a/autogen.sh b/autogen.sh
new file mode 100755
index 000000000..f89eace8b
--- /dev/null
+++ b/autogen.sh
@@ -0,0 +1,22 @@
+#!/bin/sh
+
+# This file is part of PulseAudio.
+#
+# PulseAudio is free software; you can redistribute it and/or modify it
+# under the terms of the GNU Lesser General Public License as published by
+# the Free Software Foundation; either version 2 of the License, or
+# (at your option) any later version.
+#
+# PulseAudio is distributed in the hope that it will be useful, but
+# WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+# General Public License for more details.
+#
+# You should have received a copy of the GNU Lesser General Public License
+# along with PulseAudio; if not, see .
+
+# Only there to make jhbuild happy
+
+NOCONFIGURE=1 ./bootstrap.sh
+
+exec ./configure "$@"
diff --git a/bootstrap.sh b/bootstrap.sh
new file mode 100755
index 000000000..5045466c0
--- /dev/null
+++ b/bootstrap.sh
@@ -0,0 +1,48 @@
+#!/usr/bin/env bash
+
+# This file is part of PulseAudio.
+#
+# PulseAudio is free software; you can redistribute it and/or modify it
+# under the terms of the GNU Lesser General Public License as published by
+# the Free Software Foundation; either version 2 of the License, or
+# (at your option) any later version.
+#
+# PulseAudio is distributed in the hope that it will be useful, but
+# WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+# General Public License for more details.
+#
+# You should have received a copy of the GNU Lesser General Public License
+# along with PulseAudio; if not, see .
+
+if [ -f .git/hooks/pre-commit.sample -a ! -f .git/hooks/pre-commit ] ; then
+ cp -p .git/hooks/pre-commit.sample .git/hooks/pre-commit && \
+ chmod +x .git/hooks/pre-commit && \
+ echo "Activated pre-commit hook."
+fi
+
+if [ -f .tarball-version ]; then
+ echo "Marking tarball version as modified."
+ echo -n `cat .tarball-version | sed 's/-rebootstrapped$//'`-rebootstrapped >.tarball-version
+fi
+
+# We check for this here, because if pkg-config is not found in the
+# system, it's likely that the pkg.m4 macro file is also not present,
+# which will make PKG_PROG_PKG_CONFIG be undefined and the generated
+# configure file faulty.
+if ! pkg-config --version &>/dev/null; then
+ echo "pkg-config is required to bootstrap this program"
+ exit 1
+fi
+# Other necessary programs
+if ! autopoint --version &>/dev/null ; then
+ echo "autopoint is required to bootstrap this program"
+ exit 1
+fi
+
+autoreconf --force --install --verbose
+
+if test "x$NOCONFIGURE" = "x"; then
+ CFLAGS="$CFLAGS -g -O0" ./configure --enable-force-preopen "$@" && \
+ make clean
+fi
diff --git a/configure.ac b/configure.ac
new file mode 100644
index 000000000..680989708
--- /dev/null
+++ b/configure.ac
@@ -0,0 +1,1775 @@
+# -*- Autoconf -*-
+# Process this file with autoconf to produce a configure script.
+
+# This file is part of PulseAudio.
+#
+# Copyright 2004-2008 Lennart Poettering
+# Copyright 2006-2007 Pierre Ossman for Cendio AB
+#
+# PulseAudio is free software; you can redistribute it and/or modify it
+# under the terms of the GNU Lesser General Public License as published by
+# the Free Software Foundation; either version 2 of the License, or
+# (at your option) any later version.
+#
+# PulseAudio is distributed in the hope that it will be useful, but
+# WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+# General Public License for more details.
+#
+# You should have received a copy of the GNU Lesser General Public License
+# along with PulseAudio; if not, see .
+
+AC_PREREQ(2.63)
+
+AC_INIT([pulseaudio],[m4_esyscmd(./git-version-gen .tarball-version)],[pulseaudio-discuss (at) lists (dot) freedesktop (dot) org],[pulseaudio],[http://pulseaudio.org/])
+AC_CONFIG_SRCDIR([src/daemon/main.c])
+AC_CONFIG_MACRO_DIR([m4])
+AC_CONFIG_HEADERS([config.h])
+AC_CONFIG_AUX_DIR([build-aux])
+AM_INIT_AUTOMAKE([foreign 1.11 -Wall -Wno-portability subdir-objects silent-rules color-tests dist-xz tar-ustar])
+
+AM_MAINTAINER_MODE([enable])
+
+AS_IF([! test -n "$VERSION"], [
+ AC_MSG_ERROR([git-version-gen failed])
+])
+
+m4_define(pa_major, `echo $VERSION | cut -d. -f1 | cut -d- -f1`)
+m4_define(pa_minor, `echo $VERSION | cut -d. -f2 | cut -d- -f1`)
+
+AC_SUBST(PA_MAJOR, pa_major)
+AC_SUBST(PA_MINOR, pa_minor)
+AC_SUBST(PA_MAJORMINOR, pa_major.pa_minor)
+
+AC_SUBST(PA_API_VERSION, 12)
+AC_SUBST(PA_PROTOCOL_VERSION, 34)
+
+# The stable ABI for client applications, for the version info x:y:z
+# always will hold x=z
+AC_SUBST(LIBPULSE_VERSION_INFO, [23:0:23])
+
+# A simplified, synchronous, ABI-stable interface for client
+# applications, for the version info x:y:z always will hold x=z
+AC_SUBST(LIBPULSE_SIMPLE_VERSION_INFO, [1:1:1])
+
+# The ABI-stable GLib adapter for client applications, for the version
+# info x:y:z always will hold x=z
+AC_SUBST(LIBPULSE_MAINLOOP_GLIB_VERSION_INFO, [0:6:0])
+
+AC_CHECK_PROG([STOW], [stow], [yes], [no])
+
+AS_IF([test "x$STOW" = "xyes" && test -d /usr/local/stow], [
+ AC_MSG_NOTICE([*** Found /usr/local/stow: default install prefix set to /usr/local/stow/${PACKAGE_NAME}-${PACKAGE_VERSION} ***])
+ ac_default_prefix="/usr/local/stow/${PACKAGE_NAME}-${PACKAGE_VERSION}"
+])
+
+AM_SILENT_RULES([yes])
+
+
+#### Checks for programs. ####
+
+# mkdir -p
+
+AC_PROG_MKDIR_P
+
+# ln -s
+
+AC_PROG_LN_S
+
+# CC
+
+AC_PROG_CC
+AM_PROG_CC_C_O
+# Only required if you want the WebRTC canceller -- no runtime dep on
+# libstdc++ otherwise
+AC_PROG_CXX
+AC_PROG_GCC_TRADITIONAL
+AC_USE_SYSTEM_EXTENSIONS
+AX_CXX_COMPILE_STDCXX_11([ext],[optional])
+
+# M4
+
+AC_CHECK_PROGS([M4], gm4 m4, no)
+AS_IF([test "x$M4" = "xno"], AC_MSG_ERROR([m4 missing]))
+
+# pkg-config
+
+PKG_PROG_PKG_CONFIG
+
+# gettext
+
+AM_GNU_GETTEXT_VERSION([0.19.8])
+AM_GNU_GETTEXT([external])
+
+GETTEXT_PACKAGE=pulseaudio
+AC_SUBST([GETTEXT_PACKAGE])
+AC_DEFINE_UNQUOTED([GETTEXT_PACKAGE],["$GETTEXT_PACKAGE"],[Gettext package])
+
+
+#### Determine host OS ####
+
+# if the host has the possibility of sys/capability.h for dropping privileges
+# used to determine if we should error out if it is not found
+host_has_caps=0
+
+os_is_linux=0
+os_is_win32=0
+os_is_darwin=0
+
+AC_MSG_CHECKING([host operating system])
+case "$host_os" in
+ linux*)
+ AC_MSG_RESULT([linux])
+ host_has_caps=1
+ os_is_linux=1
+ ;;
+ freebsd*)
+ AC_MSG_RESULT([freebsd])
+ host_has_caps=1
+ ;;
+ netbsd*)
+ AC_MSG_RESULT([netbsd])
+ ;;
+ darwin*)
+ AC_MSG_RESULT([darwin])
+ os_is_darwin=1
+ AC_DEFINE([OS_IS_DARWIN], 1, [Build target is Darwin.])
+ ;;
+ mingw*)
+ AC_MSG_RESULT([win32])
+ os_is_win32=1
+ AC_DEFINE([OS_IS_WIN32], 1, [Build target is Windows.])
+ ;;
+ *)
+ AC_MSG_RESULT([unknown])
+ ;;
+esac
+
+AM_CONDITIONAL(OS_IS_DARWIN, test "x$os_is_darwin" = "x1")
+AM_CONDITIONAL(OS_IS_WIN32, test "x$os_is_win32" = "x1")
+AC_SUBST([OS_IS_WIN32], [$os_is_win32])
+
+# Platform specific hacks
+case "$host_os" in
+ darwin* )
+ AC_DEFINE([_DARWIN_C_SOURCE], [200112L], [Needed to get NSIG on Mac OS X])
+ ;;
+ mingw* )
+ AC_DEFINE([WIN32_LEAN_AND_MEAN], 1, [Needed to avoid including unnecessary headers on Windows])
+ ;;
+ solaris* )
+ AC_DEFINE(_XOPEN_SOURCE, 600, [Needed to get declarations for msg_control and msg_controllen on Solaris])
+ AC_DEFINE(__EXTENSIONS__, 1, [Needed to get declarations for msg_control and msg_controllen on Solaris])
+ ;;
+esac
+
+
+#### Compiler flags ####
+
+AX_CHECK_COMPILE_FLAG([-std=gnu11],
+ [],
+ [AC_MSG_ERROR([*** Compiler does not support -std=gnu11])],
+ [-pedantic -Werror])
+
+AX_APPEND_COMPILE_FLAGS(
+ [-Wall -W -Wextra -pipe -Wno-long-long -Wno-overlength-strings -Wunsafe-loop-optimizations -Wundef -Wformat=2 -Wlogical-op -Wsign-compare -Wformat-security -Wmissing-include-dirs -Wformat-nonliteral -Wold-style-definition -Wpointer-arith -Winit-self -Wdeclaration-after-statement -Wfloat-equal -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wmissing-declarations -Wmissing-noreturn -Wshadow -Wendif-labels -Wcast-align -Wstrict-aliasing -Wwrite-strings -Wno-unused-parameter -fno-common -fdiagnostics-show-option -fdiagnostics-color=auto],
+ [], [-pedantic -Werror])
+
+AS_CASE([" $CFLAGS "], [*" -O0 "*], [], [
+ # Don't append the flag if it already exists.
+ # Only enable fastpath asserts when doing a debug build, e.g. from bootstrap.sh.
+ AX_APPEND_FLAG([-DFASTPATH], [CPPFLAGS])
+
+ # Cannot use AX_APPEND_FLAG here, as it assumes no space inside the added flags.
+ # Cannot append flags with AX_APPEND_FLAG one by one, as this would destroy all fortifications
+ # if CPPFLAGS already contain -D_FORTIFY_SOURCE=2.
+
+ # Warnings to be aware of that appear with -D_FORTIFY_SOURCE=2 but without -U_FORTIFY_SOURCE:
+ # On Fedora 20 with -O0: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp]
+ # On Gentoo with -O2: "_FORTIFY_SOURCE" redefined [enabled by default]
+ AS_VAR_APPEND([CPPFLAGS],[" -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2"])
+])
+
+#### Linker flags ####
+
+# Check whether the linker supports the -version-script option.
+# The Make variable $(srcdir) needs to be in the LDFLAGS in that form,
+# so that it is expanded the right way in every subdir.
+AX_CHECK_LINK_FLAG(["-Wl,-version-script=${srcdir}/src/map-file"],
+ [VERSIONING_LDFLAGS='-Wl,-version-script=$(abs_top_srcdir)/src/map-file'])
+AC_SUBST([VERSIONING_LDFLAGS])
+
+# Use immediate (now) bindings; avoids the funky re-call in itself.
+# The -z now syntax is lifted from Sun's linker and works with GNU's too, other linkers might be added later.
+AX_APPEND_LINK_FLAGS([-Wl,-z,now], [IMMEDIATE_LDFLAGS])
+AC_SUBST([IMMEDIATE_LDFLAGS])
+AS_CASE([$IMMEDIATE_LDFLAGS],[*-z,now*],
+ [AC_DEFINE([HAVE_BIND_NOW],[1],
+ [Define to 1 if immediate binding is available])])
+
+# On ELF systems we don't want the libraries to be unloaded since we don't clean them up properly,
+# so we request the nodelete flag to be enabled.
+# On other systems, we don't really know how to do that, but it's welcome if somebody can tell.
+AX_APPEND_LINK_FLAGS([-Wl,-z,nodelete], [NODELETE_LDFLAGS], [-shared])
+AC_SUBST([NODELETE_LDFLAGS])
+
+# Check for the proper way to build libraries that have no undefined symbols
+case $host in
+ # FreeBSD (et al.) does not complete linking for shared objects when pthreads
+ # are requested, as different implementations are present.
+ *-freebsd* | *-openbsd*) ;;
+ *)
+ for possible_flag in "-Wl,--no-undefined" "-Wl,-z,defs"; do
+ AX_CHECK_LINK_FLAG([$possible_flag], [NOUNDEFINED_LDFLAGS="$possible_flag"; break])
+ done
+ ;;
+esac
+AC_SUBST([NOUNDEFINED_LDFLAGS])
+
+
+#### Atomic operations ####
+
+# Native atomic operation support
+AC_ARG_ENABLE([atomic-arm-linux-helpers],
+ AS_HELP_STRING([--disable-atomic-arm-linux-helpers],[use inline asm or libatomic_ops instead]))
+
+AC_ARG_ENABLE([atomic-arm-memory-barrier],
+ AS_HELP_STRING([--enable-atomic-arm-memory-barrier],[only really needed in SMP arm systems]))
+
+if test "x$enable_atomic_arm_memory_barrier" = "xyes"; then
+ AC_DEFINE_UNQUOTED(ATOMIC_ARM_MEMORY_BARRIER_ENABLED, 1, [Enable memory barriers])
+fi
+
+# If everything else fails use libatomic_ops
+need_libatomic_ops=yes
+
+AC_CACHE_CHECK([whether $CC knows __atomic_store_n()],
+ pulseaudio_cv_atomic_store_n, [
+ AC_LINK_IFELSE(
+ [AC_LANG_PROGRAM([], [[int c = 0; __atomic_store_n(&c, 4, __ATOMIC_SEQ_CST);]])],
+ [pulseaudio_cv_atomic_store_n=yes],
+ [pulseaudio_cv_atomic_store_n=no])
+ ])
+
+
+AC_CACHE_CHECK([whether $CC knows __sync_bool_compare_and_swap()],
+ pulseaudio_cv_sync_bool_compare_and_swap, [
+ AC_LINK_IFELSE(
+ [AC_LANG_PROGRAM([], [[int a = 4; __sync_bool_compare_and_swap(&a, 4, 5);]])],
+ [pulseaudio_cv_sync_bool_compare_and_swap=yes],
+ [pulseaudio_cv_sync_bool_compare_and_swap=no])
+ ])
+
+if test "$pulseaudio_cv_sync_bool_compare_and_swap" = "yes" ; then
+ AC_DEFINE([HAVE_ATOMIC_BUILTINS], 1, [Have __sync_bool_compare_and_swap() and friends.])
+ if test "$pulseaudio_cv_atomic_store_n" = "yes" ; then
+ AC_DEFINE([HAVE_ATOMIC_BUILTINS_MEMORY_MODEL], 1, [Have __atomic_store_n() and friends.])
+ fi
+ need_libatomic_ops=no
+else
+ # HW specific atomic ops stuff
+ AC_MSG_CHECKING([architecture for native atomic operations])
+ case $host in
+ *-netbsd*)
+ AC_MSG_RESULT([yes])
+ need_libatomic_ops=no
+ ;;
+ arm*)
+ AC_MSG_RESULT([arm])
+ AC_MSG_CHECKING([whether we can use Linux kernel helpers])
+ # The Linux kernel helper functions have been there since 2.6.16. However
+ # compile time checking for kernel version in cross compile environment
+ # (which is usually the case for arm cpu) is tricky (or impossible).
+ if test "x$os_is_linux" = "x1" && test "x$enable_atomic_arm_linux_helpers" != "xno"; then
+ AC_MSG_RESULT([yes])
+ AC_DEFINE_UNQUOTED(ATOMIC_ARM_LINUX_HELPERS, 1, [special arm linux implementation])
+ need_libatomic_ops=no
+ else
+ AC_MSG_RESULT([no])
+ AC_CACHE_CHECK([compiler support for arm inline asm atomic operations],
+ pulseaudio_cv_support_arm_atomic_ops, [
+ AC_COMPILE_IFELSE(
+ [AC_LANG_PROGRAM([], [[
+ volatile int a=0;
+ int o=0, n=1, r;
+ asm volatile ("ldrex %0, [%1]\n"
+ "subs %0, %0, %2\n"
+ "strexeq %0, %3, [%1]\n"
+ : "=&r" (r)
+ : "r" (&a), "Ir" (o), "r" (n)
+ : "cc");
+ return (a==1 ? 0 : -1);
+ ]])],
+ [pulseaudio_cv_support_arm_atomic_ops=yes],
+ [pulseaudio_cv_support_arm_atomic_ops=no])
+ ])
+ AS_IF([test "$pulseaudio_cv_support_arm_atomic_ops" = "yes"], [
+ AC_DEFINE([ATOMIC_ARM_INLINE_ASM], 1, [Have ARM atomic instructions.])
+ need_libatomic_ops=no
+ ])
+ fi
+ ;;
+ *-freebsd*)
+ AC_MSG_RESULT([yes])
+ need_libatomic_ops=no
+ ;;
+ *)
+ AC_MSG_RESULT([unknown])
+ ;;
+ esac
+fi
+
+# If we're on ARM, check for the ARMV6 instructions we need */
+case $host in
+ arm*)
+ AC_CACHE_CHECK([support for required armv6 instructions],
+ pulseaudio_cv_support_armv6,
+ [AC_COMPILE_IFELSE(
+ [AC_LANG_PROGRAM([],
+ [[volatile int a = -60000, b = 0xaaaabbbb, c = 0xccccdddd;
+ asm volatile ("ldr r0, %2 \n"
+ "ldr r2, %3 \n"
+ "ldr r3, %4 \n"
+ "ssat r1, #8, r0 \n"
+ "str r1, %0 \n"
+ "pkhbt r1, r3, r2, LSL #8 \n"
+ "str r1, %1 \n"
+ : "=m" (a), "=m" (b)
+ : "m" (a), "m" (b), "m" (c)
+ : "r0", "r1", "r2", "r3", "cc");
+ return (a == -128 && b == 0xaabbdddd) ? 0 : -1;
+ ]])],
+ [pulseaudio_cv_support_armv6=yes],
+ [pulseaudio_cv_support_armv6=no])
+ ])
+ AS_IF([test "$pulseaudio_cv_support_armv6" = "yes"], [
+ AC_DEFINE([HAVE_ARMV6], 1, [Have ARMv6 instructions.])
+ ])
+ ;;
+ *)
+ ;;
+esac
+
+#### NEON optimisations ####
+AC_ARG_ENABLE([neon-opt],
+ AS_HELP_STRING([--enable-neon-opt], [Enable NEON optimisations on ARM CPUs that support it]))
+
+AS_IF([test "x$enable_neon_opt" != "xno"],
+ [save_CFLAGS="$CFLAGS"; CFLAGS="-mfpu=neon $CFLAGS"
+ AC_COMPILE_IFELSE(
+ [AC_LANG_PROGRAM([[#include ]], [])],
+ [
+ HAVE_NEON=1
+ NEON_CFLAGS="-mfpu=neon"
+ ],
+ [
+ HAVE_NEON=0
+ NEON_CFLAGS=
+ ])
+ CFLAGS="$save_CFLAGS"
+ ],
+ [HAVE_NEON=0])
+
+AS_IF([test "x$enable_neon_opt" = "xyes" && test "x$HAVE_NEON" = "x0"],
+ [AC_MSG_ERROR([*** Compiler does not support -mfpu=neon or CFLAGS override -mfpu])])
+
+AC_SUBST(HAVE_NEON)
+AC_SUBST(NEON_CFLAGS)
+AM_CONDITIONAL([HAVE_NEON], [test "x$HAVE_NEON" = x1])
+AS_IF([test "x$HAVE_NEON" = "x1"], AC_DEFINE([HAVE_NEON], 1, [Have NEON support?]))
+
+
+#### libtool stuff ####
+
+LT_PREREQ(2.4)
+LT_INIT([dlopen win32-dll disable-static])
+
+dnl As an extra safety device, check for lt_dladvise_init() which is
+dnl only implemented in libtool 2.x, and refine as we go if we have
+dnl refined requirements.
+dnl
+dnl Check the header files first since the system may have a
+dnl libltdl.so for runtime, but no headers, and we want to bail out as
+dnl soon as possible.
+dnl
+dnl We don't need any special variable for this though, since the user
+dnl can give the proper place to find libltdl through the standard
+dnl variables like LDFLAGS and CPPFLAGS.
+
+AC_CHECK_HEADER([ltdl.h],
+ [AC_CHECK_LIB([ltdl], [lt_dladvise_init], [LIBLTDL=-lltdl], [LIBLTDL=])],
+ [LIBLTDL=])
+
+AS_IF([test "x$LIBLTDL" = "x"],
+ [AC_MSG_ERROR([Unable to find libltdl version 2. Makes sure you have libtool 2.4 or later installed.])])
+AC_SUBST([LIBLTDL])
+
+
+###################################
+# Basic environment checks #
+###################################
+
+#### Checks for header files. ####
+
+# ISO
+AC_HEADER_STDC
+
+# POSIX
+AC_CHECK_HEADERS_ONCE([arpa/inet.h cpuid.h glob.h grp.h netdb.h netinet/in.h \
+ netinet/in_systm.h netinet/tcp.h poll.h pwd.h sched.h \
+ sys/mman.h sys/select.h sys/socket.h sys/wait.h \
+ sys/uio.h syslog.h sys/dl.h dlfcn.h linux/sockios.h])
+AC_CHECK_HEADERS([netinet/ip.h], [], [],
+ [#include
+ #if HAVE_NETINET_IN_H
+ # include
+ #endif
+ #if HAVE_NETINET_IN_SYSTM_H
+ # include
+ #endif
+ ])
+AC_CHECK_HEADERS([sys/resource.h], [HAVE_SYS_RESOURCE_H=1], [HAVE_SYS_RESOURCE_H=0])
+AC_SUBST(HAVE_SYS_RESOURCE_H)
+AC_CHECK_HEADERS([sys/un.h], [HAVE_AF_UNIX=1], [HAVE_AF_UNIX=0])
+AM_CONDITIONAL(HAVE_AF_UNIX, test "x$HAVE_AF_UNIX" = "x1")
+AC_SUBST(HAVE_AF_UNIX)
+
+# Linux
+AC_CHECK_HEADERS([linux/input.h], [HAVE_EVDEV=1], [HAVE_EVDEV=0])
+AM_CONDITIONAL([HAVE_EVDEV], [test "x$HAVE_EVDEV" = "x1"])
+
+AC_CHECK_HEADERS_ONCE([sys/prctl.h])
+
+# Solaris
+AC_CHECK_HEADERS_ONCE([sys/conf.h sys/filio.h])
+
+# Windows
+AC_CHECK_HEADERS_ONCE([windows.h winsock2.h ws2tcpip.h])
+
+# NetBSD
+AC_CHECK_HEADERS_ONCE([sys/atomic.h])
+
+# Other
+AC_CHECK_HEADERS_ONCE([sys/ioctl.h])
+AC_CHECK_HEADERS_ONCE([byteswap.h])
+AC_CHECK_HEADERS_ONCE([sys/syscall.h])
+AC_CHECK_HEADERS_ONCE([sys/eventfd.h])
+AC_CHECK_HEADERS_ONCE([execinfo.h])
+AC_CHECK_HEADERS_ONCE([langinfo.h])
+AC_CHECK_HEADERS_ONCE([regex.h pcreposix.h])
+AC_CHECK_HEADERS_ONCE([locale.h xlocale.h])
+
+AM_CONDITIONAL(HAVE_SYS_EVENTFD_H, test "x$ac_cv_header_sys_eventfd_h" = "xyes")
+
+#### Typdefs, structures, etc. ####
+
+AC_C_CONST
+AC_C_BIGENDIAN
+AC_TYPE_PID_T
+AC_TYPE_SIZE_T
+AC_CHECK_TYPES(ssize_t, , AC_DEFINE([ssize_t], [signed long], [Define ssize_t if it is not done by the standard libs.]))
+AC_TYPE_OFF_T
+
+AC_TYPE_UID_T
+AC_CHECK_DECLS(environ)
+
+AC_CHECK_SIZEOF(void*)
+
+fast_64bit_operations="no"
+# This check covers x32-ABI
+AC_CHECK_DECL([__x86_64__], [fast_64bit_operations="yes"], [], [])
+if test "x$fast_64bit_operations" = "xno"; then
+ AS_IF([test $ac_cv_sizeof_voidp -ge 8], [fast_64bit_operations="yes"])
+fi
+
+AS_IF([test "x$fast_64bit_operations" = "xyes"], AC_DEFINE([HAVE_FAST_64BIT_OPERATIONS], 1, [Have CPU with fast 64-bit operations?]))
+
+# SIGXCPU
+AX_CHECK_DEFINE([signal.h], [SIGXCPU], [HAVE_SIGXCPU=1], [HAVE_SIGXCPU=0])
+AS_IF([test "x$HAVE_SIGXCPU" = "x1"], AC_DEFINE([HAVE_SIGXCPU], 1, [Have SIGXCPU?]))
+AM_CONDITIONAL(HAVE_SIGXCPU, test "x$HAVE_SIGXCPU" = "x1")
+
+# INADDR_NONE, Solaris lacks this
+AX_CHECK_DEFINE([netinet/in.h], [INADDR_NONE], [],
+ [AX_CHECK_DEFINE([winsock2.h], [INADDR_NONE], [],
+ [AC_DEFINE([INADDR_NONE], [0xffffffff], [Define INADDR_NONE if not found in ])])])
+
+
+# _Bool
+AC_CACHE_CHECK([whether $CC knows _Bool],
+ pulseaudio_cv__Bool,
+ [AC_COMPILE_IFELSE(
+ [AC_LANG_PROGRAM([], [[_Bool b;]])],
+ [pulseaudio_cv__Bool=yes],
+ [pulseaudio_cv__Bool=no])
+ ])
+
+AS_IF([test "$pulseaudio_cv__Bool" = "yes"], AC_DEFINE([HAVE_STD_BOOL], 1, [Have _Bool.]))
+
+
+#### Check for libs ####
+
+# ISO
+AC_SEARCH_LIBS([pow], [m])
+
+# POSIX
+AC_SEARCH_LIBS([sched_setscheduler], [rt])
+AC_SEARCH_LIBS([dlopen], [dl])
+AC_SEARCH_LIBS([shm_open], [rt])
+AC_SEARCH_LIBS([inet_ntop], [nsl])
+AC_SEARCH_LIBS([timer_create], [rt])
+AC_SEARCH_LIBS([pthread_setaffinity_np], [pthread])
+AC_SEARCH_LIBS([pthread_getname_np], [pthread])
+AC_SEARCH_LIBS([pthread_setname_np], [pthread])
+
+# BSD
+AC_SEARCH_LIBS([connect], [socket])
+AC_SEARCH_LIBS([backtrace], [execinfo ubacktrace])
+
+# Darwin/OS X
+if test "x$os_is_darwin" = "x1" ; then
+ AC_MSG_CHECKING([looking for Apple CoreService Framework])
+ AC_CHECK_HEADER([CoreServices/CoreServices.h],
+ [LIBS="$LIBS -framework CoreServices"],
+ [AC_MSG_ERROR([CoreServices.h header file not found])]
+ )
+
+ AC_MSG_RESULT([ok])
+ AC_DEFINE([HAVE_CLOCK_GETTIME], 1, [Using clock_gettime() replacement])
+ HAVE_BONJOUR=1
+fi
+
+AM_CONDITIONAL([HAVE_BONJOUR], [test "x$HAVE_BONJOUR" = x1])
+
+# Windows
+AC_SEARCH_LIBS([regexec], [pcreposix])
+# This magic is needed so we do not needlessly add static libs to the win32 build, disabling its ability to make dlls.
+AC_CHECK_FUNCS([getopt_long], [], [AC_CHECK_LIB([iberty], [getopt_long])])
+
+
+#### Check for functions ####
+
+# ISO
+AC_CHECK_FUNCS_ONCE([lrintf strtof])
+
+# POSIX
+AC_FUNC_FORK
+AC_FUNC_GETGROUPS
+AC_CHECK_FUNCS_ONCE([chmod chown fstat fchown fchmod clock_gettime getaddrinfo getgrgid_r getgrnam_r \
+ getpwnam_r getpwuid_r gettimeofday getuid mlock nanosleep \
+ pipe posix_fadvise posix_madvise posix_memalign setpgid setsid shm_open \
+ sigaction sleep symlink sysconf uname pthread_getname_np pthread_setname_np])
+AC_CHECK_FUNCS([mkfifo], [HAVE_MKFIFO=1], [HAVE_MKFIFO=0])
+AC_SUBST(HAVE_MKFIFO)
+AM_CONDITIONAL(HAVE_MKFIFO, test "x$HAVE_MKFIFO" = "x1")
+AC_CHECK_FUNCS([pthread_setaffinity_np], [HAVE_PTHREAD_SETAFFINITY_NP=1], [HAVE_PTHREAD_SETAFFINITY_NP=0])
+AM_CONDITIONAL(HAVE_PTHREAD_SETAFFINITY_NP, test "x$HAVE_PTHREAD_SETAFFINITY_NP" = "x1")
+
+# X/OPEN
+AC_CHECK_FUNCS_ONCE([readlink])
+
+# SUSv2
+AC_CHECK_FUNCS_ONCE([ctime_r usleep])
+
+# SUSv3
+AC_CHECK_FUNCS_ONCE([strerror_r])
+
+# BSD
+AC_CHECK_FUNCS_ONCE([lstat paccept])
+
+# Non-standard
+AC_CHECK_FUNCS_ONCE([setresuid setresgid setreuid setregid seteuid setegid ppoll strsignal sig2str strtod_l pipe2 accept4])
+
+AC_FUNC_ALLOCA
+
+AC_CHECK_FUNCS([regexec], [HAVE_REGEX=1], [HAVE_REGEX=0])
+AM_CONDITIONAL(HAVE_REGEX, [test "x$HAVE_REGEX" = "x1"])
+
+# Large File-Support (LFS)
+AC_SYS_LARGEFILE
+# Check for open64 to know if the current system does have open64() and similar functions
+AC_CHECK_FUNCS_ONCE([open64])
+
+AC_SEARCH_LIBS([dladdr], [dl], [HAVE_DLADDR=1], [HAVE_DLADDR=0])
+AC_DEFINE(HAVE_DLADDR, [1], [Have dladdr?])
+
+###################################
+# External libraries #
+###################################
+
+#### [lib]iconv ####
+
+AM_ICONV
+
+#### Linux memfd_create(2) SHM support ####
+
+AC_ARG_ENABLE([memfd],
+ AS_HELP_STRING([--disable-memfd], [Disable Linux memfd shared memory]))
+
+AS_IF([test "x$enable_memfd" != "xno"],
+ AC_CHECK_DECL(SYS_memfd_create, [HAVE_MEMFD=1], [HAVE_MEMFD=0], [#include ]),
+ [HAVE_MEMFD=0])
+
+AS_IF([test "x$enable_memfd" = "xyes" && test "x$HAVE_MEMFD" = "x0"],
+ [AC_MSG_ERROR([*** Your Linux kernel does not support memfd shared memory.
+ *** Use linux v3.17 or higher for such a feature.])])
+
+AS_IF([test "x$HAVE_MEMFD" = "x1"],
+ AC_CHECK_FUNCS([memfd_create]))
+
+AC_SUBST(HAVE_MEMFD)
+AM_CONDITIONAL([HAVE_MEMFD], [test "x$HAVE_MEMFD" = x1])
+AS_IF([test "x$HAVE_MEMFD" = "x1"], AC_DEFINE([HAVE_MEMFD], 1, [Have memfd shared memory.]))
+
+#### X11 (optional) ####
+
+AC_ARG_ENABLE([x11],
+ AS_HELP_STRING([--disable-x11],[Disable optional X11 support]))
+
+AS_IF([test "x$enable_x11" != "xno"],
+ [PKG_CHECK_MODULES(X11, [ x11-xcb xcb >= 1.6 ice sm xtst ], HAVE_X11=1, HAVE_X11=0)],
+ HAVE_X11=0)
+
+AS_IF([test "x$enable_x11" = "xyes" && test "x$HAVE_X11" = "x0"],
+ [AC_MSG_ERROR([*** X11 not found])])
+
+AC_SUBST(HAVE_X11)
+AM_CONDITIONAL([HAVE_X11], [test "x$HAVE_X11" = x1])
+AS_IF([test "x$HAVE_X11" = "x1"], AC_DEFINE([HAVE_X11], 1, [Have X11?]))
+
+#### Capabilities (optional) ####
+
+CAP_LIBS=''
+
+AC_ARG_WITH([caps],
+ AS_HELP_STRING([--without-caps],[Omit support for dropping capabilities.]))
+
+if test "x${with_caps}" != "xno"; then
+ AC_SEARCH_LIBS([cap_init], [cap], [], [])
+
+ # Only give an error on hosts that we know could support capabilities
+ AC_CHECK_HEADERS([sys/capability.h], [], [
+ if test "${host_has_caps}" = "1"; then
+ AC_MSG_ERROR([*** sys/capability.h not found. Use --without-caps to disable capabilities support.])
+ fi])
+fi
+
+#### Valgrind (optional) ####
+
+AC_CHECK_HEADERS_ONCE([valgrind/memcheck.h])
+
+#### check unit tests ####
+
+AC_ARG_ENABLE([tests],
+ AS_HELP_STRING([--disable-tests],[Disable unit tests]))
+
+AS_IF([test "x$enable_tests" != "xno"],
+ [PKG_CHECK_MODULES(LIBCHECK, [ check >= 0.9.10 ], HAVE_LIBCHECK=1, HAVE_LIBCHECK=0)],
+ HAVE_LIBCHECK=0)
+
+AS_IF([test "x$enable_tests" = "xyes" && test "x$HAVE_LIBCHECK" = "x0"],
+ [AC_MSG_ERROR([*** check library not found or too old])])
+
+AM_CONDITIONAL([HAVE_TESTS], [test "x$HAVE_LIBCHECK" = x1])
+
+#### Sound file ####
+
+PKG_CHECK_MODULES(LIBSNDFILE, [ sndfile >= 1.0.20 ])
+
+#### atomic-ops ####
+
+AC_MSG_CHECKING([whether we need libatomic_ops])
+if test "x$need_libatomic_ops" = "xyes"; then
+ AC_MSG_RESULT([yes])
+ AC_CHECK_HEADERS([atomic_ops.h],
+ [CFLAGS="$CFLAGS -DAO_REQUIRE_CAS"],
+ [AC_MSG_ERROR([*** libatomic-ops headers not found])])
+
+ # Win32 does not need the lib and breaks horribly if we try to include it
+ AS_IF([test "x$os_is_win32" != "x1"], [LIBS="$LIBS -latomic_ops"])
+else
+ AC_MSG_RESULT([no])
+fi
+
+#### Libsamplerate support (optional) ####
+
+AC_ARG_ENABLE([samplerate],
+ AS_HELP_STRING([--enable-samplerate],[Enable optional libsamplerate support (DEPRECATED)]))
+
+AS_IF([test "x$enable_samplerate" = "xyes"],
+ [PKG_CHECK_MODULES(LIBSAMPLERATE, [ samplerate >= 0.1.0 ], HAVE_LIBSAMPLERATE=1, HAVE_LIBSAMPLERATE=0)],
+ HAVE_LIBSAMPLERATE=0)
+
+AS_IF([test "x$enable_samplerate" = "xyes" && test "x$HAVE_LIBSAMPLERATE" = "x0"],
+ [AC_MSG_ERROR([*** Libsamplerate not found])])
+
+AM_CONDITIONAL([HAVE_LIBSAMPLERATE], [test "x$HAVE_LIBSAMPLERATE" = x1])
+AS_IF([test "x$HAVE_LIBSAMPLERATE" = "x1"], AC_DEFINE([HAVE_LIBSAMPLERATE], 1, [Have libsamplerate?]))
+
+AS_IF([test "x$HAVE_LIBSAMPLERATE" = "x1"], AC_MSG_WARN([Support for libsamplerate is DEPRECATED]))
+
+#### Database support ####
+
+AC_ARG_WITH([database],
+ AS_HELP_STRING([--with-database=auto|tdb|gdbm|simple],[Choose database backend.]),[],[with_database=auto])
+
+
+AS_IF([test "x$with_database" = "xauto" -o "x$with_database" = "xtdb"],
+ [PKG_CHECK_MODULES(TDB, [ tdb ], HAVE_TDB=1, HAVE_TDB=0)],
+ HAVE_TDB=0)
+AS_IF([test "x$HAVE_TDB" = "x1"], with_database=tdb)
+
+AS_IF([test "x$with_database" = "xtdb" && test "x$HAVE_TDB" = "x0"],
+ [AC_MSG_ERROR([*** tdb not found])])
+
+
+AS_IF([test "x$with_database" = "xauto" -o "x$with_database" = "xgdbm"],
+ [
+ HAVE_GDBM=1
+ AC_CHECK_LIB(gdbm, gdbm_open, [], HAVE_GDBM=0)
+ AC_CHECK_HEADERS(gdbm.h, [], HAVE_GDBM=0)
+ ],
+ HAVE_GDBM=0)
+AS_IF([test "x$HAVE_GDBM" = "x1"],
+ [
+ with_database=gdbm
+ GDBM_CFLAGS=
+ GDBM_LIBS=-lgdbm
+ ])
+
+AS_IF([test "x$with_database" = "xgdbm" && test "x$HAVE_GDBM" = "x0"],
+ [AC_MSG_ERROR([*** gdbm not found])])
+
+
+AS_IF([test "x$with_database" = "xauto" -o "x$with_database" = "xsimple"],
+ HAVE_SIMPLEDB=1,
+ HAVE_SIMPLEDB=0)
+AS_IF([test "x$HAVE_SIMPLEDB" = "x1"], with_database=simple)
+
+AS_IF([test "x$HAVE_TDB" != x1 -a "x$HAVE_GDBM" != x1 -a "x$HAVE_SIMPLEDB" != x1],
+ AC_MSG_ERROR([*** missing database backend]))
+
+
+AM_CONDITIONAL([HAVE_TDB], [test "x$HAVE_TDB" = x1])
+AS_IF([test "x$HAVE_TDB" = "x1"], AC_DEFINE([HAVE_TDB], 1, [Have tdb?]))
+
+AC_SUBST(GDBM_CFLAGS)
+AC_SUBST(GDBM_LIBS)
+AM_CONDITIONAL([HAVE_GDBM], [test "x$HAVE_GDBM" = x1])
+AS_IF([test "x$HAVE_GDBM" = "x1"], AC_DEFINE([HAVE_GDBM], 1, [Have gdbm?]))
+
+AM_CONDITIONAL([HAVE_SIMPLEDB], [test "x$HAVE_SIMPLEDB" = x1])
+AS_IF([test "x$HAVE_SIMPLEDB" = "x1"], AC_DEFINE([HAVE_SIMPLEDB], 1, [Have simple?]))
+
+#### OSS support (optional) ####
+
+AC_ARG_ENABLE([oss-output],
+ AS_HELP_STRING([--disable-oss-output],[Disable optional OSS output support]))
+
+AC_ARG_ENABLE([oss-wrapper],
+ AS_HELP_STRING([--disable-oss-wrapper],[Disable optional OSS wrapper support]))
+
+AC_ARG_WITH([pulsedsp-location],
+ AS_HELP_STRING([--with-pulsedsp-location],[Specify location where OSS wrapper will be installed]))
+
+AS_IF([test "x$enable_oss_output" != "xno" -o "x$enable_oss_wrapper" != "xno"],
+ [AC_CHECK_HEADERS([sys/soundcard.h], HAVE_OSS=1, HAVE_OSS=0)],
+ HAVE_OSS=0)
+
+AS_IF([test "x$enable_oss_output" = "xyes" -o "x$enable_oss_wrapper" = "xyes" && test "x$HAVE_OSS" = "x0"],
+ [AC_MSG_ERROR([*** OSS support not found])])
+
+AS_IF([test "x$enable_oss_output" != "xno"],
+ [AS_IF([test "x$HAVE_OSS" = "x1"], HAVE_OSS_OUTPUT=1, HAVE_OSS_OUTPUT=0)],
+ HAVE_OSS_OUTPUT=0)
+
+AS_IF([test "x$enable_oss_wrapper" != "xno"],
+ [AS_IF([test "x$HAVE_OSS" = "x1"], HAVE_OSS_WRAPPER=1, HAVE_OSS_WRAPPER=0)],
+ HAVE_OSS_WRAPPER=0)
+
+AS_IF([test "x$with_pulsedsp_location" != "x"],
+ [PULSEDSP_LOCATION="$with_pulsedsp_location"],
+ [PULSEDSP_LOCATION="\$(pkglibdir)"])
+
+AC_SUBST(HAVE_OSS_OUTPUT)
+AC_SUBST(PULSEDSP_LOCATION)
+AM_CONDITIONAL([HAVE_OSS_OUTPUT], [test "x$HAVE_OSS_OUTPUT" = "x1"])
+AM_CONDITIONAL([HAVE_OSS_WRAPPER], [test "x$HAVE_OSS_WRAPPER" = "x1"])
+AS_IF([test "x$HAVE_OSS_OUTPUT" = "x1"], AC_DEFINE([HAVE_OSS_OUTPUT], 1, [Have OSS output?]))
+AS_IF([test "x$HAVE_OSS_WRAPPER" = "x1"], AC_DEFINE([HAVE_OSS_WRAPPER], 1, [Have OSS wrapper (padsp)?]))
+
+# Some platforms like SunOS (Illumos) may ship without SOUND_PCM_* functionality
+if test "x$HAVE_OSS" = "x1"; then
+ AC_CHECK_DECLS([SOUND_PCM_READ_RATE], [], [], [[#include ]])
+ AC_CHECK_DECLS([SOUND_PCM_READ_CHANNELS], [], [], [[#include ]])
+ AC_CHECK_DECLS([SOUND_PCM_READ_BITS], [], [], [[#include ]])
+fi
+
+#### CoreAudio support (optional) ####
+
+AC_ARG_ENABLE([coreaudio-output],
+ AS_HELP_STRING([--disable-coreaudio-output],[Disable optional CoreAudio output support]))
+
+AS_IF([test "x$enable_coreaudio_output" != "xno"],
+ [AC_CHECK_HEADERS([CoreAudio/CoreAudio.h], HAVE_COREAUDIO=1, HAVE_COREAUDIO=0)],
+ HAVE_COREAUDIO=0)
+
+AS_IF([test "x$enable_coreaudio_output" = "xyes" && test "x$HAVE_COREAUDIO" = "x0"],
+ [AC_MSG_ERROR([*** CoreAudio output support not found])])
+
+AC_SUBST(HAVE_COREAUDIO)
+AM_CONDITIONAL([HAVE_COREAUDIO], [test "x$HAVE_COREAUDIO" = "x1" && test "x$enable_coreaudio_output" != "xno"])
+
+AS_IF([test "x$HAVE_COREAUDIO" = "x1"], AC_DEFINE([HAVE_COREAUDIO], 1, [Have CoreAudio?]))
+
+#### ALSA support (optional) ####
+
+AC_ARG_ENABLE([alsa],
+ AS_HELP_STRING([--disable-alsa],[Disable optional ALSA support]))
+
+AS_IF([test "x$enable_alsa" != "xno"],
+ [PKG_CHECK_MODULES(ASOUNDLIB, [ alsa >= 1.0.19 ], HAVE_ALSA=1, HAVE_ALSA=0)],
+ HAVE_ALSA=0)
+
+AS_IF([test "x$enable_alsa" = "xyes" && test "x$HAVE_ALSA" = "x0"],
+ [AC_MSG_ERROR([*** Needed alsa >= 1.0.19 support not found])])
+
+AS_IF([test "x$HAVE_ALSA" = "x1"],
+ [
+ save_CPPFLAGS="$CPPFLAGS"; CPPFLAGS="$CPPFLAGS $ASOUNDLIB_CFLAGS"
+ AC_CHECK_HEADERS([alsa/use-case.h], HAVE_ALSA_UCM=1, HAVE_ALSA_UCM=0)
+ CPPFLAGS="$save_CPPFLAGS"
+ ],
+ HAVE_ALSA_UCM=0)
+
+AC_SUBST(HAVE_ALSA)
+AM_CONDITIONAL([HAVE_ALSA], [test "x$HAVE_ALSA" = x1])
+AS_IF([test "x$HAVE_ALSA" = "x1"], AC_DEFINE([HAVE_ALSA], 1, [Have ALSA?]))
+AS_IF([test "x$HAVE_ALSA_UCM" = "x1"], AC_DEFINE([HAVE_ALSA_UCM], 1, [Have ALSA UCM?]))
+
+#### EsounD support (optional) ####
+
+AC_ARG_ENABLE([esound],
+ AS_HELP_STRING([--disable-esound],[Disable optional EsounD support]))
+AM_CONDITIONAL([HAVE_ESOUND], [test "x$enable_esound" != "xno"])
+AS_IF([test "x$enable_esound" != "xno"], [HAVE_ESOUND=1])
+
+#### Solaris audio support (optional) ####
+
+AC_ARG_ENABLE([solaris],
+ AS_HELP_STRING([--disable-solaris],[Disable optional Solaris audio support]))
+
+AS_IF([test "x$enable_solaris" != "xno"],
+ [AC_CHECK_HEADERS([sys/audio.h], HAVE_SOLARIS=1, HAVE_SOLARIS=0)],
+ HAVE_SOLARIS=0)
+
+AS_IF([test "x$enable_solaris" = "xyes" && test "x$HAVE_SOLARIS" = "x0"],
+ [AC_MSG_ERROR([*** Solaris audio support not found])])
+
+AM_CONDITIONAL([HAVE_SOLARIS], [test "x$HAVE_SOLARIS" = x1])
+AS_IF([test "x$HAVE_SOLARIS" = "x1"], AC_DEFINE([HAVE_SOLARIS], 1, [Have Solaris audio?]))
+
+#### WaveOut audio support (optional) ####
+
+AC_ARG_ENABLE([waveout],
+ AS_HELP_STRING([--disable-waveout],[Disable optional WaveOut audio support]))
+
+AS_IF([test "x$enable_waveout" != "xno"],
+ [AC_CHECK_HEADERS([mmsystem.h], HAVE_WAVEOUT=1, HAVE_WAVEOUT=0, [#include ])],
+ HAVE_WAVEOUT=0)
+
+AS_IF([test "x$enable_waveout" = "xyes" && test "x$HAVE_WAVEOUT" = "x0"],
+ [AC_MSG_ERROR([*** WaveOut audio support not found])])
+
+AC_SUBST(HAVE_WAVEOUT)
+AM_CONDITIONAL([HAVE_WAVEOUT], [test "x$HAVE_WAVEOUT" = x1])
+AS_IF([test "x$HAVE_WAVEOUT" = "x1"], AC_DEFINE([HAVE_WAVEOUT], 1, [Have WaveOut audio?]))
+
+#### GLib 2 support (optional) ####
+
+AC_ARG_ENABLE([glib2],
+ AS_HELP_STRING([--disable-glib2],[Disable optional GLib 2 support]))
+
+AS_IF([test "x$enable_glib2" != "xno"],
+ [PKG_CHECK_MODULES(GLIB20, [ glib-2.0 >= 2.4.0 ], HAVE_GLIB20=1, HAVE_GLIB20=0)],
+ HAVE_GLIB20=0)
+
+AS_IF([test "x$enable_glib2" = "xyes" && test "x$HAVE_GLIB20" = "x0"],
+ [AC_MSG_ERROR([*** GLib 2 support not found])])
+
+AC_SUBST(HAVE_GLIB20)
+AM_CONDITIONAL([HAVE_GLIB20], [test "x$HAVE_GLIB20" = x1])
+AS_IF([test "x$HAVE_GLIB20" = "x1"], AC_DEFINE([HAVE_GLIB], 1, [Have GLIB?]))
+
+#### GTK3 support (optional) ####
+
+AC_ARG_ENABLE([gtk3],
+ AS_HELP_STRING([--disable-gtk3],[Disable optional Gtk+ 3 support]))
+
+AS_IF([test "x$enable_gtk3" != "xno"],
+ [PKG_CHECK_MODULES(GTK30, [ gtk+-3.0 ], HAVE_GTK30=1, HAVE_GTK30=0)],
+ HAVE_GTK30=0)
+
+AS_IF([test "x$enable_gtk3" = "xyes" && test "x$HAVE_GTK30" = "x0"],
+ [AC_MSG_ERROR([*** Gtk+ 3 support not found])])
+
+AM_CONDITIONAL([HAVE_GTK30], [test "x$HAVE_GTK30" = x1])
+AS_IF([test "x$HAVE_GTK30" = "x1"], AC_DEFINE([HAVE_GTK], 1, [Have GTK?]))
+
+#### GSettings and GConf support (optional) ####
+
+AC_ARG_ENABLE([gsettings],
+ AS_HELP_STRING([--disable-gsettings],[Disable optional GSettings support]))
+
+AC_ARG_ENABLE([gconf],
+ AS_HELP_STRING([--disable-gconf],[Disable optional GConf support]))
+
+AS_IF([test "x$enable_gsettings" != "xno"],
+ [PKG_CHECK_MODULES(GSETTINGS, [ gio-2.0 >= 2.26.0 ], [HAVE_GSETTINGS=1], [HAVE_GSETTINGS=0])],
+ HAVE_GSETTINGS=0)
+
+AS_IF([test "x$enable_gsettings" = "xyes" && test "x$HAVE_GSETTINGS" = "x0"],
+ [AC_MSG_ERROR([*** GSettings support not found])])
+
+AS_IF([test "x$enable_gconf" != "xno"],
+ [PKG_CHECK_MODULES(GCONF, [ gconf-2.0 >= 2.4.0 gobject-2.0 ], HAVE_GCONF=1, HAVE_GCONF=0)],
+ HAVE_GCONF=0)
+
+AS_IF([test "x$enable_gconf" = "xyes" && test "x$HAVE_GCONF" = "x0"],
+ [AC_MSG_ERROR([*** GConf support not found])])
+
+# Enable only one of GSettings and GConf, unless both were explicitly
+# requested. If neither was explicitly requested and both are available, prefer
+# GSettings. This is done, because if module-gsettings and module-gconf are
+# both loaded, they can cause conflicting or at least confusing configuration.
+# Distributions may want to enable both modules when building PulseAudio, if
+# they ensure that both modules are never installed at the same time.
+AS_IF([test "x$HAVE_GSETTINGS" = "x1" && test "x$enable_gconf" != "xyes"],
+ [HAVE_GCONF=0])
+AS_IF([test "x$HAVE_GCONF" = "x1" && test "x$enable_gsettings" != "xyes"],
+ [HAVE_GSETTINGS=0])
+
+AM_CONDITIONAL([HAVE_GSETTINGS], [test "x$HAVE_GSETTINGS" = "x1"])
+AC_SUBST([HAVE_GSETTINGS])
+AM_CONDITIONAL([HAVE_GCONF], [test "x$HAVE_GCONF" = "x1"])
+AC_SUBST([HAVE_GCONF])
+
+if test "x$HAVE_GSETTINGS" = "x1" ; then
+ GLIB_GSETTINGS
+fi
+
+#### Avahi support (optional) ####
+
+AC_ARG_ENABLE([avahi],
+ AS_HELP_STRING([--disable-avahi],[Disable optional Avahi support]))
+
+AS_IF([test "x$enable_avahi" != "xno"],
+ [PKG_CHECK_MODULES(AVAHI, [ avahi-client >= 0.6.0 ], HAVE_AVAHI=1, HAVE_AVAHI=0)],
+ HAVE_AVAHI=0)
+
+AS_IF([test "x$enable_avahi" = "xyes" && test "x$HAVE_AVAHI" = "x0"],
+ [AC_MSG_ERROR([*** Avahi support not found])])
+
+AC_SUBST(HAVE_AVAHI)
+AM_CONDITIONAL([HAVE_AVAHI], [test "x$HAVE_AVAHI" = x1])
+
+#### JACK (optional) ####
+
+AC_ARG_ENABLE([jack],
+ AS_HELP_STRING([--disable-jack],[Disable optional JACK support]))
+
+AS_IF([test "x$enable_jack" != "xno"],
+ [PKG_CHECK_MODULES(JACK, [ jack >= 0.117.0 ], HAVE_JACK=1, HAVE_JACK=0)],
+ HAVE_JACK=0)
+
+AS_IF([test "x$enable_jack" = "xyes" && test "x$HAVE_JACK" = "x0"],
+ [AC_MSG_ERROR([*** JACK support not found])])
+
+AM_CONDITIONAL([HAVE_JACK], [test "x$HAVE_JACK" = x1])
+
+#### Async DNS support (optional) ####
+
+AC_ARG_ENABLE([asyncns],
+ AS_HELP_STRING([--disable-asyncns],[Disable optional Async DNS support]))
+
+AS_IF([test "x$enable_asyncns" != "xno"],
+ [PKG_CHECK_MODULES(LIBASYNCNS, [ libasyncns >= 0.1 ], HAVE_LIBASYNCNS=1, HAVE_LIBASYNCNS=0)],
+ HAVE_LIBASYNCNS=0)
+
+AS_IF([test "x$enable_asyncns" = "xyes" && test "x$HAVE_LIBASYNCNS" = "x0"],
+ [AC_MSG_ERROR([*** Async DNS support not found])])
+
+AM_CONDITIONAL([HAVE_LIBASYNCNS], [test "x$HAVE_LIBASYNCNS" = x1])
+AS_IF([test "x$HAVE_LIBASYNCNS" = "x1"], AC_DEFINE([HAVE_LIBASYNCNS], 1, [Have libasyncns?]))
+
+#### Running from build tree (optional) ####
+
+AC_ARG_ENABLE([running-from-build-tree],
+ AS_HELP_STRING([--disable-running-from-build-tree],[Disable running from build tree]))
+
+AS_IF([test "x$enable_running_from_build_tree" != "xno"],
+ AC_DEFINE([HAVE_RUNNING_FROM_BUILD_TREE], 1, [Have running from build tree]))
+
+AC_SUBST(HAVE_RUNNING_FROM_BUILD_TREE)
+
+#### TCP wrappers (optional) ####
+
+AC_ARG_ENABLE([tcpwrap],
+ AS_HELP_STRING([--disable-tcpwrap],[Disable optional TCP wrappers support]))
+
+AS_IF([test "x$enable_tcpwrap" != "xno"],
+ [
+ ACX_LIBWRAP
+ AS_IF([test "x$LIBWRAP_LIBS" != "x"], HAVE_TCPWRAP=1, HAVE_TCPWRAP=0)
+ ],
+ HAVE_TCPWRAP=0)
+
+AS_IF([test "x$enable_tcpwrap" = "xyes" && test "x$HAVE_TCPWRAP" = "x0"],
+ [AC_MSG_ERROR([*** TCP wrappers support not found])])
+
+AC_SUBST(LIBWRAP_LIBS)
+
+#### LIRC support (optional) ####
+
+AC_ARG_ENABLE([lirc],
+ AS_HELP_STRING([--disable-lirc],[Disable optional LIRC support]))
+
+LIRC_CFLAGS=
+LIRC_LIBS=
+
+AS_IF([test "x$enable_lirc" != "xno"],
+ [
+ HAVE_LIRC=1
+ AC_CHECK_HEADER(lirc/lirc_client.h, [], [HAVE_LIRC=0])
+ AC_CHECK_LIB(lirc_client, lirc_init, [LIRC_LIBS=-llirc_client], [HAVE_LIRC=0])
+ ],
+ HAVE_LIRC=0)
+
+AS_IF([test "x$enable_lirc" = "xyes" && test "x$HAVE_LIRC" = "x0"],
+ [AC_MSG_ERROR([*** LIRC support not found])])
+
+AC_SUBST(LIRC_CFLAGS)
+AC_SUBST(LIRC_LIBS)
+AM_CONDITIONAL([HAVE_LIRC], [test "x$HAVE_LIRC" = x1])
+
+#### D-Bus support (optional) ####
+
+AC_ARG_ENABLE([dbus],
+ AS_HELP_STRING([--disable-dbus],[Disable optional D-Bus support]))
+
+AS_IF([test "x$enable_dbus" != "xno"],
+ [PKG_CHECK_MODULES(DBUS, [ dbus-1 >= 1.4.12 ], HAVE_DBUS=1, HAVE_DBUS=0)],
+ HAVE_DBUS=0)
+
+AS_IF([test "x$enable_dbus" = "xyes" && test "x$HAVE_DBUS" = "x0"],
+ [AC_MSG_ERROR([*** D-Bus not available or too old version])])
+
+AC_SUBST(HAVE_DBUS)
+AM_CONDITIONAL([HAVE_DBUS], [test "x$HAVE_DBUS" = x1])
+AS_IF([test "x$HAVE_DBUS" = "x1"], AC_DEFINE([HAVE_DBUS], 1, [Have D-Bus.]))
+
+PA_MACHINE_ID="${sysconfdir}/machine-id"
+AX_DEFINE_DIR(PA_MACHINE_ID, PA_MACHINE_ID, [D-Bus machine-id file])
+PA_MACHINE_ID_FALLBACK="${localstatedir}/lib/dbus/machine-id"
+AX_DEFINE_DIR(PA_MACHINE_ID_FALLBACK, PA_MACHINE_ID_FALLBACK,
+ [Fallback machine-id file])
+
+#### BlueZ support (optional, dependent on D-Bus and SBC) ####
+
+AC_ARG_ENABLE([bluez5],
+ AS_HELP_STRING([--disable-bluez5],[Disable optional BlueZ 5 support]))
+
+## SBC ##
+AS_IF([test "x$enable_bluez5" != "xno"],
+ [PKG_CHECK_MODULES(SBC, [ sbc >= 1.0 ], HAVE_SBC=1, HAVE_SBC=0)],
+ HAVE_SBC=0)
+
+## BlueZ 5 ##
+AS_IF([test "x$enable_bluez5" != "xno" && test "x$HAVE_DBUS" = "x1" && test "x$HAVE_SBC" = "x1"], HAVE_BLUEZ_5=1,
+ HAVE_BLUEZ_5=0)
+AS_IF([test "x$enable_bluez5" = "xyes" && test "x$HAVE_BLUEZ_5" != "x1"],
+ [AC_MSG_ERROR([*** BLUEZ 5 support not found (requires sbc and D-Bus)])])
+AC_SUBST(HAVE_BLUEZ_5)
+AM_CONDITIONAL([HAVE_BLUEZ_5], [test "x$HAVE_BLUEZ_5" = x1])
+
+AS_IF([test "x$HAVE_BLUEZ_5" = "x1"], HAVE_BLUEZ=1, HAVE_BLUEZ=0)
+AC_SUBST(HAVE_BLUEZ)
+AM_CONDITIONAL([HAVE_BLUEZ], [test "x$HAVE_BLUEZ" = x1])
+
+## Bluetooth Headset profiles backend ##
+
+AC_ARG_ENABLE([bluez5-ofono-headset],
+ AS_HELP_STRING([--disable-bluez5-ofono-headset],[Disable optional ofono headset backend support (Bluez 5)]))
+AS_IF([test "x$HAVE_BLUEZ_5" = "x1" && test "x$enable_bluez5_ofono_headset" != "xno"], HAVE_BLUEZ_5_OFONO_HEADSET=1,
+ HAVE_BLUEZ_5_OFONO_HEADSET=0)
+AC_SUBST(HAVE_BLUEZ_5_OFONO_HEADSET)
+AM_CONDITIONAL([HAVE_BLUEZ_5_OFONO_HEADSET], [test "x$HAVE_BLUEZ_5_OFONO_HEADSET" = x1])
+AS_IF([test "x$HAVE_BLUEZ_5_OFONO_HEADSET" = "x1"], AC_DEFINE([HAVE_BLUEZ_5_OFONO_HEADSET], 1, [Bluez 5 ofono headset backend enabled]))
+
+AC_ARG_ENABLE([bluez5-native-headset],
+ AS_HELP_STRING([--disable-bluez5-native-headset],[Disable optional native headset backend support (Bluez 5)]))
+AS_IF([test "x$HAVE_BLUEZ_5" = "x1" && test "x$enable_bluez5_native_headset" != "xno"],
+ [PKG_CHECK_MODULES(BLUEZ, [ bluez >= 4.101 ], HAVE_BLUEZ_5_NATIVE_HEADSET=1, HAVE_BLUEZ_5_NATIVE_HEADSET=0)],
+ HAVE_BLUEZ_5_NATIVE_HEADSET=0)
+AS_IF([test "x$enable_bluez5_native_headset" = "xyes" && test "x$HAVE_BLUEZ_5_NATIVE_HEADSET" = "x0"],
+ [AC_MSG_ERROR([*** BlueZ 5 native headset backend support not available (requires the libbluetooth headers)])])
+AC_SUBST(HAVE_BLUEZ_5_NATIVE_HEADSET)
+AM_CONDITIONAL([HAVE_BLUEZ_5_NATIVE_HEADSET], [test "x$HAVE_BLUEZ_5_NATIVE_HEADSET" = x1])
+AS_IF([test "x$HAVE_BLUEZ_5_NATIVE_HEADSET" = "x1"], AC_DEFINE([HAVE_BLUEZ_5_NATIVE_HEADSET], 1, [Bluez 5 native headset backend enabled]))
+
+#### UDEV support (optional) ####
+
+AC_ARG_ENABLE([udev],
+ AS_HELP_STRING([--disable-udev],[Disable optional UDEV support]))
+
+AS_IF([test "x$enable_udev" != "xno" -a \( "x$HAVE_OSS" = "x1" -o "x$HAVE_ALSA" = "x1" \)],
+ [PKG_CHECK_MODULES(UDEV, [ libudev >= 143 ], HAVE_UDEV=1, HAVE_UDEV=0)],
+ HAVE_UDEV=0)
+
+AS_IF([test "x$enable_udev" = "xyes" && test "x$HAVE_UDEV" = "x0"],
+ [AC_MSG_ERROR([*** UDEV support not found])])
+
+AC_SUBST(HAVE_UDEV)
+AM_CONDITIONAL([HAVE_UDEV], [test "x$HAVE_UDEV" = x1])
+AS_IF([test "x$HAVE_UDEV" = "x1"], AC_DEFINE([HAVE_UDEV], 1, [Have UDEV.]))
+
+#### HAL compat support (optional, dependent on UDEV) ####
+
+AC_ARG_ENABLE([hal-compat],
+ AS_HELP_STRING([--disable-hal-compat],[Disable optional HAL->udev transition compatibility support]))
+
+AS_IF([test "x$enable_hal_compat" != "xno"],
+ [AS_IF([test "x$HAVE_UDEV" = "x1"], HAVE_HAL_COMPAT=1, HAVE_HAL_COMPAT=0)],
+ HAVE_HAL_COMPAT=0)
+
+AM_CONDITIONAL([HAVE_HAL_COMPAT], [test "x$HAVE_HAL_COMPAT" = x1])
+AS_IF([test "x$HAVE_HAL_COMPAT" = "x1"], AC_DEFINE([HAVE_HAL_COMPAT], 1, [Have HAL compatibility.]))
+
+#### IPv6 connection support (optional) ####
+
+AC_ARG_ENABLE([ipv6],
+ AS_HELP_STRING([--disable-ipv6],[Disable optional IPv6 support]))
+
+AS_IF([test "x$enable_ipv6" != "xno"], [HAVE_IPV6=1], [HAVE_IPV6=0])
+
+AS_IF([test "x$HAVE_IPV6" = "x1"], AC_DEFINE([HAVE_IPV6], 1, [Define this to enable IPv6 connection support]))
+
+#### OpenSSL support (optional) ####
+
+AC_ARG_ENABLE([openssl],
+ AS_HELP_STRING([--disable-openssl],[Disable OpenSSL support (used for Airtunes/RAOP)]))
+
+AS_IF([test "x$enable_openssl" != "xno"],
+ [PKG_CHECK_MODULES(OPENSSL, [ openssl > 0.9 ], HAVE_OPENSSL=1, HAVE_OPENSSL=0)],
+ HAVE_OPENSSL=0)
+
+AS_IF([test "x$enable_openssl" = "xyes" && test "x$HAVE_OPENSSL" = "x0"],
+ [AC_MSG_ERROR([*** OpenSSL support not found])])
+
+AM_CONDITIONAL([HAVE_OPENSSL], [test "x$HAVE_OPENSSL" = x1])
+AS_IF([test "x$HAVE_OPENSSL" = "x1"], AC_DEFINE([HAVE_OPENSSL], 1, [Have OpenSSL]))
+
+#### FFTW (optional) ####
+
+AC_ARG_WITH([fftw],
+ AS_HELP_STRING([--without-fftw],[Omit FFTW-using modules (equalizer)]))
+
+AS_IF([test "x$with_fftw" != "xno"],
+ [PKG_CHECK_MODULES(FFTW, [ fftw3f ], HAVE_FFTW=1, HAVE_FFTW=0)],
+ HAVE_FFTW=0)
+
+AS_IF([test "x$with_fftw" = "xyes" && test "x$HAVE_FFTW" = "x0"],
+ [AC_MSG_ERROR([*** FFTW support not found])])
+
+AM_CONDITIONAL([HAVE_FFTW], [test "x$HAVE_FFTW" = "x1"])
+
+#### speex (optional) ####
+
+AC_ARG_WITH([speex],
+ AS_HELP_STRING([--without-speex],[Omit speex (resampling, AEC)]))
+
+AS_IF([test "x$with_speex" != "xno"],
+ [PKG_CHECK_MODULES(LIBSPEEX, [ speexdsp >= 1.2 ], HAVE_SPEEX=1, HAVE_SPEEX=0)],
+ HAVE_SPEEX=0)
+
+AS_IF([test "x$with_speex" = "xyes" && test "x$HAVE_SPEEX" = "x0"],
+ [AC_MSG_ERROR([*** speex support not found])])
+
+AM_CONDITIONAL([HAVE_SPEEX], [test "x$HAVE_SPEEX" = "x1"])
+AS_IF([test "x$HAVE_SPEEX" = "x1"], AC_DEFINE([HAVE_SPEEX], 1, [Have speex]))
+
+#### soxr (optional) ####
+
+AC_ARG_WITH([soxr],
+ AS_HELP_STRING([--without-soxr],[Omit soxr (resampling)]))
+
+AS_IF([test "x$with_soxr" != "xno"],
+ [PKG_CHECK_MODULES(LIBSOXR, [ soxr >= 0.1.1 ], HAVE_SOXR=1, HAVE_SOXR=0)],
+ HAVE_SOXR=0)
+
+AS_IF([test "x$with_soxr" = "xyes" && test "x$HAVE_SOXR" = "x0"],
+ [AC_MSG_ERROR([*** soxr support not found])])
+
+AM_CONDITIONAL([HAVE_SOXR], [test "x$HAVE_SOXR" = "x1"])
+AS_IF([test "x$HAVE_SOXR" = "x1"], AC_DEFINE([HAVE_SOXR], 1, [Have soxr]))
+
+
+#### gcov support (optional) #####
+
+AC_ARG_ENABLE([gcov],
+ AS_HELP_STRING([--enable-gcov],[Enable optional gcov coverage analysis]))
+
+GCOV_CFLAGS=
+GCOV_LIBS=" -lgcov"
+
+AS_IF([test "x$enable_gcov" = "xyes"],
+ [
+ HAVE_GCOV=1
+ GCOV_CFLAGS="$GCOV_CFLAGS -fprofile-arcs -ftest-coverage"
+ GCOV_LIBS="$GCOV_LIBS -fprofile-arcs"
+ ],
+ HAVE_GCOV=0)
+
+AC_SUBST(GCOV_CFLAGS)
+AC_SUBST(GCOV_LIBS)
+AM_CONDITIONAL([HAVE_GCOV], [test "x$HAVE_GCOV" = x1])
+
+#### ORC (optional) ####
+
+ORC_CHECK([0.4.11])
+
+#### systemd support (optional) ####
+
+AC_ARG_ENABLE([systemd-daemon],
+ AS_HELP_STRING([--disable-systemd-daemon],[Disable optional systemd daemon (socket activation) support]))
+
+AC_ARG_ENABLE([systemd-login],
+ AS_HELP_STRING([--disable-systemd-login],[Disable optional systemd login support]))
+
+AC_ARG_ENABLE([systemd-journal],
+ AS_HELP_STRING([--disable-systemd-journal],[Disable optional systemd journal support]))
+
+# Newer systemd's combine their subcomponent libraries into one
+# If it exists, we should use it for the further checks
+
+AS_IF([test "x$enable_systemd_daemon" != "xno" || test "x$enable_systemd_login" != "xno" || test "x$enable_systemd_journal" != "xno"],
+ [PKG_CHECK_MODULES(SYSTEMD, [ libsystemd ], HAVE_SYSTEMD=1, HAVE_SYSTEMD=0)],
+ HAVE_SYSTEMD=0)
+
+AS_IF([test "x$HAVE_SYSTEMD" = "x1"],
+ [
+ HAVE_SYSTEMD_DAEMON=1
+ HAVE_SYSTEMD_LOGIN=1
+ HAVE_SYSTEMD_JOURNAL=1
+ ])
+
+AC_ARG_WITH([systemduserunitdir],
+ AS_HELP_STRING([--with-systemduserunitdir=DIR], [Directory for systemd user service files]),
+ [], [with_systemduserunitdir=$($PKG_CONFIG --variable=systemduserunitdir systemd)])
+if test "x$with_systemduserunitdir" != xno; then
+ AC_SUBST([systemduserunitdir], [$with_systemduserunitdir])
+fi
+
+#### systemd daemon support (optional) ####
+
+AS_IF([test "x$enable_systemd_daemon" != "xno"],
+ [AS_IF([test "x$HAVE_SYSTEMD_DAEMON" != "x1"], [PKG_CHECK_MODULES(SYSTEMDDAEMON, [ libsystemd-daemon ], HAVE_SYSTEMD_DAEMON=1, HAVE_SYSTEMD_DAEMON=0)])],
+ HAVE_SYSTEMD_DAEMON=0)
+
+AS_IF([test "x$enable_systemd_daemon" = "xyes" && test "x$HAVE_SYSTEMD_DAEMON" = "x0"],
+ [AC_MSG_ERROR([*** Needed systemd daemon support not found])])
+
+AC_SUBST(HAVE_SYSTEMD_DAEMON)
+AM_CONDITIONAL([HAVE_SYSTEMD_DAEMON], [test "x$HAVE_SYSTEMD_DAEMON" = x1])
+AS_IF([test "x$HAVE_SYSTEMD_DAEMON" = "x1"], AC_DEFINE([HAVE_SYSTEMD_DAEMON], 1, [Have SYSTEMDDAEMON?]))
+
+#### systemd login support (optional) ####
+
+AS_IF([test "x$enable_systemd_login" != "xno"],
+ [AS_IF([test "x$HAVE_SYSTEMD_LOGIN" != "x1"], [PKG_CHECK_MODULES(SYSTEMDLOGIN, [ libsystemd-login ], HAVE_SYSTEMD_LOGIN=1, HAVE_SYSTEMD_LOGIN=0)])],
+ HAVE_SYSTEMD_LOGIN=0)
+
+AS_IF([test "x$enable_systemd_login" = "xyes" && test "x$HAVE_SYSTEMD_LOGIN" = "x0"],
+ [AC_MSG_ERROR([*** Needed systemd login support not found])])
+
+AC_SUBST(HAVE_SYSTEMD_LOGIN)
+AM_CONDITIONAL([HAVE_SYSTEMD_LOGIN], [test "x$HAVE_SYSTEMD_LOGIN" = x1])
+AS_IF([test "x$HAVE_SYSTEMD_LOGIN" = "x1"], AC_DEFINE([HAVE_SYSTEMD_LOGIN], 1, [Have SYSTEMDLOGIN?]))
+
+#### systemd journal support (optional) ####
+
+AS_IF([test "x$enable_systemd_journal" != "xno"],
+ [AS_IF([test "x$HAVE_SYSTEMD_JOURNAL" != "x1"], [PKG_CHECK_MODULES(SYSTEMDJOURNAL, [ libsystemd-journal ], HAVE_SYSTEMD_JOURNAL=1, HAVE_SYSTEMD_JOURNAL=0)])],
+ HAVE_SYSTEMD_JOURNAL=0)
+
+AS_IF([test "x$enable_systemd_journal" = "xyes" && test "x$HAVE_SYSTEMD_JOURNAL" = "x0"],
+ [AC_MSG_ERROR([*** Needed systemd journal support not found])])
+
+AC_SUBST(HAVE_SYSTEMD_JOURNAL)
+AM_CONDITIONAL([HAVE_SYSTEMD_JOURNAL], [test "x$HAVE_SYSTEMD_JOURNAL" = x1])
+AS_IF([test "x$HAVE_SYSTEMD_JOURNAL" = "x1"], AC_DEFINE([HAVE_SYSTEMD_JOURNAL], 1, [Have SYSTEMDJOURNAL?]))
+
+#### GStreamer-based RTP support (optional) ####
+
+AC_ARG_ENABLE([gstreamer],
+ AS_HELP_STRING([--enable-gstreamer],[Enable optional GStreamer-based RTP support]))
+
+AS_IF([test "x$enable_gstreamer" = "xyes"],
+ [PKG_CHECK_MODULES(GSTREAMER, [ gstreamer-1.0 >= 1.14 gstreamer-app-1.0 gstreamer-rtp-1.0 gio-2.0 ],
+ HAVE_GSTREAMER=1, HAVE_GSTREAMER=0)],
+ HAVE_GSTREAMER=0)
+
+AS_IF([test "x$enable_gstreamer" = "xyes" && test "x$HAVE_GSTREAMER" = "x0"],
+ [AC_MSG_ERROR([*** GStreamer 1.0 support not found])])
+
+AM_CONDITIONAL([HAVE_GSTREAMER], [test "x$HAVE_GSTREAMER" = x1])
+AS_IF([test "x$HAVE_GSTREAMER" = "x1"], AC_DEFINE([HAVE_GSTREAMER], 1, [Have GStreamer?]))
+
+#### Build and Install man pages ####
+
+AC_ARG_ENABLE([manpages],
+ AS_HELP_STRING([--disable-manpages],[Disable building and installation of man pages]))
+
+AM_CONDITIONAL([BUILD_MANPAGES], [test "x$enable_manpages" != "xno"])
+
+#### PulseAudio system group & user #####
+
+AC_ARG_WITH(system_user, AS_HELP_STRING([--with-system-user=],[User for running the PulseAudio daemon as a system-wide instance (pulse)]))
+if test -z "$with_system_user" ; then
+ PA_SYSTEM_USER=pulse
+else
+ PA_SYSTEM_USER=$with_system_user
+fi
+AC_SUBST(PA_SYSTEM_USER)
+AC_DEFINE_UNQUOTED(PA_SYSTEM_USER,"$PA_SYSTEM_USER", [User for running the PulseAudio system daemon])
+
+AC_ARG_WITH(system_group,AS_HELP_STRING([--with-system-group=],[Group for running the PulseAudio daemon as a system-wide instance (pulse)]))
+if test -z "$with_system_group" ; then
+ PA_SYSTEM_GROUP=pulse
+else
+ PA_SYSTEM_GROUP=$with_system_group
+fi
+AC_SUBST(PA_SYSTEM_GROUP)
+AC_DEFINE_UNQUOTED(PA_SYSTEM_GROUP,"$PA_SYSTEM_GROUP", [Group for the PulseAudio system daemon])
+
+AC_ARG_WITH(access_group,AS_HELP_STRING([--with-access-group=],[Group which is allowed access to a system-wide PulseAudio daemon (pulse-access)]))
+if test -z "$with_access_group" ; then
+ PA_ACCESS_GROUP=pulse-access
+else
+ PA_ACCESS_GROUP=$with_access_group
+fi
+AC_SUBST(PA_ACCESS_GROUP)
+AC_DEFINE_UNQUOTED(PA_ACCESS_GROUP,"$PA_ACCESS_GROUP", [Access group])
+
+AC_ARG_ENABLE([per-user-esound-socket],
+ AS_HELP_STRING([--disable-per-user-esound-socket],[Use global esound socket directory /tmp/.esd/socket.]))
+
+if test "x$enable_per_user_esound_socket" != "xno"; then
+ USE_PER_USER_ESOUND_SOCKET=1
+ AC_DEFINE([USE_PER_USER_ESOUND_SOCKET], [1], [Define this if you want per-user esound socket directories])
+else
+ USE_PER_USER_ESOUND_SOCKET=0
+fi
+
+#### PulseAudio system runtime dir ####
+
+PA_SYSTEM_RUNTIME_PATH="${localstatedir}/run/pulse"
+AX_DEFINE_DIR(PA_SYSTEM_RUNTIME_PATH, PA_SYSTEM_RUNTIME_PATH, [System runtime dir])
+PA_SYSTEM_CONFIG_PATH="${localstatedir}/lib/pulse"
+AX_DEFINE_DIR(PA_SYSTEM_CONFIG_PATH, PA_SYSTEM_CONFIG_PATH, [System config dir])
+PA_SYSTEM_STATE_PATH="${localstatedir}/lib/pulse"
+AX_DEFINE_DIR(PA_SYSTEM_STATE_PATH, PA_SYSTEM_STATE_PATH, [System state dir])
+
+PA_BINARY=${bindir}/pulseaudio${EXEEXT}
+AX_DEFINE_DIR(PA_BINARY, PA_BINARY, [Location of pulseaudio binary])
+
+PACTL_BINARY=${bindir}/pactl${EXEEXT}
+AX_DEFINE_DIR(PACTL_BINARY, PACTL_BINARY, [Location of pactl binary])
+
+AC_SUBST(PA_SOEXT, [.so])
+AC_DEFINE(PA_SOEXT, [".so"], [Shared object extension])
+
+AC_SUBST(pulseconfdir, ["${sysconfdir}/pulse"])
+AX_DEFINE_DIR(PA_DEFAULT_CONFIG_DIR, pulseconfdir, [Location of configuration files])
+
+#### Mac OSX specific stuff #####
+
+AC_ARG_ENABLE(mac-universal,
+ AS_HELP_STRING([--enable-mac-universal], [Build Mac universal binaries]),
+ enable_mac_universal=$enableval, enable_mac_universal="no")
+
+AC_ARG_WITH(mac-version-min,
+ AS_HELP_STRING([--with-mac-version-min=], [Defines the earliest version of MacOS X that the executables will run on.]),
+ mac_version_min=$withval, mac_version_min="10.5")
+
+AC_ARG_WITH(mac-sysroot,
+ AS_HELP_STRING([--with-mac-sysroot=], [SDK basedir to use as the logical root directory for headers and libraries.]),
+ mac_sysroot=$withval)
+
+if test "x$os_is_darwin" = "x1" ; then
+ LDFLAGS="$LDFLAGS -mmacosx-version-min=$mac_version_min"
+ CFLAGS="$CFLAGS -mmacosx-version-min=$mac_version_min"
+
+ if test "x$mac_sysroot" != "x" ; then
+ LDFLAGS="$LDFLAGS -isysroot $mac_sysroot"
+ CFLAGS="$CFLAGS -isysroot $mac_sysroot"
+ fi
+
+ if test "x$enable_mac_universal" = "xyes" ; then
+ mac_arches="-arch i386 -arch x86_64"
+ LDFLAGS="$LDFLAGS $mac_arches"
+ CFLAGS="$CFLAGS $mac_arches"
+ fi
+fi
+
+AC_ARG_ENABLE([webrtc-aec],
+ AS_HELP_STRING([--enable-webrtc-aec], [Enable the optional WebRTC-based echo canceller]))
+
+AS_IF([test "x$enable_webrtc_aec" = "xyes" && test "$HAVE_CXX11" = "0"],
+ [AC_MSG_ERROR([*** webrtc-audio-processing needs C++11 support])])
+
+AS_IF([test "x$enable_webrtc_aec" != "xno"],
+ [PKG_CHECK_MODULES(WEBRTC, [ webrtc-audio-processing >= 0.2 ], [HAVE_WEBRTC=1], [HAVE_WEBRTC=0])],
+ [HAVE_WEBRTC=0])
+
+AS_IF([test "x$enable_webrtc_aec" = "xyes" && test "x$HAVE_WEBRTC" = "x0"],
+ [AC_MSG_ERROR([*** webrtc-audio-processing library not found])])
+
+AM_CONDITIONAL([HAVE_WEBRTC], [test "x$HAVE_WEBRTC" = "x1"])
+
+AC_ARG_ENABLE([adrian-aec],
+ AS_HELP_STRING([--enable-adrian-aec], [Enable Adrian's optional echo canceller]))
+AS_IF([test "x$enable_adrian_aec" != "xno"],
+ [HAVE_ADRIAN_EC=1])
+AM_CONDITIONAL([HAVE_ADRIAN_EC], [test "x$HAVE_ADRIAN_EC" = "x1"])
+
+
+#### Thread support ####
+
+AX_TLS
+AS_IF([test "$ac_cv_tls" = "__thread"],
+ AC_DEFINE([SUPPORT_TLS___THREAD], 1, [Define this if the compiler supports __thread for Thread-Local Storage]))
+
+# Win32 build breaks with win32 pthread installed
+AS_IF([test "x$os_is_win32" != "x1"],
+ [AX_PTHREAD])
+
+AS_IF([test "x$ax_pthread_ok" = "xyes"],
+ AC_DEFINE([_POSIX_PTHREAD_SEMANTICS], 1, [Needed on Solaris]))
+
+
+
+###################################
+# Output #
+###################################
+
+AC_DEFINE_UNQUOTED(PA_CFLAGS, "$CFLAGS", [The CFLAGS used during compilation])
+
+# Check whether to build tests by default (as compile-test) or not
+AC_ARG_ENABLE([default-build-tests],
+ AS_HELP_STRING([--disable-default-build-tests], [Build test programs only during make check]))
+AM_CONDITIONAL([BUILD_TESTS_DEFAULT], [test "x$enable_default_build_tests" != "xno"])
+
+AC_ARG_ENABLE([legacy-database-entry-format],
+ AS_HELP_STRING([--disable-legacy-database-entry-format], [Try to load legacy (< 1.0) database files (card, device and volume restore).]))
+if test "x$enable_legacy_database_entry_format" != "xno" ; then
+ AC_DEFINE(ENABLE_LEGACY_DATABASE_ENTRY_FORMAT, [1], [Legacy database entry format])
+fi
+
+AC_ARG_ENABLE([stream-restore-clear-old-devices],
+ AS_HELP_STRING([--enable-stream-restore-clear-old-devices], [Forget per-stream routing settings that have been set before version 14.0. Recommended when using GNOME. See https://gitlab.freedesktop.org/pulseaudio/pulseaudio/-/issues/832]))
+if test "x$enable_stream_restore_clear_old_devices" == "xyes" ; then
+ AC_DEFINE(STREAM_RESTORE_CLEAR_OLD_DEVICES, [1], [module-stream-restore: Clear old devices])
+fi
+
+AC_ARG_ENABLE([static-bins],
+ AS_HELP_STRING([--enable-static-bins],[Statically link executables.]))
+AM_CONDITIONAL([STATIC_BINS], [test "x$enable_static_bins" = "xyes"])
+
+AC_ARG_WITH(
+ [preopen-mods],
+ AS_HELP_STRING([--with-preopen-mods],[Modules to preopen in daemon (default: all).]),
+ [PREOPEN_MODS=$withval], [PREOPEN_MODS="all"])
+AM_CONDITIONAL([PREOPEN_MODS], [test "x$PREOPEN_MODS" != "xall"])
+if test "x$PREOPEN_MODS" != "xall" ; then
+ tmpLIBS=""
+ for mod in $PREOPEN_MODS; do
+ tmpLIBS="$tmpLIBS module-$mod.la"
+ done
+ PREOPEN_MODS="$tmpLIBS"
+ AC_SUBST(PREOPEN_MODS)
+fi
+
+AC_ARG_WITH(
+ [module-dir],
+ AS_HELP_STRING([--with-module-dir],[Directory where to install the modules to (defaults to ${libdir}/pulse-${PA_MAJORMINOR}/modules]),
+ [modlibexecdir=$withval], [modlibexecdir="${libdir}/pulse-${PA_MAJORMINOR}/modules"])
+
+AC_SUBST(modlibexecdir)
+AX_DEFINE_DIR(PA_DLSEARCHPATH, modlibexecdir, [Modules dir])
+
+AC_ARG_WITH(
+ [alsa-data-dir],
+ AS_HELP_STRING([--with-alsa-data-dir],[Directory for ALSA card profiles (defaults to ${datadir}/pulseaudio/alsa-mixer)]),
+ [alsadatadir=$withval], [alsadatadir="${datadir}/pulseaudio/alsa-mixer"])
+
+AC_SUBST(alsadatadir)
+
+AC_ARG_WITH(
+ [udev-rules-dir],
+ AS_HELP_STRING([--with-udev-rules-dir],[Directory where to install udev rules to (defaults to /lib/udev/rules.d)]),
+ [udevrulesdir=$withval], [udevrulesdir="/lib/udev/rules.d"])
+
+AC_SUBST(udevrulesdir)
+
+AC_ARG_WITH([bash-completion-dir],
+ AS_HELP_STRING([--with-bash-completion-dir=DIR], [Directory for bash completion files]),
+ [bashcompletiondir=$withval], [bashcompletiondir=$($PKG_CONFIG --variable=completionsdir bash-completion)])
+if test "x$bashcompletionsdir" = "x"; then
+ bashcompletiondir="${datadir}/bash-completion/completions"
+fi
+
+AC_SUBST(bashcompletiondir)
+
+AC_ARG_WITH(
+ [zsh-completion-dir],
+ AS_HELP_STRING([--with-zsh-completion-dir], [Zsh completions directory (defaults to ${datadir}/zsh/site-functions)]),
+ [zshcompletiondir=$withval], [zshcompletiondir="${datadir}/zsh/site-functions"])
+
+AC_SUBST(zshcompletiondir)
+
+AC_ARG_ENABLE([force-preopen],
+ AS_HELP_STRING([--enable-force-preopen],[Preopen modules, even when dlopen() is supported.]))
+
+if test "x$enable_force_preopen" = "xyes"; then
+ FORCE_PREOPEN=yes
+else
+ FORCE_PREOPEN=no
+fi
+
+AM_CONDITIONAL([FORCE_PREOPEN], [test "x$FORCE_PREOPEN" = "xyes"])
+
+# Substitute the variable with an empty string. This makes the output go to the
+# directory where doxygen is run (which is the doxygen directory under the
+# build directory). Substituting a variable with a constant value wouldn't
+# otherwise make sense, but the substitution variable needs to exist, because
+# we substitute a different value when using Meson.
+AC_SUBST([DOXYGEN_OUTPUT_DIRECTORY], [])
+
+AC_CONFIG_FILES([
+Makefile
+src/Makefile
+man/Makefile
+libpulse.pc
+libpulse-simple.pc
+libpulse-mainloop-glib.pc
+doxygen/Makefile
+doxygen/doxygen.conf
+src/pulse/version.h
+po/Makefile.in
+man/pulseaudio.1.xml
+man/pax11publish.1.xml
+man/pacat.1.xml
+man/pacmd.1.xml
+man/pactl.1.xml
+man/pasuspender.1.xml
+man/padsp.1.xml
+man/pulse-daemon.conf.5.xml
+man/pulse-client.conf.5.xml
+man/default.pa.5.xml
+man/pulse-cli-syntax.5.xml
+man/start-pulseaudio-x11.1.xml
+])
+
+AS_IF([test "x$HAVE_ESOUND" = "x1"],
+ [
+ AC_CONFIG_FILES([man/esdcompat.1.xml])
+ AC_CONFIG_FILES([src/esdcompat:src/daemon/esdcompat.in], [chmod +x src/esdcompat])
+ ])
+
+AC_CONFIG_FILES([src/start-pulseaudio-x11:src/daemon/start-pulseaudio-x11.in], [chmod +x src/start-pulseaudio-x11])
+AC_CONFIG_FILES([src/client.conf:src/pulse/client.conf.in])
+AC_CONFIG_FILES([src/daemon.conf:src/daemon/daemon.conf.in],
+ [m4 src/daemon.conf > src/daemon.conf.gen && mv src/daemon.conf.gen src/daemon.conf])
+AC_CONFIG_FILES([src/default.pa:src/daemon/default.pa.in],
+ [m4 src/default.pa > src/default.pa.gen && mv src/default.pa.gen src/default.pa])
+AC_CONFIG_FILES([src/system.pa:src/daemon/system.pa.in],
+ [m4 src/system.pa > src/system.pa.gen && mv src/system.pa.gen src/system.pa])
+AS_IF([test "x$HAVE_SYSTEMD_DAEMON" = "x1"],
+ [
+ AC_CONFIG_FILES([src/pulseaudio.service:src/daemon/systemd/user/pulseaudio.service.in])
+ ])
+
+# CMake related ProjectConfig files
+PA_LIBDIR="$libdir"
+AX_DEFINE_DIR(PA_LIBDIR, PA_LIBDIR, [PulseAudio library dir])
+PA_INCDIR="$includedir"
+AX_DEFINE_DIR(PA_INCDIR, PA_INCDIR, [PulseAudio include dir])
+
+AC_CONFIG_FILES([PulseAudioConfig.cmake:PulseAudioConfig.cmake.in],
+ [m4 PulseAudioConfig.cmake > PulseAudioConfig.cmake.gen && mv PulseAudioConfig.cmake.gen PulseAudioConfig.cmake])
+AC_CONFIG_FILES([PulseAudioConfigVersion.cmake])
+
+AC_OUTPUT
+
+# ==========================================================================
+
+AS_IF([test "x$HAVE_MEMFD" = "x1"], ENABLE_MEMFD=yes, ENABLE_MEMFD=no)
+AS_IF([test "x$HAVE_X11" = "x1"], ENABLE_X11=yes, ENABLE_X11=no)
+AS_IF([test "x$HAVE_OSS_OUTPUT" = "x1"], ENABLE_OSS_OUTPUT=yes, ENABLE_OSS_OUTPUT=no)
+AS_IF([test "x$HAVE_OSS_WRAPPER" = "x1"], ENABLE_OSS_WRAPPER=yes, ENABLE_OSS_WRAPPER=no)
+AS_IF([test "x$HAVE_ALSA" = "x1"], ENABLE_ALSA=yes, ENABLE_ALSA=no)
+AS_IF([test "x$HAVE_COREAUDIO" = "x1"], ENABLE_COREAUDIO=yes, ENABLE_COREAUDIO=no)
+AS_IF([test "x$HAVE_SOLARIS" = "x1"], ENABLE_SOLARIS=yes, ENABLE_SOLARIS=no)
+AS_IF([test "x$HAVE_WAVEOUT" = "x1"], ENABLE_WAVEOUT=yes, ENABLE_WAVEOUT=no)
+AS_IF([test "x$HAVE_GLIB20" = "x1"], ENABLE_GLIB20=yes, ENABLE_GLIB20=no)
+AS_IF([test "x$HAVE_GTK30" = "x1"], ENABLE_GTK30=yes, ENABLE_GTK30=no)
+AS_IF([test "x$HAVE_GCONF" = "x1"], ENABLE_GCONF=yes, ENABLE_GCONF=no)
+AS_IF([test "x$HAVE_GSETTINGS" = "x1"], ENABLE_GSETTINGS=yes, ENABLE_GSETTINGS=no)
+AS_IF([test "x$HAVE_AVAHI" = "x1"], ENABLE_AVAHI=yes, ENABLE_AVAHI=no)
+AS_IF([test "x$HAVE_JACK" = "x1"], ENABLE_JACK=yes, ENABLE_JACK=no)
+AS_IF([test "x$HAVE_LIBASYNCNS" = "x1"], ENABLE_LIBASYNCNS=yes, ENABLE_LIBASYNCNS=no)
+AS_IF([test "x$HAVE_LIRC" = "x1"], ENABLE_LIRC=yes, ENABLE_LIRC=no)
+AS_IF([test "x$HAVE_DBUS" = "x1"], ENABLE_DBUS=yes, ENABLE_DBUS=no)
+AS_IF([test "x$HAVE_UDEV" = "x1"], ENABLE_UDEV=yes, ENABLE_UDEV=no)
+AS_IF([test "x$HAVE_SYSTEMD_DAEMON" = "x1"], ENABLE_SYSTEMD_DAEMON=yes, ENABLE_SYSTEMD_DAEMON=no)
+AS_IF([test "x$HAVE_SYSTEMD_LOGIN" = "x1"], ENABLE_SYSTEMD_LOGIN=yes, ENABLE_SYSTEMD_LOGIN=no)
+AS_IF([test "x$HAVE_SYSTEMD_JOURNAL" = "x1"], ENABLE_SYSTEMD_JOURNAL=yes, ENABLE_SYSTEMD_JOURNAL=no)
+AS_IF([test "x$HAVE_BLUEZ_5" = "x1"], ENABLE_BLUEZ_5=yes, ENABLE_BLUEZ_5=no)
+AS_IF([test "x$HAVE_BLUEZ_5_OFONO_HEADSET" = "x1"], ENABLE_BLUEZ_5_OFONO_HEADSET=yes, ENABLE_BLUEZ_5_OFONO_HEADSET=no)
+AS_IF([test "x$HAVE_BLUEZ_5_NATIVE_HEADSET" = "x1"], ENABLE_BLUEZ_5_NATIVE_HEADSET=yes, ENABLE_BLUEZ_5_NATIVE_HEADSET=no)
+AS_IF([test "x$HAVE_HAL_COMPAT" = "x1"], ENABLE_HAL_COMPAT=yes, ENABLE_HAL_COMPAT=no)
+AS_IF([test "x$HAVE_TCPWRAP" = "x1"], ENABLE_TCPWRAP=yes, ENABLE_TCPWRAP=no)
+AS_IF([test "x$HAVE_LIBSAMPLERATE" = "x1"], ENABLE_LIBSAMPLERATE="yes (DEPRECATED)", ENABLE_LIBSAMPLERATE=no)
+AS_IF([test "x$HAVE_IPV6" = "x1"], ENABLE_IPV6=yes, ENABLE_IPV6=no)
+AS_IF([test "x$HAVE_OPENSSL" = "x1"], ENABLE_OPENSSL=yes, ENABLE_OPENSSL=no)
+AS_IF([test "x$HAVE_FFTW" = "x1"], ENABLE_FFTW=yes, ENABLE_FFTW=no)
+AS_IF([test "x$HAVE_ORC" = "xyes"], ENABLE_ORC=yes, ENABLE_ORC=no)
+AS_IF([test "x$HAVE_ADRIAN_EC" = "x1"], ENABLE_ADRIAN_EC=yes, ENABLE_ADRIAN_EC=no)
+AS_IF([test "x$HAVE_SPEEX" = "x1"], ENABLE_SPEEX=yes, ENABLE_SPEEX=no)
+AS_IF([test "x$HAVE_SOXR" = "x1"], ENABLE_SOXR=yes, ENABLE_SOXR=no)
+AS_IF([test "x$HAVE_WEBRTC" = "x1"], ENABLE_WEBRTC=yes, ENABLE_WEBRTC=no)
+AS_IF([test "x$HAVE_GSTREAMER" = "x1"], ENABLE_GSTREAMER=yes, ENABLE_GSTREAMER=no)
+AS_IF([test "x$HAVE_TDB" = "x1"], ENABLE_TDB=yes, ENABLE_TDB=no)
+AS_IF([test "x$HAVE_GDBM" = "x1"], ENABLE_GDBM=yes, ENABLE_GDBM=no)
+AS_IF([test "x$HAVE_SIMPLEDB" = "x1"], ENABLE_SIMPLEDB=yes, ENABLE_SIMPLEDB=no)
+AS_IF([test "x$HAVE_ESOUND" = "x1"], ENABLE_ESOUND=yes, ENABLE_ESOUND=no)
+AS_IF([test "x$HAVE_ESOUND" = "x1" -a "x$USE_PER_USER_ESOUND_SOCKET" = "x1"], ENABLE_PER_USER_ESOUND_SOCKET=yes, ENABLE_PER_USER_ESOUND_SOCKET=no)
+AS_IF([test "x$HAVE_GCOV" = "x1"], ENABLE_GCOV=yes, ENABLE_GCOV=no)
+AS_IF([test "x$HAVE_LIBCHECK" = "x1"], ENABLE_TESTS=yes, ENABLE_TESTS=no)
+AS_IF([test "x$enable_legacy_database_entry_format" != "xno"], ENABLE_LEGACY_DATABASE_ENTRY_FORMAT=yes, ENABLE_LEGACY_DATABASE_ENTRY_FORMAT=no)
+AS_IF([test "x$enable_stream_restore_clear_old_devices" == "xyes"], ENABLE_STREAM_RESTORE_CLEAR_OLD_DEVICES=yes, ENABLE_STREAM_RESTORE_CLEAR_OLD_DEVICES=no)
+
+echo "
+ ---{ $PACKAGE_NAME $VERSION }---
+
+ prefix: ${prefix}
+ sysconfdir: ${sysconfdir}
+ localstatedir: ${localstatedir}
+ modlibexecdir: ${modlibexecdir}
+ alsadatadir: ${alsadatadir}
+ System Runtime Path: ${PA_SYSTEM_RUNTIME_PATH}
+ System State Path: ${PA_SYSTEM_STATE_PATH}
+ System Config Path: ${PA_SYSTEM_CONFIG_PATH}
+ Zsh completions directory: ${zshcompletiondir}
+ Bash completions directory: ${bashcompletiondir}
+ Compiler: ${CC}
+ CFLAGS: ${CFLAGS}
+ CPPFLAGS: ${CPPFLAGS}
+ LIBS: ${LIBS}
+
+ Enable memfd shared memory: ${ENABLE_MEMFD}
+ Enable X11: ${ENABLE_X11}
+ Enable OSS Output: ${ENABLE_OSS_OUTPUT}
+ Enable OSS Wrapper: ${ENABLE_OSS_WRAPPER}
+ Enable EsounD: ${ENABLE_ESOUND}
+ Enable Alsa: ${ENABLE_ALSA}
+ Enable CoreAudio: ${ENABLE_COREAUDIO}
+ Enable Solaris: ${ENABLE_SOLARIS}
+ Enable WaveOut: ${ENABLE_WAVEOUT}
+ Enable GLib 2.0: ${ENABLE_GLIB20}
+ Enable Gtk+ 3.0: ${ENABLE_GTK30}
+ Enable GConf: ${ENABLE_GCONF}
+ Enable GSettings: ${ENABLE_GSETTINGS}
+ Enable Avahi: ${ENABLE_AVAHI}
+ Enable Jack: ${ENABLE_JACK}
+ Enable Async DNS: ${ENABLE_LIBASYNCNS}
+ Enable LIRC: ${ENABLE_LIRC}
+ Enable D-Bus: ${ENABLE_DBUS}
+ Enable BlueZ 5: ${ENABLE_BLUEZ_5}
+ Enable ofono headsets: ${ENABLE_BLUEZ_5_OFONO_HEADSET}
+ Enable native headsets: ${ENABLE_BLUEZ_5_NATIVE_HEADSET}
+ Enable udev: ${ENABLE_UDEV}
+ Enable HAL->udev compat: ${ENABLE_HAL_COMPAT}
+ Enable systemd
+ Daemon (Socket Activation): ${ENABLE_SYSTEMD_DAEMON}
+ Login (Session Tracking): ${ENABLE_SYSTEMD_LOGIN}
+ Journal (Logging): ${ENABLE_SYSTEMD_JOURNAL}
+ Enable TCP Wrappers: ${ENABLE_TCPWRAP}
+ Enable libsamplerate: ${ENABLE_LIBSAMPLERATE}
+ Enable IPv6: ${ENABLE_IPV6}
+ Enable OpenSSL (for Airtunes): ${ENABLE_OPENSSL}
+ Enable fftw: ${ENABLE_FFTW}
+ Enable orc: ${ENABLE_ORC}
+ Enable Adrian echo canceller: ${ENABLE_ADRIAN_EC}
+ Enable speex (resampler, AEC): ${ENABLE_SPEEX}
+ Enable soxr (resampler): ${ENABLE_SOXR}
+ Enable WebRTC echo canceller: ${ENABLE_WEBRTC}
+ Enable GStreamer-based RTP: ${ENABLE_GSTREAMER}
+ Enable gcov coverage: ${ENABLE_GCOV}
+ Enable unit tests: ${ENABLE_TESTS}
+ Database
+ tdb: ${ENABLE_TDB}
+ gdbm: ${ENABLE_GDBM}
+ simple database: ${ENABLE_SIMPLEDB}
+
+ System User: ${PA_SYSTEM_USER}
+ System Group: ${PA_SYSTEM_GROUP}
+ Access Group: ${PA_ACCESS_GROUP}
+ Enable per-user EsounD socket: ${ENABLE_PER_USER_ESOUND_SOCKET}
+ Force preopen: ${FORCE_PREOPEN}
+ Preopened modules: ${PREOPEN_MODS}
+
+ Legacy Database Entry Support: ${ENABLE_LEGACY_DATABASE_ENTRY_FORMAT}
+ module-stream-restore:
+ Clear old devices: ${ENABLE_STREAM_RESTORE_CLEAR_OLD_DEVICES}
+"
+
+if test "${ENABLE_SPEEX}" = "no" && test "${ENABLE_WEBRTC}" = "no" && test "${ENABLE_ADRIAN_EC}" = "no" ; then
+AC_MSG_ERROR([At least one echo canceller implementation must be available.])
+fi
+
+if test "${ENABLE_DBUS}" = "no" && test "x$os_is_win32" != "x1" ; then
+ echo "
+===== WARNING WARNING WARNING WARNING WARNING WARNING WARNING =====
+You do not have D-Bus support enabled. It is strongly recommended
+that you enable D-Bus support if your platform supports it.
+Many parts of PulseAudio use D-Bus, from ConsoleKit interaction
+to the Device Reservation Protocol to speak to JACK, Bluetooth
+support and even a native control protocol for communicating and
+controlling the PulseAudio daemon itself.
+===== WARNING WARNING WARNING WARNING WARNING WARNING WARNING =====
+"
+fi
+
+if test "${ENABLE_UDEV}" = "no" && test "x$os_is_win32" != "x1" ; then
+ echo "
+===== WARNING WARNING WARNING WARNING WARNING WARNING WARNING =====
+You do not have udev support enabled. It is strongly recommended
+that you enable udev support if your platform supports it as it is
+the primary method used to detect hardware audio devices (on Linux)
+and is thus a critical part of PulseAudio on that platform.
+===== WARNING WARNING WARNING WARNING WARNING WARNING WARNING =====
+"
+fi
+
+if test "${ENABLE_SPEEX}" = "no" && test "x$os_is_win32" != "x1" ; then
+ echo "
+===== WARNING WARNING WARNING WARNING WARNING WARNING WARNING =====
+You do not have speex support enabled. It is strongly recommended
+that you enable speex support if your platform supports it as it is
+the primary method used for audio resampling and is thus a critical
+part of PulseAudio on that platform.
+===== WARNING WARNING WARNING WARNING WARNING WARNING WARNING =====
+"
+fi
diff --git a/doc/messaging_api.txt b/doc/messaging_api.txt
deleted file mode 100644
index ad0774fde..000000000
--- a/doc/messaging_api.txt
+++ /dev/null
@@ -1,49 +0,0 @@
-Message API reference
-
-The message API allows any object within pulseaudio to register a message
-handler. A message handler is a function that can be called by clients using
-PA_COMMAND_SEND_OBJECT_MESSAGE. A message consists at least of an object path
-and a message command, both specified as strings. Additional parameters can
-be specified using a single string in JSON format, but are not mandatory.
-
-The message handler returns an error number as defined in def.h and also returns
-a string in the "response" variable. Non-empty response will be in JSON format.
-
-The reference further down lists available messages, their parameters
-and return values.
-
-Reference:
-
-Object path: /core
-Message: list-handlers
-Parameters: None
-Return value: JSON array of handler description objects
- [{"name":"Handler name","description":"Description"} ...]
-
-Object path: /card/bluez_card.XX_XX_XX_XX_XX_XX/bluez
-Message: list-codecs
-Parameters: None
-Return value: JSON array of codec description objects
- [{"name":"codec1","description":"Codec 1"} ...]
-
-Object path: /card/bluez_card.XX_XX_XX_XX_XX_XX/bluez
-Message: get-codec
-Parameters: None
-Return value: "codec name"
-
-Object path: /card/bluez_card.XX_XX_XX_XX_XX_XX/bluez
-Message: switch-codec
-Parameters: "codec name"
-Return value: none
-
-Description: Set if card profile selection should be sticky instead of being automated
-Object path: /card/
-Message: set-profile-sticky
-Parameters: JSON "true" or "false"
-Return value: none
-
-Description: Get if card profile selection should be sticky instead of being automated
-Object path: /card/
-Message: get-profile-sticky
-Parameters: None
-Return value: JSON "true" or "false"
diff --git a/doxygen/Makefile.am b/doxygen/Makefile.am
new file mode 100644
index 000000000..4696fb2d7
--- /dev/null
+++ b/doxygen/Makefile.am
@@ -0,0 +1,22 @@
+# This file is part of PulseAudio.
+#
+# PulseAudio is free software; you can redistribute it and/or modify
+# it under the terms of the GNU Lesser General Public License as published by
+# the Free Software Foundation; either version 2 of the License, or
+# (at your option) any later version.
+#
+# PulseAudio is distributed in the hope that it will be useful, but
+# WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+# General Public License for more details.
+#
+# You should have received a copy of the GNU Lesser General Public License
+# along with PulseAudio; if not, see .
+
+doxygen: doxygen.conf
+ doxygen $<
+
+clean-local:
+ -rm -rf html
+
+.PHONY: all doxygen
diff --git a/doxygen/doxygen.conf.in b/doxygen/doxygen.conf.in
index 21b6814f0..a97c16543 100644
--- a/doxygen/doxygen.conf.in
+++ b/doxygen/doxygen.conf.in
@@ -758,8 +758,8 @@ EXCLUDE_SYMBOLS =
# directories that contain example code fragments that are included (see
# the \include command).
-EXAMPLE_PATH = @top_srcdir@/src/utils \
- @top_srcdir@/src/tests
+EXAMPLE_PATH = @srcdir@/../src/utils \
+ @srcdir@/../src/tests
# If the value of the EXAMPLE_PATH tag contains directories, you can use the
# EXAMPLE_PATTERNS tag to specify one or more wildcard pattern (like *.cpp
diff --git a/doxygen/meson.build b/doxygen/meson.build
index 7659de35c..afc0e4989 100644
--- a/doxygen/meson.build
+++ b/doxygen/meson.build
@@ -1,8 +1,3 @@
-doxygen = find_program('doxygen', required: get_option('doxygen'))
-if not doxygen.found()
- subdir_done()
-endif
-
cdata.set('DOXYGEN_OUTPUT_DIRECTORY', meson.current_build_dir())
doxygen_conf = configure_file(
@@ -12,4 +7,4 @@ doxygen_conf = configure_file(
)
run_target('doxygen',
- command : [doxygen, doxygen_conf])
+ command : ['doxygen', doxygen_conf])
diff --git a/m4/.gitignore b/m4/.gitignore
new file mode 100644
index 000000000..abd28caf3
--- /dev/null
+++ b/m4/.gitignore
@@ -0,0 +1,37 @@
+codeset.m4
+extern-inline.m4
+fcntl-o.m4
+gettext.m4
+glibc2.m4
+glibc21.m4
+iconv.m4
+intdiv0.m4
+intl.m4
+intldir.m4
+intlmacosx.m4
+intmax.m4
+inttypes-pri.m4
+inttypes_h.m4
+lcmessage.m4
+lib-ld.m4
+lib-link.m4
+lib-prefix.m4
+libtool.m4
+lock.m4
+longlong.m4
+ltoptions.m4
+ltsugar.m4
+ltversion.m4
+lt~obsolete.m4
+nls.m4
+po.m4
+printf-posix.m4
+progtest.m4
+size_max.m4
+stdint_h.m4
+threadlib.m4
+uintmax_t.m4
+visibility.m4
+wchar_t.m4
+wint_t.m4
+xsize.m4
diff --git a/m4/acx_libwrap.m4 b/m4/acx_libwrap.m4
new file mode 100644
index 000000000..ccf8afc0a
--- /dev/null
+++ b/m4/acx_libwrap.m4
@@ -0,0 +1,19 @@
+AC_DEFUN([ACX_LIBWRAP], [
+LIBWRAP_LIBS=
+saved_LIBS="$LIBS"
+LIBS="$LIBS -lwrap"
+AC_MSG_CHECKING([for tcpwrap library and headers])
+AC_LINK_IFELSE(
+[AC_LANG_PROGRAM(
+[#include
+#include
+int allow_severity = LOG_INFO;
+int deny_severity = LOG_WARNING;],
+[struct request_info *req;
+return hosts_access (req);])],
+[AC_DEFINE(HAVE_LIBWRAP, [], [Have tcpwrap?])
+LIBWRAP_LIBS="-lwrap"
+AC_MSG_RESULT(yes)],
+[AC_MSG_RESULT(no)])
+LIBS="$saved_LIBS"
+])
diff --git a/m4/ax_check_compile_flag.m4 b/m4/ax_check_compile_flag.m4
new file mode 100644
index 000000000..ca3639715
--- /dev/null
+++ b/m4/ax_check_compile_flag.m4
@@ -0,0 +1,74 @@
+# ===========================================================================
+# http://www.gnu.org/software/autoconf-archive/ax_check_compile_flag.html
+# ===========================================================================
+#
+# SYNOPSIS
+#
+# AX_CHECK_COMPILE_FLAG(FLAG, [ACTION-SUCCESS], [ACTION-FAILURE], [EXTRA-FLAGS], [INPUT])
+#
+# DESCRIPTION
+#
+# Check whether the given FLAG works with the current language's compiler
+# or gives an error. (Warnings, however, are ignored)
+#
+# ACTION-SUCCESS/ACTION-FAILURE are shell commands to execute on
+# success/failure.
+#
+# If EXTRA-FLAGS is defined, it is added to the current language's default
+# flags (e.g. CFLAGS) when the check is done. The check is thus made with
+# the flags: "CFLAGS EXTRA-FLAGS FLAG". This can for example be used to
+# force the compiler to issue an error when a bad flag is given.
+#
+# INPUT gives an alternative input source to AC_COMPILE_IFELSE.
+#
+# NOTE: Implementation based on AX_CFLAGS_GCC_OPTION. Please keep this
+# macro in sync with AX_CHECK_{PREPROC,LINK}_FLAG.
+#
+# LICENSE
+#
+# Copyright (c) 2008 Guido U. Draheim
+# Copyright (c) 2011 Maarten Bosmans
+#
+# This program is free software: you can redistribute it and/or modify it
+# under the terms of the GNU General Public License as published by the
+# Free Software Foundation, either version 3 of the License, or (at your
+# option) any later version.
+#
+# This program is distributed in the hope that it will be useful, but
+# WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General
+# Public License for more details.
+#
+# You should have received a copy of the GNU General Public License along
+# with this program. If not, see .
+#
+# As a special exception, the respective Autoconf Macro's copyright owner
+# gives unlimited permission to copy, distribute and modify the configure
+# scripts that are the output of Autoconf when processing the Macro. You
+# need not follow the terms of the GNU General Public License when using
+# or distributing such scripts, even though portions of the text of the
+# Macro appear in them. The GNU General Public License (GPL) does govern
+# all other use of the material that constitutes the Autoconf Macro.
+#
+# This special exception to the GPL applies to versions of the Autoconf
+# Macro released by the Autoconf Archive. When you make and distribute a
+# modified version of the Autoconf Macro, you may extend this special
+# exception to the GPL to apply to your modified version as well.
+
+#serial 4
+
+AC_DEFUN([AX_CHECK_COMPILE_FLAG],
+[AC_PREREQ(2.64)dnl for _AC_LANG_PREFIX and AS_VAR_IF
+AS_VAR_PUSHDEF([CACHEVAR],[ax_cv_check_[]_AC_LANG_ABBREV[]flags_$4_$1])dnl
+AC_CACHE_CHECK([whether _AC_LANG compiler accepts $1], CACHEVAR, [
+ ax_check_save_flags=$[]_AC_LANG_PREFIX[]FLAGS
+ _AC_LANG_PREFIX[]FLAGS="$[]_AC_LANG_PREFIX[]FLAGS $4 $1"
+ AC_COMPILE_IFELSE([m4_default([$5],[AC_LANG_PROGRAM()])],
+ [AS_VAR_SET(CACHEVAR,[yes])],
+ [AS_VAR_SET(CACHEVAR,[no])])
+ _AC_LANG_PREFIX[]FLAGS=$ax_check_save_flags])
+AS_VAR_IF(CACHEVAR,yes,
+ [m4_default([$2], :)],
+ [m4_default([$3], :)])
+AS_VAR_POPDEF([CACHEVAR])dnl
+])dnl AX_CHECK_COMPILE_FLAGS
diff --git a/m4/ax_check_define.m4 b/m4/ax_check_define.m4
new file mode 100644
index 000000000..4bc694861
--- /dev/null
+++ b/m4/ax_check_define.m4
@@ -0,0 +1,92 @@
+# ===========================================================================
+# http://www.gnu.org/software/autoconf-archive/ax_check_define.html
+# ===========================================================================
+#
+# SYNOPSIS
+#
+# AC_CHECK_DEFINE([symbol], [ACTION-IF-FOUND], [ACTION-IF-NOT])
+# AX_CHECK_DEFINE([includes],[symbol], [ACTION-IF-FOUND], [ACTION-IF-NOT])
+#
+# DESCRIPTION
+#
+# Complements AC_CHECK_FUNC but it does not check for a function but for a
+# define to exist. Consider a usage like:
+#
+# AC_CHECK_DEFINE(__STRICT_ANSI__, CFLAGS="$CFLAGS -D_XOPEN_SOURCE=500")
+#
+# LICENSE
+#
+# Copyright (c) 2008 Guido U. Draheim
+#
+# This program is free software; you can redistribute it and/or modify it
+# under the terms of the GNU General Public License as published by the
+# Free Software Foundation; either version 3 of the License, or (at your
+# option) any later version.
+#
+# This program is distributed in the hope that it will be useful, but
+# WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General
+# Public License for more details.
+#
+# You should have received a copy of the GNU General Public License along
+# with this program. If not, see .
+#
+# As a special exception, the respective Autoconf Macro's copyright owner
+# gives unlimited permission to copy, distribute and modify the configure
+# scripts that are the output of Autoconf when processing the Macro. You
+# need not follow the terms of the GNU General Public License when using
+# or distributing such scripts, even though portions of the text of the
+# Macro appear in them. The GNU General Public License (GPL) does govern
+# all other use of the material that constitutes the Autoconf Macro.
+#
+# This special exception to the GPL applies to versions of the Autoconf
+# Macro released by the Autoconf Archive. When you make and distribute a
+# modified version of the Autoconf Macro, you may extend this special
+# exception to the GPL to apply to your modified version as well.
+
+#serial 8
+
+AU_ALIAS([AC_CHECK_DEFINED], [AC_CHECK_DEFINE])
+AC_DEFUN([AC_CHECK_DEFINE],[
+AS_VAR_PUSHDEF([ac_var],[ac_cv_defined_$1])dnl
+AC_CACHE_CHECK([for $1 defined], ac_var,
+AC_COMPILE_IFELSE([AC_LANG_PROGRAM([[]], [[
+ #ifdef $1
+ int ok;
+ #else
+ choke me
+ #endif
+]])],[AS_VAR_SET(ac_var, yes)],[AS_VAR_SET(ac_var, no)]))
+AS_IF([test AS_VAR_GET(ac_var) != "no"], [$2], [$3])dnl
+AS_VAR_POPDEF([ac_var])dnl
+])
+
+AU_ALIAS([AX_CHECK_DEFINED], [AX_CHECK_DEFINE])
+AC_DEFUN([AX_CHECK_DEFINE],[
+AS_VAR_PUSHDEF([ac_var],[ac_cv_defined_$2_$1])dnl
+AC_CACHE_CHECK([for $2 defined in $1], ac_var,
+AC_COMPILE_IFELSE([AC_LANG_PROGRAM([[#include <$1>]], [[
+ #ifdef $2
+ int ok;
+ #else
+ choke me
+ #endif
+]])],[AS_VAR_SET(ac_var, yes)],[AS_VAR_SET(ac_var, no)]))
+AS_IF([test AS_VAR_GET(ac_var) != "no"], [$3], [$4])dnl
+AS_VAR_POPDEF([ac_var])dnl
+])
+
+AC_DEFUN([AX_CHECK_FUNC],
+[AS_VAR_PUSHDEF([ac_var], [ac_cv_func_$2])dnl
+AC_CACHE_CHECK([for $2], ac_var,
+dnl AC_LANG_FUNC_LINK_TRY
+[AC_LINK_IFELSE([AC_LANG_PROGRAM([$1
+ #undef $2
+ char $2 ();],[
+ char (*f) () = $2;
+ return f != $2; ])],
+ [AS_VAR_SET(ac_var, yes)],
+ [AS_VAR_SET(ac_var, no)])])
+AS_IF([test AS_VAR_GET(ac_var) = yes], [$3], [$4])dnl
+AS_VAR_POPDEF([ac_var])dnl
+])# AC_CHECK_FUNC
diff --git a/m4/ax_check_flag.m4 b/m4/ax_check_flag.m4
new file mode 100644
index 000000000..52405fd4b
--- /dev/null
+++ b/m4/ax_check_flag.m4
@@ -0,0 +1,147 @@
+# ===========================================================================
+# http://www.gnu.org/software/autoconf-archive/ax_check_flag.html
+# ===========================================================================
+#
+# SYNOPSIS
+#
+# AX_CHECK_PREPROC_FLAG(FLAG, [ACTION-SUCCESS], [ACTION-FAILURE], [EXTRA-FLAGS])
+# AX_CHECK_COMPILE_FLAG(FLAG, [ACTION-SUCCESS], [ACTION-FAILURE], [EXTRA-FLAGS])
+# AX_CHECK_LINK_FLAG(FLAG, [ACTION-SUCCESS], [ACTION-FAILURE], [EXTRA-FLAGS])
+# AX_APPEND_FLAG(FLAG, [FLAGS-VARIABLE])
+# AX_APPEND_COMPILE_FLAGS([FLAG1 FLAG2 ...], [FLAGS-VARIABLE], [EXTRA-FLAGS])
+# AX_APPEND_LINK_FLAGS([FLAG1 FLAG2 ...], [FLAGS-VARIABLE], [EXTRA-FLAGS])
+#
+# DESCRIPTION
+#
+# Check whether the given FLAG works with the current language's
+# preprocessor/compiler/linker, or whether they give an error. (Warnings,
+# however, are ignored.)
+#
+# ACTION-SUCCESS/ACTION-FAILURE are shell commands to execute on
+# success/failure.
+#
+# If EXTRA-FLAGS is defined, it is added to the current language's default
+# flags (e.g. CFLAGS) when the check is done. The check us thus made
+# with the following flags: "CFLAGS EXTRA-FLAGS FLAG". EXTRA-FLAGS can
+# for example be used to force the compiler to issue an error when a bad
+# flag is given.
+#
+# AX_APPEND_FLAG appends the FLAG to the FLAG-VARIABLE shell variable or
+# the current language's flags if not specified. FLAG is not added to
+# FLAG-VARIABLE if it is already in the shell variable.
+#
+# AX_APPEND_COMPILE_FLAGS checks for each FLAG1, FLAG2, etc. using
+# AX_CHECK_COMPILE_FLAG and if the check is successful the flag is added
+# to the appropriate FLAGS variable with AX_APPEND_FLAG. The
+# FLAGS-VARIABLE and EXTRA-FLAGS arguments are the same as in the other
+# macros. AX_APPEND_LINK_FLAGS does the same for linker flags.
+#
+# NOTE: Based on AX_CHECK_COMPILER_FLAGS and AX_CFLAGS_GCC_OPTION.
+#
+# LICENSE
+#
+# Copyright (c) 2008 Guido U. Draheim
+# Copyright (c) 2009 Steven G. Johnson
+# Copyright (c) 2009 Matteo Frigo
+# Copyright (c) 2011 Maarten Bosmans
+#
+# This program is free software: you can redistribute it and/or modify it
+# under the terms of the GNU General Public License as published by the
+# Free Software Foundation, either version 3 of the License, or (at your
+# option) any later version.
+#
+# This program is distributed in the hope that it will be useful, but
+# WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General
+# Public License for more details.
+#
+# You should have received a copy of the GNU General Public License along
+# with this program. If not, see .
+#
+# As a special exception, the respective Autoconf Macro's copyright owner
+# gives unlimited permission to copy, distribute and modify the configure
+# scripts that are the output of Autoconf when processing the Macro. You
+# need not follow the terms of the GNU General Public License when using
+# or distributing such scripts, even though portions of the text of the
+# Macro appear in them. The GNU General Public License (GPL) does govern
+# all other use of the material that constitutes the Autoconf Macro.
+#
+# This special exception to the GPL applies to versions of the Autoconf
+# Macro released by the Autoconf Archive. When you make and distribute a
+# modified version of the Autoconf Macro, you may extend this special
+# exception to the GPL to apply to your modified version as well.
+
+#serial 2
+
+AC_DEFUN([AX_CHECK_PREPROC_FLAG],
+[AC_PREREQ(2.59) dnl for _AC_LANG_PREFIX
+AS_VAR_PUSHDEF([CACHEVAR],[ax_cv_check_[]_AC_LANG_ABBREV[]cppflags_$4_$1])dnl
+AC_CACHE_CHECK([whether _AC_LANG preprocessor accepts $1], CACHEVAR, [
+ ax_check_save_flags=$CPPFLAGS
+ CPPFLAGS="$CPPFLAGS $4 $1"
+ AC_PREPROC_IFELSE([AC_LANG_PROGRAM()],
+ [AS_VAR_SET([CACHEVAR],[yes])],
+ [AS_VAR_SET([CACHEVAR],[no])])
+ CPPFLAGS=$ax_check_save_flags])
+AS_VAR_IF([CACHEVAR], "yes",
+ [m4_default([$2], :)],
+ [m4_default([$3], :)])
+AS_VAR_POPDEF([CACHEVAR])dnl
+])dnl AX_CHECK_PREPROC_FLAGS
+
+AC_DEFUN([AX_CHECK_COMPILE_FLAG],
+[AC_PREREQ(2.59) dnl for _AC_LANG_PREFIX
+AS_VAR_PUSHDEF([CACHEVAR],[ax_cv_check_[]_AC_LANG_ABBREV[]flags_$4_$1])dnl
+AC_CACHE_CHECK([whether _AC_LANG compiler accepts $1], CACHEVAR, [
+ ax_check_save_flags=$[]_AC_LANG_PREFIX[]FLAGS
+ _AC_LANG_PREFIX[]FLAGS="$[]_AC_LANG_PREFIX[]FLAGS $4 $1"
+ AC_COMPILE_IFELSE([AC_LANG_PROGRAM()],
+ [AS_VAR_SET([CACHEVAR],[yes])],
+ [AS_VAR_SET([CACHEVAR],[no])])
+ _AC_LANG_PREFIX[]FLAGS=$ax_check_save_flags])
+AS_VAR_IF([CACHEVAR], "yes",
+ [m4_default([$2], :)],
+ [m4_default([$3], :)])
+AS_VAR_POPDEF([CACHEVAR])dnl
+])dnl AX_CHECK_COMPILE_FLAGS
+
+AC_DEFUN([AX_CHECK_LINK_FLAG],
+[AS_VAR_PUSHDEF([CACHEVAR],[ax_cv_check_ldflags_$4_$1])dnl
+AC_CACHE_CHECK([whether the linker accepts $1], CACHEVAR, [
+ ax_check_save_flags=$LDFLAGS
+ LDFLAGS="$LDFLAGS $4 $1"
+ AC_LINK_IFELSE([AC_LANG_PROGRAM()],
+ [AS_VAR_SET([CACHEVAR],[yes])],
+ [AS_VAR_SET([CACHEVAR],[no])])
+ LDFLAGS=$ax_check_save_flags])
+AS_VAR_IF([CACHEVAR], "yes",
+ [m4_default([$2], :)],
+ [m4_default([$3], :)])
+AS_VAR_POPDEF([CACHEVAR])dnl
+])dnl AX_CHECK_LINK_FLAGS
+
+
+AC_DEFUN([AX_APPEND_FLAG],
+[AC_PREREQ(2.59) dnl for _AC_LANG_PREFIX
+AC_REQUIRE([AC_PROG_GREP])
+AS_VAR_PUSHDEF([FLAGS], [m4_default($2,_AC_LANG_PREFIX[]FLAGS)])dnl
+AS_VAR_SET_IF([FLAGS],
+ [AS_IF([AS_ECHO(" $[]FLAGS ") | $GREP " $1 " 2>&1 >/dev/null],
+ [AC_RUN_LOG([: FLAGS already contains $1])],
+ [AC_RUN_LOG([: FLAGS="$FLAGS $1"])
+ AS_VAR_APPEND([FLAGS], [" $1"])])],
+ [AS_VAR_SET([FLAGS],[$1])])
+AS_VAR_POPDEF([FLAGS])dnl
+])dnl AX_APPEND_FLAG
+
+AC_DEFUN([AX_APPEND_COMPILE_FLAGS],
+[for flag in $1; do
+ AX_CHECK_COMPILE_FLAG([$flag], [AX_APPEND_FLAG([$flag], [$2])], [], [$3])
+done
+])dnl AX_APPEND_COMPILE_FLAGS
+
+AC_DEFUN([AX_APPEND_LINK_FLAGS],
+[for flag in $1; do
+ AX_CHECK_LINK_FLAG([$flag], [AX_APPEND_FLAG([$flag], [m4_default([$2], [LDFLAGS])])], [], [$3])
+done
+])dnl AX_APPEND_LINK_FLAGS
diff --git a/m4/ax_cxx_compile_stdcxx.m4 b/m4/ax_cxx_compile_stdcxx.m4
new file mode 100644
index 000000000..079e17d2a
--- /dev/null
+++ b/m4/ax_cxx_compile_stdcxx.m4
@@ -0,0 +1,558 @@
+# ===========================================================================
+# http://www.gnu.org/software/autoconf-archive/ax_cxx_compile_stdcxx.html
+# ===========================================================================
+#
+# SYNOPSIS
+#
+# AX_CXX_COMPILE_STDCXX(VERSION, [ext|noext], [mandatory|optional])
+#
+# DESCRIPTION
+#
+# Check for baseline language coverage in the compiler for the specified
+# version of the C++ standard. If necessary, add switches to CXXFLAGS to
+# enable support. VERSION may be '11' (for the C++11 standard) or '14'
+# (for the C++14 standard).
+#
+# The second argument, if specified, indicates whether you insist on an
+# extended mode (e.g. -std=gnu++11) or a strict conformance mode (e.g.
+# -std=c++11). If neither is specified, you get whatever works, with
+# preference for an extended mode.
+#
+# The third argument, if specified 'mandatory' or if left unspecified,
+# indicates that baseline support for the specified C++ standard is
+# required and that the macro should error out if no mode with that
+# support is found. If specified 'optional', then configuration proceeds
+# regardless, after defining HAVE_CXX${VERSION} if and only if a
+# supporting mode is found.
+#
+# LICENSE
+#
+# Copyright (c) 2008 Benjamin Kosnik
+# Copyright (c) 2012 Zack Weinberg
+# Copyright (c) 2013 Roy Stogner
+# Copyright (c) 2014, 2015 Google Inc.; contributed by Alexey Sokolov
+# Copyright (c) 2015 Paul Norman
+# Copyright (c) 2015 Moritz Klammler
+#
+# Copying and distribution of this file, with or without modification, are
+# permitted in any medium without royalty provided the copyright notice
+# and this notice are preserved. This file is offered as-is, without any
+# warranty.
+
+#serial 1
+
+dnl This macro is based on the code from the AX_CXX_COMPILE_STDCXX_11 macro
+dnl (serial version number 13).
+
+AC_DEFUN([AX_CXX_COMPILE_STDCXX], [dnl
+ m4_if([$1], [11], [],
+ [$1], [14], [],
+ [$1], [17], [m4_fatal([support for C++17 not yet implemented in AX_CXX_COMPILE_STDCXX])],
+ [m4_fatal([invalid first argument `$1' to AX_CXX_COMPILE_STDCXX])])dnl
+ m4_if([$2], [], [],
+ [$2], [ext], [],
+ [$2], [noext], [],
+ [m4_fatal([invalid second argument `$2' to AX_CXX_COMPILE_STDCXX])])dnl
+ m4_if([$3], [], [ax_cxx_compile_cxx$1_required=true],
+ [$3], [mandatory], [ax_cxx_compile_cxx$1_required=true],
+ [$3], [optional], [ax_cxx_compile_cxx$1_required=false],
+ [m4_fatal([invalid third argument `$3' to AX_CXX_COMPILE_STDCXX])])
+ AC_LANG_PUSH([C++])dnl
+ ac_success=no
+ AC_CACHE_CHECK(whether $CXX supports C++$1 features by default,
+ ax_cv_cxx_compile_cxx$1,
+ [AC_COMPILE_IFELSE([AC_LANG_SOURCE([_AX_CXX_COMPILE_STDCXX_testbody_$1])],
+ [ax_cv_cxx_compile_cxx$1=yes],
+ [ax_cv_cxx_compile_cxx$1=no])])
+ if test x$ax_cv_cxx_compile_cxx$1 = xyes; then
+ ac_success=yes
+ fi
+
+ m4_if([$2], [noext], [], [dnl
+ if test x$ac_success = xno; then
+ for switch in -std=gnu++$1 -std=gnu++0x; do
+ cachevar=AS_TR_SH([ax_cv_cxx_compile_cxx$1_$switch])
+ AC_CACHE_CHECK(whether $CXX supports C++$1 features with $switch,
+ $cachevar,
+ [ac_save_CXXFLAGS="$CXXFLAGS"
+ CXXFLAGS="$CXXFLAGS $switch"
+ AC_COMPILE_IFELSE([AC_LANG_SOURCE([_AX_CXX_COMPILE_STDCXX_testbody_$1])],
+ [eval $cachevar=yes],
+ [eval $cachevar=no])
+ CXXFLAGS="$ac_save_CXXFLAGS"])
+ if eval test x\$$cachevar = xyes; then
+ CXXFLAGS="$CXXFLAGS $switch"
+ ac_success=yes
+ break
+ fi
+ done
+ fi])
+
+ m4_if([$2], [ext], [], [dnl
+ if test x$ac_success = xno; then
+ dnl HP's aCC needs +std=c++11 according to:
+ dnl http://h21007.www2.hp.com/portal/download/files/unprot/aCxx/PDF_Release_Notes/769149-001.pdf
+ dnl Cray's crayCC needs "-h std=c++11"
+ for switch in -std=c++$1 -std=c++0x +std=c++$1 "-h std=c++$1"; do
+ cachevar=AS_TR_SH([ax_cv_cxx_compile_cxx$1_$switch])
+ AC_CACHE_CHECK(whether $CXX supports C++$1 features with $switch,
+ $cachevar,
+ [ac_save_CXXFLAGS="$CXXFLAGS"
+ CXXFLAGS="$CXXFLAGS $switch"
+ AC_COMPILE_IFELSE([AC_LANG_SOURCE([_AX_CXX_COMPILE_STDCXX_testbody_$1])],
+ [eval $cachevar=yes],
+ [eval $cachevar=no])
+ CXXFLAGS="$ac_save_CXXFLAGS"])
+ if eval test x\$$cachevar = xyes; then
+ CXXFLAGS="$CXXFLAGS $switch"
+ ac_success=yes
+ break
+ fi
+ done
+ fi])
+ AC_LANG_POP([C++])
+ if test x$ax_cxx_compile_cxx$1_required = xtrue; then
+ if test x$ac_success = xno; then
+ AC_MSG_ERROR([*** A compiler with support for C++$1 language features is required.])
+ fi
+ else
+ if test x$ac_success = xno; then
+ HAVE_CXX$1=0
+ AC_MSG_NOTICE([No compiler with C++$1 support was found])
+ else
+ HAVE_CXX$1=1
+ AC_DEFINE(HAVE_CXX$1,1,
+ [define if the compiler supports basic C++$1 syntax])
+ fi
+
+ AC_SUBST(HAVE_CXX$1)
+ fi
+])
+
+
+dnl Test body for checking C++11 support
+
+m4_define([_AX_CXX_COMPILE_STDCXX_testbody_11],
+ _AX_CXX_COMPILE_STDCXX_testbody_new_in_11
+)
+
+
+dnl Test body for checking C++14 support
+
+m4_define([_AX_CXX_COMPILE_STDCXX_testbody_14],
+ _AX_CXX_COMPILE_STDCXX_testbody_new_in_11
+ _AX_CXX_COMPILE_STDCXX_testbody_new_in_14
+)
+
+
+dnl Tests for new features in C++11
+
+m4_define([_AX_CXX_COMPILE_STDCXX_testbody_new_in_11], [[
+
+// If the compiler admits that it is not ready for C++11, why torture it?
+// Hopefully, this will speed up the test.
+
+#ifndef __cplusplus
+
+#error "This is not a C++ compiler"
+
+#elif __cplusplus < 201103L
+
+#error "This is not a C++11 compiler"
+
+#else
+
+namespace cxx11
+{
+
+ namespace test_static_assert
+ {
+
+ template
+ struct check
+ {
+ static_assert(sizeof(int) <= sizeof(T), "not big enough");
+ };
+
+ }
+
+ namespace test_final_override
+ {
+
+ struct Base
+ {
+ virtual void f() {}
+ };
+
+ struct Derived : public Base
+ {
+ virtual void f() override {}
+ };
+
+ }
+
+ namespace test_double_right_angle_brackets
+ {
+
+ template < typename T >
+ struct check {};
+
+ typedef check single_type;
+ typedef check> double_type;
+ typedef check>> triple_type;
+ typedef check>>> quadruple_type;
+
+ }
+
+ namespace test_decltype
+ {
+
+ int
+ f()
+ {
+ int a = 1;
+ decltype(a) b = 2;
+ return a + b;
+ }
+
+ }
+
+ namespace test_type_deduction
+ {
+
+ template < typename T1, typename T2 >
+ struct is_same
+ {
+ static const bool value = false;
+ };
+
+ template < typename T >
+ struct is_same
+ {
+ static const bool value = true;
+ };
+
+ template < typename T1, typename T2 >
+ auto
+ add(T1 a1, T2 a2) -> decltype(a1 + a2)
+ {
+ return a1 + a2;
+ }
+
+ int
+ test(const int c, volatile int v)
+ {
+ static_assert(is_same::value == true, "");
+ static_assert(is_same::value == false, "");
+ static_assert(is_same::value == false, "");
+ auto ac = c;
+ auto av = v;
+ auto sumi = ac + av + 'x';
+ auto sumf = ac + av + 1.0;
+ static_assert(is_same::value == true, "");
+ static_assert(is_same::value == true, "");
+ static_assert(is_same::value == true, "");
+ static_assert(is_same::value == false, "");
+ static_assert(is_same::value == true, "");
+ return (sumf > 0.0) ? sumi : add(c, v);
+ }
+
+ }
+
+ namespace test_noexcept
+ {
+
+ int f() { return 0; }
+ int g() noexcept { return 0; }
+
+ static_assert(noexcept(f()) == false, "");
+ static_assert(noexcept(g()) == true, "");
+
+ }
+
+ namespace test_constexpr
+ {
+
+ template < typename CharT >
+ unsigned long constexpr
+ strlen_c_r(const CharT *const s, const unsigned long acc) noexcept
+ {
+ return *s ? strlen_c_r(s + 1, acc + 1) : acc;
+ }
+
+ template < typename CharT >
+ unsigned long constexpr
+ strlen_c(const CharT *const s) noexcept
+ {
+ return strlen_c_r(s, 0UL);
+ }
+
+ static_assert(strlen_c("") == 0UL, "");
+ static_assert(strlen_c("1") == 1UL, "");
+ static_assert(strlen_c("example") == 7UL, "");
+ static_assert(strlen_c("another\0example") == 7UL, "");
+
+ }
+
+ namespace test_rvalue_references
+ {
+
+ template < int N >
+ struct answer
+ {
+ static constexpr int value = N;
+ };
+
+ answer<1> f(int&) { return answer<1>(); }
+ answer<2> f(const int&) { return answer<2>(); }
+ answer<3> f(int&&) { return answer<3>(); }
+
+ void
+ test()
+ {
+ int i = 0;
+ const int c = 0;
+ static_assert(decltype(f(i))::value == 1, "");
+ static_assert(decltype(f(c))::value == 2, "");
+ static_assert(decltype(f(0))::value == 3, "");
+ }
+
+ }
+
+ namespace test_uniform_initialization
+ {
+
+ struct test
+ {
+ static const int zero {};
+ static const int one {1};
+ };
+
+ static_assert(test::zero == 0, "");
+ static_assert(test::one == 1, "");
+
+ }
+
+ namespace test_lambdas
+ {
+
+ void
+ test1()
+ {
+ auto lambda1 = [](){};
+ auto lambda2 = lambda1;
+ lambda1();
+ lambda2();
+ }
+
+ int
+ test2()
+ {
+ auto a = [](int i, int j){ return i + j; }(1, 2);
+ auto b = []() -> int { return '0'; }();
+ auto c = [=](){ return a + b; }();
+ auto d = [&](){ return c; }();
+ auto e = [a, &b](int x) mutable {
+ const auto identity = [](int y){ return y; };
+ for (auto i = 0; i < a; ++i)
+ a += b--;
+ return x + identity(a + b);
+ }(0);
+ return a + b + c + d + e;
+ }
+
+ int
+ test3()
+ {
+ const auto nullary = [](){ return 0; };
+ const auto unary = [](int x){ return x; };
+ using nullary_t = decltype(nullary);
+ using unary_t = decltype(unary);
+ const auto higher1st = [](nullary_t f){ return f(); };
+ const auto higher2nd = [unary](nullary_t f1){
+ return [unary, f1](unary_t f2){ return f2(unary(f1())); };
+ };
+ return higher1st(nullary) + higher2nd(nullary)(unary);
+ }
+
+ }
+
+ namespace test_variadic_templates
+ {
+
+ template
+ struct sum;
+
+ template
+ struct sum
+ {
+ static constexpr auto value = N0 + sum::value;
+ };
+
+ template <>
+ struct sum<>
+ {
+ static constexpr auto value = 0;
+ };
+
+ static_assert(sum<>::value == 0, "");
+ static_assert(sum<1>::value == 1, "");
+ static_assert(sum<23>::value == 23, "");
+ static_assert(sum<1, 2>::value == 3, "");
+ static_assert(sum<5, 5, 11>::value == 21, "");
+ static_assert(sum<2, 3, 5, 7, 11, 13>::value == 41, "");
+
+ }
+
+ // http://stackoverflow.com/questions/13728184/template-aliases-and-sfinae
+ // Clang 3.1 fails with headers of libstd++ 4.8.3 when using std::function
+ // because of this.
+ namespace test_template_alias_sfinae
+ {
+
+ struct foo {};
+
+ template
+ using member = typename T::member_type;
+
+ template
+ void func(...) {}
+
+ template
+ void func(member*) {}
+
+ void test();
+
+ void test() { func(0); }
+
+ }
+
+} // namespace cxx11
+
+#endif // __cplusplus >= 201103L
+
+]])
+
+
+dnl Tests for new features in C++14
+
+m4_define([_AX_CXX_COMPILE_STDCXX_testbody_new_in_14], [[
+
+// If the compiler admits that it is not ready for C++14, why torture it?
+// Hopefully, this will speed up the test.
+
+#ifndef __cplusplus
+
+#error "This is not a C++ compiler"
+
+#elif __cplusplus < 201402L
+
+#error "This is not a C++14 compiler"
+
+#else
+
+namespace cxx14
+{
+
+ namespace test_polymorphic_lambdas
+ {
+
+ int
+ test()
+ {
+ const auto lambda = [](auto&&... args){
+ const auto istiny = [](auto x){
+ return (sizeof(x) == 1UL) ? 1 : 0;
+ };
+ const int aretiny[] = { istiny(args)... };
+ return aretiny[0];
+ };
+ return lambda(1, 1L, 1.0f, '1');
+ }
+
+ }
+
+ namespace test_binary_literals
+ {
+
+ constexpr auto ivii = 0b0000000000101010;
+ static_assert(ivii == 42, "wrong value");
+
+ }
+
+ namespace test_generalized_constexpr
+ {
+
+ template < typename CharT >
+ constexpr unsigned long
+ strlen_c(const CharT *const s) noexcept
+ {
+ auto length = 0UL;
+ for (auto p = s; *p; ++p)
+ ++length;
+ return length;
+ }
+
+ static_assert(strlen_c("") == 0UL, "");
+ static_assert(strlen_c("x") == 1UL, "");
+ static_assert(strlen_c("test") == 4UL, "");
+ static_assert(strlen_c("another\0test") == 7UL, "");
+
+ }
+
+ namespace test_lambda_init_capture
+ {
+
+ int
+ test()
+ {
+ auto x = 0;
+ const auto lambda1 = [a = x](int b){ return a + b; };
+ const auto lambda2 = [a = lambda1(x)](){ return a; };
+ return lambda2();
+ }
+
+ }
+
+ namespace test_digit_seperators
+ {
+
+ constexpr auto ten_million = 100'000'000;
+ static_assert(ten_million == 100000000, "");
+
+ }
+
+ namespace test_return_type_deduction
+ {
+
+ auto f(int& x) { return x; }
+ decltype(auto) g(int& x) { return x; }
+
+ template < typename T1, typename T2 >
+ struct is_same
+ {
+ static constexpr auto value = false;
+ };
+
+ template < typename T >
+ struct is_same
+ {
+ static constexpr auto value = true;
+ };
+
+ int
+ test()
+ {
+ auto x = 0;
+ static_assert(is_same::value, "");
+ static_assert(is_same::value, "");
+ return x;
+ }
+
+ }
+
+} // namespace cxx14
+
+#endif // __cplusplus >= 201402L
+
+]])
diff --git a/m4/ax_cxx_compile_stdcxx_11.m4 b/m4/ax_cxx_compile_stdcxx_11.m4
new file mode 100644
index 000000000..09db38364
--- /dev/null
+++ b/m4/ax_cxx_compile_stdcxx_11.m4
@@ -0,0 +1,39 @@
+# ============================================================================
+# http://www.gnu.org/software/autoconf-archive/ax_cxx_compile_stdcxx_11.html
+# ============================================================================
+#
+# SYNOPSIS
+#
+# AX_CXX_COMPILE_STDCXX_11([ext|noext], [mandatory|optional])
+#
+# DESCRIPTION
+#
+# Check for baseline language coverage in the compiler for the C++11
+# standard; if necessary, add switches to CXXFLAGS to enable support.
+#
+# This macro is a convenience alias for calling the AX_CXX_COMPILE_STDCXX
+# macro with the version set to C++11. The two optional arguments are
+# forwarded literally as the second and third argument respectively.
+# Please see the documentation for the AX_CXX_COMPILE_STDCXX macro for
+# more information. If you want to use this macro, you also need to
+# download the ax_cxx_compile_stdcxx.m4 file.
+#
+# LICENSE
+#
+# Copyright (c) 2008 Benjamin Kosnik
+# Copyright (c) 2012 Zack Weinberg
+# Copyright (c) 2013 Roy Stogner
+# Copyright (c) 2014, 2015 Google Inc.; contributed by Alexey Sokolov
+# Copyright (c) 2015 Paul Norman
+# Copyright (c) 2015 Moritz Klammler
+#
+# Copying and distribution of this file, with or without modification, are
+# permitted in any medium without royalty provided the copyright notice
+# and this notice are preserved. This file is offered as-is, without any
+# warranty.
+
+#serial 14
+
+include([ax_cxx_compile_stdcxx.m4])
+
+AC_DEFUN([AX_CXX_COMPILE_STDCXX_11], [AX_CXX_COMPILE_STDCXX([11], [$1], [$2])])
diff --git a/m4/ax_define_dir.m4 b/m4/ax_define_dir.m4
new file mode 100644
index 000000000..b74d155fd
--- /dev/null
+++ b/m4/ax_define_dir.m4
@@ -0,0 +1,49 @@
+# ===========================================================================
+# http://www.gnu.org/software/autoconf-archive/ax_define_dir.html
+# ===========================================================================
+#
+# SYNOPSIS
+#
+# AX_DEFINE_DIR(VARNAME, DIR [, DESCRIPTION])
+#
+# DESCRIPTION
+#
+# This macro sets VARNAME to the expansion of the DIR variable, taking
+# care of fixing up ${prefix} and such.
+#
+# VARNAME is then offered as both an output variable and a C preprocessor
+# symbol.
+#
+# Example:
+#
+# AX_DEFINE_DIR([DATADIR], [datadir], [Where data are placed to.])
+#
+# LICENSE
+#
+# Copyright (c) 2008 Stepan Kasal
+# Copyright (c) 2008 Andreas Schwab
+# Copyright (c) 2008 Guido U. Draheim
+# Copyright (c) 2008 Alexandre Oliva
+#
+# Copying and distribution of this file, with or without modification, are
+# permitted in any medium without royalty provided the copyright notice
+# and this notice are preserved. This file is offered as-is, without any
+# warranty.
+
+#serial 6
+
+AU_ALIAS([AC_DEFINE_DIR], [AX_DEFINE_DIR])
+AC_DEFUN([AX_DEFINE_DIR], [
+ prefix_NONE=
+ exec_prefix_NONE=
+ test "x$prefix" = xNONE && prefix_NONE=yes && prefix=$ac_default_prefix
+ test "x$exec_prefix" = xNONE && exec_prefix_NONE=yes && exec_prefix=$prefix
+dnl In Autoconf 2.60, ${datadir} refers to ${datarootdir}, which in turn
+dnl refers to ${prefix}. Thus we have to use `eval' twice.
+ eval ax_define_dir="\"[$]$2\""
+ eval ax_define_dir="\"$ax_define_dir\""
+ AC_SUBST($1, "$ax_define_dir")
+ AC_DEFINE_UNQUOTED($1, "$ax_define_dir", [$3])
+ test "$prefix_NONE" && prefix=NONE
+ test "$exec_prefix_NONE" && exec_prefix=NONE
+])
diff --git a/m4/ax_pthread.m4 b/m4/ax_pthread.m4
new file mode 100644
index 000000000..6d400ed4e
--- /dev/null
+++ b/m4/ax_pthread.m4
@@ -0,0 +1,317 @@
+# ===========================================================================
+# http://www.gnu.org/software/autoconf-archive/ax_pthread.html
+# ===========================================================================
+#
+# SYNOPSIS
+#
+# AX_PTHREAD([ACTION-IF-FOUND[, ACTION-IF-NOT-FOUND]])
+#
+# DESCRIPTION
+#
+# This macro figures out how to build C programs using POSIX threads. It
+# sets the PTHREAD_LIBS output variable to the threads library and linker
+# flags, and the PTHREAD_CFLAGS output variable to any special C compiler
+# flags that are needed. (The user can also force certain compiler
+# flags/libs to be tested by setting these environment variables.)
+#
+# Also sets PTHREAD_CC to any special C compiler that is needed for
+# multi-threaded programs (defaults to the value of CC otherwise). (This
+# is necessary on AIX to use the special cc_r compiler alias.)
+#
+# NOTE: You are assumed to not only compile your program with these flags,
+# but also link it with them as well. e.g. you should link with
+# $PTHREAD_CC $CFLAGS $PTHREAD_CFLAGS $LDFLAGS ... $PTHREAD_LIBS $LIBS
+#
+# If you are only building threads programs, you may wish to use these
+# variables in your default LIBS, CFLAGS, and CC:
+#
+# LIBS="$PTHREAD_LIBS $LIBS"
+# CFLAGS="$CFLAGS $PTHREAD_CFLAGS"
+# CC="$PTHREAD_CC"
+#
+# In addition, if the PTHREAD_CREATE_JOINABLE thread-attribute constant
+# has a nonstandard name, defines PTHREAD_CREATE_JOINABLE to that name
+# (e.g. PTHREAD_CREATE_UNDETACHED on AIX).
+#
+# Also HAVE_PTHREAD_PRIO_INHERIT is defined if pthread is found and the
+# PTHREAD_PRIO_INHERIT symbol is defined when compiling with
+# PTHREAD_CFLAGS.
+#
+# ACTION-IF-FOUND is a list of shell commands to run if a threads library
+# is found, and ACTION-IF-NOT-FOUND is a list of commands to run it if it
+# is not found. If ACTION-IF-FOUND is not specified, the default action
+# will define HAVE_PTHREAD.
+#
+# Please let the authors know if this macro fails on any platform, or if
+# you have any other suggestions or comments. This macro was based on work
+# by SGJ on autoconf scripts for FFTW (http://www.fftw.org/) (with help
+# from M. Frigo), as well as ac_pthread and hb_pthread macros posted by
+# Alejandro Forero Cuervo to the autoconf macro repository. We are also
+# grateful for the helpful feedback of numerous users.
+#
+# Updated for Autoconf 2.68 by Daniel Richard G.
+#
+# LICENSE
+#
+# Copyright (c) 2008 Steven G. Johnson
+# Copyright (c) 2011 Daniel Richard G.
+#
+# This program is free software: you can redistribute it and/or modify it
+# under the terms of the GNU General Public License as published by the
+# Free Software Foundation, either version 3 of the License, or (at your
+# option) any later version.
+#
+# This program is distributed in the hope that it will be useful, but
+# WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General
+# Public License for more details.
+#
+# You should have received a copy of the GNU General Public License along
+# with this program. If not, see .
+#
+# As a special exception, the respective Autoconf Macro's copyright owner
+# gives unlimited permission to copy, distribute and modify the configure
+# scripts that are the output of Autoconf when processing the Macro. You
+# need not follow the terms of the GNU General Public License when using
+# or distributing such scripts, even though portions of the text of the
+# Macro appear in them. The GNU General Public License (GPL) does govern
+# all other use of the material that constitutes the Autoconf Macro.
+#
+# This special exception to the GPL applies to versions of the Autoconf
+# Macro released by the Autoconf Archive. When you make and distribute a
+# modified version of the Autoconf Macro, you may extend this special
+# exception to the GPL to apply to your modified version as well.
+
+#serial 20
+
+AU_ALIAS([ACX_PTHREAD], [AX_PTHREAD])
+AC_DEFUN([AX_PTHREAD], [
+AC_REQUIRE([AC_CANONICAL_HOST])
+AC_LANG_PUSH([C])
+ax_pthread_ok=no
+
+# We used to check for pthread.h first, but this fails if pthread.h
+# requires special compiler flags (e.g. on True64 or Sequent).
+# It gets checked for in the link test anyway.
+
+# First of all, check if the user has set any of the PTHREAD_LIBS,
+# etcetera environment variables, and if threads linking works using
+# them:
+if test x"$PTHREAD_LIBS$PTHREAD_CFLAGS" != x; then
+ save_CFLAGS="$CFLAGS"
+ CFLAGS="$CFLAGS $PTHREAD_CFLAGS"
+ save_LIBS="$LIBS"
+ LIBS="$PTHREAD_LIBS $LIBS"
+ AC_MSG_CHECKING([for pthread_join in LIBS=$PTHREAD_LIBS with CFLAGS=$PTHREAD_CFLAGS])
+ AC_TRY_LINK_FUNC(pthread_join, ax_pthread_ok=yes)
+ AC_MSG_RESULT($ax_pthread_ok)
+ if test x"$ax_pthread_ok" = xno; then
+ PTHREAD_LIBS=""
+ PTHREAD_CFLAGS=""
+ fi
+ LIBS="$save_LIBS"
+ CFLAGS="$save_CFLAGS"
+fi
+
+# We must check for the threads library under a number of different
+# names; the ordering is very important because some systems
+# (e.g. DEC) have both -lpthread and -lpthreads, where one of the
+# libraries is broken (non-POSIX).
+
+# Create a list of thread flags to try. Items starting with a "-" are
+# C compiler flags, and other items are library names, except for "none"
+# which indicates that we try without any flags at all, and "pthread-config"
+# which is a program returning the flags for the Pth emulation library.
+
+ax_pthread_flags="pthreads none -Kthread -kthread lthread -pthread -pthreads -mthreads pthread --thread-safe -mt pthread-config"
+
+# The ordering *is* (sometimes) important. Some notes on the
+# individual items follow:
+
+# pthreads: AIX (must check this before -lpthread)
+# none: in case threads are in libc; should be tried before -Kthread and
+# other compiler flags to prevent continual compiler warnings
+# -Kthread: Sequent (threads in libc, but -Kthread needed for pthread.h)
+# -kthread: FreeBSD kernel threads (preferred to -pthread since SMP-able)
+# lthread: LinuxThreads port on FreeBSD (also preferred to -pthread)
+# -pthread: Linux/gcc (kernel threads), BSD/gcc (userland threads)
+# -pthreads: Solaris/gcc
+# -mthreads: Mingw32/gcc, Lynx/gcc
+# -mt: Sun Workshop C (may only link SunOS threads [-lthread], but it
+# doesn't hurt to check since this sometimes defines pthreads too;
+# also defines -D_REENTRANT)
+# ... -mt is also the pthreads flag for HP/aCC
+# pthread: Linux, etcetera
+# --thread-safe: KAI C++
+# pthread-config: use pthread-config program (for GNU Pth library)
+
+case ${host_os} in
+ solaris*)
+
+ # On Solaris (at least, for some versions), libc contains stubbed
+ # (non-functional) versions of the pthreads routines, so link-based
+ # tests will erroneously succeed. (We need to link with -pthreads/-mt/
+ # -lpthread.) (The stubs are missing pthread_cleanup_push, or rather
+ # a function called by this macro, so we could check for that, but
+ # who knows whether they'll stub that too in a future libc.) So,
+ # we'll just look for -pthreads and -lpthread first:
+
+ ax_pthread_flags="-pthreads pthread -mt -pthread $ax_pthread_flags"
+ ;;
+
+ darwin*)
+ ax_pthread_flags="-pthread $ax_pthread_flags"
+ ;;
+esac
+
+if test x"$ax_pthread_ok" = xno; then
+for flag in $ax_pthread_flags; do
+
+ case $flag in
+ none)
+ AC_MSG_CHECKING([whether pthreads work without any flags])
+ ;;
+
+ -*)
+ AC_MSG_CHECKING([whether pthreads work with $flag])
+ PTHREAD_CFLAGS="$flag"
+ ;;
+
+ pthread-config)
+ AC_CHECK_PROG(ax_pthread_config, pthread-config, yes, no)
+ if test x"$ax_pthread_config" = xno; then continue; fi
+ PTHREAD_CFLAGS="`pthread-config --cflags`"
+ PTHREAD_LIBS="`pthread-config --ldflags` `pthread-config --libs`"
+ ;;
+
+ *)
+ AC_MSG_CHECKING([for the pthreads library -l$flag])
+ PTHREAD_LIBS="-l$flag"
+ ;;
+ esac
+
+ save_LIBS="$LIBS"
+ save_CFLAGS="$CFLAGS"
+ LIBS="$PTHREAD_LIBS $LIBS"
+ CFLAGS="$CFLAGS $PTHREAD_CFLAGS"
+
+ # Check for various functions. We must include pthread.h,
+ # since some functions may be macros. (On the Sequent, we
+ # need a special flag -Kthread to make this header compile.)
+ # We check for pthread_join because it is in -lpthread on IRIX
+ # while pthread_create is in libc. We check for pthread_attr_init
+ # due to DEC craziness with -lpthreads. We check for
+ # pthread_cleanup_push because it is one of the few pthread
+ # functions on Solaris that doesn't have a non-functional libc stub.
+ # We try pthread_create on general principles.
+ AC_LINK_IFELSE([AC_LANG_PROGRAM([#include
+ static void routine(void *a) { a = 0; }
+ static void *start_routine(void *a) { return a; }],
+ [pthread_t th; pthread_attr_t attr;
+ pthread_create(&th, 0, start_routine, 0);
+ pthread_join(th, 0);
+ pthread_attr_init(&attr);
+ pthread_cleanup_push(routine, 0);
+ pthread_cleanup_pop(0) /* ; */])],
+ [ax_pthread_ok=yes],
+ [])
+
+ LIBS="$save_LIBS"
+ CFLAGS="$save_CFLAGS"
+
+ AC_MSG_RESULT($ax_pthread_ok)
+ if test "x$ax_pthread_ok" = xyes; then
+ break;
+ fi
+
+ PTHREAD_LIBS=""
+ PTHREAD_CFLAGS=""
+done
+fi
+
+# Various other checks:
+if test "x$ax_pthread_ok" = xyes; then
+ save_LIBS="$LIBS"
+ LIBS="$PTHREAD_LIBS $LIBS"
+ save_CFLAGS="$CFLAGS"
+ CFLAGS="$CFLAGS $PTHREAD_CFLAGS"
+
+ # Detect AIX lossage: JOINABLE attribute is called UNDETACHED.
+ AC_MSG_CHECKING([for joinable pthread attribute])
+ attr_name=unknown
+ for attr in PTHREAD_CREATE_JOINABLE PTHREAD_CREATE_UNDETACHED; do
+ AC_LINK_IFELSE([AC_LANG_PROGRAM([#include ],
+ [int attr = $attr; return attr /* ; */])],
+ [attr_name=$attr; break],
+ [])
+ done
+ AC_MSG_RESULT($attr_name)
+ if test "$attr_name" != PTHREAD_CREATE_JOINABLE; then
+ AC_DEFINE_UNQUOTED(PTHREAD_CREATE_JOINABLE, $attr_name,
+ [Define to necessary symbol if this constant
+ uses a non-standard name on your system.])
+ fi
+
+ AC_MSG_CHECKING([if more special flags are required for pthreads])
+ flag=no
+ case ${host_os} in
+ aix* | freebsd* | darwin*) flag="-D_THREAD_SAFE";;
+ osf* | hpux*) flag="-D_REENTRANT";;
+ solaris*)
+ if test "$GCC" = "yes"; then
+ flag="-D_REENTRANT"
+ else
+ flag="-mt -D_REENTRANT"
+ fi
+ ;;
+ esac
+ AC_MSG_RESULT(${flag})
+ if test "x$flag" != xno; then
+ PTHREAD_CFLAGS="$flag $PTHREAD_CFLAGS"
+ fi
+
+ AC_CACHE_CHECK([for PTHREAD_PRIO_INHERIT],
+ ax_cv_PTHREAD_PRIO_INHERIT, [
+ AC_LINK_IFELSE([
+ AC_LANG_PROGRAM([[#include ]], [[int i = PTHREAD_PRIO_INHERIT;]])],
+ [ax_cv_PTHREAD_PRIO_INHERIT=yes],
+ [ax_cv_PTHREAD_PRIO_INHERIT=no])
+ ])
+ AS_IF([test "x$ax_cv_PTHREAD_PRIO_INHERIT" = "xyes"],
+ AC_DEFINE([HAVE_PTHREAD_PRIO_INHERIT], 1, [Have PTHREAD_PRIO_INHERIT.]))
+
+ LIBS="$save_LIBS"
+ CFLAGS="$save_CFLAGS"
+
+ # More AIX lossage: compile with *_r variant
+ if test "x$GCC" != xyes; then
+ case $host_os in
+ aix*)
+ AS_CASE(["x/$CC"],
+ [x*/c89|x*/c89_128|x*/c99|x*/c99_128|x*/cc|x*/cc128|x*/xlc|x*/xlc_v6|x*/xlc128|x*/xlc128_v6],
+ [#handle absolute path differently from PATH based program lookup
+ AS_CASE(["x$CC"],
+ [x/*],
+ [AS_IF([AS_EXECUTABLE_P([${CC}_r])],[PTHREAD_CC="${CC}_r"])],
+ [AC_CHECK_PROGS([PTHREAD_CC],[${CC}_r],[$CC])])])
+ ;;
+ esac
+ fi
+fi
+
+test -n "$PTHREAD_CC" || PTHREAD_CC="$CC"
+
+AC_SUBST(PTHREAD_LIBS)
+AC_SUBST(PTHREAD_CFLAGS)
+AC_SUBST(PTHREAD_CC)
+
+# Finally, execute ACTION-IF-FOUND/ACTION-IF-NOT-FOUND:
+if test x"$ax_pthread_ok" = xyes; then
+ ifelse([$1],,AC_DEFINE(HAVE_PTHREAD,1,[Define if you have POSIX threads libraries and header files.]),[$1])
+ :
+else
+ ax_pthread_ok=no
+ $2
+fi
+AC_LANG_POP
+])dnl AX_PTHREAD
diff --git a/m4/ax_tls.m4 b/m4/ax_tls.m4
new file mode 100644
index 000000000..033e3b135
--- /dev/null
+++ b/m4/ax_tls.m4
@@ -0,0 +1,76 @@
+# ===========================================================================
+# http://www.gnu.org/software/autoconf-archive/ax_tls.html
+# ===========================================================================
+#
+# SYNOPSIS
+#
+# AX_TLS([action-if-found], [action-if-not-found])
+#
+# DESCRIPTION
+#
+# Provides a test for the compiler support of thread local storage (TLS)
+# extensions. Defines TLS if it is found. Currently knows about GCC/ICC
+# and MSVC. I think SunPro uses the same as GCC, and Borland apparently
+# supports either.
+#
+# LICENSE
+#
+# Copyright (c) 2008 Alan Woodland
+# Copyright (c) 2010 Diego Elio Petteno`
+#
+# This program is free software: you can redistribute it and/or modify it
+# under the terms of the GNU General Public License as published by the
+# Free Software Foundation, either version 3 of the License, or (at your
+# option) any later version.
+#
+# This program is distributed in the hope that it will be useful, but
+# WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General
+# Public License for more details.
+#
+# You should have received a copy of the GNU General Public License along
+# with this program. If not, see .
+#
+# As a special exception, the respective Autoconf Macro's copyright owner
+# gives unlimited permission to copy, distribute and modify the configure
+# scripts that are the output of Autoconf when processing the Macro. You
+# need not follow the terms of the GNU General Public License when using
+# or distributing such scripts, even though portions of the text of the
+# Macro appear in them. The GNU General Public License (GPL) does govern
+# all other use of the material that constitutes the Autoconf Macro.
+#
+# This special exception to the GPL applies to versions of the Autoconf
+# Macro released by the Autoconf Archive. When you make and distribute a
+# modified version of the Autoconf Macro, you may extend this special
+# exception to the GPL to apply to your modified version as well.
+
+#serial 10
+
+AC_DEFUN([AX_TLS], [
+ AC_MSG_CHECKING(for thread local storage (TLS) class)
+ AC_CACHE_VAL(ac_cv_tls, [
+ ax_tls_keywords="__thread __declspec(thread) none"
+ for ax_tls_keyword in $ax_tls_keywords; do
+ AS_CASE([$ax_tls_keyword],
+ [none], [ac_cv_tls=none ; break],
+ [AC_TRY_COMPILE(
+ [#include
+ static void
+ foo(void) {
+ static ] $ax_tls_keyword [ int bar;
+ exit(1);
+ }],
+ [],
+ [ac_cv_tls=$ax_tls_keyword ; break],
+ ac_cv_tls=none
+ )])
+ done
+ ])
+ AC_MSG_RESULT($ac_cv_tls)
+
+ AS_IF([test "$ac_cv_tls" != "none"],
+ AC_DEFINE_UNQUOTED([TLS], $ac_cv_tls, [If the compiler supports a TLS storage class define it to that here])
+ m4_ifnblank([$1], [$1]),
+ m4_ifnblank([$2], [$2])
+ )
+])
diff --git a/m4/orc.m4 b/m4/orc.m4
new file mode 100644
index 000000000..983d46247
--- /dev/null
+++ b/m4/orc.m4
@@ -0,0 +1,69 @@
+dnl pkg-config-based checks for Orc
+
+dnl specific:
+dnl ORC_CHECK([REQUIRED_VERSION])
+
+AC_DEFUN([ORC_CHECK],
+[
+ ORC_REQ=ifelse([$1], , "0.4.6", [$1])
+
+ AC_ARG_ENABLE(orc,
+ AC_HELP_STRING([--enable-orc],[use Orc if installed]),
+ [case "${enableval}" in
+ auto) enable_orc=auto ;;
+ yes) enable_orc=yes ;;
+ no) enable_orc=no ;;
+ *) AC_MSG_ERROR(bad value ${enableval} for --enable-orc) ;;
+ esac
+ ],
+ [enable_orc=auto]) dnl Default value
+
+ if test "x$enable_orc" != "xno" ; then
+ PKG_CHECK_MODULES(ORC, orc-0.4 >= $ORC_REQ, [
+ AC_DEFINE(HAVE_ORC, 1, [Use Orc])
+ HAVE_ORC=yes
+ if test "x$ORCC" = "x" ; then
+ AC_MSG_CHECKING(for usable orcc)
+ ORCC=`$PKG_CONFIG --variable=orcc orc-0.4`
+ dnl check whether the orcc found by pkg-config can be run from the build environment
+ dnl if this is not the case (e.g. when cross-compiling) fall back to orcc from PATH
+ AS_IF([$ORCC --version 1> /dev/null 2> /dev/null], [], [ORCC=`which orcc`])
+ AC_MSG_RESULT($ORCC)
+ fi
+ AC_SUBST(ORCC)
+ ORCC_FLAGS="--compat $ORC_REQ"
+ AC_SUBST(ORCC_FLAGS)
+ AS_IF([test "x$ORCC" = "x"], [HAVE_ORCC=no], [HAVE_ORCC=yes])
+ ], [
+ if test "x$enable_orc" = "xyes" ; then
+ AC_MSG_ERROR([--enable-orc specified, but Orc >= $ORC_REQ not found])
+ fi
+ AC_DEFINE(DISABLE_ORC, 1, [Disable Orc])
+ HAVE_ORC=no
+ HAVE_ORCC=no
+ ])
+ else
+ AC_DEFINE(DISABLE_ORC, 1, [Disable Orc])
+ HAVE_ORC=no
+ HAVE_ORCC=no
+ fi
+ AM_CONDITIONAL(HAVE_ORC, [test "x$HAVE_ORC" = "xyes"])
+ AM_CONDITIONAL(HAVE_ORCC, [test "x$HAVE_ORCC" = "xyes"])
+
+]))
+
+AC_DEFUN([ORC_OUTPUT],
+[
+ if test "$HAVE_ORC" = yes ; then
+ printf "configure: *** Orc acceleration enabled.\n"
+ else
+ if test "x$enable_orc" = "xno" ; then
+ printf "configure: *** Orc acceleration disabled by --disable-orc. Slower code paths\n"
+ printf " will be used.\n"
+ else
+ printf "configure: *** Orc acceleration disabled. Requires Orc >= $ORC_REQ, which was\n"
+ printf " not found. Slower code paths will be used.\n"
+ fi
+ fi
+ printf "\n"
+])
diff --git a/man/Makefile.am b/man/Makefile.am
new file mode 100644
index 000000000..26829c632
--- /dev/null
+++ b/man/Makefile.am
@@ -0,0 +1,102 @@
+# This file is part of PulseAudio.
+#
+# PulseAudio is free software; you can redistribute it and/or modify
+# it under the terms of the GNU Lesser General Public License as published by
+# the Free Software Foundation; either version 2 of the License, or
+# (at your option) any later version.
+#
+# PulseAudio is distributed in the hope that it will be useful, but
+# WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+# General Public License for more details.
+#
+# You should have received a copy of the GNU Lesser General Public License
+# along with PulseAudio; if not, see .
+
+DISTCLEANFILES = \
+ $(noinst_DATA)
+
+noinst_DATA = \
+ pulseaudio.1.xml \
+ pax11publish.1.xml \
+ pacat.1.xml \
+ pacmd.1.xml \
+ pactl.1.xml \
+ pasuspender.1.xml \
+ padsp.1.xml \
+ pulse-daemon.conf.5.xml \
+ pulse-client.conf.5.xml \
+ default.pa.5.xml \
+ pulse-cli-syntax.5.xml \
+ start-pulseaudio-x11.1.xml
+
+if HAVE_ESOUND
+noinst_DATA += esdcompat.1.xml
+endif
+
+xmllint: $(noinst_DATA)
+ for f in $(noinst_DATA) ; do \
+ xmllint --noout --valid "$$f" || exit 1 ; \
+ done
+
+if BUILD_MANPAGES
+
+dist_man_MANS = \
+ pulseaudio.1 \
+ pax11publish.1 \
+ pacat.1 \
+ pacmd.1 \
+ pactl.1 \
+ pasuspender.1 \
+ padsp.1 \
+ pulse-daemon.conf.5 \
+ pulse-client.conf.5 \
+ default.pa.5 \
+ pulse-cli-syntax.5 \
+ start-pulseaudio-x11.1
+
+if HAVE_ESOUND
+dist_man_MANS += esdcompat.1
+endif
+CLEANFILES = \
+ $(dist_man_MANS)
+
+%: %.xml Makefile
+ $(AM_V_GEN) perl $(srcdir)/xmltoman $< > $@ || rm -f $@
+
+if OS_IS_WIN32
+SYMLINK_PROGRAM=cd $(DESTDIR)$(man1dir) && cp
+else
+SYMLINK_PROGRAM=ln -sf
+endif
+install-data-hook:
+ $(SYMLINK_PROGRAM) pacat.1 $(DESTDIR)$(man1dir)/paplay.1
+ $(SYMLINK_PROGRAM) pacat.1 $(DESTDIR)$(man1dir)/parec.1
+ $(SYMLINK_PROGRAM) pacat.1 $(DESTDIR)$(man1dir)/parecord.1
+ $(SYMLINK_PROGRAM) pacat.1 $(DESTDIR)$(man1dir)/pamon.1
+
+uninstall-hook:
+ rm -f $(DESTDIR)$(man1dir)/paplay.1
+ rm -f $(DESTDIR)$(man1dir)/parec.1
+ rm -f $(DESTDIR)$(man1dir)/parecord.1
+ rm -f $(DESTDIR)$(man1dir)/pamon.1
+endif
+
+EXTRA_DIST = \
+ pulseaudio.1.xml.in \
+ esdcompat.1.xml.in \
+ pax11publish.1.xml.in \
+ pacat.1.xml.in \
+ pacmd.1.xml.in \
+ pactl.1.xml.in \
+ pasuspender.1.xml.in \
+ padsp.1.xml.in \
+ pulse-daemon.conf.5.xml.in \
+ pulse-client.conf.5.xml.in \
+ default.pa.5.xml.in \
+ pulse-cli-syntax.5.xml.in \
+ start-pulseaudio-x11.1.xml.in \
+ xmltoman \
+ xmltoman.css \
+ xmltoman.xsl \
+ xmltoman.dtd
diff --git a/man/meson.build b/man/meson.build
index d72b3cf96..104384459 100644
--- a/man/meson.build
+++ b/man/meson.build
@@ -1,38 +1,19 @@
# man page name, section, [aliases]
-manpages = []
-
-if get_option('daemon')
- manpages += [
- ['default.pa', '5'],
- ['pacmd', '1'],
- ['pasuspender', '1'],
- ['pulse-cli-syntax', '5'],
- ['pulse-daemon.conf', '5'],
- ['pulseaudio', '1'],
- ['start-pulseaudio-x11', '1'],
- ]
-endif
-
-if get_option('client')
- manpages += [
- ['pacat', '1', ['paplay', 'parec', 'parecord', 'pamon']],
- ['pactl', '1'],
- ['pulse-client.conf', '5'],
- ]
-
- if cdata.has('HAVE_OSS_WRAPPER')
- manpages += [
- ['padsp', '1'],
- ]
- endif
-
- if x11_dep.found()
- manpages += [
- ['pax11publish', '1'],
- ]
- endif
-endif
+manpages = [
+ ['default.pa', '5'],
+ ['pacat', '1', ['paplay', 'parec', 'parecord', 'pamon']],
+ ['pacmd', '1'],
+ ['pactl', '1'],
+ ['padsp', '1'],
+ ['pasuspender', '1'],
+ ['pax11publish', '1'],
+ ['pulse-cli-syntax', '5'],
+ ['pulse-client.conf', '5'],
+ ['pulse-daemon.conf', '5'],
+ ['pulseaudio', '1'],
+ ['start-pulseaudio-x11', '1'],
+]
# FIXME: Add esdcompat if HAVE_ESOUND
#manpages += ['esdcompat', '1'],
diff --git a/man/pacat.1.xml.in b/man/pacat.1.xml.in
index 387f3ed4e..8fcb51d92 100644
--- a/man/pacat.1.xml.in
+++ b/man/pacat.1.xml.in
@@ -79,7 +79,7 @@ License along with PulseAudio; if not, see .
diff --git a/man/pactl.1.xml.in b/man/pactl.1.xml.in
index ca365dc23..cff628f34 100644
--- a/man/pactl.1.xml.in
+++ b/man/pactl.1.xml.in
@@ -53,12 +53,6 @@ License along with PulseAudio; if not, see .
Choose the server to connect to.
-
-
@@ -141,7 +135,7 @@ License along with PulseAudio; if not, see .
suspend-sinkSINKtrue|false
Suspend or resume the specified sink (which may be
- specified either by its symbolic name or numerical index), depending whether true
+ specified either by its name or index), depending whether true
(suspend) or false (resume) is passed as last argument. Suspending
a sink will pause all playback. Depending on the module implementing
the sink this might have the effect that the underlying device is
@@ -153,7 +147,7 @@ License along with PulseAudio; if not, see .
suspend-sourceSOURCEtrue|false
Suspend or resume the specified source (which may be
- specified either by its symbolic name or numerical index), depending whether true
+ specified either by its name or index), depending whether true
(suspend) or false (resume) is passed as last argument. Suspending
a source will pause all capturing. Depending on the module implementing
the source this might have the effect that the underlying device is
@@ -167,16 +161,9 @@ License along with PulseAudio; if not, see .
Set the specified card (identified by its symbolic name or numerical index) to the specified profile (identified by its symbolic name).
-
-
get-default-sink
-
Returns the symbolic name of the default sink.
-
-
set-default-sinkSINK
-
Make the specified sink (identified by its symbolic name or numerical index) the default sink.
- Use the special name \@NONE@ to unset the user defined default sink. This will make pulseaudio return to the default
- sink selection based on sink priority.
+
Make the specified sink (identified by its symbolic name) the default sink.
@@ -184,16 +171,9 @@ License along with PulseAudio; if not, see .
Set the specified sink (identified by its symbolic name or numerical index) to the specified port (identified by its symbolic name).
-
-
get-default-source
-
Returns the symbolic name of the default source.
-
-
set-default-sourceSOURCE
-
Make the specified source (identified by its symbolic name or numerical index) the default source.
- Use the special name \@NONE@ to unset the user defined default source. This will make pulseaudio return to the default
- source selection based on source priority.
+
Make the specified source (identified by its symbolic name) the default source.
@@ -207,11 +187,6 @@ License along with PulseAudio; if not, see .
OFFSET is a number which represents the latency offset in microseconds
-
-
get-sink-volumeSINK
-
Get the volume of the specified sink (identified by its symbolic name or numerical index) displayed in the same format as the `info` command.
-
-
set-sink-volumeSINKVOLUME [VOLUME ...]
Set the volume of the specified sink (identified by its symbolic name or numerical index).
@@ -221,12 +196,6 @@ License along with PulseAudio; if not, see .
volume values are given their number has to match the sink's number of channels.
-
-
get-source-volumeSOURCE
-```
-
Get the volume of the specified source (identified by its symbolic name or numerical index) displayed in the same format as the `info` command.
-
-
set-source-volumeSOURCEVOLUME [VOLUME ...]
Set the volume of the specified source (identified by its symbolic name or numerical index).
@@ -252,21 +221,11 @@ License along with PulseAudio; if not, see .
volume values are given their number has to match the source output's number of channels.
-
-
get-sink-muteSINK
-
Get the mute status of the specified sink (identified by its symbolic name or numerical index).
-
-
set-sink-muteSINK1|0|toggle
Set the mute status of the specified sink (identified by its symbolic name or numerical index).
-
-
get-source-muteSOURCE
-
Get the mute status of the specified source (identified by its symbolic name or numerical index).
-
-
set-source-muteSOURCE1|0|toggle
Set the mute status of the specified source (identified by its symbolic name or numerical index).
@@ -294,13 +253,6 @@ License along with PulseAudio; if not, see .
for possible encodings.
-
-
send-messageRECIPIENTMESSAGEMESSAGE_PARAMETERS
-
Send a message to the specified recipient object. If applicable an additional string containing
- message parameters can be specified. A string is returned as a response to the message. For available messages
- see https://cgit.freedesktop.org/pulseaudio/pulseaudio/tree/doc/messaging_api.txt.
-
-
subscribe
Subscribe to events, pactl does not exit by itself, but keeps waiting for new events.
diff --git a/man/pulse-cli-syntax.5.xml.in b/man/pulse-cli-syntax.5.xml.in
index ecd495a79..a8d50d97f 100644
--- a/man/pulse-cli-syntax.5.xml.in
+++ b/man/pulse-cli-syntax.5.xml.in
@@ -143,10 +143,8 @@ License along with PulseAudio; if not, see .
set-default-sink|set-default-sourceindex|name
Make a sink (resp. source) the default. You may specify the
sink (resp. source) by its index in the sink (resp. source) list or by its
- name. Use the special name \@NONE@ to unset the user defined default sink or
- source. In this case, pulseaudio will return to the default sink or source
- selection based on priority.
Note that defaults may be overridden by
- various policy modules or by specific stream configurations.
+ name.
Note that defaults may be overridden by various policy modules
+ or by specific stream configurations.
@@ -308,13 +306,6 @@ License along with PulseAudio; if not, see .
Debug: Show shared properties.
-
-
send-messagerecipientmessagemessage_parameters
-
Send a message to the specified recipient object. If applicable an additional string containing
- message parameters can be specified. A string is returned as a response to the message. For available messages
- see https://cgit.freedesktop.org/pulseaudio/pulseaudio/tree/doc/messaging_api.txt.
-
-
exit
Terminate the daemon. If you want to terminate a CLI
diff --git a/man/pulse-client.conf.5.xml.in b/man/pulse-client.conf.5.xml.in
index 15f8776b0..5c0eff31b 100644
--- a/man/pulse-client.conf.5.xml.in
+++ b/man/pulse-client.conf.5.xml.in
@@ -71,7 +71,7 @@ License along with PulseAudio; if not, see .
-
default-server= The default server to connect
+
default-server= The default sever to connect
to. The environment variable $PULSE_SERVER takes
precedence.
diff --git a/meson.build b/meson.build
index 0ac420c94..a5263215c 100644
--- a/meson.build
+++ b/meson.build
@@ -1,13 +1,9 @@
-project('pulseaudio', 'c',
- version : run_command(find_program('git-version-gen'), join_paths(meson.current_source_dir(), '.tarball-version'), check : false).stdout().strip(),
- meson_version : '>= 0.56.0',
- default_options : [ 'c_std=gnu11', 'cpp_std=c++17' ]
+project('pulseaudio', 'c', 'cpp',
+ version : run_command(find_program('git-version-gen'), join_paths(meson.current_source_dir(), '.tarball-version')).stdout().strip(),
+ meson_version : '>= 0.50.0',
+ default_options : [ 'c_std=gnu11', 'cpp_std=c++11' ]
)
-if not meson.is_subproject()
- meson.add_dist_script('scripts/save-tarball-version.sh', meson.project_version())
-endif
-
pa_version_str = meson.project_version()
# For tarballs, the first split will do nothing, but for builds in git, we
# split out suffixes when there are commits since the last tag
@@ -23,11 +19,11 @@ endif
pa_version_major_minor = pa_version_major + '.' + pa_version_minor
pa_api_version = 12
-pa_protocol_version = 35
+pa_protocol_version = 34
# The stable ABI for client applications, for the version info x:y:z
# always will hold x=z
-libpulse_version_info = [24, 3, 24]
+libpulse_version_info = [23, 0, 23]
# A simplified, synchronous, ABI-stable interface for client
# applications, for the version info x:y:z always will hold x=z
@@ -55,8 +51,6 @@ libpulse_mainloop_glib_version = '@0@.@1@.@2@'.format(
libpulse_mainloop_glib_version_info[1],
)
-i18n = import('i18n')
-
# Paths
prefix = get_option('prefix')
@@ -72,12 +66,6 @@ localedir = join_paths(prefix, get_option('localedir'))
localstatedir = join_paths(prefix, get_option('localstatedir'))
sysconfdir = join_paths(prefix, get_option('sysconfdir'))
privlibdir = join_paths(libdir, 'pulseaudio')
-po_dir = join_paths(meson.current_source_dir(), 'po')
-
-if host_machine.system() == 'windows'
- # Windows only supports loading libraries from the same dir as the executable
- privlibdir = bindir
-endif
alsadatadir = get_option('alsadatadir')
if alsadatadir == ''
@@ -90,12 +78,7 @@ pulsesysconfdir = join_paths(sysconfdir, 'pulse')
modlibexecdir = get_option('modlibexecdir')
if modlibexecdir == ''
- modlibexecdir = join_paths(libdir, 'pulseaudio', 'modules')
-endif
-
-if host_machine.system() == 'windows'
- # Windows only supports loading libraries from the same dir as the executable
- modlibexecdir = bindir
+ modlibexecdir = join_paths(libdir, 'pulse-' + pa_version_major_minor, 'modules')
endif
padsplibdir = get_option('padsplibdir')
@@ -123,7 +106,7 @@ bashcompletiondir = get_option('bashcompletiondir')
if bashcompletiondir == ''
bash_completion_dep = dependency('bash-completion', required : false)
if bash_completion_dep.found()
- bashcompletiondir = bash_completion_dep.get_variable(pkgconfig : 'completionsdir')
+ bashcompletiondir = bash_completion_dep.get_pkgconfig_variable('completionsdir')
else
bashcompletiondir = join_paths(datadir, 'bash-completion', 'completions')
endif
@@ -150,13 +133,8 @@ cdata.set_quoted('PA_MACHINE_ID', join_paths(sysconfdir, 'machine-id'))
cdata.set_quoted('PA_MACHINE_ID_FALLBACK', join_paths(localstatedir, 'lib', 'dbus', 'machine-id'))
cdata.set_quoted('PA_SRCDIR', join_paths(meson.current_source_dir(), 'src'))
cdata.set_quoted('PA_BUILDDIR', meson.current_build_dir())
-if host_machine.system() == 'windows'
- cdata.set_quoted('PA_SOEXT', '.dll')
-else
- cdata.set_quoted('PA_SOEXT', '.so')
-endif
+cdata.set_quoted('PA_SOEXT', '.so')
cdata.set_quoted('PA_DEFAULT_CONFIG_DIR', pulsesysconfdir)
-cdata.set('PA_DEFAULT_CONFIG_DIR_UNQUOTED', pulsesysconfdir)
cdata.set_quoted('PA_BINARY', join_paths(bindir, 'pulseaudio'))
cdata.set_quoted('PA_SYSTEM_RUNTIME_PATH', join_paths(localstatedir, 'run', 'pulse'))
cdata.set_quoted('PA_SYSTEM_CONFIG_PATH', join_paths(localstatedir, 'lib', 'pulse'))
@@ -166,50 +144,26 @@ cdata.set_quoted('PA_SYSTEM_USER', get_option('system_user'))
cdata.set_quoted('PA_SYSTEM_GROUP', get_option('system_group'))
cdata.set_quoted('PA_ACCESS_GROUP', get_option('access_group'))
cdata.set_quoted('PA_CFLAGS', 'Not yet supported on meson')
-cdata.set_quoted('PA_ALSA_DATA_DIR', alsadatadir)
+cdata.set_quoted('PA_ALSA_PATHS_DIR', join_paths(alsadatadir, 'paths'))
+cdata.set_quoted('PA_ALSA_PROFILE_SETS_DIR', join_paths(alsadatadir, 'profile-sets'))
cdata.set_quoted('DESKTOPFILEDIR', join_paths(datadir, 'applications'))
cdata.set_quoted('PULSE_LOCALEDIR', localedir)
cdata.set_quoted('GETTEXT_PACKAGE', 'pulseaudio')
cdata.set('ENABLE_NLS', 1)
-cdata.set('top_srcdir', meson.project_source_root())
+cdata.set('top_srcdir', meson.source_root())
# Platform specifics
# First some defaults to keep config file generation happy
cdata.set('HAVE_COREAUDIO', 0)
cdata.set('HAVE_WAVEOUT', 0)
-cdata.set('OS_IS_FREEBSD', 0)
-
-platform_socket_dep = []
-platform_dep = []
-
-if host_machine.endian() == 'big'
- cdata.set('WORDS_BIGENDIAN', 1)
-endif
-
# FIXME: This was not tested. Maybe some flags should better be CFLAGS,
# rather than ending up in the config.h file?
if host_machine.system() == 'darwin'
cdata.set('OS_IS_DARWIN', 1)
- cdata.set('HAVE_COREAUDIO', 1)
cdata.set('_DARWIN_C_SOURCE', '200112L') # Needed to get NSIG on Mac OS
elif host_machine.system() == 'windows'
cdata.set('OS_IS_WIN32', 1)
- cdata.set('HAVE_WINDOWS_H', 1)
- cdata.set('HAVE_WAVEOUT', 1)
- cdata.set('HAVE_WINSOCK2_H', 1)
- cdata.set('HAVE_WS2TCPIP_H', 1)
cdata.set('WIN32_LEAN_AND_MEAN', 1) # Needed to avoid including unnecessary headers on Windows
- cdata.set('gid_t', 'int')
- cdata.set('uid_t', 'int')
- ws2_32_dep = meson.get_compiler('c').find_library('ws2_32')
- winsock_dep = meson.get_compiler('c').find_library('wsock32')
- ole32_dep = meson.get_compiler('c').find_library('ole32')
- ssp_dep = meson.get_compiler('c').find_library('ssp')
- pcreposix_dep = meson.get_compiler('c').find_library('pcreposix')
- platform_socket_dep = [ws2_32_dep, winsock_dep]
- platform_dep = [ole32_dep, ssp_dep, pcreposix_dep]
-elif host_machine.system() == 'freebsd'
- cdata.set('OS_IS_FREEBSD', 1)
#elif host_machine.system() == 'solaris'
# # Apparently meson has no solaris support?
# # Needed to get declarations for msg_control and msg_controllen on Solaris
@@ -230,6 +184,7 @@ endif
check_headers = [
'arpa/inet.h',
'byteswap.h',
+ 'cpuid.h',
'dlfcn.h',
'execinfo.h',
'grp.h',
@@ -264,6 +219,7 @@ check_headers = [
'sys/un.h',
'sys/wait.h',
'syslog.h',
+ 'valgrind/memcheck.h',
'xlocale.h',
]
@@ -274,34 +230,15 @@ foreach h : check_headers
endif
endforeach
-if cc.has_header('valgrind/memcheck.h', required: get_option('valgrind'))
- cdata.set('HAVE_VALGRIND_MEMCHECK_H', 1)
-endif
-
# FIXME: move this to the above set
-if host_machine.system() != 'windows'
- if cc.has_header('pthread.h')
- cdata.set('HAVE_PTHREAD', 1)
- endif
+if cc.has_header('pthread.h')
+ cdata.set('HAVE_PTHREAD', 1)
endif
if cc.has_header_symbol('pthread.h', 'PTHREAD_PRIO_INHERIT')
cdata.set('HAVE_PTHREAD_PRIO_INHERIT', 1)
endif
-# Headers which are usable
-
-check_usable_headers = [
- 'cpuid.h',
-]
-
-foreach h : check_usable_headers
- if cc.check_header(h)
- define = 'HAVE_' + h.underscorify().to_upper()
- cdata.set(define, 1)
- endif
-endforeach
-
# Functions
check_functions = [
@@ -355,30 +292,16 @@ check_functions = [
foreach f : check_functions
if cc.has_function(f)
define = 'HAVE_' + f.underscorify().to_upper()
-
- if f == 'posix_memalign' and host_machine.system() == 'windows'
- message('Win32/mingw32 does not properly define posix_memalign.')
- elif f == 'fork' and host_machine.system() == 'windows'
- # __builtin_fork is defined and compiles properly, but calling __builtin_fork() does not.
- # This causes Meson to think that Windows has a fork() which causes a link error...
- message('Win32/mingw32 does not properly define fork.')
- else
- cdata.set(define, 1)
- endif
+ cdata.set(define, 1)
endif
endforeach
-if cc.has_header_symbol('sys/syscall.h', 'SYS_memfd_create') \
- or cc.has_function('memfd_create')
+if cc.has_header_symbol('sys/syscall.h', 'SYS_memfd_create')
cdata.set('HAVE_MEMFD', 1)
endif
if cc.has_function('dgettext')
- if host_machine.system() != 'windows'
- libintl_dep = []
- else
- libintl_dep = cc.find_library('intl')
- endif
+ libintl_dep = []
else
libintl_dep = cc.find_library('intl')
endif
@@ -429,17 +352,11 @@ cdata.set('MESON_BUILD', 1)
# On ELF systems we don't want the libraries to be unloaded since we don't clean them up properly,
# so we request the nodelete flag to be enabled.
# On other systems, we don't really know how to do that, but it's welcome if somebody can tell.
-# Windows doesn't support this flag.
-if host_machine.system() != 'windows' and host_machine.system() != 'darwin'
- nodelete_link_args = ['-Wl,-z,nodelete']
-else
- nodelete_link_args = []
-endif
+nodelete_link_args = ['-Wl,-z,nodelete']
# Code coverage
if get_option('gcov')
- add_languages('cpp', native: false)
add_project_arguments('--coverage', language: ['c', 'cpp'])
add_project_link_arguments('--coverage', language: ['c', 'cpp'])
endif
@@ -463,12 +380,12 @@ endforeach
cap_dep = cc.find_library('cap', required : false)
shm_dep = cc.find_library('rt', required : false)
-if cc.has_function('shm_open', dependencies : shm_dep)
+if shm_dep.found()
cdata.set('HAVE_SHM_OPEN', 1)
endif
dl_dep = cc.find_library('dl', required : false)
-if cc.has_function('dladdr', dependencies : dl_dep)
+if dl_dep.found()
cdata.set('HAVE_DLADDR', 1)
endif
@@ -476,8 +393,6 @@ have_iconv = false
if cc.has_function('iconv_open')
iconv_dep = dependency('', required : false)
have_iconv = true
- # tell the libiconv header to pretend to be libc iconv
- cdata.set('LIBICONV_PLUG', 1)
else
iconv_dep = cc.find_library('iconv', required : false)
have_iconv = iconv_dep.found()
@@ -494,9 +409,6 @@ size_t iconv (iconv_t cd, char * *inbuf, size_t *inbytesleft, char * *outbuf, si
endif
endif
-# Used for backtraces on BSD
-execinfo_dep = cc.find_library('execinfo', required : false)
-
# Atomic operations
if get_option('atomic-arm-memory-barrier')
@@ -505,24 +417,22 @@ endif
need_libatomic_ops = false
-atomictest = '''int main() {
+atomictest = '''void func() {
volatile int atomic = 2;
__sync_bool_compare_and_swap (&atomic, 2, 3);
- return 0;
}
'''
-if cc.links(atomictest)
+if cc.compiles(atomictest)
cdata.set('HAVE_ATOMIC_BUILTINS', 1)
- newatomictest = '''int main() {
+ newatomictest = '''void func() {
int c = 0;
__atomic_store_n(&c, 4, __ATOMIC_SEQ_CST);
- return 0;
}
'''
- if(cc.links(newatomictest))
+ if(cc.compiles(newatomictest))
cdata.set('HAVE_ATOMIC_BUILTINS_MEMORY_MODEL', 1)
endif
@@ -594,245 +504,194 @@ if host_machine.cpu_family() == 'arm'
endif
# NEON checks are automatically done by the unstable-simd module
-# Dependencies common to client, daemon and modules
+# FIXME: make sure it's >= 2.2
+ltdl_dep = cc.find_library('ltdl', required : true)
+# FIXME: can meson support libtool -dlopen/-dlpreopen things?
+# and do we still want to support this at all?
+cdata.set('DISABLE_LIBTOOL_PRELOAD', 1)
+
+if get_option('database') == 'tdb'
+ database_dep = dependency('tdb')
+elif get_option('database') == 'gdbm'
+ database_dep = cc.find_library('gdbm', required : true)
+else
+ database_dep = dependency('', required: false)
+endif
if get_option('ipv6')
cdata.set('HAVE_IPV6', 1)
endif
+if get_option('legacy-database-entry-format')
+ cdata.set('ENABLE_LEGACY_DATABASE_ENTRY_FORMAT', 1)
+endif
+
+if get_option('stream-restore-clear-old-devices')
+ cdata.set('STREAM_RESTORE_CLEAR_OLD_DEVICES', 1)
+endif
+
+if get_option('running-from-build-tree')
+ cdata.set('HAVE_RUNNING_FROM_BUILD_TREE', 1)
+endif
+
+alsa_dep = dependency('alsa', version : '>= 1.0.24', required : get_option('alsa'))
+if alsa_dep.found()
+ cdata.set('HAVE_ALSA', 1)
+ cdata.set('HAVE_ALSA_UCM', 1)
+endif
+
+asyncns_dep = dependency('libasyncns', version : '>= 0.1', required : get_option('asyncns'))
+if asyncns_dep.found()
+ cdata.set('HAVE_LIBASYNCNS', 1)
+endif
+
dbus_dep = dependency('dbus-1', version : '>= 1.4.12', required : get_option('dbus'))
if dbus_dep.found()
cdata.set('HAVE_DBUS', 1)
endif
-glib_dep = dependency('glib-2.0', version : '>= 2.28.0', required: get_option('glib'))
+gio_dep = dependency('gio-2.0', version : '>= 2.26.0', required : get_option('gsettings'))
+if gio_dep.found()
+ cdata.set('HAVE_GSETTINGS', 1)
+endif
+
+glib_dep = dependency('glib-2.0', version : '>= 2.4.0', required: get_option('glib'))
if glib_dep.found()
cdata.set('HAVE_GLIB', 1)
- cdata.set('HAVE_GLIB20', 1) # to match the AM_CONDITIONAL for CMake file generation
+endif
+
+gtk_dep = dependency('gtk+-3.0', required : get_option('gtk'))
+if gtk_dep.found()
+ cdata.set('HAVE_GTK', 1)
+endif
+
+have_orcc = false
+orcc_args = []
+orc_dep = dependency('orc-0.4', version : '>= 0.4.11', required : get_option('orc'))
+orcc = find_program('orcc', required : get_option('orc'))
+if orc_dep.found() and orcc.found()
+ have_orcc = true
+ orcc_args = [orcc]
+ #orcc_args = [orcc, '--include', 'glib.h']
+ cdata.set('HAVE_ORC', 1)
+else
+ cdata.set('DISABLE_ORC', 1)
+endif
+
+samplerate_dep = dependency('samplerate', version : '>= 0.1.0', required : get_option('samplerate'))
+if samplerate_dep.found()
+ cdata.set('HAVE_LIBSAMPLERATE', 1)
endif
sndfile_dep = dependency('sndfile', version : '>= 1.0.20')
+soxr_dep = dependency('soxr', version : '>= 0.1.1', required : get_option('soxr'))
+if soxr_dep.found()
+ cdata.set('HAVE_SOXR', 1)
+endif
+
libsystemd_dep = dependency('libsystemd', required : get_option('systemd'))
if libsystemd_dep.found()
cdata.set('HAVE_SYSTEMD_DAEMON', 1)
cdata.set('HAVE_SYSTEMD_LOGIN', 1)
cdata.set('HAVE_SYSTEMD_JOURNAL', 1)
endif
+systemd_dep = dependency('systemd', required : get_option('systemd'))
+if systemd_dep.found() and systemduserunitdir == ''
+ systemduserunitdir = systemd_dep.get_pkgconfig_variable('systemduserunitdir')
+endif
x11_dep = dependency('x11-xcb', required : get_option('x11'))
+if x11_dep.found()
+ xcb_dep = dependency('xcb', required : true, version : '>= 1.6')
+ ice_dep = dependency('ice', required : true)
+ sm_dep = dependency('sm', required : true)
+ xtst_dep = dependency('xtst', required : true)
+ cdata.set('HAVE_X11', 1)
+endif
-# OSS support
-if cc.has_header('sys/soundcard.h', required: get_option('oss-output'))
- # OSS output via daemon module-detect
+# Module dependencies
+
+if cc.has_header('sys/soundcard.h')
cdata.set('HAVE_OSS_OUTPUT', 1)
- # OSS wrapper
cdata.set('HAVE_OSS_WRAPPER', 1)
cdata.set('PULSEDSP_LOCATION', pulsedsp_location)
endif
+if get_option('hal-compat')
+ cdata.set('HAVE_HAL_COMPAT', 1)
+endif
+
+avahi_dep = dependency('avahi-client', version : '>= 0.6.0', required : get_option('avahi'), disabler : true)
+if avahi_dep.found()
+ cdata.set('HAVE_AVAHI', 1)
+endif
+
+sbc_dep = dependency('sbc', version : '>= 1.0', required : false)
+if get_option('bluez5')
+ assert(dbus_dep.found(), 'BlueZ requires D-Bus support')
+ assert(sbc_dep.found(), 'BlueZ requires SBC support')
+ cdata.set('HAVE_SBC', 1)
+ cdata.set('HAVE_BLUEZ', 1)
+ cdata.set('HAVE_BLUEZ_5', 1)
+ if get_option('bluez5-native-headset')
+ cdata.set('HAVE_BLUEZ_5_NATIVE_HEADSET', 1)
+ endif
+ if get_option('bluez5-ofono-headset')
+ cdata.set('HAVE_BLUEZ_5_OFONO_HEADSET', 1)
+ endif
+endif
+
fftw_dep = dependency('fftw3f', required : get_option('fftw'))
if fftw_dep.found()
cdata.set('HAVE_FFTW', 1)
endif
-# Client library dependencies
-
-if get_option('client')
- asyncns_dep = dependency('libasyncns', version : '>= 0.1', required : get_option('asyncns'))
- if asyncns_dep.found()
- cdata.set('HAVE_LIBASYNCNS', 1)
- endif
-
- gtk_dep = dependency('gtk+-3.0', required : get_option('gtk'))
- if gtk_dep.found()
- cdata.set('HAVE_GTK', 1)
- endif
+jack_dep = dependency('jack', version : '>= 0.117.0', required : get_option('jack'))
+if jack_dep.found()
+ cdata.set('HAVE_JACK', 1)
endif
-# Daemon and module dependencies
+lirc_dep = dependency('lirc', required : get_option('lirc'))
+if lirc_dep.found()
+ cdata.set('HAVE_LIRC', 1)
+endif
-if get_option('daemon')
- # FIXME: make sure it's >= 2.2
- ltdl_dep = cc.find_library('ltdl', required : true)
+openssl_dep = dependency('openssl', version : '>= 0.9', required : get_option('openssl'))
+if openssl_dep.found()
+ cdata.set('HAVE_OPENSSL', 1)
+endif
- # FIXME: can meson support libtool -dlopen/-dlpreopen things?
- # and do we still want to support this at all?
- cdata.set('DISABLE_LIBTOOL_PRELOAD', 1)
+speex_dep = dependency('speexdsp', version : '>= 1.2', required : get_option('speex'))
+if speex_dep.found()
+ cdata.set('HAVE_SPEEX', 1)
+endif
- if get_option('database') == 'tdb'
- database_dep = dependency('tdb')
- elif get_option('database') == 'gdbm'
- database_dep = cc.find_library('gdbm', required : true)
- else
- database_dep = dependency('', required: false)
- endif
+udev_dep = dependency('libudev', version : '>= 143', required : get_option('udev'))
+if udev_dep.found()
+ cdata.set('HAVE_UDEV', 1)
+endif
- if get_option('legacy-database-entry-format')
- cdata.set('ENABLE_LEGACY_DATABASE_ENTRY_FORMAT', 1)
- endif
+webrtc_dep = dependency('webrtc-audio-processing', version : '>= 0.2', required : get_option('webrtc-aec'))
+if webrtc_dep.found()
+ cdata.set('HAVE_WEBRTC', 1)
+endif
- if get_option('stream-restore-clear-old-devices')
- cdata.set('STREAM_RESTORE_CLEAR_OLD_DEVICES', 1)
- endif
+gst_dep = dependency('gstreamer-1.0', version : '>= 1.14', required : get_option('gstreamer'))
+gstapp_dep = dependency('gstreamer-app-1.0', required : get_option('gstreamer'))
+gstrtp_dep = dependency('gstreamer-rtp-1.0', required : get_option('gstreamer'))
- if get_option('running-from-build-tree')
- cdata.set('HAVE_RUNNING_FROM_BUILD_TREE', 1)
- endif
-
- if get_option('enable-smoother-2')
- cdata.set('USE_SMOOTHER_2', 1)
- endif
-
- alsa_dep = dependency('alsa', version : '>= 1.0.24', required : get_option('alsa'))
- if alsa_dep.found()
- cdata.set('HAVE_ALSA', 1)
- cdata.set('HAVE_ALSA_UCM', 1)
- endif
-
- gio_dep = dependency('gio-2.0', version : '>= 2.26.0', required : false)
- if get_option('gsettings').enabled()
- assert(gio_dep.found(), 'GSettings support needs glib I/O library (GIO)')
- cdata.set('HAVE_GSETTINGS', 1)
- else
- cdata.set('HAVE_GSETTINGS', 0)
- endif
-
- have_orcc = false
- orcc_args = []
- orc_dep = dependency('orc-0.4', version : '>= 0.4.11', required : get_option('orc'))
- orcc = find_program('orcc', required : get_option('orc'))
- if orc_dep.found() and orcc.found()
- have_orcc = true
- orcc_args = [orcc]
- #orcc_args = [orcc, '--include', 'glib.h']
- cdata.set('HAVE_ORC', 1)
- else
- cdata.set('DISABLE_ORC', 1)
- endif
-
- samplerate_dep = dependency('samplerate', version : '>= 0.1.0', required : get_option('samplerate'))
- if samplerate_dep.found()
- cdata.set('HAVE_LIBSAMPLERATE', 1)
- endif
-
- speex_dep = dependency('speexdsp', version : '>= 1.2', required : get_option('speex'))
- if speex_dep.found()
- cdata.set('HAVE_SPEEX', 1)
- endif
-
- soxr_dep = dependency('soxr', version : '>= 0.1.1', required : get_option('soxr'))
- if soxr_dep.found()
- cdata.set('HAVE_SOXR', 1)
- endif
-
- webrtc_dep = dependency('webrtc-audio-processing-1', version : '>= 1.0', required : get_option('webrtc-aec'))
- if webrtc_dep.found()
- cdata.set('HAVE_WEBRTC', 1)
- endif
-
- systemd_dep = dependency('systemd', required : get_option('systemd'))
- if systemd_dep.found() and systemduserunitdir == ''
- systemduserunitdir = systemd_dep.get_variable(pkgconfig: 'systemduserunitdir')
- endif
-
- libelogind_dep = dependency('libelogind', required : get_option('elogind'))
- if libelogind_dep.found()
- cdata.set('HAVE_SYSTEMD_LOGIN', 1)
- endif
-
- if get_option('consolekit').enabled()
- assert(dbus_dep.found(), 'ConsoleKit requires D-Bus support')
- endif
-
- tcpwrap_dep = cc.find_library('wrap', required: get_option('tcpwrap'))
- if cc.has_header('tcpd.h') and cc.has_function('hosts_access', dependencies : tcpwrap_dep)
- cdata.set('HAVE_LIBWRAP', 1)
- endif
-
- if x11_dep.found()
- xcb_dep = dependency('xcb', required : true, version : '>= 1.6')
- ice_dep = dependency('ice', required : true)
- sm_dep = dependency('sm', required : true)
- xtst_dep = dependency('xtst', required : true)
- cdata.set('HAVE_X11', 1)
- if cc.has_function('XSetIOErrorExitHandler', dependencies: x11_dep)
- cdata.set('HAVE_XSETIOERROREXITHANDLER', 1)
- endif
- endif
-
- avahi_dep = dependency('avahi-client', version : '>= 0.6.0', required : get_option('avahi'), disabler : true)
- if avahi_dep.found()
- cdata.set('HAVE_AVAHI', 1)
- else
- cdata.set('HAVE_AVAHI', 0)
- endif
-
- sbc_dep = dependency('sbc', version : '>= 1.0', required : false)
-
- bluez_dep = dependency('bluez', required : get_option('bluez5'))
-
- if bluez_dep.found()
- assert(dbus_dep.found(), 'BlueZ requires D-Bus support')
- assert(sbc_dep.found(), 'BlueZ requires SBC support')
- cdata.set('HAVE_SBC', 1)
- cdata.set('HAVE_BLUEZ', 1)
- cdata.set('HAVE_BLUEZ_5', 1)
- if get_option('bluez5-native-headset')
- cdata.set('HAVE_BLUEZ_5_NATIVE_HEADSET', 1)
- endif
- if get_option('bluez5-ofono-headset')
- cdata.set('HAVE_BLUEZ_5_OFONO_HEADSET', 1)
- endif
- endif
-
- jack_dep = dependency('jack', version : '>= 0.117.0', required : get_option('jack'))
- if jack_dep.found()
- cdata.set('HAVE_JACK', 1)
- endif
-
- lirc_dep = dependency('lirc', required : get_option('lirc'))
- if lirc_dep.found()
- cdata.set('HAVE_LIRC', 1)
- endif
-
- openssl_dep = dependency('openssl', version : '>= 0.9', required : get_option('openssl'))
- if openssl_dep.found()
- cdata.set('HAVE_OPENSSL', 1)
- endif
-
- udev_dep = dependency('libudev', version : '>= 143', required : get_option('udev'))
- if udev_dep.found()
- cdata.set('HAVE_UDEV', 1)
- endif
-
- if get_option('hal-compat')
- cdata.set('HAVE_HAL_COMPAT', 1)
- endif
-
- gst_dep = dependency('gstreamer-1.0', version : '>= 1.14', required : get_option('gstreamer'))
- gstapp_dep = dependency('gstreamer-app-1.0', required : get_option('gstreamer'))
- gstrtp_dep = dependency('gstreamer-rtp-1.0', required : get_option('gstreamer'))
-
- have_gstreamer = false
- if gst_dep.found() and gstapp_dep.found() and gstrtp_dep.found()
- assert(gio_dep.found(), 'GStreamer-based RTP needs glib I/O library (GIO)')
- have_gstreamer = true
- endif
-
- bluez5_gst_dep = dependency('gstreamer-1.0', version : '>= 1.14', required : get_option('bluez5-gstreamer'))
- bluez5_gstapp_dep = dependency('gstreamer-app-1.0', required : get_option('bluez5-gstreamer'))
- have_bluez5_gstreamer = false
- if bluez5_gst_dep.found() and bluez5_gstapp_dep.found()
- have_bluez5_gstreamer = true
- cdata.set('HAVE_GSTLDAC', 1)
- cdata.set('HAVE_GSTAPTX', 1)
- endif
+have_gstreamer = false
+if gst_dep.found() and gstapp_dep.found() and gstrtp_dep.found()
+ have_gstreamer = true
endif
# These are required for the CMake file generation
cdata.set('PA_LIBDIR', libdir)
cdata.set('PA_INCDIR', includedir)
+if glib_dep.found()
+ cdata.set('HAVE_GLIB20', 1) # to match the AM_CONDITIONAL for CMake file generation
+endif
# Test dependencies
@@ -841,89 +700,81 @@ check_dep = dependency('check', version : '>= 0.9.10', required : get_option('te
# Subdirs
subdir('doxygen')
-if get_option('client')
- subdir('po')
-endif
+subdir('po')
if get_option('man')
subdir('man')
endif
subdir('shell-completion/bash')
subdir('shell-completion/zsh')
subdir('src')
-if get_option('client')
- subdir('vala')
-endif
+subdir('vala')
# Now generate config.h from everything above
configure_file(output : 'config.h', configuration : cdata)
-if get_option('client')
+# pkg-config files
- # pkg-config files
+pc_cdata = configuration_data()
- pc_cdata = configuration_data()
+pc_cdata.set('prefix', prefix)
+pc_cdata.set('exec_prefix', prefix)
+pc_cdata.set('libdir', libdir)
+pc_cdata.set('includedir', includedir)
+pc_cdata.set('modlibexecdir', modlibexecdir)
+pc_cdata.set('PACKAGE_VERSION', pa_version_str)
+pc_cdata.set('PA_MAJORMINOR', pa_version_major_minor)
+# FIXME: the line below is wrong. Currently the meson thread dep lacks documentation,
+# and doesn't allow introspection, ie. none of get_pkgconfig_variable() or
+# get_configtool_variable() work with it, so we have no way to get this flag right,
+# unless we do all the work ourselves. See current work in glib, also meson #553.
+pc_cdata.set('PTHREAD_LIBS', '-pthread')
- pc_cdata.set('prefix', prefix)
- pc_cdata.set('exec_prefix', prefix)
- pc_cdata.set('libdir', libdir)
- pc_cdata.set('includedir', includedir)
- pc_cdata.set('modlibexecdir', modlibexecdir)
- pc_cdata.set('PACKAGE_VERSION', pa_version_str)
- pc_cdata.set('PA_MAJORMINOR', pa_version_major_minor)
- # FIXME: the line below is wrong. Currently the meson thread dep lacks documentation,
- # and doesn't allow introspection, ie. none of get_pkgconfig_variable() or
- # get_configtool_variable() work with it, so we have no way to get this flag right,
- # unless we do all the work ourselves. See current work in glib, also meson #553.
- pc_cdata.set('PTHREAD_LIBS', '-pthread')
+pc_files = [
+ 'libpulse.pc',
+ 'libpulse-simple.pc',
+]
- pc_files = [
- 'libpulse.pc',
- 'libpulse-simple.pc',
- ]
-
- if glib_dep.found()
- pc_files += 'libpulse-mainloop-glib.pc'
- endif
-
- foreach file : pc_files
- configure_file(
- input : file + '.in',
- output : file,
- configuration : pc_cdata,
- install_dir : pkgconfigdir)
- endforeach
-
- # CMake files
-
- m4 = find_program('m4', required: true)
-
- cmakedir = join_paths(libdir, 'cmake', 'PulseAudio')
-
- cmake_template_file = configure_file(
- input : 'PulseAudioConfig.cmake.in',
- output : 'PulseAudioConfig.cmake.tmp',
- configuration: cdata,
- )
-
- custom_target('PulseAudioConfig.cmake',
- input : cmake_template_file,
- output : 'PulseAudioConfig.cmake',
- capture : true,
- command : [m4, '@INPUT@'],
- build_by_default : true,
- install : true,
- install_dir : cmakedir,
- )
+if glib_dep.found()
+ pc_files += 'libpulse-mainloop-glib.pc'
+endif
+foreach file : pc_files
configure_file(
- input : 'PulseAudioConfigVersion.cmake.in',
- output : 'PulseAudioConfigVersion.cmake',
- configuration: cdata,
- install : true,
- install_dir : cmakedir,
- )
+ input : file + '.in',
+ output : file,
+ configuration : pc_cdata,
+ install_dir : pkgconfigdir)
+endforeach
-endif # client
+# CMake files
+
+m4 = find_program('m4', required: true)
+
+cmakedir = join_paths(libdir, 'cmake', 'PulseAudio')
+
+cmake_template_file = configure_file(
+ input : 'PulseAudioConfig.cmake.in',
+ output : 'PulseAudioConfig.cmake.tmp',
+ configuration: cdata,
+)
+
+custom_target('PulseAudioConfig.cmake',
+ input : cmake_template_file,
+ output : 'PulseAudioConfig.cmake',
+ capture : true,
+ command : [m4, '@INPUT@'],
+ build_by_default : true,
+ install : true,
+ install_dir : cmakedir,
+)
+
+configure_file(
+ input : 'PulseAudioConfigVersion.cmake.in',
+ output : 'PulseAudioConfigVersion.cmake',
+ configuration: cdata,
+ install : true,
+ install_dir : cmakedir,
+)
############################################################
@@ -952,69 +803,46 @@ summary = [
# 'CFLAGS: @0@'.format(${CFLAGS}),
# 'CPPFLAGS: @0@'.format(${CPPFLAGS}),
# 'LIBS: @0@'.format(${LIBS}),
- '',
- 'Enable pulseaudio daemon: @0@'.format(get_option('daemon')),
- 'Enable pulseaudio client: @0@'.format(get_option('client')),
'',
'Enable memfd shared memory: @0@'.format(cdata.has('HAVE_MEMFD')),
'Enable X11: @0@'.format(x11_dep.found()),
- 'Enable D-Bus: @0@'.format(dbus_dep.found()),
- 'Enable GLib 2: @0@'.format(glib_dep.found()),
- 'Enable systemd integration: @0@'.format(libsystemd_dep.found()),
- 'Enable FFTW: @0@'.format(fftw_dep.found()),
- 'Enable IPv6: @0@'.format(get_option('ipv6')),
- 'Enable Gcov coverage: @0@'.format(get_option('gcov')),
- 'Enable Valgrind: @0@'.format(cdata.has('HAVE_VALGRIND_MEMCHECK_H')),
- 'Enable man pages: @0@'.format(get_option('man')),
- 'Enable unit tests: @0@'.format(get_option('tests')),
-]
-
-if get_option('client')
-summary += [
- '',
- '--- Pulseaudio client features ---',
- '',
- 'Enable Gtk+ 3: @0@'.format(gtk_dep.found()),
- 'Enable Async DNS: @0@'.format(asyncns_dep.found()),
- 'Enable OSS Wrapper: @0@'.format(cdata.has('HAVE_OSS_WRAPPER')),
-]
-endif
-
-if get_option('daemon')
-summary += [
- '',
- '--- Pulseaudio daemon features ---',
- '',
- 'Safe X11 I/O errors: @0@'.format(cdata.has('HAVE_XSETIOERROREXITHANDLER')),
- 'Enable Avahi: @0@'.format(avahi_dep.found()),
- 'Enable OSS Output: @0@'.format(cdata.has('HAVE_OSS_OUTPUT')),
+# 'Enable OSS Output: @0@'.format(${ENABLE_OSS_OUTPUT}),
+# 'Enable OSS Wrapper: @0@'.format(${ENABLE_OSS_WRAPPER}),
# 'Enable EsounD: @0@'.format(${ENABLE_ESOUND}),
'Enable Alsa: @0@'.format(alsa_dep.found()),
- 'Enable Jack: @0@'.format(jack_dep.found()),
- 'Enable LIRC: @0@'.format(lirc_dep.found()),
# 'Enable CoreAudio: @0@'.format(${ENABLE_COREAUDIO}),
# 'Enable Solaris: @0@'.format(${ENABLE_SOLARIS}),
# 'Enable WaveOut: @0@'.format(${ENABLE_WAVEOUT}),
+ 'Enable GLib 2: @0@'.format(glib_dep.found()),
+# 'Enable GConf: @0@'.format(${ENABLE_GCONF}),
'Enable GSettings: @0@'.format(gio_dep.found()),
- 'Enable BlueZ 5: @0@'.format(cdata.has('HAVE_BLUEZ_5')),
- ' Enable native headsets: @0@'.format(cdata.has('HAVE_BLUEZ_5_NATIVE_HEADSET')),
- ' Enable ofono headsets: @0@'.format(cdata.has('HAVE_BLUEZ_5_OFONO_HEADSET')),
- ' Enable GStreamer based codecs: @0@'.format(have_bluez5_gstreamer),
- 'Enable GStreamer: @0@'.format(have_gstreamer),
+ 'Enable Gtk+ 3: @0@'.format(gtk_dep.found()),
+ 'Enable Avahi: @0@'.format(avahi_dep.found()),
+ 'Enable Jack: @0@'.format(jack_dep.found()),
+ 'Enable Async DNS: @0@'.format(asyncns_dep.found()),
+ 'Enable LIRC: @0@'.format(lirc_dep.found()),
+ 'Enable D-Bus: @0@'.format(dbus_dep.found()),
+ ' Enable BlueZ 5: @0@'.format(get_option('bluez5')),
+ ' Enable native headsets: @0@'.format(get_option('bluez5-native-headset')),
+ ' Enable ofono headsets: @0@'.format(get_option('bluez5-ofono-headset')),
+ 'Enable udev: @0@'.format(udev_dep.found()),
+ ' Enable HAL->udev compat: @0@'.format(get_option('hal-compat')),
+ 'Enable systemd: @0@'.format(libsystemd_dep.found()),
+# 'Enable TCP Wrappers: @0@'.format(${ENABLE_TCPWRAP}),
'Enable libsamplerate: @0@'.format(samplerate_dep.found()),
+ 'Enable IPv6: @0@'.format(get_option('ipv6')),
+ 'Enable OpenSSL (for Airtunes): @0@'.format(openssl_dep.found()),
+ 'Enable FFTW: @0@'.format(fftw_dep.found()),
'Enable ORC: @0@'.format(have_orcc),
+ 'Enable GStreamer: @0@'.format(have_gstreamer),
'Enable Adrian echo canceller: @0@'.format(get_option('adrian-aec')),
'Enable Speex (resampler, AEC): @0@'.format(speex_dep.found()),
'Enable SoXR (resampler): @0@'.format(soxr_dep.found()),
'Enable WebRTC echo canceller: @0@'.format(webrtc_dep.found()),
+ 'Enable Gcov coverage: @0@'.format(get_option('gcov')),
+ 'Enable man pages: @0@'.format(get_option('man')),
+ 'Enable unit tests: @0@'.format(get_option('tests')),
'',
- 'Enable udev: @0@'.format(udev_dep.found()),
- ' Enable HAL->udev compat: @0@'.format(get_option('hal-compat')),
- 'Enable systemd units: @0@'.format(systemd_dep.found()),
- 'Enable elogind: @0@'.format(libelogind_dep.found()),
- 'Enable ConsoleKit: @0@'.format(not get_option('consolekit').disabled() and dbus_dep.found()),
- 'Enable TCP Wrappers: @0@'.format(tcpwrap_dep.found()),
- 'Enable OpenSSL (for Airtunes): @0@'.format(openssl_dep.found()),
'Database: @0@'.format(get_option('database')),
'Legacy Database Entry Support: @0@'.format(get_option('legacy-database-entry-format')),
'module-stream-restore:',
@@ -1027,48 +855,47 @@ summary += [
# 'Force preopen: @0@'.format(${FORCE_PREOPEN}),
# 'Preopened modules: @0@'.format(${PREOPEN_MODS}),
]
-endif
message('\n '.join(summary))
# Sanity checks
-if get_option('daemon') and not speex_dep.found() and not webrtc_dep.found() and not get_option('adrian-aec')
+if not speex_dep.found() and not webrtc_dep.found() and not get_option('adrian-aec')
error('At least one echo canceller implementation must be available!')
endif
-if get_option('daemon') and samplerate_dep.found()
+if samplerate_dep.found()
warning('Support for libsamplerate is DEPRECATED')
endif
-if host_machine.system() != 'windows' and not dbus_dep.found()
- message = [
- 'You do not have D-Bus support enabled. It is strongly recommended',
- 'that you enable D-Bus support if your platform supports it.',
- 'Many parts of PulseAudio use D-Bus, from ConsoleKit interaction',
- 'to the Device Reservation Protocol to speak to JACK, Bluetooth',
- 'support and even a native control protocol for communicating and',
- 'controlling the PulseAudio daemon itself.',
- ]
- warning('\n' + '\n'.join(message))
-endif
-
-if get_option('daemon') and host_machine.system() == 'linux' and not udev_dep.found()
- message = [
- 'You do not have udev support enabled. It is strongly recommended',
- 'that you enable udev support if your platform supports it as it is',
- 'the primary method used to detect hardware audio devices (on Linux)',
- 'and is thus a critical part of PulseAudio on that platform.',
- ]
- warning('\n' + '\n'.join(message))
-endif
-
-if get_option('daemon') and host_machine.system() != 'windows' and not speex_dep.found()
- message = [
- 'You do not have speex support enabled. It is strongly recommended',
- 'that you enable speex support if your platform supports it as it is',
- 'the primary method used for audio resampling and is thus a critical',
- 'part of PulseAudio on that platform.',
- ]
- warning('\n' + '\n'.join(message))
+if host_machine.system() != 'windows'
+ if not dbus_dep.found()
+ message = [
+ 'You do not have D-Bus support enabled. It is strongly recommended',
+ 'that you enable D-Bus support if your platform supports it.',
+ 'Many parts of PulseAudio use D-Bus, from ConsoleKit interaction',
+ 'to the Device Reservation Protocol to speak to JACK, Bluetooth',
+ 'support and even a native control protocol for communicating and',
+ 'controlling the PulseAudio daemon itself.',
+ ]
+ warning('\n' + '\n'.join(message))
+ endif
+ if not udev_dep.found()
+ message = [
+ 'You do not have udev support enabled. It is strongly recommended',
+ 'that you enable udev support if your platform supports it as it is',
+ 'the primary method used to detect hardware audio devices (on Linux)',
+ 'and is thus a critical part of PulseAudio on that platform.',
+ ]
+ warning('\n' + '\n'.join(message))
+ endif
+ if not speex_dep.found()
+ message = [
+ 'You do not have speex support enabled. It is strongly recommended',
+ 'that you enable speex support if your platform supports it as it is',
+ 'the primary method used for audio resampling and is thus a critical',
+ 'part of PulseAudio on that platform.',
+ ]
+ warning('\n' + '\n'.join(message))
+ endif
endif
diff --git a/meson_options.txt b/meson_options.txt
index 7cf4606a5..824f24e08 100644
--- a/meson_options.txt
+++ b/meson_options.txt
@@ -1,12 +1,3 @@
-option('daemon',
- type : 'boolean', value : true,
- description : 'Enable building and installation of pulseaudio daemon and supporting configuration files')
-option('client',
- type : 'boolean', value : true,
- description : 'Build and install pulseaudio client libraries and utilities')
-option('doxygen',
- type : 'feature',
- description : 'Enable building and installation of documentation generated with doxygen')
option('gcov',
type : 'boolean', value : false,
description : 'Enable optional gcov coverage analysis')
@@ -14,7 +5,7 @@ option('man',
type : 'boolean',
description : 'Enable building and installation of man pages')
option('tests',
- type : 'feature',
+ type : 'boolean',
description : 'Enable unit tests')
option('system_user',
@@ -88,26 +79,17 @@ option('avahi',
type : 'feature', value : 'auto',
description : 'Optional Avahi support')
option('bluez5',
- type : 'feature', value : 'auto',
+ type : 'boolean', value : 'true',
description : 'Optional BlueZ 5 support')
-option('bluez5-gstreamer',
- type : 'feature', value: 'auto',
- description : 'Optional BlueZ 5 GStreamer support')
option('bluez5-native-headset',
type : 'boolean',
description : 'Optional native headset backend support (BlueZ 5)')
option('bluez5-ofono-headset',
type : 'boolean',
description : 'Optional oFono headset backend support (BlueZ 5)')
-option('consolekit',
- type : 'feature', value : 'auto',
- description : 'Optional ConsoleKit support')
option('dbus',
type : 'feature', value : 'auto',
description : 'Optional D-Bus support')
-option('elogind',
- type : 'feature', value : 'auto',
- description : 'Optional elogind support')
option('fftw',
type : 'feature', value : 'auto',
description : 'Optional FFTW support')
@@ -118,7 +100,7 @@ option('gsettings',
type : 'feature', value : 'auto',
description : 'Optional GSettings support')
option('gstreamer',
- type : 'feature', value : 'auto',
+ type : 'feature', value : 'disabled',
description : 'Optional GStreamer dependency for media-related functionality')
option('gtk',
type : 'feature', value : 'auto',
@@ -141,9 +123,6 @@ option('openssl',
option('orc',
type : 'feature', value : 'auto',
description : 'Optimized Inner Loop Runtime Compiler')
-option('oss-output',
- type : 'feature', value : 'auto',
- description : 'Optional OSS output support')
option('samplerate',
type : 'feature', value : 'disabled',
description : 'Optional libsamplerate support (DEPRECATED)')
@@ -156,21 +135,12 @@ option('speex',
option('systemd',
type : 'feature', value : 'auto',
description : 'Optional systemd support')
-option('tcpwrap',
- type : 'feature', value : 'auto',
- description : 'Optional TCP wrappers support')
option('udev',
type : 'feature', value : 'auto',
description : 'Optional udev support')
-option('valgrind',
- type : 'feature', value : 'auto',
- description : 'Optional Valgrind support')
option('x11',
type : 'feature', value : 'auto',
description : 'Optional X11 support')
-option('enable-smoother-2',
- type : 'boolean', value : true,
- description : 'Use alternative time smoother implementation')
# Echo cancellation
diff --git a/orc.mak b/orc.mak
new file mode 100644
index 000000000..a1069a71b
--- /dev/null
+++ b/orc.mak
@@ -0,0 +1,48 @@
+#
+# This is a Makefile.am fragment to build Orc code. It is based
+# on the orc.mak file distributed in the GStreamer common
+# repository.
+#
+# Include this file like this:
+#
+# include $(top_srcdir)/orc.mak
+#
+# For each Orc source file, append its name (without the extension)
+# to ORC_SOURCE:
+#
+# ORC_SOURCE += gstadderorc
+#
+# This will create gstadder-orc-gen.c and gstadder-orc-gen.h, which
+# you need to add to your nodist_module_SOURCES.
+#
+# Note that this file appends to BUILT_SOURCES and CLEANFILES, so
+# define them before including this file.
+#
+
+
+EXTRA_DIST += $(addsuffix .orc,$(ORC_SOURCE))
+
+if HAVE_ORC
+ORC_BUILT_SOURCE = $(addsuffix -orc-gen.c,$(ORC_SOURCE))
+ORC_BUILT_HEADER = $(addsuffix -orc-gen.h,$(ORC_SOURCE))
+
+BUILT_SOURCES += $(ORC_BUILT_SOURCE) $(ORC_BUILT_HEADER)
+CLEANFILES += $(BUILT_SOURCES)
+
+
+orcc_v_gen = $(orcc_v_gen_$(V))
+orcc_v_gen_ = $(orcc_v_gen_$(AM_DEFAULT_VERBOSITY))
+orcc_v_gen_0 = @echo " ORCC $@";
+
+cp_v_gen = $(cp_v_gen_$(V))
+cp_v_gen_ = $(cp_v_gen_$(AM_DEFAULT_VERBOSITY))
+cp_v_gen_0 = @echo " CP $@";
+
+%-orc-gen.c: %.orc
+ @mkdir -p $(@D)
+ $(orcc_v_gen)$(ORCC) --implementation -o $@ $<
+
+%-orc-gen.h: %.orc
+ @mkdir -p $(@D)
+ $(orcc_v_gen)$(ORCC) --header -o $@ $<
+endif
diff --git a/po/LINGUAS b/po/LINGUAS
index e430873ec..4f92bf240 100644
--- a/po/LINGUAS
+++ b/po/LINGUAS
@@ -46,10 +46,3 @@ tr
uk
zh_CN
zh_TW
-eo
-si
-ka
-eu
-ar
-sl
-ro
diff --git a/po/POTFILES.in b/po/POTFILES.in
index c92665d9b..33f7ae322 100644
--- a/po/POTFILES.in
+++ b/po/POTFILES.in
@@ -7,7 +7,6 @@ src/daemon/ltdl-bind-now.c
src/daemon/main.c
src/daemon/pulseaudio.desktop.in
src/daemon/systemd/user/pulseaudio.service.in
-src/daemon/systemd/user/pulseaudio-x11.service.in
src/modules/alsa/alsa-mixer.c
src/modules/alsa/alsa-sink.c
src/modules/alsa/alsa-source.c
@@ -17,6 +16,8 @@ src/modules/alsa/module-alsa-sink.c
src/modules/alsa/module-alsa-source.c
src/modules/bluetooth/module-bluez5-device.c
src/modules/echo-cancel/module-echo-cancel.c
+src/modules/gconf/gconf-helper.c
+src/modules/gconf/module-gconf.c
src/modules/jack/module-jack-sink.c
src/modules/jack/module-jack-source.c
src/modules/macosx/module-coreaudio-device.c
@@ -95,6 +96,7 @@ src/pulsecore/core-subscribe.c
src/pulsecore/core-util.c
src/pulsecore/core-util.h
src/pulsecore/dbus-util.c
+src/pulsecore/dllmain.c
src/pulsecore/dynarray.c
src/pulsecore/fdsem.c
src/pulsecore/ffmpeg/resample2.c
@@ -170,7 +172,6 @@ src/pulsecore/thread-mq.c
src/pulsecore/thread-posix.c
src/pulsecore/thread-win32.c
src/pulsecore/time-smoother.c
-src/pulsecore/time-smoother_2.c
src/pulsecore/tokenizer.c
src/pulsecore/x11prop.c
src/pulsecore/x11wrap.c
diff --git a/po/af.po b/po/af.po
index 37c4bb1ad..da0abe7b0 100644
--- a/po/af.po
+++ b/po/af.po
@@ -5,8 +5,8 @@ msgid ""
msgstr ""
"Project-Id-Version: master\n"
"Report-Msgid-Bugs-To: https://gitlab.freedesktop.org/pulseaudio/pulseaudio/"
-"issues/new\n"
-"POT-Creation-Date: 2022-06-18 09:49+0300\n"
+"issues\n"
+"POT-Creation-Date: 2019-01-09 03:29+0000\n"
"PO-Revision-Date: 2019-01-09 12:17+0200\n"
"Last-Translator: F Wolff \n"
"Language-Team: translate-discuss-af@lists.sourceforge.net\n"
@@ -48,7 +48,8 @@ msgid ""
" (only available as root, when SUID "
"or\n"
" with elevated RLIMIT_RTPRIO)\n"
-" --disallow-module-loading[=BOOL] Disallow user requested module\n"
+" --disallow-module-loading[=BOOL] Disallow module user requested "
+"module\n"
" loading/unloading after startup\n"
" --disallow-exit[=BOOL] Disallow user requested exit\n"
" --exit-idle-time=SECS Terminate the daemon when idle and "
@@ -100,7 +101,7 @@ msgstr ""
#: src/daemon/cmdline.c:265
msgid ""
"--log-level expects log level argument (either numeric in range 0..4 or one "
-"of error, warn, notice, info, debug)."
+"of debug, info, notice, warn, error)."
msgstr ""
#: src/daemon/cmdline.c:277
@@ -125,7 +126,7 @@ msgstr ""
#: src/daemon/cmdline.c:328
msgid ""
-"Invalid log target: use either 'syslog', 'journal', 'stderr' or 'auto' or a "
+"Invalid log target: use either 'syslog', 'journal','stderr' or 'auto' or a "
"valid file name 'file:', 'newfile:'."
msgstr ""
@@ -164,78 +165,78 @@ msgstr ""
msgid "--enable-memfd expects boolean argument"
msgstr ""
-#: src/daemon/daemon-conf.c:270
+#: src/daemon/daemon-conf.c:268
#, c-format
msgid "[%s:%u] Invalid log target '%s'."
msgstr ""
-#: src/daemon/daemon-conf.c:285
+#: src/daemon/daemon-conf.c:283
#, c-format
msgid "[%s:%u] Invalid log level '%s'."
msgstr ""
-#: src/daemon/daemon-conf.c:300
+#: src/daemon/daemon-conf.c:298
#, c-format
msgid "[%s:%u] Invalid resample method '%s'."
msgstr ""
-#: src/daemon/daemon-conf.c:322
+#: src/daemon/daemon-conf.c:320
#, c-format
msgid "[%s:%u] Invalid rlimit '%s'."
msgstr ""
-#: src/daemon/daemon-conf.c:342
+#: src/daemon/daemon-conf.c:340
#, c-format
msgid "[%s:%u] Invalid sample format '%s'."
msgstr ""
-#: src/daemon/daemon-conf.c:359 src/daemon/daemon-conf.c:376
+#: src/daemon/daemon-conf.c:357 src/daemon/daemon-conf.c:374
#, c-format
msgid "[%s:%u] Invalid sample rate '%s'."
msgstr ""
-#: src/daemon/daemon-conf.c:399
+#: src/daemon/daemon-conf.c:397
#, c-format
msgid "[%s:%u] Invalid sample channels '%s'."
msgstr ""
-#: src/daemon/daemon-conf.c:416
+#: src/daemon/daemon-conf.c:414
#, c-format
msgid "[%s:%u] Invalid channel map '%s'."
msgstr ""
-#: src/daemon/daemon-conf.c:433
+#: src/daemon/daemon-conf.c:431
#, c-format
msgid "[%s:%u] Invalid number of fragments '%s'."
msgstr ""
-#: src/daemon/daemon-conf.c:450
+#: src/daemon/daemon-conf.c:448
#, c-format
msgid "[%s:%u] Invalid fragment size '%s'."
msgstr ""
-#: src/daemon/daemon-conf.c:467
+#: src/daemon/daemon-conf.c:465
#, c-format
msgid "[%s:%u] Invalid nice level '%s'."
msgstr ""
-#: src/daemon/daemon-conf.c:552
+#: src/daemon/daemon-conf.c:508
#, c-format
msgid "[%s:%u] Invalid server type '%s'."
msgstr ""
-#: src/daemon/daemon-conf.c:685
+#: src/daemon/daemon-conf.c:626
#, c-format
msgid "Failed to open configuration file: %s"
msgstr ""
-#: src/daemon/daemon-conf.c:701
+#: src/daemon/daemon-conf.c:642
msgid ""
"The specified default channel map has a different number of channels than "
"the specified default number of channels."
msgstr ""
-#: src/daemon/daemon-conf.c:788
+#: src/daemon/daemon-conf.c:729
#, c-format
msgid "### Read from configuration file: %s ###\n"
msgstr ""
@@ -302,139 +303,139 @@ msgstr ""
msgid "Failed to add bind-now-loader."
msgstr ""
-#: src/daemon/main.c:265
+#: src/daemon/main.c:171
#, c-format
msgid "Failed to find user '%s'."
msgstr ""
-#: src/daemon/main.c:270
+#: src/daemon/main.c:176
#, c-format
msgid "Failed to find group '%s'."
msgstr ""
-#: src/daemon/main.c:279
+#: src/daemon/main.c:185
#, c-format
msgid "GID of user '%s' and of group '%s' don't match."
msgstr ""
-#: src/daemon/main.c:284
+#: src/daemon/main.c:190
#, c-format
msgid "Home directory of user '%s' is not '%s', ignoring."
msgstr ""
-#: src/daemon/main.c:287 src/daemon/main.c:292
+#: src/daemon/main.c:193 src/daemon/main.c:198
#, c-format
msgid "Failed to create '%s': %s"
msgstr ""
-#: src/daemon/main.c:299
+#: src/daemon/main.c:205
#, c-format
msgid "Failed to change group list: %s"
msgstr ""
-#: src/daemon/main.c:315
+#: src/daemon/main.c:221
#, c-format
msgid "Failed to change GID: %s"
msgstr ""
-#: src/daemon/main.c:331
+#: src/daemon/main.c:237
#, c-format
msgid "Failed to change UID: %s"
msgstr ""
-#: src/daemon/main.c:360
+#: src/daemon/main.c:266
msgid "System wide mode unsupported on this platform."
msgstr ""
-#: src/daemon/main.c:650
+#: src/daemon/main.c:495
msgid "Failed to parse command line."
msgstr ""
-#: src/daemon/main.c:689
+#: src/daemon/main.c:534
msgid ""
"System mode refused for non-root user. Only starting the D-Bus server lookup "
"service."
msgstr ""
-#: src/daemon/main.c:788
+#: src/daemon/main.c:633
#, c-format
msgid "Failed to kill daemon: %s"
msgstr ""
-#: src/daemon/main.c:817
+#: src/daemon/main.c:662
msgid ""
"This program is not intended to be run as root (unless --system is "
"specified)."
msgstr ""
-#: src/daemon/main.c:820
+#: src/daemon/main.c:665
msgid "Root privileges required."
msgstr ""
-#: src/daemon/main.c:827
+#: src/daemon/main.c:672
msgid "--start not supported for system instances."
msgstr ""
-#: src/daemon/main.c:867
+#: src/daemon/main.c:712
#, c-format
msgid "User-configured server at %s, refusing to start/autospawn."
msgstr ""
-#: src/daemon/main.c:873
+#: src/daemon/main.c:718
#, c-format
msgid ""
"User-configured server at %s, which appears to be local. Probing deeper."
msgstr ""
-#: src/daemon/main.c:878
+#: src/daemon/main.c:723
msgid "Running in system mode, but --disallow-exit not set."
msgstr ""
-#: src/daemon/main.c:881
+#: src/daemon/main.c:726
msgid "Running in system mode, but --disallow-module-loading not set."
msgstr ""
-#: src/daemon/main.c:884
+#: src/daemon/main.c:729
msgid "Running in system mode, forcibly disabling SHM mode."
msgstr ""
-#: src/daemon/main.c:889
+#: src/daemon/main.c:734
msgid "Running in system mode, forcibly disabling exit idle time."
msgstr ""
-#: src/daemon/main.c:922
+#: src/daemon/main.c:767
msgid "Failed to acquire stdio."
msgstr ""
-#: src/daemon/main.c:928 src/daemon/main.c:999
+#: src/daemon/main.c:773 src/daemon/main.c:844
#, c-format
msgid "pipe() failed: %s"
msgstr ""
-#: src/daemon/main.c:933 src/daemon/main.c:1004
+#: src/daemon/main.c:778 src/daemon/main.c:849
#, c-format
msgid "fork() failed: %s"
msgstr ""
-#: src/daemon/main.c:948 src/daemon/main.c:1019 src/utils/pacat.c:562
+#: src/daemon/main.c:793 src/daemon/main.c:864 src/utils/pacat.c:562
#, c-format
msgid "read() failed: %s"
msgstr ""
-#: src/daemon/main.c:954
+#: src/daemon/main.c:799
msgid "Daemon startup failed."
msgstr ""
-#: src/daemon/main.c:987
+#: src/daemon/main.c:832
#, c-format
msgid "setsid() failed: %s"
msgstr ""
-#: src/daemon/main.c:1119
+#: src/daemon/main.c:965
msgid "Failed to get machine ID"
msgstr ""
-#: src/daemon/main.c:1145
+#: src/daemon/main.c:991
msgid ""
"OK, so you are running PA in system mode. Please make sure that you actually "
"do want to do that.\n"
@@ -443,27 +444,19 @@ msgid ""
"mode is usually a bad idea."
msgstr ""
-#: src/daemon/main.c:1161
+#: src/daemon/main.c:1007
msgid "pa_pid_file_create() failed."
msgstr ""
-#: src/daemon/main.c:1193
+#: src/daemon/main.c:1039
msgid "pa_core_new() failed."
msgstr ""
-#: src/daemon/main.c:1268
-#, fuzzy
-msgid "command line arguments"
-msgstr "Ongeldige argument"
-
-#: src/daemon/main.c:1275
-#, c-format
-msgid ""
-"Failed to initialize daemon due to errors while executing startup commands. "
-"Source of commands: %s"
+#: src/daemon/main.c:1109
+msgid "Failed to initialize daemon."
msgstr ""
-#: src/daemon/main.c:1280
+#: src/daemon/main.c:1114
msgid "Daemon startup without any loaded modules, refusing to work."
msgstr ""
@@ -475,337 +468,299 @@ msgstr "PulseAudio-klankstelsel"
msgid "Start the PulseAudio Sound System"
msgstr "Begin die PulseAudio-klankstelsel"
-#: src/modules/alsa/alsa-mixer.c:2708
+#: src/modules/alsa/alsa-mixer.c:2443
msgid "Input"
msgstr "Toevoer"
-#: src/modules/alsa/alsa-mixer.c:2709
+#: src/modules/alsa/alsa-mixer.c:2444
msgid "Docking Station Input"
msgstr "Dokstasietoevoer"
-#: src/modules/alsa/alsa-mixer.c:2710
+#: src/modules/alsa/alsa-mixer.c:2445
msgid "Docking Station Microphone"
msgstr "Dokstasiemikrofoon"
-#: src/modules/alsa/alsa-mixer.c:2711
+#: src/modules/alsa/alsa-mixer.c:2446
msgid "Docking Station Line In"
msgstr "Dokstasie se lyn in"
-#: src/modules/alsa/alsa-mixer.c:2712 src/modules/alsa/alsa-mixer.c:2803
+#: src/modules/alsa/alsa-mixer.c:2447 src/modules/alsa/alsa-mixer.c:2532
msgid "Line In"
msgstr "Lyn in"
-#: src/modules/alsa/alsa-mixer.c:2713 src/modules/alsa/alsa-mixer.c:2797
-#: src/modules/bluetooth/module-bluez5-device.c:1956
+#: src/modules/alsa/alsa-mixer.c:2448 src/modules/alsa/alsa-mixer.c:2526
+#: src/modules/bluetooth/module-bluez5-device.c:1904
msgid "Microphone"
msgstr "Mikrofoon"
-#: src/modules/alsa/alsa-mixer.c:2714 src/modules/alsa/alsa-mixer.c:2798
+#: src/modules/alsa/alsa-mixer.c:2449 src/modules/alsa/alsa-mixer.c:2527
msgid "Front Microphone"
msgstr "Mikrofoon voor"
-#: src/modules/alsa/alsa-mixer.c:2715 src/modules/alsa/alsa-mixer.c:2799
+#: src/modules/alsa/alsa-mixer.c:2450 src/modules/alsa/alsa-mixer.c:2528
msgid "Rear Microphone"
msgstr "Mikrofoon agter"
-#: src/modules/alsa/alsa-mixer.c:2716
+#: src/modules/alsa/alsa-mixer.c:2451
msgid "External Microphone"
msgstr "Eksterne mikrofoon"
-#: src/modules/alsa/alsa-mixer.c:2717 src/modules/alsa/alsa-mixer.c:2801
+#: src/modules/alsa/alsa-mixer.c:2452 src/modules/alsa/alsa-mixer.c:2530
msgid "Internal Microphone"
msgstr "Interne mikrofoon"
-#: src/modules/alsa/alsa-mixer.c:2718 src/modules/alsa/alsa-mixer.c:2804
-#: src/utils/pactl.c:343
+#: src/modules/alsa/alsa-mixer.c:2453 src/modules/alsa/alsa-mixer.c:2533
msgid "Radio"
msgstr "Radio"
-#: src/modules/alsa/alsa-mixer.c:2719 src/modules/alsa/alsa-mixer.c:2805
-#: src/utils/pactl.c:344
+#: src/modules/alsa/alsa-mixer.c:2454 src/modules/alsa/alsa-mixer.c:2534
msgid "Video"
msgstr "Video"
-#: src/modules/alsa/alsa-mixer.c:2720
+#: src/modules/alsa/alsa-mixer.c:2455
msgid "Automatic Gain Control"
msgstr "Outomatiese versterkingkontrole"
-#: src/modules/alsa/alsa-mixer.c:2721
+#: src/modules/alsa/alsa-mixer.c:2456
msgid "No Automatic Gain Control"
msgstr "Geen outomatiese versterkingkontrole"
-#: src/modules/alsa/alsa-mixer.c:2722
+#: src/modules/alsa/alsa-mixer.c:2457
msgid "Boost"
msgstr ""
-#: src/modules/alsa/alsa-mixer.c:2723
+#: src/modules/alsa/alsa-mixer.c:2458
msgid "No Boost"
msgstr ""
-#: src/modules/alsa/alsa-mixer.c:2724
+#: src/modules/alsa/alsa-mixer.c:2459
msgid "Amplifier"
msgstr "Versterker"
-#: src/modules/alsa/alsa-mixer.c:2725
+#: src/modules/alsa/alsa-mixer.c:2460
msgid "No Amplifier"
msgstr "Geen versterker"
-#: src/modules/alsa/alsa-mixer.c:2726
+#: src/modules/alsa/alsa-mixer.c:2461
msgid "Bass Boost"
msgstr "Basversterker"
-#: src/modules/alsa/alsa-mixer.c:2727
+#: src/modules/alsa/alsa-mixer.c:2462
msgid "No Bass Boost"
msgstr "Geen basversterker"
-#: src/modules/alsa/alsa-mixer.c:2728
-#: src/modules/bluetooth/module-bluez5-device.c:1964 src/utils/pactl.c:333
+#: src/modules/alsa/alsa-mixer.c:2463
+#: src/modules/bluetooth/module-bluez5-device.c:1911
msgid "Speaker"
msgstr "Luidspreker"
-#: src/modules/alsa/alsa-mixer.c:2729 src/modules/alsa/alsa-mixer.c:2807
-#: src/utils/pactl.c:334
+#: src/modules/alsa/alsa-mixer.c:2464 src/modules/alsa/alsa-mixer.c:2536
msgid "Headphones"
msgstr "Oorfone"
-#: src/modules/alsa/alsa-mixer.c:2796
+#: src/modules/alsa/alsa-mixer.c:2525
msgid "Analog Input"
msgstr "Analoë toevoer"
-#: src/modules/alsa/alsa-mixer.c:2800
+#: src/modules/alsa/alsa-mixer.c:2529
msgid "Dock Microphone"
msgstr "Dokmikrofoon"
-#: src/modules/alsa/alsa-mixer.c:2802
+#: src/modules/alsa/alsa-mixer.c:2531
msgid "Headset Microphone"
msgstr "Kopstukmikrofoon"
-#: src/modules/alsa/alsa-mixer.c:2806
+#: src/modules/alsa/alsa-mixer.c:2535
msgid "Analog Output"
msgstr "Analoë afvoer"
-#: src/modules/alsa/alsa-mixer.c:2808
-#, fuzzy
-msgid "Headphones 2"
-msgstr "Oorfone"
-
-#: src/modules/alsa/alsa-mixer.c:2809
+#: src/modules/alsa/alsa-mixer.c:2537
msgid "Headphones Mono Output"
msgstr "Oorfone, mono-afvoer"
-#: src/modules/alsa/alsa-mixer.c:2810
+#: src/modules/alsa/alsa-mixer.c:2538
+msgid "LFE on Separate Mono Output"
+msgstr ""
+
+#: src/modules/alsa/alsa-mixer.c:2539
msgid "Line Out"
msgstr "Lyn uit"
-#: src/modules/alsa/alsa-mixer.c:2811
+#: src/modules/alsa/alsa-mixer.c:2540
msgid "Analog Mono Output"
msgstr "Analoë mono-afvoer"
-#: src/modules/alsa/alsa-mixer.c:2812
+#: src/modules/alsa/alsa-mixer.c:2541
msgid "Speakers"
msgstr "Luidsprekers"
-#: src/modules/alsa/alsa-mixer.c:2813
+#: src/modules/alsa/alsa-mixer.c:2542
msgid "HDMI / DisplayPort"
msgstr "HDMI / DisplayPort"
-#: src/modules/alsa/alsa-mixer.c:2814
+#: src/modules/alsa/alsa-mixer.c:2543
msgid "Digital Output (S/PDIF)"
msgstr "Digitale afvoer (S/PDIF)"
-#: src/modules/alsa/alsa-mixer.c:2815
+#: src/modules/alsa/alsa-mixer.c:2544
msgid "Digital Input (S/PDIF)"
msgstr "Digitale toevoer (S/PDIF)"
-#: src/modules/alsa/alsa-mixer.c:2816
+#: src/modules/alsa/alsa-mixer.c:2545
+msgid "Digital Passthrough (S/PDIF)"
+msgstr "Digitale deurset (S/PDIF)"
+
+#: src/modules/alsa/alsa-mixer.c:2546
msgid "Multichannel Input"
msgstr "Multikanaaltoevoer"
-#: src/modules/alsa/alsa-mixer.c:2817
+#: src/modules/alsa/alsa-mixer.c:2547
msgid "Multichannel Output"
msgstr "Multikanaalafvoer"
-#: src/modules/alsa/alsa-mixer.c:2818
+#: src/modules/alsa/alsa-mixer.c:2548
msgid "Game Output"
msgstr "Speletjieafvoer"
-#: src/modules/alsa/alsa-mixer.c:2819 src/modules/alsa/alsa-mixer.c:2820
+#: src/modules/alsa/alsa-mixer.c:2549
msgid "Chat Output"
msgstr "Geselsafvoer"
-#: src/modules/alsa/alsa-mixer.c:2821
-#, fuzzy
-msgid "Chat Input"
-msgstr "Geselsafvoer"
-
-#: src/modules/alsa/alsa-mixer.c:2822
-#, fuzzy
-msgid "Virtual Surround 7.1"
-msgstr "Analoë omringklank 7.1"
-
-#: src/modules/alsa/alsa-mixer.c:4563
+#: src/modules/alsa/alsa-mixer.c:4063
msgid "Analog Mono"
msgstr "Analoë mono"
-#: src/modules/alsa/alsa-mixer.c:4564
-#, fuzzy
-msgid "Analog Mono (Left)"
-msgstr "Analoë mono"
-
-#: src/modules/alsa/alsa-mixer.c:4565
-#, fuzzy
-msgid "Analog Mono (Right)"
-msgstr "Analoë mono"
-
#. Note: Not translated to "Analog Stereo Input", because the source
#. * name gets "Input" appended to it automatically, so adding "Input"
#. * here would lead to the source name to become "Analog Stereo Input
#. * Input". The same logic applies to analog-stereo-output,
#. * multichannel-input and multichannel-output.
-#: src/modules/alsa/alsa-mixer.c:4566 src/modules/alsa/alsa-mixer.c:4574
-#: src/modules/alsa/alsa-mixer.c:4575
+#: src/modules/alsa/alsa-mixer.c:4064 src/modules/alsa/alsa-mixer.c:4072
+#: src/modules/alsa/alsa-mixer.c:4073
msgid "Analog Stereo"
msgstr "Analoë stereo"
-#: src/modules/alsa/alsa-mixer.c:4567 src/pulse/channelmap.c:103
-#: src/pulse/channelmap.c:770
+#: src/modules/alsa/alsa-mixer.c:4065 src/pulse/channelmap.c:103
+#: src/pulse/channelmap.c:771
msgid "Mono"
msgstr "Mono"
-#: src/modules/alsa/alsa-mixer.c:4568 src/pulse/channelmap.c:774
+#: src/modules/alsa/alsa-mixer.c:4066 src/pulse/channelmap.c:775
msgid "Stereo"
msgstr "Stereo"
-#: src/modules/alsa/alsa-mixer.c:4576 src/modules/alsa/alsa-mixer.c:4734
-#: src/modules/bluetooth/module-bluez5-device.c:1944 src/utils/pactl.c:337
-msgid "Headset"
-msgstr "Kopstuk"
-
-#: src/modules/alsa/alsa-mixer.c:4577 src/modules/alsa/alsa-mixer.c:4735
-#, fuzzy
-msgid "Speakerphone"
-msgstr "Luidspreker"
-
-#: src/modules/alsa/alsa-mixer.c:4578 src/modules/alsa/alsa-mixer.c:4579
+#: src/modules/alsa/alsa-mixer.c:4074 src/modules/alsa/alsa-mixer.c:4075
msgid "Multichannel"
msgstr "Multikanaal"
-#: src/modules/alsa/alsa-mixer.c:4580
+#: src/modules/alsa/alsa-mixer.c:4076
msgid "Analog Surround 2.1"
msgstr "Analoë omringklank 2.1"
-#: src/modules/alsa/alsa-mixer.c:4581
+#: src/modules/alsa/alsa-mixer.c:4077
msgid "Analog Surround 3.0"
msgstr "Analoë omringklank 3.0"
-#: src/modules/alsa/alsa-mixer.c:4582
+#: src/modules/alsa/alsa-mixer.c:4078
msgid "Analog Surround 3.1"
msgstr "Analoë omringklank 3.1"
-#: src/modules/alsa/alsa-mixer.c:4583
+#: src/modules/alsa/alsa-mixer.c:4079
msgid "Analog Surround 4.0"
msgstr "Analoë omringklank 4.0"
-#: src/modules/alsa/alsa-mixer.c:4584
+#: src/modules/alsa/alsa-mixer.c:4080
msgid "Analog Surround 4.1"
msgstr "Analoë omringklank 4.1"
-#: src/modules/alsa/alsa-mixer.c:4585
+#: src/modules/alsa/alsa-mixer.c:4081
msgid "Analog Surround 5.0"
msgstr "Analoë omringklank 5.0"
-#: src/modules/alsa/alsa-mixer.c:4586
+#: src/modules/alsa/alsa-mixer.c:4082
msgid "Analog Surround 5.1"
msgstr "Analoë omringklank 5.1"
-#: src/modules/alsa/alsa-mixer.c:4587
+#: src/modules/alsa/alsa-mixer.c:4083
msgid "Analog Surround 6.0"
msgstr "Analoë omringklank 6.0"
-#: src/modules/alsa/alsa-mixer.c:4588
+#: src/modules/alsa/alsa-mixer.c:4084
msgid "Analog Surround 6.1"
msgstr "Analoë omringklank 6.1"
-#: src/modules/alsa/alsa-mixer.c:4589
+#: src/modules/alsa/alsa-mixer.c:4085
msgid "Analog Surround 7.0"
msgstr "Analoë omringklank 7.0"
-#: src/modules/alsa/alsa-mixer.c:4590
+#: src/modules/alsa/alsa-mixer.c:4086
msgid "Analog Surround 7.1"
msgstr "Analoë omringklank 7.1"
-#: src/modules/alsa/alsa-mixer.c:4591
+#: src/modules/alsa/alsa-mixer.c:4087
msgid "Digital Stereo (IEC958)"
msgstr "Digitale stereo (IEC958)"
-#: src/modules/alsa/alsa-mixer.c:4592
+#: src/modules/alsa/alsa-mixer.c:4088
+msgid "Digital Passthrough (IEC958)"
+msgstr "Digitale deurset (IEC958)"
+
+#: src/modules/alsa/alsa-mixer.c:4089
msgid "Digital Surround 4.0 (IEC958/AC3)"
msgstr "Digitale omringklank 4.0 (IEC958/AC3)"
-#: src/modules/alsa/alsa-mixer.c:4593
+#: src/modules/alsa/alsa-mixer.c:4090
msgid "Digital Surround 5.1 (IEC958/AC3)"
msgstr "Digitale omringklank 5.1 (IEC958/AC3)"
-#: src/modules/alsa/alsa-mixer.c:4594
+#: src/modules/alsa/alsa-mixer.c:4091
msgid "Digital Surround 5.1 (IEC958/DTS)"
msgstr "Digitale omringklank 5.1 (IEC958/DTS)"
-#: src/modules/alsa/alsa-mixer.c:4595
+#: src/modules/alsa/alsa-mixer.c:4092
msgid "Digital Stereo (HDMI)"
msgstr "Digitale stereo (HDMI)"
-#: src/modules/alsa/alsa-mixer.c:4596
+#: src/modules/alsa/alsa-mixer.c:4093
msgid "Digital Surround 5.1 (HDMI)"
msgstr "Digitale omringklank 5.1 (HDMI)"
-#: src/modules/alsa/alsa-mixer.c:4597
-msgid "Chat"
-msgstr ""
-
-#: src/modules/alsa/alsa-mixer.c:4598
-msgid "Game"
-msgstr ""
-
-#: src/modules/alsa/alsa-mixer.c:4732
+#: src/modules/alsa/alsa-mixer.c:4226
msgid "Analog Mono Duplex"
msgstr "Analoë monodupleks"
-#: src/modules/alsa/alsa-mixer.c:4733
+#: src/modules/alsa/alsa-mixer.c:4227
msgid "Analog Stereo Duplex"
msgstr "Analoë stereodupleks"
-#: src/modules/alsa/alsa-mixer.c:4736
+#: src/modules/alsa/alsa-mixer.c:4228
msgid "Digital Stereo Duplex (IEC958)"
msgstr "Digitale stereodupleks (IEC958)"
-#: src/modules/alsa/alsa-mixer.c:4737
+#: src/modules/alsa/alsa-mixer.c:4229
msgid "Multichannel Duplex"
msgstr "Multikanaaldupleks"
-#: src/modules/alsa/alsa-mixer.c:4738
+#: src/modules/alsa/alsa-mixer.c:4230
msgid "Stereo Duplex"
msgstr "Stereodupleks"
-#: src/modules/alsa/alsa-mixer.c:4739
-msgid "Mono Chat + 7.1 Surround"
-msgstr ""
-
-#: src/modules/alsa/alsa-mixer.c:4740 src/modules/alsa/module-alsa-card.c:197
-#: src/modules/bluetooth/module-bluez5-device.c:2263
+#: src/modules/alsa/alsa-mixer.c:4231 src/modules/alsa/module-alsa-card.c:187
+#: src/modules/bluetooth/module-bluez5-device.c:2159
msgid "Off"
msgstr "Af"
-#: src/modules/alsa/alsa-mixer.c:4840
+#: src/modules/alsa/alsa-mixer.c:4330
#, c-format
msgid "%s Output"
msgstr "%s-afvoer"
-#: src/modules/alsa/alsa-mixer.c:4848
+#: src/modules/alsa/alsa-mixer.c:4338
#, c-format
msgid "%s Input"
msgstr "%s-toevoer"
-#: src/modules/alsa/alsa-sink.c:672 src/modules/alsa/alsa-sink.c:862
+#: src/modules/alsa/alsa-sink.c:587
#, c-format
msgid ""
"ALSA woke us up to write new data to the device, but there was actually "
@@ -816,7 +771,18 @@ msgid ""
"returned 0 or another value < min_avail."
msgstr ""
-#: src/modules/alsa/alsa-source.c:636 src/modules/alsa/alsa-source.c:802
+#: src/modules/alsa/alsa-sink.c:771
+#, c-format
+msgid ""
+"ALSA woke us up to write new data to the device, but there was actually "
+"nothing to write!\n"
+"Most likely this is a bug in the ALSA driver '%s'. Please report this issue "
+"to the ALSA developers.\n"
+"We were woken up with POLLOUT set -- however a subsequent snd_pcm_avail() "
+"returned 0 or another value < min_avail."
+msgstr ""
+
+#: src/modules/alsa/alsa-source.c:543
#, c-format
msgid ""
"ALSA woke us up to read new data from the device, but there was actually "
@@ -827,7 +793,18 @@ msgid ""
"returned 0 or another value < min_avail."
msgstr ""
-#: src/modules/alsa/alsa-util.c:1183 src/modules/alsa/alsa-util.c:1277
+#: src/modules/alsa/alsa-source.c:694
+#, c-format
+msgid ""
+"ALSA woke us up to read new data from the device, but there was actually "
+"nothing to read!\n"
+"Most likely this is a bug in the ALSA driver '%s'. Please report this issue "
+"to the ALSA developers.\n"
+"We were woken up with POLLIN set -- however a subsequent snd_pcm_avail() "
+"returned 0 or another value < min_avail."
+msgstr ""
+
+#: src/modules/alsa/alsa-util.c:1168 src/modules/alsa/alsa-util.c:1262
#, c-format
msgid ""
"snd_pcm_avail() returned a value that is exceptionally large: %lu byte (%lu "
@@ -842,7 +819,7 @@ msgid_plural ""
msgstr[0] ""
msgstr[1] ""
-#: src/modules/alsa/alsa-util.c:1249
+#: src/modules/alsa/alsa-util.c:1234
#, c-format
msgid ""
"snd_pcm_delay() returned a value that is exceptionally large: %li byte (%s"
@@ -857,7 +834,7 @@ msgid_plural ""
msgstr[0] ""
msgstr[1] ""
-#: src/modules/alsa/alsa-util.c:1296
+#: src/modules/alsa/alsa-util.c:1281
#, c-format
msgid ""
"snd_pcm_avail_delay() returned strange values: delay %lu is less than avail "
@@ -866,7 +843,7 @@ msgid ""
"to the ALSA developers."
msgstr ""
-#: src/modules/alsa/alsa-util.c:1339
+#: src/modules/alsa/alsa-util.c:1324
#, c-format
msgid ""
"snd_pcm_mmap_begin() returned a value that is exceptionally large: %lu byte "
@@ -881,67 +858,61 @@ msgid_plural ""
msgstr[0] ""
msgstr[1] ""
-#: src/modules/bluetooth/module-bluez5-device.c:1937
-#: src/modules/bluetooth/module-bluez5-device.c:1963
-#: src/modules/bluetooth/module-bluez5-device.c:1970
+#: src/modules/bluetooth/module-bluez5-device.c:1888
+#: src/modules/bluetooth/module-bluez5-device.c:1910
+#: src/modules/bluetooth/module-bluez5-device.c:1916
+#: src/modules/bluetooth/module-bluez5-device.c:1942
msgid "Bluetooth Input"
msgstr "Bluetooth-toevoer"
-#: src/modules/bluetooth/module-bluez5-device.c:1938
-#: src/modules/bluetooth/module-bluez5-device.c:1957
+#: src/modules/bluetooth/module-bluez5-device.c:1889
+#: src/modules/bluetooth/module-bluez5-device.c:1905
+#: src/modules/bluetooth/module-bluez5-device.c:1943
msgid "Bluetooth Output"
msgstr "Bluetooth-afvoer"
-#: src/modules/bluetooth/module-bluez5-device.c:1950 src/utils/pactl.c:348
+#: src/modules/bluetooth/module-bluez5-device.c:1894
+msgid "Headset"
+msgstr "Kopstuk"
+
+#: src/modules/bluetooth/module-bluez5-device.c:1899
msgid "Handsfree"
msgstr ""
-#: src/modules/bluetooth/module-bluez5-device.c:1971
+#: src/modules/bluetooth/module-bluez5-device.c:1917
msgid "Headphone"
msgstr "Oorfone"
-#: src/modules/bluetooth/module-bluez5-device.c:1977 src/utils/pactl.c:347
+#: src/modules/bluetooth/module-bluez5-device.c:1922
msgid "Portable"
msgstr "Draagbaar"
-#: src/modules/bluetooth/module-bluez5-device.c:1983 src/utils/pactl.c:349
+#: src/modules/bluetooth/module-bluez5-device.c:1927
msgid "Car"
msgstr "Kar"
-#: src/modules/bluetooth/module-bluez5-device.c:1989 src/utils/pactl.c:350
+#: src/modules/bluetooth/module-bluez5-device.c:1932
msgid "HiFi"
msgstr "Hoëtroustel"
-#: src/modules/bluetooth/module-bluez5-device.c:1995 src/utils/pactl.c:351
+#: src/modules/bluetooth/module-bluez5-device.c:1937
msgid "Phone"
msgstr "Foon"
-#: src/modules/bluetooth/module-bluez5-device.c:2042
+#: src/modules/bluetooth/module-bluez5-device.c:1984
msgid "High Fidelity Playback (A2DP Sink)"
msgstr "Hoëtrouspel (A2DP-teiken)"
-#: src/modules/bluetooth/module-bluez5-device.c:2054
+#: src/modules/bluetooth/module-bluez5-device.c:1996
msgid "High Fidelity Capture (A2DP Source)"
msgstr "Hoëtrou-opname (A2DP-bron)"
-#: src/modules/bluetooth/module-bluez5-device.c:2066
-#, fuzzy
-msgid "Headset Head Unit (HSP)"
+#: src/modules/bluetooth/module-bluez5-device.c:2008
+msgid "Headset Head Unit (HSP/HFP)"
msgstr "Kopstuk se kopeenheid (HSP/HFP)"
-#: src/modules/bluetooth/module-bluez5-device.c:2079
-#, fuzzy
-msgid "Headset Audio Gateway (HSP)"
-msgstr "Kopstuk se oudiodeurgang (HSP/HFP)"
-
-#: src/modules/bluetooth/module-bluez5-device.c:2092
-#, fuzzy
-msgid "Handsfree Head Unit (HFP)"
-msgstr "Kopstuk se kopeenheid (HSP/HFP)"
-
-#: src/modules/bluetooth/module-bluez5-device.c:2105
-#, fuzzy
-msgid "Handsfree Audio Gateway (HFP)"
+#: src/modules/bluetooth/module-bluez5-device.c:2021
+msgid "Headset Audio Gateway (HSP/HFP)"
msgstr "Kopstuk se oudiodeurgang (HSP/HFP)"
#: src/modules/echo-cancel/module-echo-cancel.c:59
@@ -959,7 +930,7 @@ msgid ""
msgstr ""
#. add on profile
-#: src/modules/macosx/module-coreaudio-device.c:825
+#: src/modules/macosx/module-coreaudio-device.c:824
msgid "On"
msgstr "Aan"
@@ -988,8 +959,8 @@ msgid ""
"this module is being loaded automatically> use_volume_sharing= "
msgstr ""
-#: src/modules/module-equalizer-sink.c:1097
-#: src/modules/module-equalizer-sink.c:1220
+#: src/modules/module-equalizer-sink.c:1094
+#: src/modules/module-equalizer-sink.c:1217
#, c-format
msgid "FFT based equalizer on %s"
msgstr "FFT-gebaseerde effenaar op %s"
@@ -1019,11 +990,11 @@ msgstr ""
msgid "Clocked NULL sink"
msgstr ""
-#: src/modules/module-null-sink.c:356
+#: src/modules/module-null-sink.c:322
msgid "Null Output"
msgstr ""
-#: src/modules/module-null-sink.c:368 src/utils/pactl.c:2064
+#: src/modules/module-null-sink.c:334 src/utils/pactl.c:1058
#, c-format
msgid "Failed to set format: invalid format string %s"
msgstr ""
@@ -1046,30 +1017,29 @@ msgstr "Klank op @HOSTNAME@"
#. TODO: old tunnel put here the remote sink_name into stream name e.g. 'Null Output for lynxis@lazus'
#. TODO: old tunnel put here the remote source_name into stream name e.g. 'Null Output for lynxis@lazus'
-#: src/modules/module-tunnel-sink-new.c:370
-#: src/modules/module-tunnel-source-new.c:354
+#: src/modules/module-tunnel-sink-new.c:307
+#: src/modules/module-tunnel-source-new.c:305
#, c-format
msgid "Tunnel for %s@%s"
msgstr "Tonnel vir %s@%s"
-#: src/modules/module-tunnel-sink-new.c:715
-#: src/modules/module-tunnel-source-new.c:684
+#: src/modules/module-tunnel-sink-new.c:544
+#: src/modules/module-tunnel-source-new.c:540
#, c-format
msgid "Tunnel to %s/%s"
msgstr "Tonnel na %s/%s"
-#: src/modules/module-virtual-surround-sink.c:50
+#: src/modules/module-virtual-surround-sink.c:45
msgid "Virtual surround sink"
msgstr ""
-#: src/modules/module-virtual-surround-sink.c:54
+#: src/modules/module-virtual-surround-sink.c:49
msgid ""
"sink_name= sink_properties= "
"master= sink_master= "
"format= rate= channels= "
"channel_map= use_volume_sharing= "
-"force_flat_volume= hrir=/path/to/left_hrir.wav hrir_left=/path/to/"
-"left_hrir.wav hrir_right=/path/to/optional/right_hrir.wav autoloaded= hrir=/path/to/left_hrir.wav autoloaded= "
msgstr ""
@@ -1077,7 +1047,7 @@ msgstr ""
msgid "Unknown device model"
msgstr ""
-#: src/modules/raop/raop-sink.c:689
+#: src/modules/raop/raop-sink.c:507
msgid "RAOP standard profile"
msgstr ""
@@ -1285,56 +1255,55 @@ msgstr "Bo agter links"
msgid "Top Rear Right"
msgstr "Bo agter regs"
-#: src/pulse/channelmap.c:478 src/pulse/format.c:123 src/pulse/sample.c:177
+#: src/pulse/channelmap.c:479 src/pulse/format.c:123 src/pulse/sample.c:177
#: src/pulse/volume.c:306 src/pulse/volume.c:332 src/pulse/volume.c:352
#: src/pulse/volume.c:384 src/pulse/volume.c:424 src/pulse/volume.c:443
-#: src/utils/pactl.c:483 src/utils/pactl.c:504
msgid "(invalid)"
msgstr "(ongeldig)"
-#: src/pulse/channelmap.c:779
+#: src/pulse/channelmap.c:780
msgid "Surround 4.0"
msgstr "Omringklank 4.0"
-#: src/pulse/channelmap.c:785
+#: src/pulse/channelmap.c:786
msgid "Surround 4.1"
msgstr "Omringklank 4.1"
-#: src/pulse/channelmap.c:791
+#: src/pulse/channelmap.c:792
msgid "Surround 5.0"
msgstr "Omringklank 5.0"
-#: src/pulse/channelmap.c:797
+#: src/pulse/channelmap.c:798
msgid "Surround 5.1"
msgstr "Omringklank 5.1"
-#: src/pulse/channelmap.c:804
+#: src/pulse/channelmap.c:805
msgid "Surround 7.1"
msgstr "Omringklank 7.1"
-#: src/pulse/client-conf-x11.c:61 src/utils/pax11publish.c:97
+#: src/pulse/client-conf-x11.c:53 src/utils/pax11publish.c:97
msgid "xcb_connect() failed"
msgstr ""
-#: src/pulse/client-conf-x11.c:66 src/utils/pax11publish.c:102
+#: src/pulse/client-conf-x11.c:58 src/utils/pax11publish.c:102
msgid "xcb_connection_has_error() returned true"
msgstr ""
-#: src/pulse/client-conf-x11.c:102
+#: src/pulse/client-conf-x11.c:94
msgid "Failed to parse cookie data"
msgstr ""
-#: src/pulse/context.c:717
+#: src/pulse/context.c:705
#, c-format
msgid "fork(): %s"
msgstr ""
-#: src/pulse/context.c:772
+#: src/pulse/context.c:760
#, c-format
msgid "waitpid(): %s"
msgstr ""
-#: src/pulse/context.c:1488
+#: src/pulse/context.c:1466
#, c-format
msgid "Received message for unknown extension '%s'"
msgstr ""
@@ -1355,19 +1324,19 @@ msgstr "tweerigting"
msgid "invalid"
msgstr "ongeldig"
-#: src/pulsecore/core-util.c:1790
+#: src/pulsecore/core-util.c:1692
#, c-format
msgid ""
"XDG_RUNTIME_DIR (%s) is not owned by us (uid %d), but by uid %d! (This could "
-"e.g. happen if you try to connect to a non-root PulseAudio as a root user, "
+"e g happen if you try to connect to a non-root PulseAudio as a root user, "
"over the native protocol. Don't do that.)"
msgstr ""
-#: src/pulsecore/core-util.h:97
+#: src/pulsecore/core-util.h:96
msgid "yes"
msgstr "ja"
-#: src/pulsecore/core-util.h:97
+#: src/pulsecore/core-util.h:96
msgid "no"
msgstr "nee"
@@ -1390,11 +1359,11 @@ msgstr ""
msgid "Invalid log target."
msgstr ""
-#: src/pulsecore/sink.c:3609
+#: src/pulsecore/sink.c:3507
msgid "Built-in Audio"
msgstr "Ingeboude oudio"
-#: src/pulsecore/sink.c:3614
+#: src/pulsecore/sink.c:3512
msgid "Modem"
msgstr "Modem"
@@ -1669,7 +1638,7 @@ msgstr ""
msgid "pa_stream_connect_record() failed: %s"
msgstr ""
-#: src/utils/pacat.c:514 src/utils/pactl.c:2508
+#: src/utils/pacat.c:514 src/utils/pactl.c:1454
#, c-format
msgid "Connection failure: %s"
msgstr ""
@@ -1724,9 +1693,7 @@ msgid ""
" -s, --server=SERVER The name of the server to connect "
"to\n"
" -d, --device=DEVICE The name of the sink/source to "
-"connect to. The special names @DEFAULT_SINK@, @DEFAULT_SOURCE@ and "
-"@DEFAULT_MONITOR@ can be used to specify the default sink, source and "
-"monitor respectively.\n"
+"connect to\n"
" -n, --client-name=NAME How to call this client on the "
"server\n"
" --stream-name=NAME How to call this stream on the "
@@ -1735,10 +1702,11 @@ msgid ""
"in range 0...65536\n"
" --rate=SAMPLERATE The sample rate in Hz (defaults to "
"44100)\n"
-" --format=SAMPLEFORMAT The sample format, see\n"
-" https://www.freedesktop.org/wiki/"
-"Software/PulseAudio/Documentation/User/SupportedAudioFormats/\n"
-" for possible values (defaults to "
+" --format=SAMPLEFORMAT The sample type, one of s16le, "
+"s16be, u8, float32le,\n"
+" float32be, ulaw, alaw, s32le, s32be, "
+"s24le, s24be,\n"
+" s24-32le, s24-32be (defaults to "
"s16ne)\n"
" --channels=CHANNELS The number of channels, 1 for mono, "
"2 for stereo\n"
@@ -1805,7 +1773,7 @@ msgid ""
"Linked with libpulse %s\n"
msgstr ""
-#: src/utils/pacat.c:852 src/utils/pactl.c:2731
+#: src/utils/pacat.c:852 src/utils/pactl.c:1656
#, c-format
msgid "Invalid client name '%s'"
msgstr ""
@@ -1866,86 +1834,85 @@ msgstr ""
msgid "Failed to generate sample specification for file."
msgstr ""
-#: src/utils/pacat.c:1082
+#: src/utils/pacat.c:1070
msgid "Failed to open audio file."
msgstr ""
-#: src/utils/pacat.c:1088
+#: src/utils/pacat.c:1076
msgid ""
"Warning: specified sample specification will be overwritten with "
"specification from file."
msgstr ""
-#: src/utils/pacat.c:1091 src/utils/pactl.c:2806
+#: src/utils/pacat.c:1079 src/utils/pactl.c:1720
msgid "Failed to determine sample specification from file."
msgstr ""
-#: src/utils/pacat.c:1100
+#: src/utils/pacat.c:1088
msgid "Warning: Failed to determine channel map from file."
msgstr ""
-#: src/utils/pacat.c:1111
+#: src/utils/pacat.c:1099
msgid "Channel map doesn't match sample specification"
msgstr ""
-#: src/utils/pacat.c:1122
+#: src/utils/pacat.c:1110
msgid "Warning: failed to write channel map to file."
msgstr ""
-#: src/utils/pacat.c:1137
+#: src/utils/pacat.c:1125
#, c-format
msgid ""
"Opening a %s stream with sample specification '%s' and channel map '%s'."
msgstr ""
-#: src/utils/pacat.c:1138
+#: src/utils/pacat.c:1126
msgid "recording"
msgstr ""
-#: src/utils/pacat.c:1138
+#: src/utils/pacat.c:1126
msgid "playback"
msgstr ""
-#: src/utils/pacat.c:1162
+#: src/utils/pacat.c:1150
msgid "Failed to set media name."
msgstr ""
-#: src/utils/pacat.c:1172 src/utils/pactl.c:3218
+#: src/utils/pacat.c:1160 src/utils/pactl.c:2070
msgid "pa_mainloop_new() failed."
msgstr ""
-#: src/utils/pacat.c:1195
+#: src/utils/pacat.c:1183
msgid "io_new() failed."
msgstr ""
-#: src/utils/pacat.c:1202 src/utils/pactl.c:3230
+#: src/utils/pacat.c:1190 src/utils/pactl.c:2082
msgid "pa_context_new() failed."
msgstr ""
-#: src/utils/pacat.c:1210 src/utils/pactl.c:3236
+#: src/utils/pacat.c:1198 src/utils/pactl.c:2088
#, c-format
msgid "pa_context_connect() failed: %s"
msgstr ""
-#: src/utils/pacat.c:1216
+#: src/utils/pacat.c:1204
msgid "pa_context_rttime_new() failed."
msgstr ""
-#: src/utils/pacat.c:1223 src/utils/pactl.c:3241
+#: src/utils/pacat.c:1211 src/utils/pactl.c:2093
msgid "pa_mainloop_run() failed."
msgstr ""
-#: src/utils/pacmd.c:51 src/utils/pactl.c:2643
+#: src/utils/pacmd.c:51 src/utils/pactl.c:1578
msgid "NAME [ARGS ...]"
msgstr ""
-#: src/utils/pacmd.c:52 src/utils/pacmd.c:60 src/utils/pactl.c:2644
-#: src/utils/pactl.c:2651 src/utils/pactl.c:2652
+#: src/utils/pacmd.c:52 src/utils/pacmd.c:60 src/utils/pactl.c:1579
msgid "NAME|#N"
msgstr ""
-#: src/utils/pacmd.c:53 src/utils/pacmd.c:63 src/utils/pactl.c:2642
-#: src/utils/pactl.c:2649
+#: src/utils/pacmd.c:53 src/utils/pacmd.c:63 src/utils/pactl.c:1577
+#: src/utils/pactl.c:1583
msgid "NAME"
msgstr ""
@@ -1957,7 +1924,7 @@ msgstr ""
msgid "#N VOLUME"
msgstr ""
-#: src/utils/pacmd.c:56 src/utils/pacmd.c:70 src/utils/pactl.c:2646
+#: src/utils/pacmd.c:56 src/utils/pacmd.c:70 src/utils/pactl.c:1581
msgid "NAME|#N 1|0"
msgstr ""
@@ -1993,7 +1960,7 @@ msgstr ""
msgid "FILENAME SINK|#N"
msgstr ""
-#: src/utils/pacmd.c:69 src/utils/pactl.c:2645
+#: src/utils/pacmd.c:69 src/utils/pactl.c:1580
msgid "#N SINK|SOURCE"
msgstr ""
@@ -2001,15 +1968,15 @@ msgstr ""
msgid "1|0"
msgstr ""
-#: src/utils/pacmd.c:72 src/utils/pactl.c:2647
+#: src/utils/pacmd.c:72 src/utils/pactl.c:1582
msgid "CARD PROFILE"
msgstr ""
-#: src/utils/pacmd.c:73 src/utils/pactl.c:2650
+#: src/utils/pacmd.c:73 src/utils/pactl.c:1584
msgid "NAME|#N PORT"
msgstr ""
-#: src/utils/pacmd.c:74 src/utils/pactl.c:2658
+#: src/utils/pacmd.c:74 src/utils/pactl.c:1590
msgid "CARD-NAME|CARD-#N PORT OFFSET"
msgstr ""
@@ -2025,11 +1992,7 @@ msgstr ""
msgid "FRAMES"
msgstr ""
-#: src/utils/pacmd.c:80 src/utils/pactl.c:2659
-msgid "RECIPIENT MESSAGE [MESSAGE_PARAMETERS]"
-msgstr ""
-
-#: src/utils/pacmd.c:82
+#: src/utils/pacmd.c:81
#, c-format
msgid ""
"\n"
@@ -2038,7 +2001,7 @@ msgid ""
"When no command is given pacmd starts in the interactive mode.\n"
msgstr ""
-#: src/utils/pacmd.c:129
+#: src/utils/pacmd.c:128
#, c-format
msgid ""
"pacmd %s\n"
@@ -2046,56 +2009,56 @@ msgid ""
"Linked with libpulse %s\n"
msgstr ""
-#: src/utils/pacmd.c:143
+#: src/utils/pacmd.c:142
msgid "No PulseAudio daemon running, or not running as session daemon."
msgstr ""
-#: src/utils/pacmd.c:148
+#: src/utils/pacmd.c:147
#, c-format
msgid "socket(PF_UNIX, SOCK_STREAM, 0): %s"
msgstr ""
-#: src/utils/pacmd.c:165
+#: src/utils/pacmd.c:164
#, c-format
msgid "connect(): %s"
msgstr ""
-#: src/utils/pacmd.c:173
+#: src/utils/pacmd.c:172
msgid "Failed to kill PulseAudio daemon."
msgstr ""
-#: src/utils/pacmd.c:181
+#: src/utils/pacmd.c:180
msgid "Daemon not responding."
msgstr ""
-#: src/utils/pacmd.c:213 src/utils/pacmd.c:322 src/utils/pacmd.c:340
+#: src/utils/pacmd.c:212 src/utils/pacmd.c:321 src/utils/pacmd.c:339
#, c-format
msgid "write(): %s"
msgstr ""
-#: src/utils/pacmd.c:269
+#: src/utils/pacmd.c:268
#, c-format
msgid "poll(): %s"
msgstr ""
-#: src/utils/pacmd.c:280 src/utils/pacmd.c:300
+#: src/utils/pacmd.c:279 src/utils/pacmd.c:299
#, c-format
msgid "read(): %s"
msgstr ""
-#: src/utils/pactl.c:183
+#: src/utils/pactl.c:164
#, c-format
msgid "Failed to get statistics: %s"
msgstr ""
-#: src/utils/pactl.c:199
+#: src/utils/pactl.c:170
#, c-format
msgid "Currently in use: %u block containing %s bytes total.\n"
msgid_plural "Currently in use: %u blocks containing %s bytes total.\n"
msgstr[0] ""
msgstr[1] ""
-#: src/utils/pactl.c:205
+#: src/utils/pactl.c:176
#, c-format
msgid "Allocated during whole lifetime: %u block containing %s bytes total.\n"
msgid_plural ""
@@ -2103,22 +2066,17 @@ msgid_plural ""
msgstr[0] ""
msgstr[1] ""
-#: src/utils/pactl.c:211
+#: src/utils/pactl.c:182
#, c-format
msgid "Sample cache size: %s\n"
msgstr ""
-#: src/utils/pactl.c:219 src/utils/pactl.c:231 src/utils/pactl.c:245
+#: src/utils/pactl.c:191
#, c-format
msgid "Failed to get server information: %s"
msgstr ""
-#: src/utils/pactl.c:224 src/utils/pactl.c:236
-#, c-format
-msgid "%s\n"
-msgstr ""
-
-#: src/utils/pactl.c:281
+#: src/utils/pactl.c:196
#, c-format
msgid ""
"Server String: %s\n"
@@ -2129,7 +2087,7 @@ msgid ""
"Tile Size: %zu\n"
msgstr ""
-#: src/utils/pactl.c:294
+#: src/utils/pactl.c:212
#, c-format
msgid ""
"User Name: %s\n"
@@ -2143,82 +2101,12 @@ msgid ""
"Cookie: %04x:%04x\n"
msgstr ""
-#: src/utils/pactl.c:320
-msgid "availability unknown"
-msgstr ""
-
-#: src/utils/pactl.c:321
-msgid "available"
-msgstr ""
-
-#: src/utils/pactl.c:322
-msgid "not available"
-msgstr ""
-
-#: src/utils/pactl.c:331 src/utils/pactl.c:355
-#, fuzzy
-msgid "Unknown"
-msgstr "Onbekende bevel"
-
-#: src/utils/pactl.c:332
-msgid "Aux"
-msgstr ""
-
-#: src/utils/pactl.c:335
-#, fuzzy
-msgid "Line"
-msgstr "Lyn in"
-
-#: src/utils/pactl.c:336
-msgid "Mic"
-msgstr ""
-
-#: src/utils/pactl.c:338
-#, fuzzy
-msgid "Handset"
-msgstr "Kopstuk"
-
-#: src/utils/pactl.c:339
-msgid "Earpiece"
-msgstr ""
-
-#: src/utils/pactl.c:340
-msgid "SPDIF"
-msgstr ""
-
-#: src/utils/pactl.c:341
-msgid "HDMI"
-msgstr ""
-
-#: src/utils/pactl.c:342
-msgid "TV"
-msgstr ""
-
-#: src/utils/pactl.c:345
-msgid "USB"
-msgstr ""
-
-#: src/utils/pactl.c:346
-#, fuzzy
-msgid "Bluetooth"
-msgstr "Bluetooth-toevoer"
-
-#: src/utils/pactl.c:352
-msgid "Network"
-msgstr ""
-
-#: src/utils/pactl.c:353
-#, fuzzy
-msgid "Analog"
-msgstr "Analoë mono"
-
-#: src/utils/pactl.c:567 src/utils/pactl.c:1834 src/utils/pactl.c:1852
-#: src/utils/pactl.c:1875 src/utils/pactl.c:1992
+#: src/utils/pactl.c:261 src/utils/pactl.c:908 src/utils/pactl.c:986
#, c-format
msgid "Failed to get sink information: %s"
msgstr ""
-#: src/utils/pactl.c:664
+#: src/utils/pactl.c:287
#, c-format
msgid ""
"Sink #%u\n"
@@ -2240,37 +2128,27 @@ msgid ""
"\t\t%s\n"
msgstr ""
-#: src/utils/pactl.c:706 src/utils/pactl.c:890 src/utils/pactl.c:1251
+#: src/utils/pactl.c:331 src/utils/pactl.c:437 src/utils/pactl.c:598
#, c-format
msgid "\tPorts:\n"
msgstr ""
-#: src/utils/pactl.c:708 src/utils/pactl.c:892
-#, c-format
-msgid "\t\t%s: %s (type: %s, priority: %u%s%s, %s)\n"
-msgstr ""
-
-#: src/utils/pactl.c:710 src/utils/pactl.c:894 src/utils/pactl.c:1256
-msgid ", availability group: "
-msgstr ""
-
-#: src/utils/pactl.c:715 src/utils/pactl.c:899
+#: src/utils/pactl.c:338 src/utils/pactl.c:444
#, c-format
msgid "\tActive Port: %s\n"
msgstr ""
-#: src/utils/pactl.c:721 src/utils/pactl.c:905
+#: src/utils/pactl.c:344 src/utils/pactl.c:450
#, c-format
msgid "\tFormats:\n"
msgstr ""
-#: src/utils/pactl.c:753 src/utils/pactl.c:1893 src/utils/pactl.c:1911
-#: src/utils/pactl.c:1934 src/utils/pactl.c:2007
+#: src/utils/pactl.c:368 src/utils/pactl.c:928 src/utils/pactl.c:1001
#, c-format
msgid "Failed to get source information: %s"
msgstr ""
-#: src/utils/pactl.c:849
+#: src/utils/pactl.c:394
#, c-format
msgid ""
"Source #%u\n"
@@ -2292,20 +2170,20 @@ msgid ""
"\t\t%s\n"
msgstr ""
-#: src/utils/pactl.c:877 src/utils/pactl.c:962 src/utils/pactl.c:1062
-#: src/utils/pactl.c:1232 src/utils/pactl.c:1384 src/utils/pactl.c:1385
-#: src/utils/pactl.c:1396 src/utils/pactl.c:1507 src/utils/pactl.c:1508
-#: src/utils/pactl.c:1519 src/utils/pactl.c:1557 src/utils/pactl.c:1582
-#: src/utils/pactl.c:1624
+#: src/utils/pactl.c:422 src/utils/pactl.c:492 src/utils/pactl.c:535
+#: src/utils/pactl.c:577 src/utils/pactl.c:675 src/utils/pactl.c:676
+#: src/utils/pactl.c:687 src/utils/pactl.c:745 src/utils/pactl.c:746
+#: src/utils/pactl.c:757 src/utils/pactl.c:808 src/utils/pactl.c:809
+#: src/utils/pactl.c:815
msgid "n/a"
msgstr ""
-#: src/utils/pactl.c:924 src/utils/pactl.c:1793
+#: src/utils/pactl.c:461 src/utils/pactl.c:865
#, c-format
msgid "Failed to get module information: %s"
msgstr ""
-#: src/utils/pactl.c:976
+#: src/utils/pactl.c:484
#, c-format
msgid ""
"Module #%u\n"
@@ -2316,12 +2194,12 @@ msgid ""
"\t\t%s\n"
msgstr ""
-#: src/utils/pactl.c:1002
+#: src/utils/pactl.c:503
#, c-format
msgid "Failed to get client information: %s"
msgstr ""
-#: src/utils/pactl.c:1056
+#: src/utils/pactl.c:529
#, c-format
msgid ""
"Client #%u\n"
@@ -2331,12 +2209,12 @@ msgid ""
"\t\t%s\n"
msgstr ""
-#: src/utils/pactl.c:1168
+#: src/utils/pactl.c:546
#, c-format
msgid "Failed to get card information: %s"
msgstr ""
-#: src/utils/pactl.c:1224
+#: src/utils/pactl.c:569
#, c-format
msgid ""
"Card #%u\n"
@@ -2347,45 +2225,39 @@ msgid ""
"\t\t%s\n"
msgstr ""
-#: src/utils/pactl.c:1238
+#: src/utils/pactl.c:585
#, c-format
msgid "\tProfiles:\n"
msgstr ""
-#: src/utils/pactl.c:1240
+#: src/utils/pactl.c:587
#, c-format
msgid "\t\t%s: %s (sinks: %u, sources: %u, priority: %u, available: %s)\n"
msgstr ""
-#: src/utils/pactl.c:1245
+#: src/utils/pactl.c:592
#, c-format
msgid "\tActive Profile: %s\n"
msgstr ""
-#: src/utils/pactl.c:1254
-#, c-format
-msgid ""
-"\t\t%s: %s (type: %s, priority: %u, latency offset: % usec%s%s, %s)\n"
-msgstr ""
-
-#: src/utils/pactl.c:1261
+#: src/utils/pactl.c:606
#, c-format
msgid ""
"\t\t\tProperties:\n"
"\t\t\t\t%s\n"
msgstr ""
-#: src/utils/pactl.c:1265
+#: src/utils/pactl.c:611
#, c-format
msgid "\t\t\tPart of profile(s): %s"
msgstr ""
-#: src/utils/pactl.c:1290 src/utils/pactl.c:1954 src/utils/pactl.c:2022
+#: src/utils/pactl.c:628 src/utils/pactl.c:948 src/utils/pactl.c:1016
#, c-format
msgid "Failed to get sink input information: %s"
msgstr ""
-#: src/utils/pactl.c:1366
+#: src/utils/pactl.c:657
#, c-format
msgid ""
"Sink Input #%u\n"
@@ -2407,12 +2279,12 @@ msgid ""
"\t\t%s\n"
msgstr ""
-#: src/utils/pactl.c:1413 src/utils/pactl.c:1974 src/utils/pactl.c:2037
+#: src/utils/pactl.c:698 src/utils/pactl.c:968 src/utils/pactl.c:1031
#, c-format
msgid "Failed to get source output information: %s"
msgstr ""
-#: src/utils/pactl.c:1489
+#: src/utils/pactl.c:727
#, c-format
msgid ""
"Source Output #%u\n"
@@ -2434,12 +2306,12 @@ msgid ""
"\t\t%s\n"
msgstr ""
-#: src/utils/pactl.c:1536
+#: src/utils/pactl.c:768
#, c-format
msgid "Failed to get sample information: %s"
msgstr ""
-#: src/utils/pactl.c:1604
+#: src/utils/pactl.c:795
#, c-format
msgid ""
"Sample #%u\n"
@@ -2456,181 +2328,156 @@ msgid ""
"\t\t%s\n"
msgstr ""
-#: src/utils/pactl.c:1633 src/utils/pactl.c:1643
+#: src/utils/pactl.c:823 src/utils/pactl.c:833
#, c-format
msgid "Failure: %s"
msgstr ""
-#: src/utils/pactl.c:1667
-#, c-format
-msgid "Send message failed: %s"
-msgstr ""
-
-#: src/utils/pactl.c:1695
-#, c-format
-msgid "list-handlers message failed: %s"
-msgstr ""
-
-#: src/utils/pactl.c:1711 src/utils/pactl.c:1760
-msgid "list-handlers message response could not be parsed correctly"
-msgstr ""
-
-#: src/utils/pactl.c:1718
-msgid "list-handlers message response is not a JSON array"
-msgstr ""
-
-#: src/utils/pactl.c:1729
-#, c-format
-msgid "list-handlers message response array element %d is not a JSON object"
-msgstr ""
-
-#: src/utils/pactl.c:1800
+#: src/utils/pactl.c:872
#, c-format
msgid "Failed to unload module: Module %s not loaded"
msgstr ""
-#: src/utils/pactl.c:1818
+#: src/utils/pactl.c:890
#, c-format
msgid ""
"Failed to set volume: You tried to set volumes for %d channel, whereas "
-"channel(s) supported = %d\n"
+"channel/s supported = %d\n"
msgid_plural ""
"Failed to set volume: You tried to set volumes for %d channels, whereas "
-"channel(s) supported = %d\n"
+"channel/s supported = %d\n"
msgstr[0] ""
msgstr[1] ""
-#: src/utils/pactl.c:2107
+#: src/utils/pactl.c:1101
#, c-format
msgid "Failed to upload sample: %s"
msgstr ""
-#: src/utils/pactl.c:2124
+#: src/utils/pactl.c:1118
msgid "Premature end of file"
msgstr ""
-#: src/utils/pactl.c:2144
+#: src/utils/pactl.c:1138
msgid "new"
msgstr ""
-#: src/utils/pactl.c:2147
+#: src/utils/pactl.c:1141
msgid "change"
msgstr ""
-#: src/utils/pactl.c:2150
+#: src/utils/pactl.c:1144
msgid "remove"
msgstr ""
-#: src/utils/pactl.c:2153 src/utils/pactl.c:2188
+#: src/utils/pactl.c:1147 src/utils/pactl.c:1182
msgid "unknown"
msgstr ""
-#: src/utils/pactl.c:2161
+#: src/utils/pactl.c:1155
msgid "sink"
msgstr ""
-#: src/utils/pactl.c:2164
+#: src/utils/pactl.c:1158
msgid "source"
msgstr ""
-#: src/utils/pactl.c:2167
+#: src/utils/pactl.c:1161
msgid "sink-input"
msgstr ""
-#: src/utils/pactl.c:2170
+#: src/utils/pactl.c:1164
msgid "source-output"
msgstr ""
-#: src/utils/pactl.c:2173
+#: src/utils/pactl.c:1167
msgid "module"
msgstr ""
-#: src/utils/pactl.c:2176
+#: src/utils/pactl.c:1170
msgid "client"
msgstr ""
-#: src/utils/pactl.c:2179
+#: src/utils/pactl.c:1173
msgid "sample-cache"
msgstr ""
-#: src/utils/pactl.c:2182
+#: src/utils/pactl.c:1176
msgid "server"
msgstr ""
-#: src/utils/pactl.c:2185
+#: src/utils/pactl.c:1179
msgid "card"
msgstr ""
-#: src/utils/pactl.c:2206
+#: src/utils/pactl.c:1188
#, c-format
msgid "Event '%s' on %s #%u\n"
msgstr ""
-#: src/utils/pactl.c:2514
+#: src/utils/pactl.c:1460
msgid "Got SIGINT, exiting."
msgstr ""
-#: src/utils/pactl.c:2547
+#: src/utils/pactl.c:1493
msgid "Invalid volume specification"
msgstr ""
-#: src/utils/pactl.c:2581
+#: src/utils/pactl.c:1516
msgid "Volume outside permissible range.\n"
msgstr ""
-#: src/utils/pactl.c:2594
+#: src/utils/pactl.c:1529
msgid "Invalid number of volume specifications.\n"
msgstr ""
-#: src/utils/pactl.c:2606
+#: src/utils/pactl.c:1541
msgid "Inconsistent volume specification.\n"
msgstr ""
-#: src/utils/pactl.c:2636 src/utils/pactl.c:2637 src/utils/pactl.c:2638
-#: src/utils/pactl.c:2639 src/utils/pactl.c:2640 src/utils/pactl.c:2641
-#: src/utils/pactl.c:2642 src/utils/pactl.c:2643 src/utils/pactl.c:2644
-#: src/utils/pactl.c:2645 src/utils/pactl.c:2646 src/utils/pactl.c:2647
-#: src/utils/pactl.c:2648 src/utils/pactl.c:2649 src/utils/pactl.c:2650
-#: src/utils/pactl.c:2651 src/utils/pactl.c:2652 src/utils/pactl.c:2653
-#: src/utils/pactl.c:2654 src/utils/pactl.c:2655 src/utils/pactl.c:2656
-#: src/utils/pactl.c:2657 src/utils/pactl.c:2658 src/utils/pactl.c:2659
-#: src/utils/pactl.c:2660
+#: src/utils/pactl.c:1571 src/utils/pactl.c:1572 src/utils/pactl.c:1573
+#: src/utils/pactl.c:1574 src/utils/pactl.c:1575 src/utils/pactl.c:1576
+#: src/utils/pactl.c:1577 src/utils/pactl.c:1578 src/utils/pactl.c:1579
+#: src/utils/pactl.c:1580 src/utils/pactl.c:1581 src/utils/pactl.c:1582
+#: src/utils/pactl.c:1583 src/utils/pactl.c:1584 src/utils/pactl.c:1585
+#: src/utils/pactl.c:1586 src/utils/pactl.c:1587 src/utils/pactl.c:1588
+#: src/utils/pactl.c:1589 src/utils/pactl.c:1590 src/utils/pactl.c:1591
msgid "[options]"
msgstr ""
-#: src/utils/pactl.c:2638
+#: src/utils/pactl.c:1573
msgid "[TYPE]"
msgstr ""
-#: src/utils/pactl.c:2640
+#: src/utils/pactl.c:1575
msgid "FILENAME [NAME]"
msgstr ""
-#: src/utils/pactl.c:2641
+#: src/utils/pactl.c:1576
msgid "NAME [SINK]"
msgstr ""
-#: src/utils/pactl.c:2653
+#: src/utils/pactl.c:1585
msgid "NAME|#N VOLUME [VOLUME ...]"
msgstr ""
-#: src/utils/pactl.c:2654
+#: src/utils/pactl.c:1586
msgid "#N VOLUME [VOLUME ...]"
msgstr ""
-#: src/utils/pactl.c:2655
+#: src/utils/pactl.c:1587
msgid "NAME|#N 1|0|toggle"
msgstr ""
-#: src/utils/pactl.c:2656
+#: src/utils/pactl.c:1588
msgid "#N 1|0|toggle"
msgstr ""
-#: src/utils/pactl.c:2657
+#: src/utils/pactl.c:1589
msgid "#N FORMATS"
msgstr ""
-#: src/utils/pactl.c:2661
+#: src/utils/pactl.c:1592
#, c-format
msgid ""
"\n"
@@ -2638,22 +2485,20 @@ msgid ""
"can be used to specify the default sink, source and monitor.\n"
msgstr ""
-#: src/utils/pactl.c:2664
+#: src/utils/pactl.c:1595
#, c-format
msgid ""
"\n"
" -h, --help Show this help\n"
" --version Show version\n"
"\n"
-" -f, --format=FORMAT The format of the output. Either "
-"\"normal\" or \"json\"\n"
" -s, --server=SERVER The name of the server to connect "
"to\n"
" -n, --client-name=NAME How to call this client on the "
"server\n"
msgstr ""
-#: src/utils/pactl.c:2707
+#: src/utils/pactl.c:1636
#, c-format
msgid ""
"pactl %s\n"
@@ -2661,178 +2506,155 @@ msgid ""
"Linked with libpulse %s\n"
msgstr ""
-#: src/utils/pactl.c:2751
-#, c-format
-msgid "Invalid format value '%s'"
-msgstr ""
-
-#: src/utils/pactl.c:2778
+#: src/utils/pactl.c:1692
#, c-format
msgid "Specify nothing, or one of: %s"
msgstr ""
-#: src/utils/pactl.c:2788
+#: src/utils/pactl.c:1702
msgid "Please specify a sample file to load"
msgstr ""
-#: src/utils/pactl.c:2801
+#: src/utils/pactl.c:1715
msgid "Failed to open sound file."
msgstr ""
-#: src/utils/pactl.c:2813
+#: src/utils/pactl.c:1727
msgid "Warning: Failed to determine sample specification from file."
msgstr ""
-#: src/utils/pactl.c:2823
+#: src/utils/pactl.c:1737
msgid "You have to specify a sample name to play"
msgstr ""
-#: src/utils/pactl.c:2835
+#: src/utils/pactl.c:1749
msgid "You have to specify a sample name to remove"
msgstr ""
-#: src/utils/pactl.c:2844
+#: src/utils/pactl.c:1758
msgid "You have to specify a sink input index and a sink"
msgstr ""
-#: src/utils/pactl.c:2854
+#: src/utils/pactl.c:1768
msgid "You have to specify a source output index and a source"
msgstr ""
-#: src/utils/pactl.c:2869
+#: src/utils/pactl.c:1783
msgid "You have to specify a module name and arguments."
msgstr ""
-#: src/utils/pactl.c:2889
+#: src/utils/pactl.c:1803
msgid "You have to specify a module index or name"
msgstr ""
-#: src/utils/pactl.c:2902
+#: src/utils/pactl.c:1816
msgid ""
"You may not specify more than one sink. You have to specify a boolean value."
msgstr ""
-#: src/utils/pactl.c:2907 src/utils/pactl.c:2927
+#: src/utils/pactl.c:1821 src/utils/pactl.c:1841
msgid "Invalid suspend specification."
msgstr ""
-#: src/utils/pactl.c:2922
+#: src/utils/pactl.c:1836
msgid ""
"You may not specify more than one source. You have to specify a boolean "
"value."
msgstr ""
-#: src/utils/pactl.c:2939
+#: src/utils/pactl.c:1853
msgid "You have to specify a card name/index and a profile name"
msgstr ""
-#: src/utils/pactl.c:2950
+#: src/utils/pactl.c:1864
msgid "You have to specify a sink name/index and a port name"
msgstr ""
-#: src/utils/pactl.c:2961
+#: src/utils/pactl.c:1875
msgid "You have to specify a sink name"
msgstr ""
-#: src/utils/pactl.c:2974
+#: src/utils/pactl.c:1885
msgid "You have to specify a source name/index and a port name"
msgstr ""
-#: src/utils/pactl.c:2985
+#: src/utils/pactl.c:1896
msgid "You have to specify a source name"
msgstr ""
-#: src/utils/pactl.c:2998 src/utils/pactl.c:3076
-msgid "You have to specify a sink name/index"
-msgstr ""
-
-#: src/utils/pactl.c:3008
+#: src/utils/pactl.c:1906
msgid "You have to specify a sink name/index and a volume"
msgstr ""
-#: src/utils/pactl.c:3021 src/utils/pactl.c:3101
-msgid "You have to specify a source name/index"
-msgstr ""
-
-#: src/utils/pactl.c:3031
+#: src/utils/pactl.c:1919
msgid "You have to specify a source name/index and a volume"
msgstr ""
-#: src/utils/pactl.c:3044
+#: src/utils/pactl.c:1932
msgid "You have to specify a sink input index and a volume"
msgstr ""
-#: src/utils/pactl.c:3049
+#: src/utils/pactl.c:1937
msgid "Invalid sink input index"
msgstr ""
-#: src/utils/pactl.c:3060
+#: src/utils/pactl.c:1948
msgid "You have to specify a source output index and a volume"
msgstr ""
-#: src/utils/pactl.c:3065
+#: src/utils/pactl.c:1953
msgid "Invalid source output index"
msgstr ""
-#: src/utils/pactl.c:3086
+#: src/utils/pactl.c:1964
msgid ""
"You have to specify a sink name/index and a mute action (0, 1, or 'toggle')"
msgstr ""
-#: src/utils/pactl.c:3091 src/utils/pactl.c:3116 src/utils/pactl.c:3136
-#: src/utils/pactl.c:3154
+#: src/utils/pactl.c:1969 src/utils/pactl.c:1984 src/utils/pactl.c:2004
+#: src/utils/pactl.c:2022
msgid "Invalid mute specification"
msgstr ""
-#: src/utils/pactl.c:3111
+#: src/utils/pactl.c:1979
msgid ""
"You have to specify a source name/index and a mute action (0, 1, or 'toggle')"
msgstr ""
-#: src/utils/pactl.c:3126
+#: src/utils/pactl.c:1994
msgid ""
"You have to specify a sink input index and a mute action (0, 1, or 'toggle')"
msgstr ""
-#: src/utils/pactl.c:3131
+#: src/utils/pactl.c:1999
msgid "Invalid sink input index specification"
msgstr ""
-#: src/utils/pactl.c:3144
+#: src/utils/pactl.c:2012
msgid ""
"You have to specify a source output index and a mute action (0, 1, or "
"'toggle')"
msgstr ""
-#: src/utils/pactl.c:3149
+#: src/utils/pactl.c:2017
msgid "Invalid source output index specification"
msgstr ""
-#: src/utils/pactl.c:3162
-msgid "You have to specify at least an object path and a message name"
-msgstr ""
-
-#: src/utils/pactl.c:3172
-msgid ""
-"Excess arguments given, they will be ignored. Note that all message "
-"parameters must be given as a single string."
-msgstr ""
-
-#: src/utils/pactl.c:3182
+#: src/utils/pactl.c:2034
msgid ""
"You have to specify a sink index and a semicolon-separated list of supported "
"formats"
msgstr ""
-#: src/utils/pactl.c:3194
+#: src/utils/pactl.c:2046
msgid "You have to specify a card name/index, a port name and a latency offset"
msgstr ""
-#: src/utils/pactl.c:3201
+#: src/utils/pactl.c:2053
msgid "Could not parse latency offset"
msgstr ""
-#: src/utils/pactl.c:3213
+#: src/utils/pactl.c:2065
msgid "No valid command specified."
msgstr ""
@@ -2879,9 +2701,7 @@ msgstr ""
#: src/utils/pasuspender.c:228
#, c-format
msgid ""
-"%s [options] -- PROGRAM [ARGUMENTS ...]\n"
-"\n"
-"Temporarily suspend PulseAudio while PROGRAM runs.\n"
+"%s [options] ... \n"
"\n"
" -h, --help Show this help\n"
" --version Show version\n"
@@ -2890,7 +2710,7 @@ msgid ""
"\n"
msgstr ""
-#: src/utils/pasuspender.c:267
+#: src/utils/pasuspender.c:266
#, c-format
msgid ""
"pasuspender %s\n"
@@ -2898,17 +2718,17 @@ msgid ""
"Linked with libpulse %s\n"
msgstr ""
-#: src/utils/pasuspender.c:296
+#: src/utils/pasuspender.c:295
#, c-format
msgid "pa_mainloop_new() failed.\n"
msgstr ""
-#: src/utils/pasuspender.c:309
+#: src/utils/pasuspender.c:308
#, c-format
msgid "pa_context_new() failed.\n"
msgstr ""
-#: src/utils/pasuspender.c:321
+#: src/utils/pasuspender.c:320
#, c-format
msgid "pa_mainloop_run() failed.\n"
msgstr ""
@@ -2974,9 +2794,3 @@ msgstr ""
#, c-format
msgid "Not yet implemented.\n"
msgstr ""
-
-#~ msgid "Digital Passthrough (S/PDIF)"
-#~ msgstr "Digitale deurset (S/PDIF)"
-
-#~ msgid "Digital Passthrough (IEC958)"
-#~ msgstr "Digitale deurset (IEC958)"
diff --git a/po/ar.po b/po/ar.po
deleted file mode 100644
index 6124c0ac8..000000000
--- a/po/ar.po
+++ /dev/null
@@ -1,2903 +0,0 @@
-# SOME DESCRIPTIVE TITLE.
-# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
-# This file is distributed under the same license as the pulseaudio package.
-# FIRST AUTHOR , YEAR.
-#
-msgid ""
-msgstr ""
-"Project-Id-Version: pulseaudio\n"
-"Report-Msgid-Bugs-To: https://gitlab.freedesktop.org/pulseaudio/pulseaudio/"
-"issues/new\n"
-"POT-Creation-Date: 2022-06-18 09:49+0300\n"
-"PO-Revision-Date: 2025-05-08 08:25+0000\n"
-"Last-Translator: Zayed Al-Saidi \n"
-"Language-Team: Arabic \n"
-"Language: ar\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-"Plural-Forms: nplurals=6; plural=n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 "
-"&& n%100<=10 ? 3 : n%100>=11 ? 4 : 5;\n"
-"X-Generator: Weblate 5.11.3\n"
-
-#: src/daemon/cmdline.c:113
-#, c-format
-msgid ""
-"%s [options]\n"
-"\n"
-"COMMANDS:\n"
-" -h, --help Show this help\n"
-" --version Show version\n"
-" --dump-conf Dump default configuration\n"
-" --dump-modules Dump list of available modules\n"
-" --dump-resample-methods Dump available resample methods\n"
-" --cleanup-shm Cleanup stale shared memory segments\n"
-" --start Start the daemon if it is not running\n"
-" -k --kill Kill a running daemon\n"
-" --check Check for a running daemon (only returns exit "
-"code)\n"
-"\n"
-"OPTIONS:\n"
-" --system[=BOOL] Run as system-wide instance\n"
-" -D, --daemonize[=BOOL] Daemonize after startup\n"
-" --fail[=BOOL] Quit when startup fails\n"
-" --high-priority[=BOOL] Try to set high nice level\n"
-" (only available as root, when SUID or\n"
-" with elevated RLIMIT_NICE)\n"
-" --realtime[=BOOL] Try to enable realtime scheduling\n"
-" (only available as root, when SUID or\n"
-" with elevated RLIMIT_RTPRIO)\n"
-" --disallow-module-loading[=BOOL] Disallow user requested module\n"
-" loading/unloading after startup\n"
-" --disallow-exit[=BOOL] Disallow user requested exit\n"
-" --exit-idle-time=SECS Terminate the daemon when idle and this\n"
-" time passed\n"
-" --scache-idle-time=SECS Unload autoloaded samples when idle and\n"
-" this time passed\n"
-" --log-level[=LEVEL] Increase or set verbosity level\n"
-" -v --verbose Increase the verbosity level\n"
-" --log-target={auto,syslog,stderr,file:PATH,newfile:PATH}\n"
-" Specify the log target\n"
-" --log-meta[=BOOL] Include code location in log messages\n"
-" --log-time[=BOOL] Include timestamps in log messages\n"
-" --log-backtrace=FRAMES Include a backtrace in log messages\n"
-" -p, --dl-search-path=PATH Set the search path for dynamic shared\n"
-" objects (plugins)\n"
-" --resample-method=METHOD Use the specified resampling method\n"
-" (See --dump-resample-methods for\n"
-" possible values)\n"
-" --use-pid-file[=BOOL] Create a PID file\n"
-" --no-cpu-limit[=BOOL] Do not install CPU load limiter on\n"
-" platforms that support it.\n"
-" --disable-shm[=BOOL] Disable shared memory support.\n"
-" --enable-memfd[=BOOL] Enable memfd shared memory support.\n"
-"\n"
-"STARTUP SCRIPT:\n"
-" -L, --load=\"MODULE ARGUMENTS\" Load the specified plugin module with\n"
-" the specified argument\n"
-" -F, --file=FILENAME Run the specified script\n"
-" -C Open a command line on the running TTY\n"
-" after startup\n"
-"\n"
-" -n Don't load default script file\n"
-msgstr ""
-
-#: src/daemon/cmdline.c:246
-msgid "--daemonize expects boolean argument"
-msgstr ""
-
-#: src/daemon/cmdline.c:254
-msgid "--fail expects boolean argument"
-msgstr ""
-
-#: src/daemon/cmdline.c:265
-msgid ""
-"--log-level expects log level argument (either numeric in range 0..4 or one of error, "
-"warn, notice, info, debug)."
-msgstr ""
-
-#: src/daemon/cmdline.c:277
-msgid "--high-priority expects boolean argument"
-msgstr ""
-
-#: src/daemon/cmdline.c:285
-msgid "--realtime expects boolean argument"
-msgstr ""
-
-#: src/daemon/cmdline.c:293
-msgid "--disallow-module-loading expects boolean argument"
-msgstr ""
-
-#: src/daemon/cmdline.c:301
-msgid "--disallow-exit expects boolean argument"
-msgstr ""
-
-#: src/daemon/cmdline.c:309
-msgid "--use-pid-file expects boolean argument"
-msgstr ""
-
-#: src/daemon/cmdline.c:328
-msgid ""
-"Invalid log target: use either 'syslog', 'journal', 'stderr' or 'auto' or a valid file "
-"name 'file:', 'newfile:'."
-msgstr ""
-
-#: src/daemon/cmdline.c:330
-msgid ""
-"Invalid log target: use either 'syslog', 'stderr' or 'auto' or a valid file name 'file:"
-"', 'newfile:'."
-msgstr ""
-
-#: src/daemon/cmdline.c:338
-msgid "--log-time expects boolean argument"
-msgstr ""
-
-#: src/daemon/cmdline.c:346
-msgid "--log-meta expects boolean argument"
-msgstr ""
-
-#: src/daemon/cmdline.c:366
-#, c-format
-msgid "Invalid resample method '%s'."
-msgstr ""
-
-#: src/daemon/cmdline.c:373
-msgid "--system expects boolean argument"
-msgstr ""
-
-#: src/daemon/cmdline.c:381
-msgid "--no-cpu-limit expects boolean argument"
-msgstr ""
-
-#: src/daemon/cmdline.c:389
-msgid "--disable-shm expects boolean argument"
-msgstr ""
-
-#: src/daemon/cmdline.c:397
-msgid "--enable-memfd expects boolean argument"
-msgstr ""
-
-#: src/daemon/daemon-conf.c:270
-#, c-format
-msgid "[%s:%u] Invalid log target '%s'."
-msgstr ""
-
-#: src/daemon/daemon-conf.c:285
-#, c-format
-msgid "[%s:%u] Invalid log level '%s'."
-msgstr ""
-
-#: src/daemon/daemon-conf.c:300
-#, c-format
-msgid "[%s:%u] Invalid resample method '%s'."
-msgstr ""
-
-#: src/daemon/daemon-conf.c:322
-#, c-format
-msgid "[%s:%u] Invalid rlimit '%s'."
-msgstr ""
-
-#: src/daemon/daemon-conf.c:342
-#, c-format
-msgid "[%s:%u] Invalid sample format '%s'."
-msgstr ""
-
-#: src/daemon/daemon-conf.c:359 src/daemon/daemon-conf.c:376
-#, c-format
-msgid "[%s:%u] Invalid sample rate '%s'."
-msgstr ""
-
-#: src/daemon/daemon-conf.c:399
-#, c-format
-msgid "[%s:%u] Invalid sample channels '%s'."
-msgstr ""
-
-#: src/daemon/daemon-conf.c:416
-#, c-format
-msgid "[%s:%u] Invalid channel map '%s'."
-msgstr ""
-
-#: src/daemon/daemon-conf.c:433
-#, c-format
-msgid "[%s:%u] Invalid number of fragments '%s'."
-msgstr ""
-
-#: src/daemon/daemon-conf.c:450
-#, c-format
-msgid "[%s:%u] Invalid fragment size '%s'."
-msgstr ""
-
-#: src/daemon/daemon-conf.c:467
-#, c-format
-msgid "[%s:%u] Invalid nice level '%s'."
-msgstr ""
-
-#: src/daemon/daemon-conf.c:552
-#, c-format
-msgid "[%s:%u] Invalid server type '%s'."
-msgstr ""
-
-#: src/daemon/daemon-conf.c:685
-#, c-format
-msgid "Failed to open configuration file: %s"
-msgstr ""
-
-#: src/daemon/daemon-conf.c:701
-msgid ""
-"The specified default channel map has a different number of channels than the specified "
-"default number of channels."
-msgstr ""
-
-#: src/daemon/daemon-conf.c:788
-#, c-format
-msgid "### Read from configuration file: %s ###\n"
-msgstr ""
-
-#: src/daemon/dumpmodules.c:57
-#, c-format
-msgid "Name: %s\n"
-msgstr ""
-
-#: src/daemon/dumpmodules.c:60
-#, c-format
-msgid "No module information available\n"
-msgstr ""
-
-#: src/daemon/dumpmodules.c:63
-#, c-format
-msgid "Version: %s\n"
-msgstr ""
-
-#: src/daemon/dumpmodules.c:65
-#, c-format
-msgid "Description: %s\n"
-msgstr ""
-
-#: src/daemon/dumpmodules.c:67
-#, c-format
-msgid "Author: %s\n"
-msgstr ""
-
-#: src/daemon/dumpmodules.c:69
-#, c-format
-msgid "Usage: %s\n"
-msgstr ""
-
-#: src/daemon/dumpmodules.c:70
-#, c-format
-msgid "Load Once: %s\n"
-msgstr ""
-
-#: src/daemon/dumpmodules.c:72
-#, c-format
-msgid "DEPRECATION WARNING: %s\n"
-msgstr ""
-
-#: src/daemon/dumpmodules.c:76
-#, c-format
-msgid "Path: %s\n"
-msgstr "المسار: %s\n"
-
-#: src/daemon/ltdl-bind-now.c:75
-#, c-format
-msgid "Failed to open module %s: %s"
-msgstr ""
-
-#: src/daemon/ltdl-bind-now.c:126
-msgid "Failed to find original lt_dlopen loader."
-msgstr ""
-
-#: src/daemon/ltdl-bind-now.c:131
-msgid "Failed to allocate new dl loader."
-msgstr ""
-
-#: src/daemon/ltdl-bind-now.c:144
-msgid "Failed to add bind-now-loader."
-msgstr ""
-
-#: src/daemon/main.c:265
-#, c-format
-msgid "Failed to find user '%s'."
-msgstr ""
-
-#: src/daemon/main.c:270
-#, c-format
-msgid "Failed to find group '%s'."
-msgstr ""
-
-#: src/daemon/main.c:279
-#, c-format
-msgid "GID of user '%s' and of group '%s' don't match."
-msgstr ""
-
-#: src/daemon/main.c:284
-#, c-format
-msgid "Home directory of user '%s' is not '%s', ignoring."
-msgstr ""
-
-#: src/daemon/main.c:287 src/daemon/main.c:292
-#, c-format
-msgid "Failed to create '%s': %s"
-msgstr "فشل إنشاء '%s': %s"
-
-#: src/daemon/main.c:299
-#, c-format
-msgid "Failed to change group list: %s"
-msgstr ""
-
-#: src/daemon/main.c:315
-#, c-format
-msgid "Failed to change GID: %s"
-msgstr ""
-
-#: src/daemon/main.c:331
-#, c-format
-msgid "Failed to change UID: %s"
-msgstr ""
-
-#: src/daemon/main.c:360
-msgid "System wide mode unsupported on this platform."
-msgstr ""
-
-#: src/daemon/main.c:650
-msgid "Failed to parse command line."
-msgstr ""
-
-#: src/daemon/main.c:689
-msgid ""
-"System mode refused for non-root user. Only starting the D-Bus server lookup service."
-msgstr ""
-
-#: src/daemon/main.c:788
-#, c-format
-msgid "Failed to kill daemon: %s"
-msgstr ""
-
-#: src/daemon/main.c:817
-msgid "This program is not intended to be run as root (unless --system is specified)."
-msgstr ""
-
-#: src/daemon/main.c:820
-msgid "Root privileges required."
-msgstr ""
-
-#: src/daemon/main.c:827
-msgid "--start not supported for system instances."
-msgstr ""
-
-#: src/daemon/main.c:867
-#, c-format
-msgid "User-configured server at %s, refusing to start/autospawn."
-msgstr ""
-
-#: src/daemon/main.c:873
-#, c-format
-msgid "User-configured server at %s, which appears to be local. Probing deeper."
-msgstr ""
-
-#: src/daemon/main.c:878
-msgid "Running in system mode, but --disallow-exit not set."
-msgstr ""
-
-#: src/daemon/main.c:881
-msgid "Running in system mode, but --disallow-module-loading not set."
-msgstr ""
-
-#: src/daemon/main.c:884
-msgid "Running in system mode, forcibly disabling SHM mode."
-msgstr ""
-
-#: src/daemon/main.c:889
-msgid "Running in system mode, forcibly disabling exit idle time."
-msgstr ""
-
-#: src/daemon/main.c:922
-msgid "Failed to acquire stdio."
-msgstr ""
-
-#: src/daemon/main.c:928 src/daemon/main.c:999
-#, c-format
-msgid "pipe() failed: %s"
-msgstr ""
-
-#: src/daemon/main.c:933 src/daemon/main.c:1004
-#, c-format
-msgid "fork() failed: %s"
-msgstr ""
-
-#: src/daemon/main.c:948 src/daemon/main.c:1019 src/utils/pacat.c:562
-#, c-format
-msgid "read() failed: %s"
-msgstr ""
-
-#: src/daemon/main.c:954
-msgid "Daemon startup failed."
-msgstr ""
-
-#: src/daemon/main.c:987
-#, c-format
-msgid "setsid() failed: %s"
-msgstr ""
-
-#: src/daemon/main.c:1119
-msgid "Failed to get machine ID"
-msgstr ""
-
-#: src/daemon/main.c:1145
-msgid ""
-"OK, so you are running PA in system mode. Please make sure that you actually do want to "
-"do that.\n"
-"Please read http://www.freedesktop.org/wiki/Software/PulseAudio/Documentation/User/"
-"WhatIsWrongWithSystemWide/ for an explanation why system mode is usually a bad idea."
-msgstr ""
-
-#: src/daemon/main.c:1161
-msgid "pa_pid_file_create() failed."
-msgstr ""
-
-#: src/daemon/main.c:1193
-msgid "pa_core_new() failed."
-msgstr ""
-
-#: src/daemon/main.c:1268
-msgid "command line arguments"
-msgstr ""
-
-#: src/daemon/main.c:1275
-#, c-format
-msgid ""
-"Failed to initialize daemon due to errors while executing startup commands. Source of "
-"commands: %s"
-msgstr ""
-
-#: src/daemon/main.c:1280
-msgid "Daemon startup without any loaded modules, refusing to work."
-msgstr ""
-
-#: src/daemon/pulseaudio.desktop.in:4
-msgid "PulseAudio Sound System"
-msgstr "نظام صوت بلس أوديو"
-
-#: src/daemon/pulseaudio.desktop.in:5
-msgid "Start the PulseAudio Sound System"
-msgstr "ابدأ نظام صوت بلس أوديو"
-
-#: src/modules/alsa/alsa-mixer.c:2708
-msgid "Input"
-msgstr "مدخل"
-
-#: src/modules/alsa/alsa-mixer.c:2709
-msgid "Docking Station Input"
-msgstr "إدخال محطة الإرساء"
-
-#: src/modules/alsa/alsa-mixer.c:2710
-msgid "Docking Station Microphone"
-msgstr "ميكروفون محطة الإرساء"
-
-#: src/modules/alsa/alsa-mixer.c:2711
-msgid "Docking Station Line In"
-msgstr "مدخل خطي محط الارساء"
-
-#: src/modules/alsa/alsa-mixer.c:2712 src/modules/alsa/alsa-mixer.c:2803
-msgid "Line In"
-msgstr "مدخل خطي"
-
-#: src/modules/alsa/alsa-mixer.c:2713 src/modules/alsa/alsa-mixer.c:2797
-#: src/modules/bluetooth/module-bluez5-device.c:1956
-msgid "Microphone"
-msgstr "ميكروفون"
-
-#: src/modules/alsa/alsa-mixer.c:2714 src/modules/alsa/alsa-mixer.c:2798
-msgid "Front Microphone"
-msgstr "ميكروفون أمامي"
-
-#: src/modules/alsa/alsa-mixer.c:2715 src/modules/alsa/alsa-mixer.c:2799
-msgid "Rear Microphone"
-msgstr "ميكروفون خلفي"
-
-#: src/modules/alsa/alsa-mixer.c:2716
-msgid "External Microphone"
-msgstr "ميكروفون خارجي"
-
-#: src/modules/alsa/alsa-mixer.c:2717 src/modules/alsa/alsa-mixer.c:2801
-msgid "Internal Microphone"
-msgstr "ميكروفون داخلي"
-
-#: src/modules/alsa/alsa-mixer.c:2718 src/modules/alsa/alsa-mixer.c:2804
-#: src/utils/pactl.c:343
-msgid "Radio"
-msgstr "راديو"
-
-#: src/modules/alsa/alsa-mixer.c:2719 src/modules/alsa/alsa-mixer.c:2805
-#: src/utils/pactl.c:344
-msgid "Video"
-msgstr "فيديو"
-
-#: src/modules/alsa/alsa-mixer.c:2720
-msgid "Automatic Gain Control"
-msgstr "التحكم في الرفع الصوت آلي"
-
-#: src/modules/alsa/alsa-mixer.c:2721
-msgid "No Automatic Gain Control"
-msgstr "لا يوجد التحكم في الرفع الصوت آلي"
-
-#: src/modules/alsa/alsa-mixer.c:2722
-msgid "Boost"
-msgstr "تعزيز"
-
-#: src/modules/alsa/alsa-mixer.c:2723
-msgid "No Boost"
-msgstr "دون تعزيز"
-
-#: src/modules/alsa/alsa-mixer.c:2724
-msgid "Amplifier"
-msgstr "مُضَخِّم"
-
-#: src/modules/alsa/alsa-mixer.c:2725
-msgid "No Amplifier"
-msgstr "دون مُضَخِّم"
-
-#: src/modules/alsa/alsa-mixer.c:2726
-msgid "Bass Boost"
-msgstr "تعزيز القرار"
-
-#: src/modules/alsa/alsa-mixer.c:2727
-msgid "No Bass Boost"
-msgstr "دون تعزيز القرار"
-
-#: src/modules/alsa/alsa-mixer.c:2728 src/modules/bluetooth/module-bluez5-device.c:1964
-#: src/utils/pactl.c:333
-msgid "Speaker"
-msgstr "مكبر صوت"
-
-#: src/modules/alsa/alsa-mixer.c:2729 src/modules/alsa/alsa-mixer.c:2807
-#: src/utils/pactl.c:334
-msgid "Headphones"
-msgstr "سماعة أذن"
-
-#: src/modules/alsa/alsa-mixer.c:2796
-msgid "Analog Input"
-msgstr "مدخلات التناظرية"
-
-#: src/modules/alsa/alsa-mixer.c:2800
-msgid "Dock Microphone"
-msgstr "ميكروفون محطة الارساء"
-
-#: src/modules/alsa/alsa-mixer.c:2802
-msgid "Headset Microphone"
-msgstr "ميكروفون سماعة الرأس"
-
-#: src/modules/alsa/alsa-mixer.c:2806
-msgid "Analog Output"
-msgstr "اخراج تناظري"
-
-#: src/modules/alsa/alsa-mixer.c:2808
-msgid "Headphones 2"
-msgstr "سماعة أذن 2"
-
-#: src/modules/alsa/alsa-mixer.c:2809
-msgid "Headphones Mono Output"
-msgstr "سماعات الرأس أحادية الإخراج"
-
-#: src/modules/alsa/alsa-mixer.c:2810
-msgid "Line Out"
-msgstr "مخرج خطي"
-
-#: src/modules/alsa/alsa-mixer.c:2811
-msgid "Analog Mono Output"
-msgstr "إخراج أحادي تناظري"
-
-#: src/modules/alsa/alsa-mixer.c:2812
-msgid "Speakers"
-msgstr "مكبرات الصوت"
-
-#: src/modules/alsa/alsa-mixer.c:2813
-msgid "HDMI / DisplayPort"
-msgstr "HDMI / ديسبلاي بورت"
-
-#: src/modules/alsa/alsa-mixer.c:2814
-msgid "Digital Output (S/PDIF)"
-msgstr "إخراج الرقمي (S/PDIF)"
-
-#: src/modules/alsa/alsa-mixer.c:2815
-msgid "Digital Input (S/PDIF)"
-msgstr "إدخال الرقمي (S/PDIF)"
-
-#: src/modules/alsa/alsa-mixer.c:2816
-msgid "Multichannel Input"
-msgstr "مدخلات متعددة القنوات"
-
-#: src/modules/alsa/alsa-mixer.c:2817
-msgid "Multichannel Output"
-msgstr "إخراج متعدد القنوات"
-
-#: src/modules/alsa/alsa-mixer.c:2818
-msgid "Game Output"
-msgstr "إخراج اللعبة"
-
-#: src/modules/alsa/alsa-mixer.c:2819 src/modules/alsa/alsa-mixer.c:2820
-msgid "Chat Output"
-msgstr "إخراج الدردشة"
-
-#: src/modules/alsa/alsa-mixer.c:2821
-msgid "Chat Input"
-msgstr "إدخال الدردشة"
-
-#: src/modules/alsa/alsa-mixer.c:2822
-msgid "Virtual Surround 7.1"
-msgstr "محيطي تخيلي 7.1"
-
-#: src/modules/alsa/alsa-mixer.c:4563
-msgid "Analog Mono"
-msgstr "تناظرية أحادي"
-
-#: src/modules/alsa/alsa-mixer.c:4564
-msgid "Analog Mono (Left)"
-msgstr "تناظري أحادي (يسار)"
-
-#: src/modules/alsa/alsa-mixer.c:4565
-msgid "Analog Mono (Right)"
-msgstr "تناظري أحادي (يمين)"
-
-#. Note: Not translated to "Analog Stereo Input", because the source
-#. * name gets "Input" appended to it automatically, so adding "Input"
-#. * here would lead to the source name to become "Analog Stereo Input
-#. * Input". The same logic applies to analog-stereo-output,
-#. * multichannel-input and multichannel-output.
-#: src/modules/alsa/alsa-mixer.c:4566 src/modules/alsa/alsa-mixer.c:4574
-#: src/modules/alsa/alsa-mixer.c:4575
-msgid "Analog Stereo"
-msgstr "مِجْساميّ تناظري"
-
-#: src/modules/alsa/alsa-mixer.c:4567 src/pulse/channelmap.c:103
-#: src/pulse/channelmap.c:770
-msgid "Mono"
-msgstr "أحادي"
-
-#: src/modules/alsa/alsa-mixer.c:4568 src/pulse/channelmap.c:774
-msgid "Stereo"
-msgstr "مِجْساميّ"
-
-#: src/modules/alsa/alsa-mixer.c:4576 src/modules/alsa/alsa-mixer.c:4734
-#: src/modules/bluetooth/module-bluez5-device.c:1944 src/utils/pactl.c:337
-msgid "Headset"
-msgstr "سماعة الرأس"
-
-#: src/modules/alsa/alsa-mixer.c:4577 src/modules/alsa/alsa-mixer.c:4735
-msgid "Speakerphone"
-msgstr "مكبر صوت الهاتف"
-
-#: src/modules/alsa/alsa-mixer.c:4578 src/modules/alsa/alsa-mixer.c:4579
-msgid "Multichannel"
-msgstr "متعدد القنوات"
-
-#: src/modules/alsa/alsa-mixer.c:4580
-msgid "Analog Surround 2.1"
-msgstr "تناظري محيطي 2.1"
-
-#: src/modules/alsa/alsa-mixer.c:4581
-msgid "Analog Surround 3.0"
-msgstr "تناظري محيطي 3.0"
-
-#: src/modules/alsa/alsa-mixer.c:4582
-msgid "Analog Surround 3.1"
-msgstr "تناظري محيطي 3.1"
-
-#: src/modules/alsa/alsa-mixer.c:4583
-msgid "Analog Surround 4.0"
-msgstr "تناظري محيطي 4.0"
-
-#: src/modules/alsa/alsa-mixer.c:4584
-msgid "Analog Surround 4.1"
-msgstr "تناظري محيطي 4.1"
-
-#: src/modules/alsa/alsa-mixer.c:4585
-msgid "Analog Surround 5.0"
-msgstr "تناظري محيطي 5.0"
-
-#: src/modules/alsa/alsa-mixer.c:4586
-msgid "Analog Surround 5.1"
-msgstr "تناظري محيطي 5.1"
-
-#: src/modules/alsa/alsa-mixer.c:4587
-msgid "Analog Surround 6.0"
-msgstr "تناظري محيطي 6.0"
-
-#: src/modules/alsa/alsa-mixer.c:4588
-msgid "Analog Surround 6.1"
-msgstr "تناظري محيطي 6.1"
-
-#: src/modules/alsa/alsa-mixer.c:4589
-msgid "Analog Surround 7.0"
-msgstr "تناظري محيطي 7.0"
-
-#: src/modules/alsa/alsa-mixer.c:4590
-msgid "Analog Surround 7.1"
-msgstr "تناظري محيطي 7.1"
-
-#: src/modules/alsa/alsa-mixer.c:4591
-msgid "Digital Stereo (IEC958)"
-msgstr "مِجْساميّ رقمي (IEC958)"
-
-#: src/modules/alsa/alsa-mixer.c:4592
-msgid "Digital Surround 4.0 (IEC958/AC3)"
-msgstr "محيطي رقمي 4.0 (IEC958/AC3)"
-
-#: src/modules/alsa/alsa-mixer.c:4593
-msgid "Digital Surround 5.1 (IEC958/AC3)"
-msgstr "محيطي رقمي 5.1 (IEC958/AC3)"
-
-#: src/modules/alsa/alsa-mixer.c:4594
-msgid "Digital Surround 5.1 (IEC958/DTS)"
-msgstr "محيطي رقمي 5.1 (IEC958/DTS)"
-
-#: src/modules/alsa/alsa-mixer.c:4595
-msgid "Digital Stereo (HDMI)"
-msgstr "مِجْساميّ رقمي (HDMI)"
-
-#: src/modules/alsa/alsa-mixer.c:4596
-msgid "Digital Surround 5.1 (HDMI)"
-msgstr "محيطي رقمي 5.1 (HDMI)"
-
-#: src/modules/alsa/alsa-mixer.c:4597
-msgid "Chat"
-msgstr "دردشة"
-
-#: src/modules/alsa/alsa-mixer.c:4598
-msgid "Game"
-msgstr "ألعاب"
-
-#: src/modules/alsa/alsa-mixer.c:4732
-msgid "Analog Mono Duplex"
-msgstr "تناظرية أحادية مزدوجة"
-
-#: src/modules/alsa/alsa-mixer.c:4733
-msgid "Analog Stereo Duplex"
-msgstr "مِجْساميّ تناظري مزدوج"
-
-#: src/modules/alsa/alsa-mixer.c:4736
-msgid "Digital Stereo Duplex (IEC958)"
-msgstr "مِجْساميّ رقمي مزدوج (IEC958)"
-
-#: src/modules/alsa/alsa-mixer.c:4737
-msgid "Multichannel Duplex"
-msgstr "مزدوج متعدد القنوات"
-
-#: src/modules/alsa/alsa-mixer.c:4738
-msgid "Stereo Duplex"
-msgstr "مِجْساميّ مزدوج"
-
-#: src/modules/alsa/alsa-mixer.c:4739
-msgid "Mono Chat + 7.1 Surround"
-msgstr "دردشة أحادية +محيطي 7.1"
-
-#: src/modules/alsa/alsa-mixer.c:4740 src/modules/alsa/module-alsa-card.c:197
-#: src/modules/bluetooth/module-bluez5-device.c:2263
-msgid "Off"
-msgstr "إيقاف التشغيل"
-
-#: src/modules/alsa/alsa-mixer.c:4840
-#, c-format
-msgid "%s Output"
-msgstr "إخراج %s"
-
-#: src/modules/alsa/alsa-mixer.c:4848
-#, c-format
-msgid "%s Input"
-msgstr "إدخال %s"
-
-#: src/modules/alsa/alsa-sink.c:672 src/modules/alsa/alsa-sink.c:862
-#, c-format
-msgid ""
-"ALSA woke us up to write new data to the device, but there was actually nothing to "
-"write.\n"
-"Most likely this is a bug in the ALSA driver '%s'. Please report this issue to the ALSA "
-"developers.\n"
-"We were woken up with POLLOUT set -- however a subsequent snd_pcm_avail() returned 0 or "
-"another value < min_avail."
-msgstr ""
-
-#: src/modules/alsa/alsa-source.c:636 src/modules/alsa/alsa-source.c:802
-#, c-format
-msgid ""
-"ALSA woke us up to read new data from the device, but there was actually nothing to "
-"read.\n"
-"Most likely this is a bug in the ALSA driver '%s'. Please report this issue to the ALSA "
-"developers.\n"
-"We were woken up with POLLIN set -- however a subsequent snd_pcm_avail() returned 0 or "
-"another value < min_avail."
-msgstr ""
-
-#: src/modules/alsa/alsa-util.c:1183 src/modules/alsa/alsa-util.c:1277
-#, c-format
-msgid ""
-"snd_pcm_avail() returned a value that is exceptionally large: %lu byte (%lu ms).\n"
-"Most likely this is a bug in the ALSA driver '%s'. Please report this issue to the ALSA "
-"developers."
-msgid_plural ""
-"snd_pcm_avail() returned a value that is exceptionally large: %lu bytes (%lu ms).\n"
-"Most likely this is a bug in the ALSA driver '%s'. Please report this issue to the ALSA "
-"developers."
-msgstr[0] ""
-msgstr[1] ""
-
-#: src/modules/alsa/alsa-util.c:1249
-#, c-format
-msgid ""
-"snd_pcm_delay() returned a value that is exceptionally large: %li byte (%s%lu ms).\n"
-"Most likely this is a bug in the ALSA driver '%s'. Please report this issue to the ALSA "
-"developers."
-msgid_plural ""
-"snd_pcm_delay() returned a value that is exceptionally large: %li bytes (%s%lu ms).\n"
-"Most likely this is a bug in the ALSA driver '%s'. Please report this issue to the ALSA "
-"developers."
-msgstr[0] ""
-msgstr[1] ""
-
-#: src/modules/alsa/alsa-util.c:1296
-#, c-format
-msgid ""
-"snd_pcm_avail_delay() returned strange values: delay %lu is less than avail %lu.\n"
-"Most likely this is a bug in the ALSA driver '%s'. Please report this issue to the ALSA "
-"developers."
-msgstr ""
-
-#: src/modules/alsa/alsa-util.c:1339
-#, c-format
-msgid ""
-"snd_pcm_mmap_begin() returned a value that is exceptionally large: %lu byte (%lu ms).\n"
-"Most likely this is a bug in the ALSA driver '%s'. Please report this issue to the ALSA "
-"developers."
-msgid_plural ""
-"snd_pcm_mmap_begin() returned a value that is exceptionally large: %lu bytes (%lu ms).\n"
-"Most likely this is a bug in the ALSA driver '%s'. Please report this issue to the ALSA "
-"developers."
-msgstr[0] ""
-msgstr[1] ""
-
-#: src/modules/bluetooth/module-bluez5-device.c:1937
-#: src/modules/bluetooth/module-bluez5-device.c:1963
-#: src/modules/bluetooth/module-bluez5-device.c:1970
-msgid "Bluetooth Input"
-msgstr "إدخال بلوتوث"
-
-#: src/modules/bluetooth/module-bluez5-device.c:1938
-#: src/modules/bluetooth/module-bluez5-device.c:1957
-msgid "Bluetooth Output"
-msgstr "إخراج بلوتوث"
-
-#: src/modules/bluetooth/module-bluez5-device.c:1950 src/utils/pactl.c:348
-msgid "Handsfree"
-msgstr "دون استخدام اليدين"
-
-#: src/modules/bluetooth/module-bluez5-device.c:1971
-msgid "Headphone"
-msgstr "هاتف الرأس"
-
-#: src/modules/bluetooth/module-bluez5-device.c:1977 src/utils/pactl.c:347
-msgid "Portable"
-msgstr "متنقل"
-
-#: src/modules/bluetooth/module-bluez5-device.c:1983 src/utils/pactl.c:349
-msgid "Car"
-msgstr "سيارة"
-
-#: src/modules/bluetooth/module-bluez5-device.c:1989 src/utils/pactl.c:350
-msgid "HiFi"
-msgstr "هي في HiFi"
-
-#: src/modules/bluetooth/module-bluez5-device.c:1995 src/utils/pactl.c:351
-msgid "Phone"
-msgstr "هاتف"
-
-#: src/modules/bluetooth/module-bluez5-device.c:2042
-msgid "High Fidelity Playback (A2DP Sink)"
-msgstr "تشغيل عالي الدقة (A2DP Sink)"
-
-#: src/modules/bluetooth/module-bluez5-device.c:2054
-msgid "High Fidelity Capture (A2DP Source)"
-msgstr "التقاط عالي الدقة (مصدر A2DP)"
-
-#: src/modules/bluetooth/module-bluez5-device.c:2066
-msgid "Headset Head Unit (HSP)"
-msgstr "وحدة رأس سماعة الرأس (HSP)"
-
-#: src/modules/bluetooth/module-bluez5-device.c:2079
-msgid "Headset Audio Gateway (HSP)"
-msgstr "بوابة صوت سماعة الرأس (HSP)"
-
-#: src/modules/bluetooth/module-bluez5-device.c:2092
-msgid "Handsfree Head Unit (HFP)"
-msgstr "وحدة رأس دون استخدام اليدين (HFP)"
-
-#: src/modules/bluetooth/module-bluez5-device.c:2105
-msgid "Handsfree Audio Gateway (HFP)"
-msgstr "بوابة الصوت دون استخدام اليدين (HFP)"
-
-#: src/modules/echo-cancel/module-echo-cancel.c:59
-msgid ""
-"source_name= source_properties= "
-"source_master= sink_name= "
-"sink_properties= sink_master= "
-"adjust_time= adjust_threshold= format= rate= channels= channel_map= aec_method= "
-"aec_args= save_aec= "
-"autoloaded= use_volume_sharing= use_master_format= "
-msgstr ""
-
-#. add on profile
-#: src/modules/macosx/module-coreaudio-device.c:825
-msgid "On"
-msgstr "تشغيل"
-
-#: src/modules/module-allow-passthrough.c:71 src/modules/module-always-sink.c:80
-msgid "Dummy Output"
-msgstr "إخراج وهمي"
-
-#: src/modules/module-always-sink.c:34
-msgid "Always keeps at least one sink loaded even if it's a null one"
-msgstr ""
-
-#: src/modules/module-always-source.c:35
-msgid "Always keeps at least one source loaded even if it's a null one"
-msgstr ""
-
-#: src/modules/module-equalizer-sink.c:68
-msgid "General Purpose Equalizer"
-msgstr ""
-
-#: src/modules/module-equalizer-sink.c:72
-msgid ""
-"sink_name= sink_properties= "
-"sink_master= format= rate= "
-"channels= channel_map= autoloaded= use_volume_sharing= "
-msgstr ""
-
-#: src/modules/module-equalizer-sink.c:1097 src/modules/module-equalizer-sink.c:1220
-#, c-format
-msgid "FFT based equalizer on %s"
-msgstr ""
-
-#: src/modules/module-filter-apply.c:47
-msgid "autoclean="
-msgstr ""
-
-#: src/modules/module-ladspa-sink.c:50
-msgid "Virtual LADSPA sink"
-msgstr ""
-
-#: src/modules/module-ladspa-sink.c:54
-msgid ""
-"sink_name= sink_properties= "
-"sink_input_properties= master= "
-"sink_master= format= rate= "
-"channels= channel_map= plugin= label= control= input_ladspaport_map= "
-"output_ladspaport_map= "
-"autoloaded= "
-msgstr ""
-
-#: src/modules/module-null-sink.c:46
-msgid "Clocked NULL sink"
-msgstr ""
-
-#: src/modules/module-null-sink.c:356
-msgid "Null Output"
-msgstr "إخراج فارغ"
-
-#: src/modules/module-null-sink.c:368 src/utils/pactl.c:2064
-#, c-format
-msgid "Failed to set format: invalid format string %s"
-msgstr ""
-
-#: src/modules/module-rygel-media-server.c:506 src/modules/module-rygel-media-server.c:544
-#: src/modules/module-rygel-media-server.c:903
-msgid "Output Devices"
-msgstr "أجهزة الاخراج"
-
-#: src/modules/module-rygel-media-server.c:507 src/modules/module-rygel-media-server.c:545
-#: src/modules/module-rygel-media-server.c:904
-msgid "Input Devices"
-msgstr "أجهزة إدخال"
-
-#: src/modules/module-rygel-media-server.c:1061
-msgid "Audio on @HOSTNAME@"
-msgstr ""
-
-#. TODO: old tunnel put here the remote sink_name into stream name e.g. 'Null Output for lynxis@lazus'
-#. TODO: old tunnel put here the remote source_name into stream name e.g. 'Null Output for lynxis@lazus'
-#: src/modules/module-tunnel-sink-new.c:370 src/modules/module-tunnel-source-new.c:354
-#, c-format
-msgid "Tunnel for %s@%s"
-msgstr ""
-
-#: src/modules/module-tunnel-sink-new.c:715 src/modules/module-tunnel-source-new.c:684
-#, c-format
-msgid "Tunnel to %s/%s"
-msgstr ""
-
-#: src/modules/module-virtual-surround-sink.c:50
-msgid "Virtual surround sink"
-msgstr ""
-
-#: src/modules/module-virtual-surround-sink.c:54
-msgid ""
-"sink_name= sink_properties= master= sink_master= format= "
-"rate= channels= channel_map= "
-"use_volume_sharing= force_flat_volume= hrir=/path/to/left_hrir."
-"wav hrir_left=/path/to/left_hrir.wav hrir_right=/path/to/optional/right_hrir.wav "
-"autoloaded= "
-msgstr ""
-
-#: src/modules/raop/module-raop-discover.c:295
-msgid "Unknown device model"
-msgstr ""
-
-#: src/modules/raop/raop-sink.c:689
-msgid "RAOP standard profile"
-msgstr ""
-
-#: src/modules/reserve-wrap.c:149
-msgid "PulseAudio Sound Server"
-msgstr "خادم صوت بلس أوديو"
-
-#: src/pulse/channelmap.c:105
-msgid "Front Center"
-msgstr "أمام وسط"
-
-#: src/pulse/channelmap.c:106
-msgid "Front Left"
-msgstr "أمام يسار"
-
-#: src/pulse/channelmap.c:107
-msgid "Front Right"
-msgstr "أمام يمين"
-
-#: src/pulse/channelmap.c:109
-msgid "Rear Center"
-msgstr "خلف وسط"
-
-#: src/pulse/channelmap.c:110
-msgid "Rear Left"
-msgstr "خلف يسار"
-
-#: src/pulse/channelmap.c:111
-msgid "Rear Right"
-msgstr "خلف يمين"
-
-#: src/pulse/channelmap.c:113
-msgid "Subwoofer"
-msgstr "مضخم الترددات المنخفضة"
-
-#: src/pulse/channelmap.c:115
-msgid "Front Left-of-center"
-msgstr "أمام يسار الوسط"
-
-#: src/pulse/channelmap.c:116
-msgid "Front Right-of-center"
-msgstr "أمام يسار المنتصف"
-
-#: src/pulse/channelmap.c:118
-msgid "Side Left"
-msgstr "جانب اليسار"
-
-#: src/pulse/channelmap.c:119
-msgid "Side Right"
-msgstr "جانب اليمين"
-
-#: src/pulse/channelmap.c:121
-msgid "Auxiliary 0"
-msgstr "إضافي 0"
-
-#: src/pulse/channelmap.c:122
-msgid "Auxiliary 1"
-msgstr "إضافي 1"
-
-#: src/pulse/channelmap.c:123
-msgid "Auxiliary 2"
-msgstr "إضافي 2"
-
-#: src/pulse/channelmap.c:124
-msgid "Auxiliary 3"
-msgstr "إضافي 3"
-
-#: src/pulse/channelmap.c:125
-msgid "Auxiliary 4"
-msgstr "إضافي 4"
-
-#: src/pulse/channelmap.c:126
-msgid "Auxiliary 5"
-msgstr "إضافي 5"
-
-#: src/pulse/channelmap.c:127
-msgid "Auxiliary 6"
-msgstr "إضافي 6"
-
-#: src/pulse/channelmap.c:128
-msgid "Auxiliary 7"
-msgstr "إضافي 7"
-
-#: src/pulse/channelmap.c:129
-msgid "Auxiliary 8"
-msgstr "إضافي 8"
-
-#: src/pulse/channelmap.c:130
-msgid "Auxiliary 9"
-msgstr "إضافي 9"
-
-#: src/pulse/channelmap.c:131
-msgid "Auxiliary 10"
-msgstr "إضافي 10"
-
-#: src/pulse/channelmap.c:132
-msgid "Auxiliary 11"
-msgstr "إضافي 11"
-
-#: src/pulse/channelmap.c:133
-msgid "Auxiliary 12"
-msgstr "إضافي 12"
-
-#: src/pulse/channelmap.c:134
-msgid "Auxiliary 13"
-msgstr "إضافي 13"
-
-#: src/pulse/channelmap.c:135
-msgid "Auxiliary 14"
-msgstr "إضافي 14"
-
-#: src/pulse/channelmap.c:136
-msgid "Auxiliary 15"
-msgstr "إضافي 15"
-
-#: src/pulse/channelmap.c:137
-msgid "Auxiliary 16"
-msgstr "إضافي 16"
-
-#: src/pulse/channelmap.c:138
-msgid "Auxiliary 17"
-msgstr "إضافي 17"
-
-#: src/pulse/channelmap.c:139
-msgid "Auxiliary 18"
-msgstr "إضافي 18"
-
-#: src/pulse/channelmap.c:140
-msgid "Auxiliary 19"
-msgstr "إضافي 19"
-
-#: src/pulse/channelmap.c:141
-msgid "Auxiliary 20"
-msgstr "إضافي 20"
-
-#: src/pulse/channelmap.c:142
-msgid "Auxiliary 21"
-msgstr "إضافي 21"
-
-#: src/pulse/channelmap.c:143
-msgid "Auxiliary 22"
-msgstr "إضافي 22"
-
-#: src/pulse/channelmap.c:144
-msgid "Auxiliary 23"
-msgstr "إضافي 23"
-
-#: src/pulse/channelmap.c:145
-msgid "Auxiliary 24"
-msgstr "إضافي 24"
-
-#: src/pulse/channelmap.c:146
-msgid "Auxiliary 25"
-msgstr "إضافي 25"
-
-#: src/pulse/channelmap.c:147
-msgid "Auxiliary 26"
-msgstr "إضافي 26"
-
-#: src/pulse/channelmap.c:148
-msgid "Auxiliary 27"
-msgstr "إضافي 27"
-
-#: src/pulse/channelmap.c:149
-msgid "Auxiliary 28"
-msgstr "إضافي 28"
-
-#: src/pulse/channelmap.c:150
-msgid "Auxiliary 29"
-msgstr "إضافي 29"
-
-#: src/pulse/channelmap.c:151
-msgid "Auxiliary 30"
-msgstr "إضافي 30"
-
-#: src/pulse/channelmap.c:152
-msgid "Auxiliary 31"
-msgstr "إضافي 31"
-
-#: src/pulse/channelmap.c:154
-msgid "Top Center"
-msgstr "أعلى المنتصف"
-
-#: src/pulse/channelmap.c:156
-msgid "Top Front Center"
-msgstr "أعلى منتصف الامام"
-
-#: src/pulse/channelmap.c:157
-msgid "Top Front Left"
-msgstr "أعلى امامي أيسر"
-
-#: src/pulse/channelmap.c:158
-msgid "Top Front Right"
-msgstr "اعلى امامي ايمن"
-
-#: src/pulse/channelmap.c:160
-msgid "Top Rear Center"
-msgstr "اعلى منتصف خلفي"
-
-#: src/pulse/channelmap.c:161
-msgid "Top Rear Left"
-msgstr "أعلى يسار خلفي"
-
-#: src/pulse/channelmap.c:162
-msgid "Top Rear Right"
-msgstr "اعلى يمين خلفي"
-
-#: src/pulse/channelmap.c:478 src/pulse/format.c:123 src/pulse/sample.c:177
-#: src/pulse/volume.c:306 src/pulse/volume.c:332 src/pulse/volume.c:352
-#: src/pulse/volume.c:384 src/pulse/volume.c:424 src/pulse/volume.c:443
-#: src/utils/pactl.c:483 src/utils/pactl.c:504
-msgid "(invalid)"
-msgstr "(غير صالح)"
-
-#: src/pulse/channelmap.c:779
-msgid "Surround 4.0"
-msgstr "محيطي 4.0"
-
-#: src/pulse/channelmap.c:785
-msgid "Surround 4.1"
-msgstr "محيطي 4.1"
-
-#: src/pulse/channelmap.c:791
-msgid "Surround 5.0"
-msgstr "محيطي 5.0"
-
-#: src/pulse/channelmap.c:797
-msgid "Surround 5.1"
-msgstr "محيطي 5.1"
-
-#: src/pulse/channelmap.c:804
-msgid "Surround 7.1"
-msgstr "محيطي 7.1"
-
-#: src/pulse/client-conf-x11.c:61 src/utils/pax11publish.c:97
-msgid "xcb_connect() failed"
-msgstr ""
-
-#: src/pulse/client-conf-x11.c:66 src/utils/pax11publish.c:102
-msgid "xcb_connection_has_error() returned true"
-msgstr ""
-
-#: src/pulse/client-conf-x11.c:102
-msgid "Failed to parse cookie data"
-msgstr ""
-
-#: src/pulse/context.c:717
-#, c-format
-msgid "fork(): %s"
-msgstr ""
-
-#: src/pulse/context.c:772
-#, c-format
-msgid "waitpid(): %s"
-msgstr ""
-
-#: src/pulse/context.c:1488
-#, c-format
-msgid "Received message for unknown extension '%s'"
-msgstr ""
-
-#: src/pulse/direction.c:37
-msgid "input"
-msgstr "مدخل"
-
-#: src/pulse/direction.c:39
-msgid "output"
-msgstr "اخراج"
-
-#: src/pulse/direction.c:41
-msgid "bidirectional"
-msgstr "ثنائي الاتجاه"
-
-#: src/pulse/direction.c:43
-msgid "invalid"
-msgstr "غير صالح"
-
-#: src/pulsecore/core-util.c:1790
-#, c-format
-msgid ""
-"XDG_RUNTIME_DIR (%s) is not owned by us (uid %d), but by uid %d! (This could e.g. "
-"happen if you try to connect to a non-root PulseAudio as a root user, over the native "
-"protocol. Don't do that.)"
-msgstr ""
-
-#: src/pulsecore/core-util.h:97
-msgid "yes"
-msgstr "نعم"
-
-#: src/pulsecore/core-util.h:97
-msgid "no"
-msgstr "لا"
-
-#: src/pulsecore/lock-autospawn.c:141 src/pulsecore/lock-autospawn.c:227
-msgid "Cannot access autospawn lock."
-msgstr ""
-
-#: src/pulsecore/log.c:165
-#, c-format
-msgid "Failed to open target file '%s'."
-msgstr ""
-
-#: src/pulsecore/log.c:188
-#, c-format
-msgid "Tried to open target file '%s', '%s.1', '%s.2' ... '%s.%d', but all failed."
-msgstr ""
-
-#: src/pulsecore/log.c:651
-msgid "Invalid log target."
-msgstr ""
-
-#: src/pulsecore/sink.c:3609
-msgid "Built-in Audio"
-msgstr "الصوت المدمج"
-
-#: src/pulsecore/sink.c:3614
-msgid "Modem"
-msgstr "مودم"
-
-#: src/pulse/error.c:38
-msgid "OK"
-msgstr "موافق"
-
-#: src/pulse/error.c:39
-msgid "Access denied"
-msgstr "ممنوع الوصول"
-
-#: src/pulse/error.c:40
-msgid "Unknown command"
-msgstr "أمر مجهول"
-
-#: src/pulse/error.c:41
-msgid "Invalid argument"
-msgstr "وسيط غير صالحة"
-
-#: src/pulse/error.c:42
-msgid "Entity exists"
-msgstr ""
-
-#: src/pulse/error.c:43
-msgid "No such entity"
-msgstr ""
-
-#: src/pulse/error.c:44
-msgid "Connection refused"
-msgstr ""
-
-#: src/pulse/error.c:45
-msgid "Protocol error"
-msgstr ""
-
-#: src/pulse/error.c:46
-msgid "Timeout"
-msgstr "المهلة الزمنية"
-
-#: src/pulse/error.c:47
-msgid "No authentication key"
-msgstr ""
-
-#: src/pulse/error.c:48
-msgid "Internal error"
-msgstr "خطأ داخلي"
-
-#: src/pulse/error.c:49
-msgid "Connection terminated"
-msgstr ""
-
-#: src/pulse/error.c:50
-msgid "Entity killed"
-msgstr ""
-
-#: src/pulse/error.c:51
-msgid "Invalid server"
-msgstr "خادوم غير صالح"
-
-#: src/pulse/error.c:52
-msgid "Module initialization failed"
-msgstr ""
-
-#: src/pulse/error.c:53
-msgid "Bad state"
-msgstr "حاله سيئة"
-
-#: src/pulse/error.c:54
-msgid "No data"
-msgstr ""
-
-#: src/pulse/error.c:55
-msgid "Incompatible protocol version"
-msgstr ""
-
-#: src/pulse/error.c:56
-msgid "Too large"
-msgstr ""
-
-#: src/pulse/error.c:57
-msgid "Not supported"
-msgstr "غير مدعوم"
-
-#: src/pulse/error.c:58
-msgid "Unknown error code"
-msgstr ""
-
-#: src/pulse/error.c:59
-msgid "No such extension"
-msgstr ""
-
-#: src/pulse/error.c:60
-msgid "Obsolete functionality"
-msgstr ""
-
-#: src/pulse/error.c:61
-msgid "Missing implementation"
-msgstr ""
-
-#: src/pulse/error.c:62
-msgid "Client forked"
-msgstr ""
-
-#: src/pulse/error.c:63
-msgid "Input/Output error"
-msgstr "خطأ في الإدخال/الإخراج"
-
-#: src/pulse/error.c:64
-msgid "Device or resource busy"
-msgstr "الجهاز أو المورد مشغول"
-
-#: src/pulse/sample.c:179
-#, c-format
-msgid "%s %uch %uHz"
-msgstr ""
-
-#: src/pulse/sample.c:191
-#, c-format
-msgid "%0.1f GiB"
-msgstr ""
-
-#: src/pulse/sample.c:193
-#, c-format
-msgid "%0.1f MiB"
-msgstr ""
-
-#: src/pulse/sample.c:195
-#, c-format
-msgid "%0.1f KiB"
-msgstr ""
-
-#: src/pulse/sample.c:197
-#, c-format
-msgid "%u B"
-msgstr ""
-
-#: src/utils/pacat.c:134
-#, c-format
-msgid "Failed to drain stream: %s"
-msgstr ""
-
-#: src/utils/pacat.c:139
-msgid "Playback stream drained."
-msgstr ""
-
-#: src/utils/pacat.c:150
-msgid "Draining connection to server."
-msgstr ""
-
-#: src/utils/pacat.c:163
-#, c-format
-msgid "pa_stream_drain(): %s"
-msgstr ""
-
-#: src/utils/pacat.c:194 src/utils/pacat.c:543
-#, c-format
-msgid "pa_stream_begin_write() failed: %s"
-msgstr ""
-
-#: src/utils/pacat.c:244 src/utils/pacat.c:274
-#, c-format
-msgid "pa_stream_peek() failed: %s"
-msgstr ""
-
-#: src/utils/pacat.c:324
-msgid "Stream successfully created."
-msgstr ""
-
-#: src/utils/pacat.c:327
-#, c-format
-msgid "pa_stream_get_buffer_attr() failed: %s"
-msgstr ""
-
-#: src/utils/pacat.c:331
-#, c-format
-msgid "Buffer metrics: maxlength=%u, tlength=%u, prebuf=%u, minreq=%u"
-msgstr ""
-
-#: src/utils/pacat.c:334
-#, c-format
-msgid "Buffer metrics: maxlength=%u, fragsize=%u"
-msgstr ""
-
-#: src/utils/pacat.c:338
-#, c-format
-msgid "Using sample spec '%s', channel map '%s'."
-msgstr ""
-
-#: src/utils/pacat.c:342
-#, c-format
-msgid "Connected to device %s (index: %u, suspended: %s)."
-msgstr ""
-
-#: src/utils/pacat.c:352
-#, c-format
-msgid "Stream error: %s"
-msgstr ""
-
-#: src/utils/pacat.c:362
-#, c-format
-msgid "Stream device suspended.%s"
-msgstr ""
-
-#: src/utils/pacat.c:364
-#, c-format
-msgid "Stream device resumed.%s"
-msgstr ""
-
-#: src/utils/pacat.c:372
-#, c-format
-msgid "Stream underrun.%s"
-msgstr ""
-
-#: src/utils/pacat.c:379
-#, c-format
-msgid "Stream overrun.%s"
-msgstr ""
-
-#: src/utils/pacat.c:386
-#, c-format
-msgid "Stream started.%s"
-msgstr ""
-
-#: src/utils/pacat.c:393
-#, c-format
-msgid "Stream moved to device %s (%u, %ssuspended).%s"
-msgstr ""
-
-#: src/utils/pacat.c:393
-msgid "not "
-msgstr ""
-
-#: src/utils/pacat.c:400
-#, c-format
-msgid "Stream buffer attributes changed.%s"
-msgstr ""
-
-#: src/utils/pacat.c:415
-msgid "Cork request stack is empty: corking stream"
-msgstr ""
-
-#: src/utils/pacat.c:421
-msgid "Cork request stack is empty: uncorking stream"
-msgstr ""
-
-#: src/utils/pacat.c:425
-msgid "Warning: Received more uncork requests than cork requests."
-msgstr ""
-
-#: src/utils/pacat.c:450
-#, c-format
-msgid "Connection established.%s"
-msgstr ""
-
-#: src/utils/pacat.c:453
-#, c-format
-msgid "pa_stream_new() failed: %s"
-msgstr ""
-
-#: src/utils/pacat.c:491
-#, c-format
-msgid "pa_stream_connect_playback() failed: %s"
-msgstr ""
-
-#: src/utils/pacat.c:497
-#, c-format
-msgid "Failed to set monitor stream: %s"
-msgstr ""
-
-#: src/utils/pacat.c:501
-#, c-format
-msgid "pa_stream_connect_record() failed: %s"
-msgstr ""
-
-#: src/utils/pacat.c:514 src/utils/pactl.c:2508
-#, c-format
-msgid "Connection failure: %s"
-msgstr ""
-
-#: src/utils/pacat.c:557
-msgid "Got EOF."
-msgstr ""
-
-#: src/utils/pacat.c:581
-#, c-format
-msgid "pa_stream_write() failed: %s"
-msgstr ""
-
-#: src/utils/pacat.c:605
-#, c-format
-msgid "write() failed: %s"
-msgstr ""
-
-#: src/utils/pacat.c:626
-msgid "Got signal, exiting."
-msgstr ""
-
-#: src/utils/pacat.c:640
-#, c-format
-msgid "Failed to get latency: %s"
-msgstr ""
-
-#: src/utils/pacat.c:645
-#, c-format
-msgid "Time: %0.3f sec; Latency: %0.0f usec."
-msgstr ""
-
-#: src/utils/pacat.c:666
-#, c-format
-msgid "pa_stream_update_timing_info() failed: %s"
-msgstr ""
-
-#: src/utils/pacat.c:676
-#, c-format
-msgid ""
-"%s [options]\n"
-"%s\n"
-"\n"
-" -h, --help Show this help\n"
-" --version Show version\n"
-"\n"
-" -r, --record Create a connection for recording\n"
-" -p, --playback Create a connection for playback\n"
-"\n"
-" -v, --verbose Enable verbose operations\n"
-"\n"
-" -s, --server=SERVER The name of the server to connect to\n"
-" -d, --device=DEVICE The name of the sink/source to connect to. The "
-"special names @DEFAULT_SINK@, @DEFAULT_SOURCE@ and @DEFAULT_MONITOR@ can be used to "
-"specify the default sink, source and monitor respectively.\n"
-" -n, --client-name=NAME How to call this client on the server\n"
-" --stream-name=NAME How to call this stream on the server\n"
-" --volume=VOLUME Specify the initial (linear) volume in range "
-"0...65536\n"
-" --rate=SAMPLERATE The sample rate in Hz (defaults to 44100)\n"
-" --format=SAMPLEFORMAT The sample format, see\n"
-" https://www.freedesktop.org/wiki/Software/"
-"PulseAudio/Documentation/User/SupportedAudioFormats/\n"
-" for possible values (defaults to s16ne)\n"
-" --channels=CHANNELS The number of channels, 1 for mono, 2 for "
-"stereo\n"
-" (defaults to 2)\n"
-" --channel-map=CHANNELMAP Channel map to use instead of the default\n"
-" --fix-format Take the sample format from the sink/source the "
-"stream is\n"
-" being connected to.\n"
-" --fix-rate Take the sampling rate from the sink/source the "
-"stream is\n"
-" being connected to.\n"
-" --fix-channels Take the number of channels and the channel "
-"map\n"
-" from the sink/source the stream is being "
-"connected to.\n"
-" --no-remix Don't upmix or downmix channels.\n"
-" --no-remap Map channels by index instead of name.\n"
-" --latency=BYTES Request the specified latency in bytes.\n"
-" --process-time=BYTES Request the specified process time per request "
-"in bytes.\n"
-" --latency-msec=MSEC Request the specified latency in msec.\n"
-" --process-time-msec=MSEC Request the specified process time per request "
-"in msec.\n"
-" --property=PROPERTY=VALUE Set the specified property to the specified "
-"value.\n"
-" --raw Record/play raw PCM data.\n"
-" --passthrough Passthrough data.\n"
-" --file-format[=FFORMAT] Record/play formatted PCM data.\n"
-" --list-file-formats List available file formats.\n"
-" --monitor-stream=INDEX Record from the sink input with index INDEX.\n"
-msgstr ""
-
-#: src/utils/pacat.c:793
-msgid "Play back encoded audio files on a PulseAudio sound server."
-msgstr ""
-
-#: src/utils/pacat.c:797
-msgid "Capture audio data from a PulseAudio sound server and write it to a file."
-msgstr ""
-
-#: src/utils/pacat.c:801
-msgid ""
-"Capture audio data from a PulseAudio sound server and write it to STDOUT or the "
-"specified file."
-msgstr ""
-
-#: src/utils/pacat.c:805
-msgid ""
-"Play back audio data from STDIN or the specified file on a PulseAudio sound server."
-msgstr ""
-
-#: src/utils/pacat.c:819
-#, c-format
-msgid ""
-"pacat %s\n"
-"Compiled with libpulse %s\n"
-"Linked with libpulse %s\n"
-msgstr ""
-
-#: src/utils/pacat.c:852 src/utils/pactl.c:2731
-#, c-format
-msgid "Invalid client name '%s'"
-msgstr ""
-
-#: src/utils/pacat.c:867
-#, c-format
-msgid "Invalid stream name '%s'"
-msgstr ""
-
-#: src/utils/pacat.c:904
-#, c-format
-msgid "Invalid channel map '%s'"
-msgstr ""
-
-#: src/utils/pacat.c:933 src/utils/pacat.c:947
-#, c-format
-msgid "Invalid latency specification '%s'"
-msgstr ""
-
-#: src/utils/pacat.c:940 src/utils/pacat.c:954
-#, c-format
-msgid "Invalid process time specification '%s'"
-msgstr ""
-
-#: src/utils/pacat.c:966
-#, c-format
-msgid "Invalid property '%s'"
-msgstr ""
-
-#: src/utils/pacat.c:985
-#, c-format
-msgid "Unknown file format %s."
-msgstr ""
-
-#: src/utils/pacat.c:1000
-msgid "Failed to parse the argument for --monitor-stream"
-msgstr ""
-
-#: src/utils/pacat.c:1011
-msgid "Invalid sample specification"
-msgstr ""
-
-#: src/utils/pacat.c:1021
-#, c-format
-msgid "open(): %s"
-msgstr ""
-
-#: src/utils/pacat.c:1026
-#, c-format
-msgid "dup2(): %s"
-msgstr ""
-
-#: src/utils/pacat.c:1033
-msgid "Too many arguments."
-msgstr ""
-
-#: src/utils/pacat.c:1044
-msgid "Failed to generate sample specification for file."
-msgstr ""
-
-#: src/utils/pacat.c:1082
-msgid "Failed to open audio file."
-msgstr ""
-
-#: src/utils/pacat.c:1088
-msgid ""
-"Warning: specified sample specification will be overwritten with specification from "
-"file."
-msgstr ""
-
-#: src/utils/pacat.c:1091 src/utils/pactl.c:2806
-msgid "Failed to determine sample specification from file."
-msgstr ""
-
-#: src/utils/pacat.c:1100
-msgid "Warning: Failed to determine channel map from file."
-msgstr ""
-
-#: src/utils/pacat.c:1111
-msgid "Channel map doesn't match sample specification"
-msgstr ""
-
-#: src/utils/pacat.c:1122
-msgid "Warning: failed to write channel map to file."
-msgstr ""
-
-#: src/utils/pacat.c:1137
-#, c-format
-msgid "Opening a %s stream with sample specification '%s' and channel map '%s'."
-msgstr ""
-
-#: src/utils/pacat.c:1138
-msgid "recording"
-msgstr "يسجّل"
-
-#: src/utils/pacat.c:1138
-msgid "playback"
-msgstr ""
-
-#: src/utils/pacat.c:1162
-msgid "Failed to set media name."
-msgstr ""
-
-#: src/utils/pacat.c:1172 src/utils/pactl.c:3218
-msgid "pa_mainloop_new() failed."
-msgstr ""
-
-#: src/utils/pacat.c:1195
-msgid "io_new() failed."
-msgstr ""
-
-#: src/utils/pacat.c:1202 src/utils/pactl.c:3230
-msgid "pa_context_new() failed."
-msgstr ""
-
-#: src/utils/pacat.c:1210 src/utils/pactl.c:3236
-#, c-format
-msgid "pa_context_connect() failed: %s"
-msgstr ""
-
-#: src/utils/pacat.c:1216
-msgid "pa_context_rttime_new() failed."
-msgstr ""
-
-#: src/utils/pacat.c:1223 src/utils/pactl.c:3241
-msgid "pa_mainloop_run() failed."
-msgstr ""
-
-#: src/utils/pacmd.c:51 src/utils/pactl.c:2643
-msgid "NAME [ARGS ...]"
-msgstr ""
-
-#: src/utils/pacmd.c:52 src/utils/pacmd.c:60 src/utils/pactl.c:2644 src/utils/pactl.c:2651
-#: src/utils/pactl.c:2652
-msgid "NAME|#N"
-msgstr ""
-
-#: src/utils/pacmd.c:53 src/utils/pacmd.c:63 src/utils/pactl.c:2642 src/utils/pactl.c:2649
-msgid "NAME"
-msgstr ""
-
-#: src/utils/pacmd.c:54
-msgid "NAME|#N VOLUME"
-msgstr ""
-
-#: src/utils/pacmd.c:55
-msgid "#N VOLUME"
-msgstr ""
-
-#: src/utils/pacmd.c:56 src/utils/pacmd.c:70 src/utils/pactl.c:2646
-msgid "NAME|#N 1|0"
-msgstr ""
-
-#: src/utils/pacmd.c:57
-msgid "#N 1|0"
-msgstr ""
-
-#: src/utils/pacmd.c:58
-msgid "NAME|#N KEY=VALUE"
-msgstr ""
-
-#: src/utils/pacmd.c:59
-msgid "#N KEY=VALUE"
-msgstr ""
-
-#: src/utils/pacmd.c:61
-msgid "#N"
-msgstr ""
-
-#: src/utils/pacmd.c:62
-msgid "NAME SINK|#N"
-msgstr ""
-
-#: src/utils/pacmd.c:64 src/utils/pacmd.c:65
-msgid "NAME FILENAME"
-msgstr ""
-
-#: src/utils/pacmd.c:66
-msgid "PATHNAME"
-msgstr ""
-
-#: src/utils/pacmd.c:67
-msgid "FILENAME SINK|#N"
-msgstr ""
-
-#: src/utils/pacmd.c:69 src/utils/pactl.c:2645
-msgid "#N SINK|SOURCE"
-msgstr ""
-
-#: src/utils/pacmd.c:71 src/utils/pacmd.c:77 src/utils/pacmd.c:78
-msgid "1|0"
-msgstr ""
-
-#: src/utils/pacmd.c:72 src/utils/pactl.c:2647
-msgid "CARD PROFILE"
-msgstr ""
-
-#: src/utils/pacmd.c:73 src/utils/pactl.c:2650
-msgid "NAME|#N PORT"
-msgstr ""
-
-#: src/utils/pacmd.c:74 src/utils/pactl.c:2658
-msgid "CARD-NAME|CARD-#N PORT OFFSET"
-msgstr ""
-
-#: src/utils/pacmd.c:75
-msgid "TARGET"
-msgstr ""
-
-#: src/utils/pacmd.c:76
-msgid "NUMERIC-LEVEL"
-msgstr ""
-
-#: src/utils/pacmd.c:79
-msgid "FRAMES"
-msgstr ""
-
-#: src/utils/pacmd.c:80 src/utils/pactl.c:2659
-msgid "RECIPIENT MESSAGE [MESSAGE_PARAMETERS]"
-msgstr ""
-
-#: src/utils/pacmd.c:82
-#, c-format
-msgid ""
-"\n"
-" -h, --help Show this help\n"
-" --version Show version\n"
-"When no command is given pacmd starts in the interactive mode.\n"
-msgstr ""
-
-#: src/utils/pacmd.c:129
-#, c-format
-msgid ""
-"pacmd %s\n"
-"Compiled with libpulse %s\n"
-"Linked with libpulse %s\n"
-msgstr ""
-
-#: src/utils/pacmd.c:143
-msgid "No PulseAudio daemon running, or not running as session daemon."
-msgstr ""
-
-#: src/utils/pacmd.c:148
-#, c-format
-msgid "socket(PF_UNIX, SOCK_STREAM, 0): %s"
-msgstr ""
-
-#: src/utils/pacmd.c:165
-#, c-format
-msgid "connect(): %s"
-msgstr ""
-
-#: src/utils/pacmd.c:173
-msgid "Failed to kill PulseAudio daemon."
-msgstr ""
-
-#: src/utils/pacmd.c:181
-msgid "Daemon not responding."
-msgstr ""
-
-#: src/utils/pacmd.c:213 src/utils/pacmd.c:322 src/utils/pacmd.c:340
-#, c-format
-msgid "write(): %s"
-msgstr ""
-
-#: src/utils/pacmd.c:269
-#, c-format
-msgid "poll(): %s"
-msgstr ""
-
-#: src/utils/pacmd.c:280 src/utils/pacmd.c:300
-#, c-format
-msgid "read(): %s"
-msgstr ""
-
-#: src/utils/pactl.c:183
-#, c-format
-msgid "Failed to get statistics: %s"
-msgstr ""
-
-#: src/utils/pactl.c:199
-#, c-format
-msgid "Currently in use: %u block containing %s bytes total.\n"
-msgid_plural "Currently in use: %u blocks containing %s bytes total.\n"
-msgstr[0] ""
-msgstr[1] ""
-
-#: src/utils/pactl.c:205
-#, c-format
-msgid "Allocated during whole lifetime: %u block containing %s bytes total.\n"
-msgid_plural "Allocated during whole lifetime: %u blocks containing %s bytes total.\n"
-msgstr[0] ""
-msgstr[1] ""
-
-#: src/utils/pactl.c:211
-#, c-format
-msgid "Sample cache size: %s\n"
-msgstr ""
-
-#: src/utils/pactl.c:219 src/utils/pactl.c:231 src/utils/pactl.c:245
-#, c-format
-msgid "Failed to get server information: %s"
-msgstr ""
-
-#: src/utils/pactl.c:224 src/utils/pactl.c:236
-#, c-format
-msgid "%s\n"
-msgstr ""
-
-#: src/utils/pactl.c:281
-#, c-format
-msgid ""
-"Server String: %s\n"
-"Library Protocol Version: %u\n"
-"Server Protocol Version: %u\n"
-"Is Local: %s\n"
-"Client Index: %u\n"
-"Tile Size: %zu\n"
-msgstr ""
-
-#: src/utils/pactl.c:294
-#, c-format
-msgid ""
-"User Name: %s\n"
-"Host Name: %s\n"
-"Server Name: %s\n"
-"Server Version: %s\n"
-"Default Sample Specification: %s\n"
-"Default Channel Map: %s\n"
-"Default Sink: %s\n"
-"Default Source: %s\n"
-"Cookie: %04x:%04x\n"
-msgstr ""
-
-#: src/utils/pactl.c:320
-msgid "availability unknown"
-msgstr ""
-
-#: src/utils/pactl.c:321
-msgid "available"
-msgstr "متوفر"
-
-#: src/utils/pactl.c:322
-msgid "not available"
-msgstr "غير متوفر"
-
-#: src/utils/pactl.c:331 src/utils/pactl.c:355
-msgid "Unknown"
-msgstr "غير معروف"
-
-#: src/utils/pactl.c:332
-msgid "Aux"
-msgstr ""
-
-#: src/utils/pactl.c:335
-msgid "Line"
-msgstr "خطي"
-
-#: src/utils/pactl.c:336
-msgid "Mic"
-msgstr "مايك"
-
-#: src/utils/pactl.c:338
-msgid "Handset"
-msgstr ""
-
-#: src/utils/pactl.c:339
-msgid "Earpiece"
-msgstr ""
-
-#: src/utils/pactl.c:340
-msgid "SPDIF"
-msgstr ""
-
-#: src/utils/pactl.c:341
-msgid "HDMI"
-msgstr ""
-
-#: src/utils/pactl.c:342
-msgid "TV"
-msgstr ""
-
-#: src/utils/pactl.c:345
-msgid "USB"
-msgstr "يو إس بي"
-
-#: src/utils/pactl.c:346
-msgid "Bluetooth"
-msgstr "بلوتوث"
-
-#: src/utils/pactl.c:352
-msgid "Network"
-msgstr "شبكة"
-
-#: src/utils/pactl.c:353
-msgid "Analog"
-msgstr "تناظري"
-
-#: src/utils/pactl.c:567 src/utils/pactl.c:1834 src/utils/pactl.c:1852
-#: src/utils/pactl.c:1875 src/utils/pactl.c:1992
-#, c-format
-msgid "Failed to get sink information: %s"
-msgstr ""
-
-#: src/utils/pactl.c:664
-#, c-format
-msgid ""
-"Sink #%u\n"
-"\tState: %s\n"
-"\tName: %s\n"
-"\tDescription: %s\n"
-"\tDriver: %s\n"
-"\tSample Specification: %s\n"
-"\tChannel Map: %s\n"
-"\tOwner Module: %u\n"
-"\tMute: %s\n"
-"\tVolume: %s\n"
-"\t balance %0.2f\n"
-"\tBase Volume: %s\n"
-"\tMonitor Source: %s\n"
-"\tLatency: %0.0f usec, configured %0.0f usec\n"
-"\tFlags: %s%s%s%s%s%s%s\n"
-"\tProperties:\n"
-"\t\t%s\n"
-msgstr ""
-
-#: src/utils/pactl.c:706 src/utils/pactl.c:890 src/utils/pactl.c:1251
-#, c-format
-msgid "\tPorts:\n"
-msgstr ""
-
-#: src/utils/pactl.c:708 src/utils/pactl.c:892
-#, c-format
-msgid "\t\t%s: %s (type: %s, priority: %u%s%s, %s)\n"
-msgstr ""
-
-#: src/utils/pactl.c:710 src/utils/pactl.c:894 src/utils/pactl.c:1256
-msgid ", availability group: "
-msgstr ""
-
-#: src/utils/pactl.c:715 src/utils/pactl.c:899
-#, c-format
-msgid "\tActive Port: %s\n"
-msgstr ""
-
-#: src/utils/pactl.c:721 src/utils/pactl.c:905
-#, c-format
-msgid "\tFormats:\n"
-msgstr ""
-
-#: src/utils/pactl.c:753 src/utils/pactl.c:1893 src/utils/pactl.c:1911
-#: src/utils/pactl.c:1934 src/utils/pactl.c:2007
-#, c-format
-msgid "Failed to get source information: %s"
-msgstr ""
-
-#: src/utils/pactl.c:849
-#, c-format
-msgid ""
-"Source #%u\n"
-"\tState: %s\n"
-"\tName: %s\n"
-"\tDescription: %s\n"
-"\tDriver: %s\n"
-"\tSample Specification: %s\n"
-"\tChannel Map: %s\n"
-"\tOwner Module: %u\n"
-"\tMute: %s\n"
-"\tVolume: %s\n"
-"\t balance %0.2f\n"
-"\tBase Volume: %s\n"
-"\tMonitor of Sink: %s\n"
-"\tLatency: %0.0f usec, configured %0.0f usec\n"
-"\tFlags: %s%s%s%s%s%s\n"
-"\tProperties:\n"
-"\t\t%s\n"
-msgstr ""
-
-#: src/utils/pactl.c:877 src/utils/pactl.c:962 src/utils/pactl.c:1062
-#: src/utils/pactl.c:1232 src/utils/pactl.c:1384 src/utils/pactl.c:1385
-#: src/utils/pactl.c:1396 src/utils/pactl.c:1507 src/utils/pactl.c:1508
-#: src/utils/pactl.c:1519 src/utils/pactl.c:1557 src/utils/pactl.c:1582
-#: src/utils/pactl.c:1624
-msgid "n/a"
-msgstr "غير متاح"
-
-#: src/utils/pactl.c:924 src/utils/pactl.c:1793
-#, c-format
-msgid "Failed to get module information: %s"
-msgstr ""
-
-#: src/utils/pactl.c:976
-#, c-format
-msgid ""
-"Module #%u\n"
-"\tName: %s\n"
-"\tArgument: %s\n"
-"\tUsage counter: %s\n"
-"\tProperties:\n"
-"\t\t%s\n"
-msgstr ""
-
-#: src/utils/pactl.c:1002
-#, c-format
-msgid "Failed to get client information: %s"
-msgstr ""
-
-#: src/utils/pactl.c:1056
-#, c-format
-msgid ""
-"Client #%u\n"
-"\tDriver: %s\n"
-"\tOwner Module: %s\n"
-"\tProperties:\n"
-"\t\t%s\n"
-msgstr ""
-
-#: src/utils/pactl.c:1168
-#, c-format
-msgid "Failed to get card information: %s"
-msgstr ""
-
-#: src/utils/pactl.c:1224
-#, c-format
-msgid ""
-"Card #%u\n"
-"\tName: %s\n"
-"\tDriver: %s\n"
-"\tOwner Module: %s\n"
-"\tProperties:\n"
-"\t\t%s\n"
-msgstr ""
-
-#: src/utils/pactl.c:1238
-#, c-format
-msgid "\tProfiles:\n"
-msgstr ""
-
-#: src/utils/pactl.c:1240
-#, c-format
-msgid "\t\t%s: %s (sinks: %u, sources: %u, priority: %u, available: %s)\n"
-msgstr ""
-
-#: src/utils/pactl.c:1245
-#, c-format
-msgid "\tActive Profile: %s\n"
-msgstr ""
-
-#: src/utils/pactl.c:1254
-#, c-format
-msgid "\t\t%s: %s (type: %s, priority: %u, latency offset: % usec%s%s, %s)\n"
-msgstr ""
-
-#: src/utils/pactl.c:1261
-#, c-format
-msgid ""
-"\t\t\tProperties:\n"
-"\t\t\t\t%s\n"
-msgstr ""
-
-#: src/utils/pactl.c:1265
-#, c-format
-msgid "\t\t\tPart of profile(s): %s"
-msgstr ""
-
-#: src/utils/pactl.c:1290 src/utils/pactl.c:1954 src/utils/pactl.c:2022
-#, c-format
-msgid "Failed to get sink input information: %s"
-msgstr ""
-
-#: src/utils/pactl.c:1366
-#, c-format
-msgid ""
-"Sink Input #%u\n"
-"\tDriver: %s\n"
-"\tOwner Module: %s\n"
-"\tClient: %s\n"
-"\tSink: %u\n"
-"\tSample Specification: %s\n"
-"\tChannel Map: %s\n"
-"\tFormat: %s\n"
-"\tCorked: %s\n"
-"\tMute: %s\n"
-"\tVolume: %s\n"
-"\t balance %0.2f\n"
-"\tBuffer Latency: %0.0f usec\n"
-"\tSink Latency: %0.0f usec\n"
-"\tResample method: %s\n"
-"\tProperties:\n"
-"\t\t%s\n"
-msgstr ""
-
-#: src/utils/pactl.c:1413 src/utils/pactl.c:1974 src/utils/pactl.c:2037
-#, c-format
-msgid "Failed to get source output information: %s"
-msgstr ""
-
-#: src/utils/pactl.c:1489
-#, c-format
-msgid ""
-"Source Output #%u\n"
-"\tDriver: %s\n"
-"\tOwner Module: %s\n"
-"\tClient: %s\n"
-"\tSource: %u\n"
-"\tSample Specification: %s\n"
-"\tChannel Map: %s\n"
-"\tFormat: %s\n"
-"\tCorked: %s\n"
-"\tMute: %s\n"
-"\tVolume: %s\n"
-"\t balance %0.2f\n"
-"\tBuffer Latency: %0.0f usec\n"
-"\tSource Latency: %0.0f usec\n"
-"\tResample method: %s\n"
-"\tProperties:\n"
-"\t\t%s\n"
-msgstr ""
-
-#: src/utils/pactl.c:1536
-#, c-format
-msgid "Failed to get sample information: %s"
-msgstr ""
-
-#: src/utils/pactl.c:1604
-#, c-format
-msgid ""
-"Sample #%u\n"
-"\tName: %s\n"
-"\tSample Specification: %s\n"
-"\tChannel Map: %s\n"
-"\tVolume: %s\n"
-"\t balance %0.2f\n"
-"\tDuration: %0.1fs\n"
-"\tSize: %s\n"
-"\tLazy: %s\n"
-"\tFilename: %s\n"
-"\tProperties:\n"
-"\t\t%s\n"
-msgstr ""
-
-#: src/utils/pactl.c:1633 src/utils/pactl.c:1643
-#, c-format
-msgid "Failure: %s"
-msgstr ""
-
-#: src/utils/pactl.c:1667
-#, c-format
-msgid "Send message failed: %s"
-msgstr ""
-
-#: src/utils/pactl.c:1695
-#, c-format
-msgid "list-handlers message failed: %s"
-msgstr ""
-
-#: src/utils/pactl.c:1711 src/utils/pactl.c:1760
-msgid "list-handlers message response could not be parsed correctly"
-msgstr "تعذر تحليل استجابة رسالة معالجات القائمة بشكل صحيح"
-
-#: src/utils/pactl.c:1718
-msgid "list-handlers message response is not a JSON array"
-msgstr "استجابة رسائل معالجات القائمة ليست مصفوفة JSON"
-
-#: src/utils/pactl.c:1729
-#, c-format
-msgid "list-handlers message response array element %d is not a JSON object"
-msgstr ""
-
-#: src/utils/pactl.c:1800
-#, c-format
-msgid "Failed to unload module: Module %s not loaded"
-msgstr ""
-
-#: src/utils/pactl.c:1818
-#, c-format
-msgid ""
-"Failed to set volume: You tried to set volumes for %d channel, whereas channel(s) "
-"supported = %d\n"
-msgid_plural ""
-"Failed to set volume: You tried to set volumes for %d channels, whereas channel(s) "
-"supported = %d\n"
-msgstr[0] ""
-msgstr[1] ""
-
-#: src/utils/pactl.c:2107
-#, c-format
-msgid "Failed to upload sample: %s"
-msgstr ""
-
-#: src/utils/pactl.c:2124
-msgid "Premature end of file"
-msgstr ""
-
-#: src/utils/pactl.c:2144
-msgid "new"
-msgstr ""
-
-#: src/utils/pactl.c:2147
-msgid "change"
-msgstr "غيّر"
-
-#: src/utils/pactl.c:2150
-msgid "remove"
-msgstr "أزِل"
-
-#: src/utils/pactl.c:2153 src/utils/pactl.c:2188
-msgid "unknown"
-msgstr "مجهول"
-
-#: src/utils/pactl.c:2161
-msgid "sink"
-msgstr ""
-
-#: src/utils/pactl.c:2164
-msgid "source"
-msgstr "المصدر"
-
-#: src/utils/pactl.c:2167
-msgid "sink-input"
-msgstr ""
-
-#: src/utils/pactl.c:2170
-msgid "source-output"
-msgstr ""
-
-#: src/utils/pactl.c:2173
-msgid "module"
-msgstr ""
-
-#: src/utils/pactl.c:2176
-msgid "client"
-msgstr ""
-
-#: src/utils/pactl.c:2179
-msgid "sample-cache"
-msgstr ""
-
-#: src/utils/pactl.c:2182
-msgid "server"
-msgstr "خادم"
-
-#: src/utils/pactl.c:2185
-msgid "card"
-msgstr ""
-
-#: src/utils/pactl.c:2206
-#, c-format
-msgid "Event '%s' on %s #%u\n"
-msgstr ""
-
-#: src/utils/pactl.c:2514
-msgid "Got SIGINT, exiting."
-msgstr ""
-
-#: src/utils/pactl.c:2547
-msgid "Invalid volume specification"
-msgstr "مواصفات ملف خاطئة"
-
-#: src/utils/pactl.c:2581
-msgid "Volume outside permissible range.\n"
-msgstr ""
-
-#: src/utils/pactl.c:2594
-msgid "Invalid number of volume specifications.\n"
-msgstr ""
-
-#: src/utils/pactl.c:2606
-msgid "Inconsistent volume specification.\n"
-msgstr ""
-
-#: src/utils/pactl.c:2636 src/utils/pactl.c:2637 src/utils/pactl.c:2638
-#: src/utils/pactl.c:2639 src/utils/pactl.c:2640 src/utils/pactl.c:2641
-#: src/utils/pactl.c:2642 src/utils/pactl.c:2643 src/utils/pactl.c:2644
-#: src/utils/pactl.c:2645 src/utils/pactl.c:2646 src/utils/pactl.c:2647
-#: src/utils/pactl.c:2648 src/utils/pactl.c:2649 src/utils/pactl.c:2650
-#: src/utils/pactl.c:2651 src/utils/pactl.c:2652 src/utils/pactl.c:2653
-#: src/utils/pactl.c:2654 src/utils/pactl.c:2655 src/utils/pactl.c:2656
-#: src/utils/pactl.c:2657 src/utils/pactl.c:2658 src/utils/pactl.c:2659
-#: src/utils/pactl.c:2660
-msgid "[options]"
-msgstr ""
-
-#: src/utils/pactl.c:2638
-msgid "[TYPE]"
-msgstr ""
-
-#: src/utils/pactl.c:2640
-msgid "FILENAME [NAME]"
-msgstr ""
-
-#: src/utils/pactl.c:2641
-msgid "NAME [SINK]"
-msgstr ""
-
-#: src/utils/pactl.c:2653
-msgid "NAME|#N VOLUME [VOLUME ...]"
-msgstr ""
-
-#: src/utils/pactl.c:2654
-msgid "#N VOLUME [VOLUME ...]"
-msgstr ""
-
-#: src/utils/pactl.c:2655
-msgid "NAME|#N 1|0|toggle"
-msgstr ""
-
-#: src/utils/pactl.c:2656
-msgid "#N 1|0|toggle"
-msgstr ""
-
-#: src/utils/pactl.c:2657
-msgid "#N FORMATS"
-msgstr ""
-
-#: src/utils/pactl.c:2661
-#, c-format
-msgid ""
-"\n"
-"The special names @DEFAULT_SINK@, @DEFAULT_SOURCE@ and @DEFAULT_MONITOR@\n"
-"can be used to specify the default sink, source and monitor.\n"
-msgstr ""
-
-#: src/utils/pactl.c:2664
-#, c-format
-msgid ""
-"\n"
-" -h, --help Show this help\n"
-" --version Show version\n"
-"\n"
-" -f, --format=FORMAT The format of the output. Either \"normal\" or "
-"\"json\"\n"
-" -s, --server=SERVER The name of the server to connect to\n"
-" -n, --client-name=NAME How to call this client on the server\n"
-msgstr ""
-
-#: src/utils/pactl.c:2707
-#, c-format
-msgid ""
-"pactl %s\n"
-"Compiled with libpulse %s\n"
-"Linked with libpulse %s\n"
-msgstr ""
-
-#: src/utils/pactl.c:2751
-#, c-format
-msgid "Invalid format value '%s'"
-msgstr ""
-
-#: src/utils/pactl.c:2778
-#, c-format
-msgid "Specify nothing, or one of: %s"
-msgstr ""
-
-#: src/utils/pactl.c:2788
-msgid "Please specify a sample file to load"
-msgstr ""
-
-#: src/utils/pactl.c:2801
-msgid "Failed to open sound file."
-msgstr ""
-
-#: src/utils/pactl.c:2813
-msgid "Warning: Failed to determine sample specification from file."
-msgstr ""
-
-#: src/utils/pactl.c:2823
-msgid "You have to specify a sample name to play"
-msgstr ""
-
-#: src/utils/pactl.c:2835
-msgid "You have to specify a sample name to remove"
-msgstr ""
-
-#: src/utils/pactl.c:2844
-msgid "You have to specify a sink input index and a sink"
-msgstr ""
-
-#: src/utils/pactl.c:2854
-msgid "You have to specify a source output index and a source"
-msgstr ""
-
-#: src/utils/pactl.c:2869
-msgid "You have to specify a module name and arguments."
-msgstr ""
-
-#: src/utils/pactl.c:2889
-msgid "You have to specify a module index or name"
-msgstr ""
-
-#: src/utils/pactl.c:2902
-msgid "You may not specify more than one sink. You have to specify a boolean value."
-msgstr ""
-
-#: src/utils/pactl.c:2907 src/utils/pactl.c:2927
-msgid "Invalid suspend specification."
-msgstr ""
-
-#: src/utils/pactl.c:2922
-msgid "You may not specify more than one source. You have to specify a boolean value."
-msgstr ""
-
-#: src/utils/pactl.c:2939
-msgid "You have to specify a card name/index and a profile name"
-msgstr ""
-
-#: src/utils/pactl.c:2950
-msgid "You have to specify a sink name/index and a port name"
-msgstr ""
-
-#: src/utils/pactl.c:2961
-msgid "You have to specify a sink name"
-msgstr ""
-
-#: src/utils/pactl.c:2974
-msgid "You have to specify a source name/index and a port name"
-msgstr ""
-
-#: src/utils/pactl.c:2985
-msgid "You have to specify a source name"
-msgstr ""
-
-#: src/utils/pactl.c:2998 src/utils/pactl.c:3076
-msgid "You have to specify a sink name/index"
-msgstr ""
-
-#: src/utils/pactl.c:3008
-msgid "You have to specify a sink name/index and a volume"
-msgstr ""
-
-#: src/utils/pactl.c:3021 src/utils/pactl.c:3101
-msgid "You have to specify a source name/index"
-msgstr ""
-
-#: src/utils/pactl.c:3031
-msgid "You have to specify a source name/index and a volume"
-msgstr ""
-
-#: src/utils/pactl.c:3044
-msgid "You have to specify a sink input index and a volume"
-msgstr ""
-
-#: src/utils/pactl.c:3049
-msgid "Invalid sink input index"
-msgstr ""
-
-#: src/utils/pactl.c:3060
-msgid "You have to specify a source output index and a volume"
-msgstr ""
-
-#: src/utils/pactl.c:3065
-msgid "Invalid source output index"
-msgstr ""
-
-#: src/utils/pactl.c:3086
-msgid "You have to specify a sink name/index and a mute action (0, 1, or 'toggle')"
-msgstr ""
-
-#: src/utils/pactl.c:3091 src/utils/pactl.c:3116 src/utils/pactl.c:3136
-#: src/utils/pactl.c:3154
-msgid "Invalid mute specification"
-msgstr "مواصفات كتم الصوت غير صالحة"
-
-#: src/utils/pactl.c:3111
-msgid "You have to specify a source name/index and a mute action (0, 1, or 'toggle')"
-msgstr ""
-
-#: src/utils/pactl.c:3126
-msgid "You have to specify a sink input index and a mute action (0, 1, or 'toggle')"
-msgstr ""
-
-#: src/utils/pactl.c:3131
-msgid "Invalid sink input index specification"
-msgstr ""
-
-#: src/utils/pactl.c:3144
-msgid "You have to specify a source output index and a mute action (0, 1, or 'toggle')"
-msgstr ""
-
-#: src/utils/pactl.c:3149
-msgid "Invalid source output index specification"
-msgstr ""
-
-#: src/utils/pactl.c:3162
-msgid "You have to specify at least an object path and a message name"
-msgstr ""
-
-#: src/utils/pactl.c:3172
-msgid ""
-"Excess arguments given, they will be ignored. Note that all message parameters must be "
-"given as a single string."
-msgstr ""
-
-#: src/utils/pactl.c:3182
-msgid ""
-"You have to specify a sink index and a semicolon-separated list of supported formats"
-msgstr ""
-
-#: src/utils/pactl.c:3194
-msgid "You have to specify a card name/index, a port name and a latency offset"
-msgstr ""
-
-#: src/utils/pactl.c:3201
-msgid "Could not parse latency offset"
-msgstr ""
-
-#: src/utils/pactl.c:3213
-msgid "No valid command specified."
-msgstr ""
-
-#: src/utils/pasuspender.c:79
-#, c-format
-msgid "fork(): %s\n"
-msgstr ""
-
-#: src/utils/pasuspender.c:92
-#, c-format
-msgid "execvp(): %s\n"
-msgstr ""
-
-#: src/utils/pasuspender.c:111
-#, c-format
-msgid "Failure to resume: %s\n"
-msgstr ""
-
-#: src/utils/pasuspender.c:145
-#, c-format
-msgid "Failure to suspend: %s\n"
-msgstr ""
-
-#: src/utils/pasuspender.c:170
-#, c-format
-msgid "WARNING: Sound server is not local, not suspending.\n"
-msgstr ""
-
-#: src/utils/pasuspender.c:183
-#, c-format
-msgid "Connection failure: %s\n"
-msgstr ""
-
-#: src/utils/pasuspender.c:201
-#, c-format
-msgid "Got SIGINT, exiting.\n"
-msgstr ""
-
-#: src/utils/pasuspender.c:219
-#, c-format
-msgid "WARNING: Child process terminated by signal %u\n"
-msgstr ""
-
-#: src/utils/pasuspender.c:228
-#, c-format
-msgid ""
-"%s [options] -- PROGRAM [ARGUMENTS ...]\n"
-"\n"
-"Temporarily suspend PulseAudio while PROGRAM runs.\n"
-"\n"
-" -h, --help Show this help\n"
-" --version Show version\n"
-" -s, --server=SERVER The name of the server to connect to\n"
-"\n"
-msgstr ""
-
-#: src/utils/pasuspender.c:267
-#, c-format
-msgid ""
-"pasuspender %s\n"
-"Compiled with libpulse %s\n"
-"Linked with libpulse %s\n"
-msgstr ""
-
-#: src/utils/pasuspender.c:296
-#, c-format
-msgid "pa_mainloop_new() failed.\n"
-msgstr ""
-
-#: src/utils/pasuspender.c:309
-#, c-format
-msgid "pa_context_new() failed.\n"
-msgstr ""
-
-#: src/utils/pasuspender.c:321
-#, c-format
-msgid "pa_mainloop_run() failed.\n"
-msgstr ""
-
-#: src/utils/pax11publish.c:58
-#, c-format
-msgid ""
-"%s [-D display] [-S server] [-O sink] [-I source] [-c file] [-d|-e|-i|-r]\n"
-"\n"
-" -d Show current PulseAudio data attached to X11 display (default)\n"
-" -e Export local PulseAudio data to X11 display\n"
-" -i Import PulseAudio data from X11 display to local environment variables and "
-"cookie file.\n"
-" -r Remove PulseAudio data from X11 display\n"
-msgstr ""
-
-#: src/utils/pax11publish.c:91
-#, c-format
-msgid "Failed to parse command line.\n"
-msgstr ""
-
-#: src/utils/pax11publish.c:110
-#, c-format
-msgid "Server: %s\n"
-msgstr ""
-
-#: src/utils/pax11publish.c:112
-#, c-format
-msgid "Source: %s\n"
-msgstr ""
-
-#: src/utils/pax11publish.c:114
-#, c-format
-msgid "Sink: %s\n"
-msgstr ""
-
-#: src/utils/pax11publish.c:116
-#, c-format
-msgid "Cookie: %s\n"
-msgstr ""
-
-#: src/utils/pax11publish.c:134
-#, c-format
-msgid "Failed to parse cookie data\n"
-msgstr ""
-
-#: src/utils/pax11publish.c:139
-#, c-format
-msgid "Failed to save cookie data\n"
-msgstr ""
-
-#: src/utils/pax11publish.c:168
-#, c-format
-msgid "Failed to get FQDN.\n"
-msgstr ""
-
-#: src/utils/pax11publish.c:188
-#, c-format
-msgid "Failed to load cookie data\n"
-msgstr ""
-
-#: src/utils/pax11publish.c:206
-#, c-format
-msgid "Not yet implemented.\n"
-msgstr "لم تنفذ بعد.\n"
diff --git a/po/as.po b/po/as.po
index 66d439589..45d1e40b2 100644
--- a/po/as.po
+++ b/po/as.po
@@ -6,9 +6,8 @@
msgid ""
msgstr ""
"Project-Id-Version: pulseaudio.master-tx.as\n"
-"Report-Msgid-Bugs-To: https://gitlab.freedesktop.org/pulseaudio/pulseaudio/"
-"issues/new\n"
-"POT-Creation-Date: 2022-06-18 09:49+0300\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2012-01-30 10:10+0000\n"
"PO-Revision-Date: 2012-01-30 09:52+0000\n"
"Last-Translator: Amitakhya Phukan \n"
"Language-Team: Assamese <>\n"
@@ -19,7 +18,436 @@ msgstr ""
"X-Generator: Lokalize 0.2\n"
"Plural-Forms: nplurals=2; plural=n != 1;\n"
-#: src/daemon/cmdline.c:113
+#: ../src/modules/alsa/alsa-util.c:1136 ../src/modules/alsa/alsa-util.c:1204
+#, c-format
+msgid ""
+"snd_pcm_avail() returned a value that is exceptionally large: %lu bytes (%lu "
+"ms).\n"
+"Most likely this is a bug in the ALSA driver '%s'. Please report this issue "
+"to the ALSA developers."
+msgstr ""
+"snd_pcm_avail() এ এটা বৰ ডাঙৰ মান ঘূৰালে: %lu bytes (%lu ms) ।\n"
+"অতি সম্ভৱ এইটো ALSA চালক '%s' ৰ এটা বাগ । অনুগ্ৰহ কৰি এই সমস্যা ALSA বিকাশকক "
+"জনাওক ।"
+
+#: ../src/modules/alsa/alsa-util.c:1179
+#, c-format
+msgid ""
+"snd_pcm_delay() returned a value that is exceptionally large: %li bytes (%s"
+"%lu ms).\n"
+"Most likely this is a bug in the ALSA driver '%s'. Please report this issue "
+"to the ALSA developers."
+msgstr ""
+"snd_pcm_delay() এ এটা বৰ ডাঙৰ মান ঘূৰালে: %li bytes (%s%lu ms) ।\n"
+"অতি সম্ভৱ এইটো ALSA চালক '%s' ৰ এটা বাগ । অনুগ্ৰহ কৰি এই সমস্যা ALSA বিকাশকক "
+"জনাওক ।"
+
+#: ../src/modules/alsa/alsa-util.c:1220
+#, fuzzy, c-format
+msgid ""
+"snd_pcm_avail_delay() returned strange values: delay %lu is less than avail "
+"%lu.\n"
+"Most likely this is a bug in the ALSA driver '%s'. Please report this issue "
+"to the ALSA developers."
+msgstr ""
+"snd_pcm_avail() এ এটা বৰ ডাঙৰ মান ঘূৰালে: %lu bytes (%lu ms) ।\n"
+"অতি সম্ভৱ এইটো ALSA চালক '%s' ৰ এটা বাগ । অনুগ্ৰহ কৰি এই সমস্যা ALSA বিকাশকক "
+"জনাওক ।"
+
+#: ../src/modules/alsa/alsa-util.c:1263
+#, c-format
+msgid ""
+"snd_pcm_mmap_begin() returned a value that is exceptionally large: %lu bytes "
+"(%lu ms).\n"
+"Most likely this is a bug in the ALSA driver '%s'. Please report this issue "
+"to the ALSA developers."
+msgstr ""
+"snd_pcm_mmap_begin() এ এটা বৰ ডাঙৰ মান ঘূৰালে: %lu bytes (%lu ms) ।\n"
+"অতি সম্ভৱ এইটো ALSA চালক '%s' ৰ এটা বাগ । অনুগ্ৰহ কৰি এই সমস্যা ALSA বিকাশকক "
+"জনাওক ।"
+
+#: ../src/modules/module-always-sink.c:38
+msgid "Always keeps at least one sink loaded even if it's a null one"
+msgstr "সদায়ে অন্তত এটা sink লোড কৰি ৰখা হ'ব, প্ৰয়োজনত null sink ব্যৱহাৰ কৰা হ'ব"
+
+#: ../src/modules/module-always-sink.c:82
+msgid "Dummy Output"
+msgstr "ডামি নিৰ্গম"
+
+#: ../src/modules/module-ladspa-sink.c:48
+msgid "Virtual LADSPA sink"
+msgstr "ভাৰ্চুয়াল LADSPA sink"
+
+#: ../src/modules/module-ladspa-sink.c:52
+#, fuzzy
+msgid ""
+"sink_name= sink_properties= "
+"master= format= rate= "
+"channels= channel_map= plugin= label= control= input_ladspaport_map= output_ladspaport_map= "
+msgstr ""
+"sink_name= sink_properties= "
+"master= format= rate= "
+"channels= channel_map= plugin= label= control="
+
+#: ../src/modules/module-null-sink.c:49
+msgid "Clocked NULL sink"
+msgstr "NULL sink ৰ সময় নিৰ্ধাৰণ"
+
+#: ../src/modules/module-null-sink.c:284
+msgid "Null Output"
+msgstr "Null ফলাফল"
+
+#: ../src/pulsecore/sink.c:3349
+msgid "Built-in Audio"
+msgstr "আভ্যন্তৰীণ অ'ডিঅ'"
+
+#: ../src/pulsecore/sink.c:3354
+msgid "Modem"
+msgstr "মোডেম"
+
+#: ../src/daemon/ltdl-bind-now.c:127
+msgid "Failed to find original lt_dlopen loader."
+msgstr "প্ৰাথমিক lt_dlopen loader পোৱা ন'গ'ল ।"
+
+#: ../src/daemon/ltdl-bind-now.c:132
+msgid "Failed to allocate new dl loader."
+msgstr "নতুন dl loader বিতৰণ কৰিবলৈ বিফল ।"
+
+#: ../src/daemon/ltdl-bind-now.c:145
+msgid "Failed to add bind-now-loader."
+msgstr "bind now loader যোগ কৰিবলৈ বিফল ।"
+
+#: ../src/daemon/main.c:139
+#, c-format
+msgid "Got signal %s."
+msgstr "চিগ্নেল %s পোৱা গ'ল ।"
+
+#: ../src/daemon/main.c:166
+msgid "Exiting."
+msgstr "প্ৰস্থান কৰা হৈছে ।"
+
+#: ../src/daemon/main.c:184
+#, c-format
+msgid "Failed to find user '%s'."
+msgstr "ব্যৱহাৰকৰ্তা '%s' পোৱা ন'গ'ল ।"
+
+#: ../src/daemon/main.c:189
+#, c-format
+msgid "Failed to find group '%s'."
+msgstr "'%s' সমষ্টি পোৱা ন'গ'ল ।"
+
+#: ../src/daemon/main.c:193
+#, c-format
+msgid "Found user '%s' (UID %lu) and group '%s' (GID %lu)."
+msgstr "ব্যৱহাৰকৰ্তা '%s' (UID %lu) আৰু সমষ্টি '%s' (GID %lu) পোৱা গ'ল ।"
+
+#: ../src/daemon/main.c:198
+#, c-format
+msgid "GID of user '%s' and of group '%s' don't match."
+msgstr "ব্যৱহাৰকৰ্তা '%s' আৰু সমষ্টি '%s' ৰ GID অমিল ।"
+
+#: ../src/daemon/main.c:203
+#, c-format
+msgid "Home directory of user '%s' is not '%s', ignoring."
+msgstr "ব্যৱহাৰকৰ্তা '%s' ৰ ঘৰৰ পঞ্জিকা '%s' নহয়, আওকাণ কৰা হৈছে ।"
+
+#: ../src/daemon/main.c:206 ../src/daemon/main.c:211
+#, c-format
+msgid "Failed to create '%s': %s"
+msgstr "'%s' সৃষ্টি কৰিবলৈ বিফল: %s"
+
+#: ../src/daemon/main.c:218
+#, c-format
+msgid "Failed to change group list: %s"
+msgstr "সমষ্টিৰ তালিকা সলনি কৰিবলৈ ব্যৰ্থ: %s"
+
+#: ../src/daemon/main.c:234
+#, c-format
+msgid "Failed to change GID: %s"
+msgstr "GID সলনি কৰিবলৈ ব্যৰ্থ: %s"
+
+#: ../src/daemon/main.c:250
+#, c-format
+msgid "Failed to change UID: %s"
+msgstr "UID সলনি কৰিবলৈ ব্যৰ্থ: %s"
+
+#: ../src/daemon/main.c:269
+msgid "Successfully dropped root privileges."
+msgstr "ৰূটৰ অধিকাৰ সফলভাবে এৰোৱা গ'ল ।"
+
+#: ../src/daemon/main.c:277
+msgid "System wide mode unsupported on this platform."
+msgstr "এই স্থাপত্যত প্ৰণালী ব্যাপক মোড অসমৰ্থিত ।"
+
+#: ../src/daemon/main.c:295
+#, c-format
+msgid "setrlimit(%s, (%u, %u)) failed: %s"
+msgstr "setrlimit(%s, (%u, %u)) বিফল: %s"
+
+#: ../src/daemon/main.c:496
+msgid "Failed to parse command line."
+msgstr "আদেশ শাৰী বিশ্লেষণ কৰিবলৈ বিফল ।"
+
+#: ../src/daemon/main.c:529
+msgid ""
+"System mode refused for non-root user. Only starting the D-Bus server lookup "
+"service."
+msgstr ""
+
+#: ../src/daemon/main.c:611
+msgid "Daemon not running"
+msgstr "ডেমন নাই চলা"
+
+#: ../src/daemon/main.c:613
+#, c-format
+msgid "Daemon running as PID %u"
+msgstr "PID %u ৰূপে ডেমন চলিছে"
+
+#: ../src/daemon/main.c:628
+#, c-format
+msgid "Failed to kill daemon: %s"
+msgstr "ডেমন kill কৰিবলৈ ব্যৰ্থ: %s"
+
+#: ../src/daemon/main.c:657
+msgid ""
+"This program is not intended to be run as root (unless --system is "
+"specified)."
+msgstr ""
+"root পৰিচয়ে এই প্ৰোগ্ৰাম সঞ্চালিত হোৱা উচিত নহয় (ন'হ'লে system উল্লিখিত হয়) ।"
+
+#: ../src/daemon/main.c:660
+msgid "Root privileges required."
+msgstr "Root ৰ অধিকাৰ আৱশ্যক ।"
+
+#: ../src/daemon/main.c:667
+msgid "--start not supported for system instances."
+msgstr "প্ৰণালী চানেকিৰ ক্ষেত্ৰত start সমৰ্থিত নহয় ।"
+
+#: ../src/daemon/main.c:707
+#, c-format
+msgid "User-configured server at %s, refusing to start/autospawn."
+msgstr ""
+
+#: ../src/daemon/main.c:713
+#, c-format
+msgid ""
+"User-configured server at %s, which appears to be local. Probing deeper."
+msgstr ""
+
+#: ../src/daemon/main.c:718
+msgid "Running in system mode, but --disallow-exit not set!"
+msgstr "প্ৰণালী মোডত চলিছে, কিন্তু disallow exit নিৰ্ধাৰিত নহয়!"
+
+#: ../src/daemon/main.c:721
+msgid "Running in system mode, but --disallow-module-loading not set!"
+msgstr "প্ৰণালী মোডত চলিছে, কিন্তু disallow module loading নিৰ্ধাৰিত নহয়!"
+
+#: ../src/daemon/main.c:724
+msgid "Running in system mode, forcibly disabling SHM mode!"
+msgstr "প্ৰণালী মোডত চলিছে, SHM মোড বলপূৰ্বক নিষ্ক্ৰিয় কৰা হৈছে!"
+
+#: ../src/daemon/main.c:729
+msgid "Running in system mode, forcibly disabling exit idle time!"
+msgstr ""
+"প্ৰণালী মোডত চলিছে, কাম নকৰা সময়ৰ পৰা প্ৰস্থান কৰা বলপূৰ্বক নিষ্ক্ৰিয় কৰা হৈছে!"
+
+#: ../src/daemon/main.c:757
+msgid "Failed to acquire stdio."
+msgstr "stdio প্ৰাপ্ত কৰিবলৈ ব্যৰ্থ ।"
+
+#: ../src/daemon/main.c:763 ../src/daemon/main.c:828
+#, fuzzy, c-format
+msgid "pipe() failed: %s"
+msgstr "pipe বিফল: %s"
+
+#: ../src/daemon/main.c:768 ../src/daemon/main.c:833
+#, c-format
+msgid "fork() failed: %s"
+msgstr "fork() বিফল: %s"
+
+#: ../src/daemon/main.c:783 ../src/daemon/main.c:848 ../src/utils/pacat.c:550
+#, c-format
+msgid "read() failed: %s"
+msgstr "read() বিফল: %s"
+
+#: ../src/daemon/main.c:789
+msgid "Daemon startup failed."
+msgstr "ডেমন আৰম্ভ কৰিবলৈ বিফল ।"
+
+#: ../src/daemon/main.c:791
+msgid "Daemon startup successful."
+msgstr "সফলতাৰে ডেমন আৰম্ভ কৰা হৈছে ।"
+
+#: ../src/daemon/main.c:816
+#, fuzzy, c-format
+msgid "setsid() failed: %s"
+msgstr "read() বিফল: %s"
+
+#: ../src/daemon/main.c:901
+#, c-format
+msgid "This is PulseAudio %s"
+msgstr "এইটো PulseAudio %s"
+
+#: ../src/daemon/main.c:902
+#, c-format
+msgid "Compilation host: %s"
+msgstr "সঙ্কলনৰ গৃহস্থ: %s"
+
+#: ../src/daemon/main.c:903 ../src/tests/resampler-test.c:418
+#, c-format
+msgid "Compilation CFLAGS: %s"
+msgstr "সঙ্কলনৰ CFLAGS: %s"
+
+#: ../src/daemon/main.c:906
+#, c-format
+msgid "Running on host: %s"
+msgstr "গৃহস্থত চলোৱা হৈছে: %s"
+
+#: ../src/daemon/main.c:909
+#, c-format
+msgid "Found %u CPUs."
+msgstr "%u CPU পোৱা গৈছে ।"
+
+#: ../src/daemon/main.c:911
+#, c-format
+msgid "Page size is %lu bytes"
+msgstr "পেজৰ মাপ %lu bytes"
+
+#: ../src/daemon/main.c:914
+msgid "Compiled with Valgrind support: yes"
+msgstr "Valgrind সমৰ্থনৰ সৈতে সঙ্কলন কৰা হৈছে: হয়"
+
+#: ../src/daemon/main.c:916
+msgid "Compiled with Valgrind support: no"
+msgstr "Valgrind সমৰ্থনৰ সৈতে সঙ্কলন কৰা হৈছে: নহয়"
+
+#: ../src/daemon/main.c:919
+#, c-format
+msgid "Running in valgrind mode: %s"
+msgstr "valgrind মোডত চলিছে: %s"
+
+#: ../src/daemon/main.c:921
+#, fuzzy, c-format
+msgid "Running in VM: %s"
+msgstr "গৃহস্থত চলোৱা হৈছে: %s"
+
+#: ../src/daemon/main.c:924
+msgid "Optimized build: yes"
+msgstr "Optimized build: হয়"
+
+#: ../src/daemon/main.c:926
+msgid "Optimized build: no"
+msgstr "Optimized build: নহয়"
+
+#: ../src/daemon/main.c:930
+msgid "NDEBUG defined, all asserts disabled."
+msgstr "NDEBUG ব্যাখ্যা কৰা হৈছে, সকলো asserts নিষ্ক্ৰিয় কৰা হৈছে ।"
+
+#: ../src/daemon/main.c:932
+msgid "FASTPATH defined, only fast path asserts disabled."
+msgstr "FASTPATH ব্যাখ্যা কৰা হৈছে, অকল fast path asserts নিষ্ক্ৰিয় কৰা হৈছে ।"
+
+#: ../src/daemon/main.c:934
+msgid "All asserts enabled."
+msgstr "সকলো asserts সক্ৰিয় কৰা হৈছে ।"
+
+#: ../src/daemon/main.c:938
+msgid "Failed to get machine ID"
+msgstr "যন্ত্ৰ ID প্ৰাপ্ত কৰিবলৈ ব্যৰ্থ"
+
+#: ../src/daemon/main.c:941
+#, c-format
+msgid "Machine ID is %s."
+msgstr "যন্ত্ৰ ID হ'ল %s ।"
+
+#: ../src/daemon/main.c:945
+#, c-format
+msgid "Session ID is %s."
+msgstr "সেশান ID হল %s।"
+
+#: ../src/daemon/main.c:951
+#, c-format
+msgid "Using runtime directory %s."
+msgstr "ৰান টাইম পঞ্জিকা %s ব্যৱহাৰ কৰা হৈছে ।"
+
+#: ../src/daemon/main.c:956
+#, c-format
+msgid "Using state directory %s."
+msgstr "অৱস্থাসূচক পঞ্জিকা %s ব্যৱহাৰ কৰা হৈছে ।"
+
+#: ../src/daemon/main.c:959
+#, c-format
+msgid "Using modules directory %s."
+msgstr "মডিউল ডিৰেক্টৰি %s ব্যৱহাৰ কৰা হচ্ছে।"
+
+#: ../src/daemon/main.c:961
+#, c-format
+msgid "Running in system mode: %s"
+msgstr "প্ৰণালী মোডত চলিছে: %s"
+
+#: ../src/daemon/main.c:964
+msgid ""
+"OK, so you are running PA in system mode. Please note that you most likely "
+"shouldn't be doing that.\n"
+"If you do it nonetheless then it's your own fault if things don't work as "
+"expected.\n"
+"Please read http://www.freedesktop.org/wiki/Software/PulseAudio/"
+"Documentation/User/WhatIsWrongWithSystemWide/ for an explanation why system "
+"mode is usually a bad idea."
+msgstr ""
+"আপনি সিস্টেম মোডে PA সঞ্চালিত কৰছেন এবং এটি না কৰাই বাঞ্ছনীয়।\n"
+"এৰ ফলে প্ৰত্যাশামত ফলাফল না পাওয়াৰ সম্ভাবনা ৰয়েছে।\n"
+"সিস্টেম মোডে ব্যৱহাৰেৰ সমস্যা সম্পৰ্কে জানতে হলে http://www.freedesktop.org/wiki/"
+"Software/PulseAudio/Documentation/User/WhatIsWrongWithSystemWide/ দেখুন।"
+
+#: ../src/daemon/main.c:981
+msgid "pa_pid_file_create() failed."
+msgstr "pa_pid_file_create() ব্যৰ্থ ।"
+
+#: ../src/daemon/main.c:991
+msgid "Fresh high-resolution timers available! Bon appetit!"
+msgstr "নতুন high resolution timers পোৱা হয়! অভিনন্দন!"
+
+#: ../src/daemon/main.c:993
+msgid ""
+"Dude, your kernel stinks! The chef's recommendation today is Linux with high-"
+"resolution timers enabled!"
+msgstr ""
+"শ্ৰীমান, আপোনাৰ কাৰ্ণেল পূৰণি! high resolution timer সক্ৰিয় থকা Linux ক আজি "
+"উপদেশ দিয়া হয়!"
+
+#: ../src/daemon/main.c:1011
+msgid "pa_core_new() failed."
+msgstr "pa_core_new() ব্যৰ্থ ।"
+
+#: ../src/daemon/main.c:1087
+msgid "Failed to initialize daemon."
+msgstr "ডেমন আৰম্ভ কৰিবলৈ ব্যৰ্থ ।"
+
+#: ../src/daemon/main.c:1092
+msgid "Daemon startup without any loaded modules, refusing to work."
+msgstr ""
+"তুলি লোৱা মডিউল নোহোৱাকে ডেমন আৰম্ভ কৰা হৈছে, কোনো কাম সঞ্চালন কৰা সম্ভৱ নহয় ।"
+
+#: ../src/daemon/main.c:1130
+msgid "Daemon startup complete."
+msgstr "ডেমন আৰম্ভ কৰা সম্পূৰ্ণ ।"
+
+#: ../src/daemon/main.c:1136
+msgid "Daemon shutdown initiated."
+msgstr "ডেমন বন্ধ কৰাৰ প্ৰক্ৰিয়া আৰম্ভ কৰা হৈছে ।"
+
+#: ../src/daemon/main.c:1167
+msgid "Daemon terminated."
+msgstr "ডেমন বন্ধ কৰা হৈছে ।"
+
+#: ../src/daemon/cmdline.c:113
#, fuzzy, c-format
msgid ""
"%s [options]\n"
@@ -50,7 +478,8 @@ msgid ""
" (only available as root, when SUID "
"or\n"
" with elevated RLIMIT_RTPRIO)\n"
-" --disallow-module-loading[=BOOL] Disallow user requested module\n"
+" --disallow-module-loading[=BOOL] Disallow module user requested "
+"module\n"
" loading/unloading after startup\n"
" --disallow-exit[=BOOL] Disallow user requested exit\n"
" --exit-idle-time=SECS Terminate the daemon when idle and "
@@ -60,8 +489,8 @@ msgid ""
"and\n"
" this time passed\n"
" --log-level[=LEVEL] Increase or set verbosity level\n"
-" -v --verbose Increase the verbosity level\n"
-" --log-target={auto,syslog,stderr,file:PATH,newfile:PATH}\n"
+" -v Increase the verbosity level\n"
+" --log-target={auto,syslog,stderr,file:PATH}\n"
" Specify the log target\n"
" --log-meta[=BOOL] Include code location in log "
"messages\n"
@@ -77,7 +506,6 @@ msgid ""
" --no-cpu-limit[=BOOL] Do not install CPU load limiter on\n"
" platforms that support it.\n"
" --disable-shm[=BOOL] Disable shared memory support.\n"
-" --enable-memfd[=BOOL] Enable memfd shared memory support.\n"
"\n"
"STARTUP SCRIPT:\n"
" -L, --load=\"MODULE ARGUMENTS\" Load the specified plugin module "
@@ -160,153 +588,185 @@ msgstr ""
"\n"
" n Don't load default script file\n"
-#: src/daemon/cmdline.c:246
+#: ../src/daemon/cmdline.c:244
msgid "--daemonize expects boolean argument"
msgstr " daemonize দ্বাৰা বুলিয়েন তৰ্ক প্ৰত্যাশিত"
-#: src/daemon/cmdline.c:254
+#: ../src/daemon/cmdline.c:251
msgid "--fail expects boolean argument"
msgstr " fail দ্বাৰা বুলিয়েন তৰ্ক প্ৰত্যাশিত"
-#: src/daemon/cmdline.c:265
-#, fuzzy
+#: ../src/daemon/cmdline.c:261
msgid ""
"--log-level expects log level argument (either numeric in range 0..4 or one "
-"of error, warn, notice, info, debug)."
+"of debug, info, notice, warn, error)."
msgstr ""
" log level ৰ কাৰণে লগ স্তৰৰ তৰ্ক প্ৰত্যাশিত (হয় সংখ্যা ০..৪ ৰ সীমাত বা debug, "
"info, notice, warn, error ৰ যিকোনো এটা) ।"
-#: src/daemon/cmdline.c:277
+#: ../src/daemon/cmdline.c:273
msgid "--high-priority expects boolean argument"
msgstr " high priority দ্বাৰা বুলিয়েন তৰ্ক প্ৰত্যাশিত"
-#: src/daemon/cmdline.c:285
+#: ../src/daemon/cmdline.c:280
msgid "--realtime expects boolean argument"
msgstr " realtime দ্বাৰা বুলিয়েন তৰ্ক প্ৰত্যাশিত"
-#: src/daemon/cmdline.c:293
+#: ../src/daemon/cmdline.c:287
msgid "--disallow-module-loading expects boolean argument"
msgstr " disallow module loading দ্বাৰা বুলিয়েন তৰ্ক প্ৰত্যাশিত"
-#: src/daemon/cmdline.c:301
+#: ../src/daemon/cmdline.c:294
msgid "--disallow-exit expects boolean argument"
msgstr " disallow exit দ্বাৰা বুলিয়েন তৰ্ক প্ৰত্যাশিত"
-#: src/daemon/cmdline.c:309
+#: ../src/daemon/cmdline.c:301
msgid "--use-pid-file expects boolean argument"
msgstr " use pid file দ্বাৰা বুলিয়েন তৰ্ক প্ৰত্যাশিত"
-#: src/daemon/cmdline.c:328
-#, fuzzy
-msgid ""
-"Invalid log target: use either 'syslog', 'journal', 'stderr' or 'auto' or a "
-"valid file name 'file:', 'newfile:'."
-msgstr "অবৈধ লগ লক্ষ্য: 'syslog', 'stderr' বা 'auto' ৰ এটা ব্যৱহাৰ কৰক"
-
-#: src/daemon/cmdline.c:330
+#: ../src/daemon/cmdline.c:318
#, fuzzy
msgid ""
"Invalid log target: use either 'syslog', 'stderr' or 'auto' or a valid file "
-"name 'file:', 'newfile:'."
+"name 'file:'."
msgstr "অবৈধ লগ লক্ষ্য: 'syslog', 'stderr' বা 'auto' ৰ এটা ব্যৱহাৰ কৰক"
-#: src/daemon/cmdline.c:338
+#: ../src/daemon/cmdline.c:325
msgid "--log-time expects boolean argument"
msgstr " log time দ্বাৰা বুলিয়েন তৰ্ক প্ৰত্যাশিত"
-#: src/daemon/cmdline.c:346
+#: ../src/daemon/cmdline.c:332
msgid "--log-meta expects boolean argument"
msgstr " log meta দ্বাৰা বুলিয়েন তৰ্ক প্ৰত্যাশিত"
-#: src/daemon/cmdline.c:366
+#: ../src/daemon/cmdline.c:351
#, c-format
msgid "Invalid resample method '%s'."
msgstr "resample পদ্ধতি '%s' বৈধ নহয় ।"
-#: src/daemon/cmdline.c:373
+#: ../src/daemon/cmdline.c:358
msgid "--system expects boolean argument"
msgstr " system দ্বাৰা বুলিয়েন তৰ্ক প্ৰত্যাশিত"
-#: src/daemon/cmdline.c:381
+#: ../src/daemon/cmdline.c:365
msgid "--no-cpu-limit expects boolean argument"
msgstr " no cpu limit দ্বাৰা বুলিয়েন তৰ্ক প্ৰত্যাশিত"
-#: src/daemon/cmdline.c:389
+#: ../src/daemon/cmdline.c:372
msgid "--disable-shm expects boolean argument"
msgstr " disable shm দ্বাৰা বুলিয়েন তৰ্ক প্ৰত্যাশিত"
-#: src/daemon/cmdline.c:397
-#, fuzzy
-msgid "--enable-memfd expects boolean argument"
-msgstr " realtime দ্বাৰা বুলিয়েন তৰ্ক প্ৰত্যাশিত"
+#: ../src/daemon/dumpmodules.c:59
+#, c-format
+msgid "Name: %s\n"
+msgstr "নাম: %s\n"
-#: src/daemon/daemon-conf.c:270
+#: ../src/daemon/dumpmodules.c:62
+#, c-format
+msgid "No module information available\n"
+msgstr "মডিউল সংক্ৰান্ত কোনো তথ্য উপলব্ধ নাই\n"
+
+#: ../src/daemon/dumpmodules.c:65
+#, c-format
+msgid "Version: %s\n"
+msgstr "সংস্কৰণ: %s\n"
+
+#: ../src/daemon/dumpmodules.c:67
+#, c-format
+msgid "Description: %s\n"
+msgstr "বিৱৰণ: %s\n"
+
+#: ../src/daemon/dumpmodules.c:69
+#, c-format
+msgid "Author: %s\n"
+msgstr "নিৰ্মাতা: %s\n"
+
+#: ../src/daemon/dumpmodules.c:71
+#, c-format
+msgid "Usage: %s\n"
+msgstr "ব্যৱহাৰ পদ্ধতি: %s\n"
+
+#: ../src/daemon/dumpmodules.c:72
+#, c-format
+msgid "Load Once: %s\n"
+msgstr "এবাৰ তুলি লোৱা হ'ব: %s\n"
+
+#: ../src/daemon/dumpmodules.c:74
+#, c-format
+msgid "DEPRECATION WARNING: %s\n"
+msgstr "অবচিত কৰাৰ সতৰ্কবাৰ্তা: %s\n"
+
+#: ../src/daemon/dumpmodules.c:78
+#, c-format
+msgid "Path: %s\n"
+msgstr "পাথ: %s\n"
+
+#: ../src/daemon/daemon-conf.c:275
#, c-format
msgid "[%s:%u] Invalid log target '%s'."
msgstr "[%s:%u] লগ লক্ষ্য '%s' বৈধ নহয় ।"
-#: src/daemon/daemon-conf.c:285
+#: ../src/daemon/daemon-conf.c:291
#, c-format
msgid "[%s:%u] Invalid log level '%s'."
msgstr "[%s:%u] লগৰ স্তৰ '%s' বৈধ নহয় ।"
-#: src/daemon/daemon-conf.c:300
+#: ../src/daemon/daemon-conf.c:307
#, c-format
msgid "[%s:%u] Invalid resample method '%s'."
msgstr "[%s:%u] resample পদ্ধতি '%s' বৈধ নহয় ।"
-#: src/daemon/daemon-conf.c:322
+#: ../src/daemon/daemon-conf.c:330
#, c-format
msgid "[%s:%u] Invalid rlimit '%s'."
msgstr "[%s:%u] rlimit '%s' বৈধ নহয় ।"
-#: src/daemon/daemon-conf.c:342
+#: ../src/daemon/daemon-conf.c:351
#, c-format
msgid "[%s:%u] Invalid sample format '%s'."
msgstr "[%s:%u] চানেকিৰ বিন্যাস '%s' বৈধ নহয় ।"
-#: src/daemon/daemon-conf.c:359 src/daemon/daemon-conf.c:376
+#: ../src/daemon/daemon-conf.c:370 ../src/daemon/daemon-conf.c:389
#, c-format
msgid "[%s:%u] Invalid sample rate '%s'."
msgstr "[%s:%u] চানেকিৰ মাত্ৰা '%s' বৈধ নহয় ।"
-#: src/daemon/daemon-conf.c:399
+#: ../src/daemon/daemon-conf.c:413
#, c-format
msgid "[%s:%u] Invalid sample channels '%s'."
msgstr "[%s:%u] চানেকিৰ চেনেল '%s' বৈধ নহয়"
-#: src/daemon/daemon-conf.c:416
+#: ../src/daemon/daemon-conf.c:431
#, c-format
msgid "[%s:%u] Invalid channel map '%s'."
msgstr "[%s:%u] চেনেল মেপ '%s' বৈধ নহয় ।"
-#: src/daemon/daemon-conf.c:433
+#: ../src/daemon/daemon-conf.c:449
#, c-format
msgid "[%s:%u] Invalid number of fragments '%s'."
msgstr "[%s:%u] অংশৰ সংখ্যা '%s' বৈধ নহয় ।"
-#: src/daemon/daemon-conf.c:450
+#: ../src/daemon/daemon-conf.c:467
#, c-format
msgid "[%s:%u] Invalid fragment size '%s'."
msgstr "[%s:%u] অংশৰ মাপ '%s' বৈধ নহয় ।"
-#: src/daemon/daemon-conf.c:467
+#: ../src/daemon/daemon-conf.c:485
#, c-format
msgid "[%s:%u] Invalid nice level '%s'."
msgstr "[%s:%u] nice স্তৰ '%s' বৈধ নহয় ।"
-#: src/daemon/daemon-conf.c:552
+#: ../src/daemon/daemon-conf.c:528
#, fuzzy, c-format
msgid "[%s:%u] Invalid server type '%s'."
msgstr "[%s:%u] চানেকিৰ মাত্ৰা '%s' বৈধ নহয় ।"
-#: src/daemon/daemon-conf.c:685
+#: ../src/daemon/daemon-conf.c:641
#, c-format
msgid "Failed to open configuration file: %s"
msgstr "বিন্যাস নথিপত্ৰ খুলিবলৈ ব্যৰ্থ: %s"
-#: src/daemon/daemon-conf.c:701
+#: ../src/daemon/daemon-conf.c:657
msgid ""
"The specified default channel map has a different number of channels than "
"the specified default number of channels."
@@ -314,1579 +774,613 @@ msgstr ""
"নিৰ্ধাৰিত অবিকল্পিত চেনেল মেপত নিৰ্ধাৰিত অবিকল্পিত চেনেলৰ সংখ্যাতকে বেলেগ সংখ্যক "
"চেনেল আছে ।"
-#: src/daemon/daemon-conf.c:788
+#: ../src/daemon/daemon-conf.c:743
#, c-format
msgid "### Read from configuration file: %s ###\n"
msgstr "### চিহ্নিত বিন্যাস নথিপত্ৰৰ পৰা পঢ়া হ'ব: %s ###\n"
-#: src/daemon/dumpmodules.c:57
-#, c-format
-msgid "Name: %s\n"
-msgstr "নাম: %s\n"
+#: ../src/daemon/caps.c:58
+msgid "Cleaning up privileges."
+msgstr "অধিকাৰ বৰ্জন কৰা হচ্ছে।"
-#: src/daemon/dumpmodules.c:60
-#, c-format
-msgid "No module information available\n"
-msgstr "মডিউল সংক্ৰান্ত কোনো তথ্য উপলব্ধ নাই\n"
-
-#: src/daemon/dumpmodules.c:63
-#, c-format
-msgid "Version: %s\n"
-msgstr "সংস্কৰণ: %s\n"
-
-#: src/daemon/dumpmodules.c:65
-#, c-format
-msgid "Description: %s\n"
-msgstr "বিৱৰণ: %s\n"
-
-#: src/daemon/dumpmodules.c:67
-#, c-format
-msgid "Author: %s\n"
-msgstr "নিৰ্মাতা: %s\n"
-
-#: src/daemon/dumpmodules.c:69
-#, c-format
-msgid "Usage: %s\n"
-msgstr "ব্যৱহাৰ পদ্ধতি: %s\n"
-
-#: src/daemon/dumpmodules.c:70
-#, c-format
-msgid "Load Once: %s\n"
-msgstr "এবাৰ তুলি লোৱা হ'ব: %s\n"
-
-#: src/daemon/dumpmodules.c:72
-#, c-format
-msgid "DEPRECATION WARNING: %s\n"
-msgstr "অবচিত কৰাৰ সতৰ্কবাৰ্তা: %s\n"
-
-#: src/daemon/dumpmodules.c:76
-#, c-format
-msgid "Path: %s\n"
-msgstr "পাথ: %s\n"
-
-#: src/daemon/ltdl-bind-now.c:75
-#, fuzzy, c-format
-msgid "Failed to open module %s: %s"
-msgstr "বিন্যাস নথিপত্ৰ '%s' খুলিবলৈ ব্যৰ্থ: %s"
-
-#: src/daemon/ltdl-bind-now.c:126
-msgid "Failed to find original lt_dlopen loader."
-msgstr "প্ৰাথমিক lt_dlopen loader পোৱা ন'গ'ল ।"
-
-#: src/daemon/ltdl-bind-now.c:131
-msgid "Failed to allocate new dl loader."
-msgstr "নতুন dl loader বিতৰণ কৰিবলৈ বিফল ।"
-
-#: src/daemon/ltdl-bind-now.c:144
-msgid "Failed to add bind-now-loader."
-msgstr "bind now loader যোগ কৰিবলৈ বিফল ।"
-
-#: src/daemon/main.c:265
-#, c-format
-msgid "Failed to find user '%s'."
-msgstr "ব্যৱহাৰকৰ্তা '%s' পোৱা ন'গ'ল ।"
-
-#: src/daemon/main.c:270
-#, c-format
-msgid "Failed to find group '%s'."
-msgstr "'%s' সমষ্টি পোৱা ন'গ'ল ।"
-
-#: src/daemon/main.c:279
-#, c-format
-msgid "GID of user '%s' and of group '%s' don't match."
-msgstr "ব্যৱহাৰকৰ্তা '%s' আৰু সমষ্টি '%s' ৰ GID অমিল ।"
-
-#: src/daemon/main.c:284
-#, c-format
-msgid "Home directory of user '%s' is not '%s', ignoring."
-msgstr "ব্যৱহাৰকৰ্তা '%s' ৰ ঘৰৰ পঞ্জিকা '%s' নহয়, আওকাণ কৰা হৈছে ।"
-
-#: src/daemon/main.c:287 src/daemon/main.c:292
-#, c-format
-msgid "Failed to create '%s': %s"
-msgstr "'%s' সৃষ্টি কৰিবলৈ বিফল: %s"
-
-#: src/daemon/main.c:299
-#, c-format
-msgid "Failed to change group list: %s"
-msgstr "সমষ্টিৰ তালিকা সলনি কৰিবলৈ ব্যৰ্থ: %s"
-
-#: src/daemon/main.c:315
-#, c-format
-msgid "Failed to change GID: %s"
-msgstr "GID সলনি কৰিবলৈ ব্যৰ্থ: %s"
-
-#: src/daemon/main.c:331
-#, c-format
-msgid "Failed to change UID: %s"
-msgstr "UID সলনি কৰিবলৈ ব্যৰ্থ: %s"
-
-#: src/daemon/main.c:360
-msgid "System wide mode unsupported on this platform."
-msgstr "এই স্থাপত্যত প্ৰণালী ব্যাপক মোড অসমৰ্থিত ।"
-
-#: src/daemon/main.c:650
-msgid "Failed to parse command line."
-msgstr "আদেশ শাৰী বিশ্লেষণ কৰিবলৈ বিফল ।"
-
-#: src/daemon/main.c:689
-msgid ""
-"System mode refused for non-root user. Only starting the D-Bus server lookup "
-"service."
-msgstr ""
-
-#: src/daemon/main.c:788
-#, c-format
-msgid "Failed to kill daemon: %s"
-msgstr "ডেমন kill কৰিবলৈ ব্যৰ্থ: %s"
-
-#: src/daemon/main.c:817
-msgid ""
-"This program is not intended to be run as root (unless --system is "
-"specified)."
-msgstr ""
-"root পৰিচয়ে এই প্ৰোগ্ৰাম সঞ্চালিত হোৱা উচিত নহয় (ন'হ'লে system উল্লিখিত হয়) ।"
-
-#: src/daemon/main.c:820
-msgid "Root privileges required."
-msgstr "Root ৰ অধিকাৰ আৱশ্যক ।"
-
-#: src/daemon/main.c:827
-msgid "--start not supported for system instances."
-msgstr "প্ৰণালী চানেকিৰ ক্ষেত্ৰত start সমৰ্থিত নহয় ।"
-
-#: src/daemon/main.c:867
-#, c-format
-msgid "User-configured server at %s, refusing to start/autospawn."
-msgstr ""
-
-#: src/daemon/main.c:873
-#, c-format
-msgid ""
-"User-configured server at %s, which appears to be local. Probing deeper."
-msgstr ""
-
-#: src/daemon/main.c:878
-#, fuzzy
-msgid "Running in system mode, but --disallow-exit not set."
-msgstr "প্ৰণালী মোডত চলিছে, কিন্তু disallow exit নিৰ্ধাৰিত নহয়!"
-
-#: src/daemon/main.c:881
-#, fuzzy
-msgid "Running in system mode, but --disallow-module-loading not set."
-msgstr "প্ৰণালী মোডত চলিছে, কিন্তু disallow module loading নিৰ্ধাৰিত নহয়!"
-
-#: src/daemon/main.c:884
-#, fuzzy
-msgid "Running in system mode, forcibly disabling SHM mode."
-msgstr "প্ৰণালী মোডত চলিছে, SHM মোড বলপূৰ্বক নিষ্ক্ৰিয় কৰা হৈছে!"
-
-#: src/daemon/main.c:889
-#, fuzzy
-msgid "Running in system mode, forcibly disabling exit idle time."
-msgstr ""
-"প্ৰণালী মোডত চলিছে, কাম নকৰা সময়ৰ পৰা প্ৰস্থান কৰা বলপূৰ্বক নিষ্ক্ৰিয় কৰা হৈছে!"
-
-#: src/daemon/main.c:922
-msgid "Failed to acquire stdio."
-msgstr "stdio প্ৰাপ্ত কৰিবলৈ ব্যৰ্থ ।"
-
-#: src/daemon/main.c:928 src/daemon/main.c:999
-#, fuzzy, c-format
-msgid "pipe() failed: %s"
-msgstr "pipe বিফল: %s"
-
-#: src/daemon/main.c:933 src/daemon/main.c:1004
-#, c-format
-msgid "fork() failed: %s"
-msgstr "fork() বিফল: %s"
-
-#: src/daemon/main.c:948 src/daemon/main.c:1019 src/utils/pacat.c:562
-#, c-format
-msgid "read() failed: %s"
-msgstr "read() বিফল: %s"
-
-#: src/daemon/main.c:954
-msgid "Daemon startup failed."
-msgstr "ডেমন আৰম্ভ কৰিবলৈ বিফল ।"
-
-#: src/daemon/main.c:987
-#, fuzzy, c-format
-msgid "setsid() failed: %s"
-msgstr "read() বিফল: %s"
-
-#: src/daemon/main.c:1119
-msgid "Failed to get machine ID"
-msgstr "যন্ত্ৰ ID প্ৰাপ্ত কৰিবলৈ ব্যৰ্থ"
-
-#: src/daemon/main.c:1145
-#, fuzzy
-msgid ""
-"OK, so you are running PA in system mode. Please make sure that you actually "
-"do want to do that.\n"
-"Please read http://www.freedesktop.org/wiki/Software/PulseAudio/"
-"Documentation/User/WhatIsWrongWithSystemWide/ for an explanation why system "
-"mode is usually a bad idea."
-msgstr ""
-"আপনি সিস্টেম মোডে PA সঞ্চালিত কৰছেন এবং এটি না কৰাই বাঞ্ছনীয়।\n"
-"এৰ ফলে প্ৰত্যাশামত ফলাফল না পাওয়াৰ সম্ভাবনা ৰয়েছে।\n"
-"সিস্টেম মোডে ব্যৱহাৰেৰ সমস্যা সম্পৰ্কে জানতে হলে http://www.freedesktop.org/wiki/"
-"Software/PulseAudio/Documentation/User/WhatIsWrongWithSystemWide/ দেখুন।"
-
-#: src/daemon/main.c:1161
-msgid "pa_pid_file_create() failed."
-msgstr "pa_pid_file_create() ব্যৰ্থ ।"
-
-#: src/daemon/main.c:1193
-msgid "pa_core_new() failed."
-msgstr "pa_core_new() ব্যৰ্থ ।"
-
-#: src/daemon/main.c:1268
-#, fuzzy
-msgid "command line arguments"
-msgstr "অত্যাধিক আৰ্গুমেন্ট।"
-
-#: src/daemon/main.c:1275
-#, c-format
-msgid ""
-"Failed to initialize daemon due to errors while executing startup commands. "
-"Source of commands: %s"
-msgstr ""
-
-#: src/daemon/main.c:1280
-msgid "Daemon startup without any loaded modules, refusing to work."
-msgstr ""
-"তুলি লোৱা মডিউল নোহোৱাকে ডেমন আৰম্ভ কৰা হৈছে, কোনো কাম সঞ্চালন কৰা সম্ভৱ নহয় ।"
-
-#: src/daemon/pulseaudio.desktop.in:4
+#: ../src/daemon/pulseaudio.desktop.in.h:1
msgid "PulseAudio Sound System"
msgstr "PulseAudio শব্দ ব্যৱস্থা"
-#: src/daemon/pulseaudio.desktop.in:5
+#: ../src/daemon/pulseaudio.desktop.in.h:2
msgid "Start the PulseAudio Sound System"
msgstr "PulseAudio শব্দ ব্যৱস্থা আৰম্ভ কৰা হ'ব"
-#: src/modules/alsa/alsa-mixer.c:2708
-msgid "Input"
-msgstr "নিবেশ"
-
-#: src/modules/alsa/alsa-mixer.c:2709
-msgid "Docking Station Input"
-msgstr "ডকিং স্টেছনৰ পৰা নিবেশ"
-
-#: src/modules/alsa/alsa-mixer.c:2710
+#: ../src/daemon/pulseaudio-kde.desktop.in.h:1
#, fuzzy
-msgid "Docking Station Microphone"
-msgstr "ডকিং স্টেছনৰ মাইক্ৰোফোন"
+msgid "PulseAudio Sound System KDE Routing Policy"
+msgstr "PulseAudio শব্দ ব্যৱস্থা"
-#: src/modules/alsa/alsa-mixer.c:2711
+#: ../src/daemon/pulseaudio-kde.desktop.in.h:2
#, fuzzy
-msgid "Docking Station Line In"
-msgstr "ডকিং স্টেছনৰ পৰা নিবেশ"
+msgid "Start the PulseAudio Sound System with KDE Routing Policy"
+msgstr "PulseAudio শব্দ ব্যৱস্থা আৰম্ভ কৰা হ'ব"
-#: src/modules/alsa/alsa-mixer.c:2712 src/modules/alsa/alsa-mixer.c:2803
-msgid "Line In"
-msgstr "লাইন ইন"
-
-#: src/modules/alsa/alsa-mixer.c:2713 src/modules/alsa/alsa-mixer.c:2797
-#: src/modules/bluetooth/module-bluez5-device.c:1956
-msgid "Microphone"
-msgstr "মাইক্ৰোফোন"
-
-#: src/modules/alsa/alsa-mixer.c:2714 src/modules/alsa/alsa-mixer.c:2798
-#, fuzzy
-msgid "Front Microphone"
-msgstr "ডকিং স্টেছনৰ মাইক্ৰোফোন"
-
-#: src/modules/alsa/alsa-mixer.c:2715 src/modules/alsa/alsa-mixer.c:2799
-#, fuzzy
-msgid "Rear Microphone"
-msgstr "মাইক্ৰোফোন"
-
-#: src/modules/alsa/alsa-mixer.c:2716
-msgid "External Microphone"
-msgstr "বহিস্থিত মাইক্ৰোফোন"
-
-#: src/modules/alsa/alsa-mixer.c:2717 src/modules/alsa/alsa-mixer.c:2801
-msgid "Internal Microphone"
-msgstr "অভ্যন্তৰীণ মাইক্ৰোফোন"
-
-#: src/modules/alsa/alsa-mixer.c:2718 src/modules/alsa/alsa-mixer.c:2804
-#: src/utils/pactl.c:343
-msgid "Radio"
-msgstr "ৰেডিঅ'"
-
-#: src/modules/alsa/alsa-mixer.c:2719 src/modules/alsa/alsa-mixer.c:2805
-#: src/utils/pactl.c:344
-msgid "Video"
-msgstr "ভিডিঅ'"
-
-#: src/modules/alsa/alsa-mixer.c:2720
-msgid "Automatic Gain Control"
-msgstr "স্বয়ংক্ৰিয় গেইন নিয়ন্ত্ৰণ"
-
-#: src/modules/alsa/alsa-mixer.c:2721
-msgid "No Automatic Gain Control"
-msgstr "স্বয়ংক্ৰিয় গেইন নিয়ন্ত্ৰণ প্ৰয়োগ কৰা ন'হ'ব"
-
-#: src/modules/alsa/alsa-mixer.c:2722
-msgid "Boost"
-msgstr "বুস্ট"
-
-#: src/modules/alsa/alsa-mixer.c:2723
-msgid "No Boost"
-msgstr "বুস্ট প্ৰয়োগ কৰা ন'হ'ব"
-
-#: src/modules/alsa/alsa-mixer.c:2724
-msgid "Amplifier"
-msgstr "বিবৰ্ধক"
-
-#: src/modules/alsa/alsa-mixer.c:2725
-msgid "No Amplifier"
-msgstr "বিবৰ্ধন প্ৰয়োগ কৰা ন'হ'ব"
-
-#: src/modules/alsa/alsa-mixer.c:2726
-#, fuzzy
-msgid "Bass Boost"
-msgstr "বুস্ট"
-
-#: src/modules/alsa/alsa-mixer.c:2727
-#, fuzzy
-msgid "No Bass Boost"
-msgstr "বুস্ট প্ৰয়োগ কৰা ন'হ'ব"
-
-#: src/modules/alsa/alsa-mixer.c:2728
-#: src/modules/bluetooth/module-bluez5-device.c:1964 src/utils/pactl.c:333
-msgid "Speaker"
-msgstr ""
-
-#: src/modules/alsa/alsa-mixer.c:2729 src/modules/alsa/alsa-mixer.c:2807
-#: src/utils/pactl.c:334
-#, fuzzy
-msgid "Headphones"
-msgstr "এনালগ হেড ফোন"
-
-#: src/modules/alsa/alsa-mixer.c:2796
-msgid "Analog Input"
-msgstr "এনালগ নিবেশ"
-
-#: src/modules/alsa/alsa-mixer.c:2800
-msgid "Dock Microphone"
-msgstr "ডকিং স্টেছনৰ মাইক্ৰোফোন"
-
-#: src/modules/alsa/alsa-mixer.c:2802
-#, fuzzy
-msgid "Headset Microphone"
-msgstr "মাইক্ৰোফোন"
-
-#: src/modules/alsa/alsa-mixer.c:2806
-msgid "Analog Output"
-msgstr "এনালগ নিৰ্গম"
-
-#: src/modules/alsa/alsa-mixer.c:2808
-#, fuzzy
-msgid "Headphones 2"
-msgstr "এনালগ হেড ফোন"
-
-#: src/modules/alsa/alsa-mixer.c:2809
-#, fuzzy
-msgid "Headphones Mono Output"
-msgstr "এনালগ মোনো নিৰ্গম"
-
-#: src/modules/alsa/alsa-mixer.c:2810
-#, fuzzy
-msgid "Line Out"
-msgstr "লাইন ইন"
-
-#: src/modules/alsa/alsa-mixer.c:2811
-msgid "Analog Mono Output"
-msgstr "এনালগ মোনো নিৰ্গম"
-
-#: src/modules/alsa/alsa-mixer.c:2812
-#, fuzzy
-msgid "Speakers"
-msgstr "এনালগ স্টিৰিঅ'"
-
-#: src/modules/alsa/alsa-mixer.c:2813
-msgid "HDMI / DisplayPort"
-msgstr ""
-
-#: src/modules/alsa/alsa-mixer.c:2814
-#, fuzzy
-msgid "Digital Output (S/PDIF)"
-msgstr "ডিজিটেল স্টিৰিঅ' (HDMI)"
-
-#: src/modules/alsa/alsa-mixer.c:2815
-#, fuzzy
-msgid "Digital Input (S/PDIF)"
-msgstr "ডিজিটেল স্টিৰিঅ' (HDMI)"
-
-#: src/modules/alsa/alsa-mixer.c:2816
-msgid "Multichannel Input"
-msgstr ""
-
-#: src/modules/alsa/alsa-mixer.c:2817
-#, fuzzy
-msgid "Multichannel Output"
-msgstr "Null ফলাফল"
-
-#: src/modules/alsa/alsa-mixer.c:2818
-#, fuzzy
-msgid "Game Output"
-msgstr "Null ফলাফল"
-
-#: src/modules/alsa/alsa-mixer.c:2819 src/modules/alsa/alsa-mixer.c:2820
-#, fuzzy
-msgid "Chat Output"
-msgstr "Null ফলাফল"
-
-#: src/modules/alsa/alsa-mixer.c:2821
-#, fuzzy
-msgid "Chat Input"
-msgstr "নিবেশ"
-
-#: src/modules/alsa/alsa-mixer.c:2822
-#, fuzzy
-msgid "Virtual Surround 7.1"
-msgstr "এনালগ ছাৰাউন্ড ৭.১"
-
-#: src/modules/alsa/alsa-mixer.c:4563
-msgid "Analog Mono"
-msgstr "এনালগ মোনো"
-
-#: src/modules/alsa/alsa-mixer.c:4564
-#, fuzzy
-msgid "Analog Mono (Left)"
-msgstr "এনালগ মোনো"
-
-#: src/modules/alsa/alsa-mixer.c:4565
-#, fuzzy
-msgid "Analog Mono (Right)"
-msgstr "এনালগ মোনো"
-
-#. Note: Not translated to "Analog Stereo Input", because the source
-#. * name gets "Input" appended to it automatically, so adding "Input"
-#. * here would lead to the source name to become "Analog Stereo Input
-#. * Input". The same logic applies to analog-stereo-output,
-#. * multichannel-input and multichannel-output.
-#: src/modules/alsa/alsa-mixer.c:4566 src/modules/alsa/alsa-mixer.c:4574
-#: src/modules/alsa/alsa-mixer.c:4575
-msgid "Analog Stereo"
-msgstr "এনালগ স্টিৰিঅ'"
-
-#: src/modules/alsa/alsa-mixer.c:4567 src/pulse/channelmap.c:103
-#: src/pulse/channelmap.c:770
+#: ../src/pulse/channelmap.c:105 ../src/pulse/channelmap.c:757
msgid "Mono"
msgstr "মোনো"
-#: src/modules/alsa/alsa-mixer.c:4568 src/pulse/channelmap.c:774
-msgid "Stereo"
-msgstr "স্টিৰিঅ'"
-
-#: src/modules/alsa/alsa-mixer.c:4576 src/modules/alsa/alsa-mixer.c:4734
-#: src/modules/bluetooth/module-bluez5-device.c:1944 src/utils/pactl.c:337
-msgid "Headset"
-msgstr ""
-
-#: src/modules/alsa/alsa-mixer.c:4577 src/modules/alsa/alsa-mixer.c:4735
-#, fuzzy
-msgid "Speakerphone"
-msgstr "এনালগ স্টিৰিঅ'"
-
-#: src/modules/alsa/alsa-mixer.c:4578 src/modules/alsa/alsa-mixer.c:4579
-msgid "Multichannel"
-msgstr ""
-
-#: src/modules/alsa/alsa-mixer.c:4580
-msgid "Analog Surround 2.1"
-msgstr "এনালগ ছাৰাউন্ড ২.১"
-
-#: src/modules/alsa/alsa-mixer.c:4581
-msgid "Analog Surround 3.0"
-msgstr "এনালগ ছাৰাউন্ড ৩.০"
-
-#: src/modules/alsa/alsa-mixer.c:4582
-msgid "Analog Surround 3.1"
-msgstr "এনালগ ছাৰাউন্ড ৩.১"
-
-#: src/modules/alsa/alsa-mixer.c:4583
-msgid "Analog Surround 4.0"
-msgstr "এনালগ ছাৰাউন্ড ৪.০"
-
-#: src/modules/alsa/alsa-mixer.c:4584
-msgid "Analog Surround 4.1"
-msgstr "এনালগ ছাৰাউন্ড ৪.১"
-
-#: src/modules/alsa/alsa-mixer.c:4585
-msgid "Analog Surround 5.0"
-msgstr "এনালগ ছাৰাউন্ড ৫.০"
-
-#: src/modules/alsa/alsa-mixer.c:4586
-msgid "Analog Surround 5.1"
-msgstr "এনালগ ছাৰাউন্ড ৫.১"
-
-#: src/modules/alsa/alsa-mixer.c:4587
-msgid "Analog Surround 6.0"
-msgstr "এনালগ ছাৰাউন্ড ৬.০"
-
-#: src/modules/alsa/alsa-mixer.c:4588
-msgid "Analog Surround 6.1"
-msgstr "এনালগ ছাৰাউন্ড ৬.১"
-
-#: src/modules/alsa/alsa-mixer.c:4589
-msgid "Analog Surround 7.0"
-msgstr "এনালগ ছাৰাউন্ড ৭.০"
-
-#: src/modules/alsa/alsa-mixer.c:4590
-msgid "Analog Surround 7.1"
-msgstr "এনালগ ছাৰাউন্ড ৭.১"
-
-#: src/modules/alsa/alsa-mixer.c:4591
-msgid "Digital Stereo (IEC958)"
-msgstr "ডিজিটেল স্টিৰিঅ' (IEC958)"
-
-#: src/modules/alsa/alsa-mixer.c:4592
-msgid "Digital Surround 4.0 (IEC958/AC3)"
-msgstr "ডিজিটেল ছাৰাউন্ড ৪.০ (IEC958/AC3)"
-
-#: src/modules/alsa/alsa-mixer.c:4593
-msgid "Digital Surround 5.1 (IEC958/AC3)"
-msgstr "ডিজিটেল ছাৰাউন্ড ৫.১ (IEC958/AC3)"
-
-#: src/modules/alsa/alsa-mixer.c:4594
-#, fuzzy
-msgid "Digital Surround 5.1 (IEC958/DTS)"
-msgstr "ডিজিটেল ছাৰাউন্ড ৫.১ (IEC958/AC3)"
-
-#: src/modules/alsa/alsa-mixer.c:4595
-msgid "Digital Stereo (HDMI)"
-msgstr "ডিজিটেল স্টিৰিঅ' (HDMI)"
-
-#: src/modules/alsa/alsa-mixer.c:4596
-#, fuzzy
-msgid "Digital Surround 5.1 (HDMI)"
-msgstr "ডিজিটেল ছাৰাউন্ড ৫.১ (IEC958/AC3)"
-
-#: src/modules/alsa/alsa-mixer.c:4597
-msgid "Chat"
-msgstr ""
-
-#: src/modules/alsa/alsa-mixer.c:4598
-msgid "Game"
-msgstr ""
-
-#: src/modules/alsa/alsa-mixer.c:4732
-msgid "Analog Mono Duplex"
-msgstr "এনালগ মোনো ডুপ্লেক্স"
-
-#: src/modules/alsa/alsa-mixer.c:4733
-msgid "Analog Stereo Duplex"
-msgstr "এনালগ স্টিৰিঅ' ডুপ্লেক্স"
-
-#: src/modules/alsa/alsa-mixer.c:4736
-msgid "Digital Stereo Duplex (IEC958)"
-msgstr "ডিজিটেল স্টিৰিঅ' ডুপ্লেক্স (IEC958)"
-
-#: src/modules/alsa/alsa-mixer.c:4737
-msgid "Multichannel Duplex"
-msgstr ""
-
-#: src/modules/alsa/alsa-mixer.c:4738
-#, fuzzy
-msgid "Stereo Duplex"
-msgstr "এনালগ স্টিৰিঅ' ডুপ্লেক্স"
-
-#: src/modules/alsa/alsa-mixer.c:4739
-msgid "Mono Chat + 7.1 Surround"
-msgstr ""
-
-#: src/modules/alsa/alsa-mixer.c:4740 src/modules/alsa/module-alsa-card.c:197
-#: src/modules/bluetooth/module-bluez5-device.c:2263
-msgid "Off"
-msgstr "বন্ধ"
-
-#: src/modules/alsa/alsa-mixer.c:4840
-#, fuzzy, c-format
-msgid "%s Output"
-msgstr "Null ফলাফল"
-
-#: src/modules/alsa/alsa-mixer.c:4848
-#, fuzzy, c-format
-msgid "%s Input"
-msgstr "নিবেশ"
-
-#: src/modules/alsa/alsa-sink.c:672 src/modules/alsa/alsa-sink.c:862
-#, fuzzy, c-format
-msgid ""
-"ALSA woke us up to write new data to the device, but there was actually "
-"nothing to write.\n"
-"Most likely this is a bug in the ALSA driver '%s'. Please report this issue "
-"to the ALSA developers.\n"
-"We were woken up with POLLOUT set -- however a subsequent snd_pcm_avail() "
-"returned 0 or another value < min_avail."
-msgstr ""
-"ALSA ই আমাক যন্ত্ৰৰ পৰা নতুন তথ্য লিখিবলৈ উথালে, কিন্তু একো লিখিবলৈ নাছিল!\n"
-"অতি সম্ভৱ এইটো ALSA চালক '%s' ৰ এটা বাগ । অনুগ্ৰহ কৰি এই সমস্যা ALSA বিকাশকক "
-"জনাওক ।\n"
-"POLLOUT নিৰ্ধাৰিত হোৱাৰি পিছতো আমি উথিলো কিন্তু তাৰ পিছৰ snd_pcm_avail() এ ০ "
-"দিলে বা অন্য এটা মান < min_avail."
-
-#: src/modules/alsa/alsa-source.c:636 src/modules/alsa/alsa-source.c:802
-#, fuzzy, c-format
-msgid ""
-"ALSA woke us up to read new data from the device, but there was actually "
-"nothing to read.\n"
-"Most likely this is a bug in the ALSA driver '%s'. Please report this issue "
-"to the ALSA developers.\n"
-"We were woken up with POLLIN set -- however a subsequent snd_pcm_avail() "
-"returned 0 or another value < min_avail."
-msgstr ""
-"ALSA ই আমাক যন্ত্ৰৰ পৰা নতুন তথ্য পঢ়িবলৈ উথালে, কিন্তু একো পঢ়িবলৈ নাছিল!\n"
-"অতি সম্ভৱ এইটো ALSA চালক '%s' ৰ এটা বাগ । অনুগ্ৰহ কৰি এই সমস্যা ALSA বিকাশকক "
-"জনাওক ।\n"
-"POLLIN নিৰ্ধাৰিত হোৱাৰি পিছতো আমি উথিলো কিন্তু তাৰ পিছৰ snd_pcm_avail() এ ০ "
-"দিলে বা অন্য এটা মান < min_avail."
-
-#: src/modules/alsa/alsa-util.c:1183 src/modules/alsa/alsa-util.c:1277
-#, fuzzy, c-format
-msgid ""
-"snd_pcm_avail() returned a value that is exceptionally large: %lu byte (%lu "
-"ms).\n"
-"Most likely this is a bug in the ALSA driver '%s'. Please report this issue "
-"to the ALSA developers."
-msgid_plural ""
-"snd_pcm_avail() returned a value that is exceptionally large: %lu bytes (%lu "
-"ms).\n"
-"Most likely this is a bug in the ALSA driver '%s'. Please report this issue "
-"to the ALSA developers."
-msgstr[0] ""
-"snd_pcm_avail() এ এটা বৰ ডাঙৰ মান ঘূৰালে: %lu bytes (%lu ms) ।\n"
-"অতি সম্ভৱ এইটো ALSA চালক '%s' ৰ এটা বাগ । অনুগ্ৰহ কৰি এই সমস্যা ALSA বিকাশকক "
-"জনাওক ।"
-msgstr[1] ""
-"snd_pcm_avail() এ এটা বৰ ডাঙৰ মান ঘূৰালে: %lu bytes (%lu ms) ।\n"
-"অতি সম্ভৱ এইটো ALSA চালক '%s' ৰ এটা বাগ । অনুগ্ৰহ কৰি এই সমস্যা ALSA বিকাশকক "
-"জনাওক ।"
-
-#: src/modules/alsa/alsa-util.c:1249
-#, fuzzy, c-format
-msgid ""
-"snd_pcm_delay() returned a value that is exceptionally large: %li byte (%s"
-"%lu ms).\n"
-"Most likely this is a bug in the ALSA driver '%s'. Please report this issue "
-"to the ALSA developers."
-msgid_plural ""
-"snd_pcm_delay() returned a value that is exceptionally large: %li bytes (%s"
-"%lu ms).\n"
-"Most likely this is a bug in the ALSA driver '%s'. Please report this issue "
-"to the ALSA developers."
-msgstr[0] ""
-"snd_pcm_delay() এ এটা বৰ ডাঙৰ মান ঘূৰালে: %li bytes (%s%lu ms) ।\n"
-"অতি সম্ভৱ এইটো ALSA চালক '%s' ৰ এটা বাগ । অনুগ্ৰহ কৰি এই সমস্যা ALSA বিকাশকক "
-"জনাওক ।"
-msgstr[1] ""
-"snd_pcm_delay() এ এটা বৰ ডাঙৰ মান ঘূৰালে: %li bytes (%s%lu ms) ।\n"
-"অতি সম্ভৱ এইটো ALSA চালক '%s' ৰ এটা বাগ । অনুগ্ৰহ কৰি এই সমস্যা ALSA বিকাশকক "
-"জনাওক ।"
-
-#: src/modules/alsa/alsa-util.c:1296
-#, fuzzy, c-format
-msgid ""
-"snd_pcm_avail_delay() returned strange values: delay %lu is less than avail "
-"%lu.\n"
-"Most likely this is a bug in the ALSA driver '%s'. Please report this issue "
-"to the ALSA developers."
-msgstr ""
-"snd_pcm_avail() এ এটা বৰ ডাঙৰ মান ঘূৰালে: %lu bytes (%lu ms) ।\n"
-"অতি সম্ভৱ এইটো ALSA চালক '%s' ৰ এটা বাগ । অনুগ্ৰহ কৰি এই সমস্যা ALSA বিকাশকক "
-"জনাওক ।"
-
-#: src/modules/alsa/alsa-util.c:1339
-#, fuzzy, c-format
-msgid ""
-"snd_pcm_mmap_begin() returned a value that is exceptionally large: %lu byte "
-"(%lu ms).\n"
-"Most likely this is a bug in the ALSA driver '%s'. Please report this issue "
-"to the ALSA developers."
-msgid_plural ""
-"snd_pcm_mmap_begin() returned a value that is exceptionally large: %lu bytes "
-"(%lu ms).\n"
-"Most likely this is a bug in the ALSA driver '%s'. Please report this issue "
-"to the ALSA developers."
-msgstr[0] ""
-"snd_pcm_mmap_begin() এ এটা বৰ ডাঙৰ মান ঘূৰালে: %lu bytes (%lu ms) ।\n"
-"অতি সম্ভৱ এইটো ALSA চালক '%s' ৰ এটা বাগ । অনুগ্ৰহ কৰি এই সমস্যা ALSA বিকাশকক "
-"জনাওক ।"
-msgstr[1] ""
-"snd_pcm_mmap_begin() এ এটা বৰ ডাঙৰ মান ঘূৰালে: %lu bytes (%lu ms) ।\n"
-"অতি সম্ভৱ এইটো ALSA চালক '%s' ৰ এটা বাগ । অনুগ্ৰহ কৰি এই সমস্যা ALSA বিকাশকক "
-"জনাওক ।"
-
-#: src/modules/bluetooth/module-bluez5-device.c:1937
-#: src/modules/bluetooth/module-bluez5-device.c:1963
-#: src/modules/bluetooth/module-bluez5-device.c:1970
-msgid "Bluetooth Input"
-msgstr ""
-
-#: src/modules/bluetooth/module-bluez5-device.c:1938
-#: src/modules/bluetooth/module-bluez5-device.c:1957
-#, fuzzy
-msgid "Bluetooth Output"
-msgstr "এনালগ নিৰ্গম"
-
-#: src/modules/bluetooth/module-bluez5-device.c:1950 src/utils/pactl.c:348
-msgid "Handsfree"
-msgstr ""
-
-#: src/modules/bluetooth/module-bluez5-device.c:1971
-#, fuzzy
-msgid "Headphone"
-msgstr "এনালগ হেড ফোন"
-
-#: src/modules/bluetooth/module-bluez5-device.c:1977 src/utils/pactl.c:347
-msgid "Portable"
-msgstr ""
-
-#: src/modules/bluetooth/module-bluez5-device.c:1983 src/utils/pactl.c:349
-msgid "Car"
-msgstr ""
-
-#: src/modules/bluetooth/module-bluez5-device.c:1989 src/utils/pactl.c:350
-msgid "HiFi"
-msgstr ""
-
-#: src/modules/bluetooth/module-bluez5-device.c:1995 src/utils/pactl.c:351
-msgid "Phone"
-msgstr ""
-
-#: src/modules/bluetooth/module-bluez5-device.c:2042
-#, fuzzy
-msgid "High Fidelity Playback (A2DP Sink)"
-msgstr "High Fidelity Playback (A2DP)"
-
-#: src/modules/bluetooth/module-bluez5-device.c:2054
-#, fuzzy
-msgid "High Fidelity Capture (A2DP Source)"
-msgstr "হাই ফিডেলিটি ক্যাপচাৰ (A2DP)"
-
-#: src/modules/bluetooth/module-bluez5-device.c:2066
-msgid "Headset Head Unit (HSP)"
-msgstr ""
-
-#: src/modules/bluetooth/module-bluez5-device.c:2079
-msgid "Headset Audio Gateway (HSP)"
-msgstr ""
-
-#: src/modules/bluetooth/module-bluez5-device.c:2092
-msgid "Handsfree Head Unit (HFP)"
-msgstr ""
-
-#: src/modules/bluetooth/module-bluez5-device.c:2105
-msgid "Handsfree Audio Gateway (HFP)"
-msgstr ""
-
-#: src/modules/echo-cancel/module-echo-cancel.c:59
-#, fuzzy
-msgid ""
-"source_name= source_properties= source_master= sink_name= sink_properties= sink_master= adjust_time= adjust_threshold= format= rate= channels= channel_map= "
-"aec_method= aec_args= "
-"save_aec= autoloaded= use_volume_sharing= use_master_format= "
-msgstr ""
-"sink_name= sink_properties= "
-"master= format= rate= "
-"channels= channel_map= plugin= label= control="
-
-#. add on profile
-#: src/modules/macosx/module-coreaudio-device.c:825
-msgid "On"
-msgstr ""
-
-#: src/modules/module-allow-passthrough.c:71
-#: src/modules/module-always-sink.c:80
-msgid "Dummy Output"
-msgstr "ডামি নিৰ্গম"
-
-#: src/modules/module-always-sink.c:34
-msgid "Always keeps at least one sink loaded even if it's a null one"
-msgstr "সদায়ে অন্তত এটা sink লোড কৰি ৰখা হ'ব, প্ৰয়োজনত null sink ব্যৱহাৰ কৰা হ'ব"
-
-#: src/modules/module-always-source.c:35
-#, fuzzy
-msgid "Always keeps at least one source loaded even if it's a null one"
-msgstr "সদায়ে অন্তত এটা sink লোড কৰি ৰখা হ'ব, প্ৰয়োজনত null sink ব্যৱহাৰ কৰা হ'ব"
-
-#: src/modules/module-equalizer-sink.c:68
-msgid "General Purpose Equalizer"
-msgstr ""
-
-#: src/modules/module-equalizer-sink.c:72
-#, fuzzy
-msgid ""
-"sink_name= sink_properties= "
-"sink_master= format= rate= "
-"channels= channel_map= autoloaded= use_volume_sharing= "
-msgstr ""
-"sink_name= sink_properties= "
-"master= format= rate= "
-"channels= channel_map= plugin= label= control="
-
-#: src/modules/module-equalizer-sink.c:1097
-#: src/modules/module-equalizer-sink.c:1220
-#, c-format
-msgid "FFT based equalizer on %s"
-msgstr ""
-
-#: src/modules/module-filter-apply.c:47
-msgid "autoclean="
-msgstr ""
-
-#: src/modules/module-ladspa-sink.c:50
-msgid "Virtual LADSPA sink"
-msgstr "ভাৰ্চুয়াল LADSPA sink"
-
-#: src/modules/module-ladspa-sink.c:54
-#, fuzzy
-msgid ""
-"sink_name= sink_properties= "
-"sink_input_properties= master= sink_master= format= "
-"rate= channels= channel_map= plugin= label= control= input_ladspaport_map= output_ladspaport_map= autoloaded= "
-msgstr ""
-"sink_name= sink_properties= "
-"master= format= rate= "
-"channels= channel_map= plugin= label= control="
-
-#: src/modules/module-null-sink.c:46
-msgid "Clocked NULL sink"
-msgstr "NULL sink ৰ সময় নিৰ্ধাৰণ"
-
-#: src/modules/module-null-sink.c:356
-msgid "Null Output"
-msgstr "Null ফলাফল"
-
-#: src/modules/module-null-sink.c:368 src/utils/pactl.c:2064
-#, fuzzy, c-format
-msgid "Failed to set format: invalid format string %s"
-msgstr "উৎস সংক্ৰান্ত তথ্য প্ৰাপ্ত কৰতে ব্যৰ্থ: %s"
-
-#: src/modules/module-rygel-media-server.c:506
-#: src/modules/module-rygel-media-server.c:544
-#: src/modules/module-rygel-media-server.c:903
-msgid "Output Devices"
-msgstr "নিৰ্গম যন্ত্ৰ"
-
-#: src/modules/module-rygel-media-server.c:507
-#: src/modules/module-rygel-media-server.c:545
-#: src/modules/module-rygel-media-server.c:904
-msgid "Input Devices"
-msgstr "নিবেশ যন্ত্ৰ"
-
-#: src/modules/module-rygel-media-server.c:1061
-msgid "Audio on @HOSTNAME@"
-msgstr "@HOSTNAME@ ত অ'ডিঅ'"
-
-#. TODO: old tunnel put here the remote sink_name into stream name e.g. 'Null Output for lynxis@lazus'
-#. TODO: old tunnel put here the remote source_name into stream name e.g. 'Null Output for lynxis@lazus'
-#: src/modules/module-tunnel-sink-new.c:370
-#: src/modules/module-tunnel-source-new.c:354
-#, c-format
-msgid "Tunnel for %s@%s"
-msgstr ""
-
-#: src/modules/module-tunnel-sink-new.c:715
-#: src/modules/module-tunnel-source-new.c:684
-#, c-format
-msgid "Tunnel to %s/%s"
-msgstr ""
-
-#: src/modules/module-virtual-surround-sink.c:50
-#, fuzzy
-msgid "Virtual surround sink"
-msgstr "ভাৰ্চুয়াল LADSPA sink"
-
-#: src/modules/module-virtual-surround-sink.c:54
-#, fuzzy
-msgid ""
-"sink_name= sink_properties= "
-"master= sink_master= "
-"format= rate= channels= "
-"channel_map= use_volume_sharing= "
-"force_flat_volume= hrir=/path/to/left_hrir.wav hrir_left=/path/to/"
-"left_hrir.wav hrir_right=/path/to/optional/right_hrir.wav autoloaded= "
-msgstr ""
-"sink_name= sink_properties= "
-"master= format= rate= "
-"channels= channel_map= plugin= label= control="
-
-#: src/modules/raop/module-raop-discover.c:295
-#, fuzzy
-msgid "Unknown device model"
-msgstr "অজানা ত্ৰুটিৰ কোড"
-
-#: src/modules/raop/raop-sink.c:689
-msgid "RAOP standard profile"
-msgstr ""
-
-#: src/modules/reserve-wrap.c:149
-msgid "PulseAudio Sound Server"
-msgstr "PulseAudio ধ্বনি সেৱক"
-
-#: src/pulse/channelmap.c:105
+#: ../src/pulse/channelmap.c:107
msgid "Front Center"
msgstr "সন্মুখত কেন্দ্ৰস্থিত"
-#: src/pulse/channelmap.c:106
+#: ../src/pulse/channelmap.c:108
msgid "Front Left"
msgstr "সন্মুখত কেন্দ্ৰস্থিত"
-#: src/pulse/channelmap.c:107
+#: ../src/pulse/channelmap.c:109
msgid "Front Right"
msgstr "সন্মুখত বাওঁফালে"
-#: src/pulse/channelmap.c:109
+#: ../src/pulse/channelmap.c:111
msgid "Rear Center"
msgstr "পিছত কেন্দ্ৰস্থিত"
-#: src/pulse/channelmap.c:110
+#: ../src/pulse/channelmap.c:112
msgid "Rear Left"
msgstr "পিছত বাওঁফালে"
-#: src/pulse/channelmap.c:111
+#: ../src/pulse/channelmap.c:113
msgid "Rear Right"
msgstr "পিছত সোঁফালে"
-#: src/pulse/channelmap.c:113
+#: ../src/pulse/channelmap.c:115
msgid "Subwoofer"
msgstr ""
-#: src/pulse/channelmap.c:115
+#: ../src/pulse/channelmap.c:117
msgid "Front Left-of-center"
msgstr "সন্মুখত কেন্দ্ৰৰ বাওঁফালে"
-#: src/pulse/channelmap.c:116
+#: ../src/pulse/channelmap.c:118
msgid "Front Right-of-center"
msgstr "সন্মুখত কেন্দ্ৰৰ সোঁফালে"
-#: src/pulse/channelmap.c:118
+#: ../src/pulse/channelmap.c:120
msgid "Side Left"
msgstr "কাষত বাওঁফালে"
-#: src/pulse/channelmap.c:119
+#: ../src/pulse/channelmap.c:121
msgid "Side Right"
msgstr "কাষত সোঁফালে"
-#: src/pulse/channelmap.c:121
+#: ../src/pulse/channelmap.c:123
msgid "Auxiliary 0"
msgstr "অ'ক্সিলেৰি ০"
-#: src/pulse/channelmap.c:122
+#: ../src/pulse/channelmap.c:124
msgid "Auxiliary 1"
msgstr "অ'ক্সিলেৰি ০"
-#: src/pulse/channelmap.c:123
+#: ../src/pulse/channelmap.c:125
msgid "Auxiliary 2"
msgstr "অ'ক্সিলেৰি ১"
-#: src/pulse/channelmap.c:124
+#: ../src/pulse/channelmap.c:126
msgid "Auxiliary 3"
msgstr "অ'ক্সিলেৰি ৩"
-#: src/pulse/channelmap.c:125
+#: ../src/pulse/channelmap.c:127
msgid "Auxiliary 4"
msgstr "অ'ক্সিলেৰি ৪"
-#: src/pulse/channelmap.c:126
+#: ../src/pulse/channelmap.c:128
msgid "Auxiliary 5"
msgstr "অ'ক্সিলেৰি ৪"
-#: src/pulse/channelmap.c:127
+#: ../src/pulse/channelmap.c:129
msgid "Auxiliary 6"
msgstr "অ'ক্সিলেৰি ৬"
-#: src/pulse/channelmap.c:128
+#: ../src/pulse/channelmap.c:130
msgid "Auxiliary 7"
msgstr "অ'ক্সিলেৰি ৭"
-#: src/pulse/channelmap.c:129
+#: ../src/pulse/channelmap.c:131
msgid "Auxiliary 8"
msgstr "অ'ক্সিলেৰি ৮"
-#: src/pulse/channelmap.c:130
+#: ../src/pulse/channelmap.c:132
msgid "Auxiliary 9"
msgstr "অ'ক্সিলেৰি ৯"
-#: src/pulse/channelmap.c:131
+#: ../src/pulse/channelmap.c:133
msgid "Auxiliary 10"
msgstr "অ'ক্সিলেৰি ১০"
-#: src/pulse/channelmap.c:132
+#: ../src/pulse/channelmap.c:134
msgid "Auxiliary 11"
msgstr "অ'ক্সিলেৰি ১১"
-#: src/pulse/channelmap.c:133
+#: ../src/pulse/channelmap.c:135
msgid "Auxiliary 12"
msgstr "অ'ক্সিলেৰি ১২"
-#: src/pulse/channelmap.c:134
+#: ../src/pulse/channelmap.c:136
msgid "Auxiliary 13"
msgstr "অ'ক্সিলেৰি ১৩"
-#: src/pulse/channelmap.c:135
+#: ../src/pulse/channelmap.c:137
msgid "Auxiliary 14"
msgstr "অ'ক্সিলেৰি ১৪"
-#: src/pulse/channelmap.c:136
+#: ../src/pulse/channelmap.c:138
msgid "Auxiliary 15"
msgstr "অ'ক্সিলেৰি ১৫"
-#: src/pulse/channelmap.c:137
+#: ../src/pulse/channelmap.c:139
msgid "Auxiliary 16"
msgstr "অ'ক্সিলেৰি ১৬"
-#: src/pulse/channelmap.c:138
+#: ../src/pulse/channelmap.c:140
msgid "Auxiliary 17"
msgstr "অ'ক্সিলেৰি ১৭"
-#: src/pulse/channelmap.c:139
+#: ../src/pulse/channelmap.c:141
msgid "Auxiliary 18"
msgstr "অ'ক্সিলেৰি ১৮"
-#: src/pulse/channelmap.c:140
+#: ../src/pulse/channelmap.c:142
msgid "Auxiliary 19"
msgstr "অ'ক্সিলেৰি ১৯"
-#: src/pulse/channelmap.c:141
+#: ../src/pulse/channelmap.c:143
msgid "Auxiliary 20"
msgstr "অ'ক্সিলেৰি ২০"
-#: src/pulse/channelmap.c:142
+#: ../src/pulse/channelmap.c:144
msgid "Auxiliary 21"
msgstr "অ'ক্সিলেৰি ২১"
-#: src/pulse/channelmap.c:143
+#: ../src/pulse/channelmap.c:145
msgid "Auxiliary 22"
msgstr "অ'ক্সিলেৰি ২২"
-#: src/pulse/channelmap.c:144
+#: ../src/pulse/channelmap.c:146
msgid "Auxiliary 23"
msgstr "অ'ক্সিলেৰি ২৩"
-#: src/pulse/channelmap.c:145
+#: ../src/pulse/channelmap.c:147
msgid "Auxiliary 24"
msgstr "অ'ক্সিলেৰি ২৪"
-#: src/pulse/channelmap.c:146
+#: ../src/pulse/channelmap.c:148
msgid "Auxiliary 25"
msgstr "অ'ক্সিলেৰি ২৫"
-#: src/pulse/channelmap.c:147
+#: ../src/pulse/channelmap.c:149
msgid "Auxiliary 26"
msgstr "অ'ক্সিলেৰি ২৬"
-#: src/pulse/channelmap.c:148
+#: ../src/pulse/channelmap.c:150
msgid "Auxiliary 27"
msgstr "অ'ক্সিলেৰি ২৭"
-#: src/pulse/channelmap.c:149
+#: ../src/pulse/channelmap.c:151
msgid "Auxiliary 28"
msgstr "অ'ক্সিলেৰি ২৮"
-#: src/pulse/channelmap.c:150
+#: ../src/pulse/channelmap.c:152
msgid "Auxiliary 29"
msgstr "অ'ক্সিলেৰি ২৯"
-#: src/pulse/channelmap.c:151
+#: ../src/pulse/channelmap.c:153
msgid "Auxiliary 30"
msgstr "অ'ক্সিলেৰি ৩০"
-#: src/pulse/channelmap.c:152
+#: ../src/pulse/channelmap.c:154
msgid "Auxiliary 31"
msgstr "অ'ক্সিলেৰি ৩১"
-#: src/pulse/channelmap.c:154
+#: ../src/pulse/channelmap.c:156
msgid "Top Center"
msgstr "ওপৰত কেন্দ্ৰস্থিত"
-#: src/pulse/channelmap.c:156
+#: ../src/pulse/channelmap.c:158
msgid "Top Front Center"
msgstr "ওপৰত সন্মুখত কেন্দ্ৰস্থিত"
-#: src/pulse/channelmap.c:157
+#: ../src/pulse/channelmap.c:159
msgid "Top Front Left"
msgstr "ওপৰত সন্মুখত বাওঁফালে"
-#: src/pulse/channelmap.c:158
+#: ../src/pulse/channelmap.c:160
msgid "Top Front Right"
msgstr "ওপৰত সন্মুখত বাওঁফালে"
-#: src/pulse/channelmap.c:160
+#: ../src/pulse/channelmap.c:162
msgid "Top Rear Center"
msgstr "ওপৰত পিছত কেন্দ্ৰস্থিত"
-#: src/pulse/channelmap.c:161
+#: ../src/pulse/channelmap.c:163
msgid "Top Rear Left"
msgstr "ওপৰত পিছত বাওঁফালে"
-#: src/pulse/channelmap.c:162
+#: ../src/pulse/channelmap.c:164
msgid "Top Rear Right"
msgstr "ওপৰত পিছত সোঁফালে"
-#: src/pulse/channelmap.c:478 src/pulse/format.c:123 src/pulse/sample.c:177
-#: src/pulse/volume.c:306 src/pulse/volume.c:332 src/pulse/volume.c:352
-#: src/pulse/volume.c:384 src/pulse/volume.c:424 src/pulse/volume.c:443
-#: src/utils/pactl.c:483 src/utils/pactl.c:504
+#: ../src/pulse/channelmap.c:484 ../src/pulse/sample.c:169
+#: ../src/pulse/volume.c:297 ../src/pulse/volume.c:323
+#: ../src/pulse/volume.c:343 ../src/pulse/volume.c:373
+#: ../src/pulse/format.c:125
msgid "(invalid)"
msgstr "(অবৈধ)"
-#: src/pulse/channelmap.c:779
+#: ../src/pulse/channelmap.c:761
+msgid "Stereo"
+msgstr "স্টিৰিঅ'"
+
+#: ../src/pulse/channelmap.c:766
msgid "Surround 4.0"
msgstr "ছাৰাউণ্ড ৪.০"
-#: src/pulse/channelmap.c:785
+#: ../src/pulse/channelmap.c:772
msgid "Surround 4.1"
msgstr "ছাৰাউণ্ড ৪.১"
-#: src/pulse/channelmap.c:791
+#: ../src/pulse/channelmap.c:778
msgid "Surround 5.0"
msgstr "ছাৰাউণ্ড ৫.০"
-#: src/pulse/channelmap.c:797
+#: ../src/pulse/channelmap.c:784
msgid "Surround 5.1"
msgstr "ছাৰাউণ্ড ৫.১"
-#: src/pulse/channelmap.c:804
+#: ../src/pulse/channelmap.c:791
msgid "Surround 7.1"
msgstr "ছাৰাউণ্ড ৭.১"
-#: src/pulse/client-conf-x11.c:61 src/utils/pax11publish.c:97
-#, fuzzy
-msgid "xcb_connect() failed"
-msgstr "pa_context_connect() ব্যৰ্থ: %s"
-
-#: src/pulse/client-conf-x11.c:66 src/utils/pax11publish.c:102
-msgid "xcb_connection_has_error() returned true"
-msgstr ""
-
-#: src/pulse/client-conf-x11.c:102
-msgid "Failed to parse cookie data"
-msgstr "কুকিৰ তথ্য বিশ্লেষণ কৰিবলৈ ব্যৰ্থ"
-
-#: src/pulse/context.c:717
-#, c-format
-msgid "fork(): %s"
-msgstr "fork(): %s"
-
-#: src/pulse/context.c:772
-#, c-format
-msgid "waitpid(): %s"
-msgstr "waitpid(): %s"
-
-#: src/pulse/context.c:1488
-#, c-format
-msgid "Received message for unknown extension '%s'"
-msgstr "অজানা এক্সটেনশন '%s' ৰ বাবে বাৰ্তা প্ৰাপ্ত হৈছে"
-
-#: src/pulse/direction.c:37
-#, fuzzy
-msgid "input"
-msgstr "নিবেশ"
-
-#: src/pulse/direction.c:39
-#, fuzzy
-msgid "output"
-msgstr "Null ফলাফল"
-
-#: src/pulse/direction.c:41
-msgid "bidirectional"
-msgstr ""
-
-#: src/pulse/direction.c:43
-#, fuzzy
-msgid "invalid"
-msgstr "(অবৈধ)"
-
-#: src/pulsecore/core-util.c:1790
-#, c-format
-msgid ""
-"XDG_RUNTIME_DIR (%s) is not owned by us (uid %d), but by uid %d! (This could "
-"e.g. happen if you try to connect to a non-root PulseAudio as a root user, "
-"over the native protocol. Don't do that.)"
-msgstr ""
-
-#: src/pulsecore/core-util.h:97
-msgid "yes"
-msgstr ""
-
-#: src/pulsecore/core-util.h:97
-#, fuzzy
-msgid "no"
-msgstr "মোনো"
-
-#: src/pulsecore/lock-autospawn.c:141 src/pulsecore/lock-autospawn.c:227
-msgid "Cannot access autospawn lock."
-msgstr "autospawn লক প্ৰয়োগ কৰিবলৈ ব্যৰ্থ ।"
-
-#: src/pulsecore/log.c:165
-#, fuzzy, c-format
-msgid "Failed to open target file '%s'."
-msgstr "শব্দেৰ ফাইল খুলতে ব্যৰ্থ।"
-
-#: src/pulsecore/log.c:188
-#, c-format
-msgid ""
-"Tried to open target file '%s', '%s.1', '%s.2' ... '%s.%d', but all failed."
-msgstr ""
-
-#: src/pulsecore/log.c:651
-#, fuzzy
-msgid "Invalid log target."
-msgstr "[%s:%u] লগ লক্ষ্য '%s' বৈধ নহয় ।"
-
-#: src/pulsecore/sink.c:3609
-msgid "Built-in Audio"
-msgstr "আভ্যন্তৰীণ অ'ডিঅ'"
-
-#: src/pulsecore/sink.c:3614
-msgid "Modem"
-msgstr "মোডেম"
-
-#: src/pulse/error.c:38
+#: ../src/pulse/error.c:40
msgid "OK"
msgstr "ঠিক আছে"
-#: src/pulse/error.c:39
+#: ../src/pulse/error.c:41
msgid "Access denied"
msgstr "ব্যৱহাৰৰ অধিকাৰ প্ৰত্যাখ্যাত"
-#: src/pulse/error.c:40
+#: ../src/pulse/error.c:42
msgid "Unknown command"
msgstr "অজ্ঞাত নিৰ্দেশ"
-#: src/pulse/error.c:41
+#: ../src/pulse/error.c:43
msgid "Invalid argument"
msgstr "অবৈধ তৰ্ক"
-#: src/pulse/error.c:42
+#: ../src/pulse/error.c:44
msgid "Entity exists"
msgstr "পদাৰ্থ উপস্থিত"
-#: src/pulse/error.c:43
+#: ../src/pulse/error.c:45
msgid "No such entity"
msgstr "এই ধৰনৰ কোনো পদাৰ্থ উপস্থিত নাই"
-#: src/pulse/error.c:44
+#: ../src/pulse/error.c:46
msgid "Connection refused"
msgstr "সংযোগ নাকচ কৰা হৈছে"
-#: src/pulse/error.c:45
+#: ../src/pulse/error.c:47
msgid "Protocol error"
msgstr "প্ৰোটোকল সংক্ৰান্ত ত্ৰুটি"
-#: src/pulse/error.c:46
+#: ../src/pulse/error.c:48
msgid "Timeout"
msgstr "সময়সীমা"
-#: src/pulse/error.c:47
-#, fuzzy
-msgid "No authentication key"
+#: ../src/pulse/error.c:49
+msgid "No authorization key"
msgstr "কোনো অনুমোদনৰ কি নাই"
-#: src/pulse/error.c:48
+#: ../src/pulse/error.c:50
msgid "Internal error"
msgstr "অভ্যন্তৰীণ ত্ৰুটি"
-#: src/pulse/error.c:49
+#: ../src/pulse/error.c:51
msgid "Connection terminated"
msgstr "সংযোগ বন্ধ কৰা হৈছে"
-#: src/pulse/error.c:50
+#: ../src/pulse/error.c:52
msgid "Entity killed"
msgstr "পদাৰ্থ kill কৰা হৈছে"
-#: src/pulse/error.c:51
+#: ../src/pulse/error.c:53
msgid "Invalid server"
msgstr "সেৱক বৈধ নহয়"
-#: src/pulse/error.c:52
+#: ../src/pulse/error.c:54
msgid "Module initialization failed"
msgstr "মডিউল আৰম্ভ কৰিবলৈ ব্যৰ্থ"
-#: src/pulse/error.c:53
+#: ../src/pulse/error.c:55
msgid "Bad state"
msgstr "অৱস্থা সঠিক নহয়"
-#: src/pulse/error.c:54
+#: ../src/pulse/error.c:56
msgid "No data"
msgstr "তথ্য অনুপস্থিত "
-#: src/pulse/error.c:55
+#: ../src/pulse/error.c:57
msgid "Incompatible protocol version"
msgstr "বিসঙ্গতিপূৰ্ণ প্ৰটকল সংস্কৰণ"
-#: src/pulse/error.c:56
+#: ../src/pulse/error.c:58
msgid "Too large"
msgstr "অত্যাধিক বড়"
-#: src/pulse/error.c:57
+#: ../src/pulse/error.c:59
msgid "Not supported"
msgstr "সমৰ্থন কৰা নহয়"
-#: src/pulse/error.c:58
+#: ../src/pulse/error.c:60
msgid "Unknown error code"
msgstr "অজানা ত্ৰুটিৰ কোড"
-#: src/pulse/error.c:59
+#: ../src/pulse/error.c:61
msgid "No such extension"
msgstr "এই ধৰনৰ কোনো এক্সটেনশন নাই"
-#: src/pulse/error.c:60
+#: ../src/pulse/error.c:62
msgid "Obsolete functionality"
msgstr "অবচিত বৈশিষ্ট্য"
-#: src/pulse/error.c:61
+#: ../src/pulse/error.c:63
msgid "Missing implementation"
msgstr "অনুপস্থিত বাস্তবায়ন"
-#: src/pulse/error.c:62
+#: ../src/pulse/error.c:64
msgid "Client forked"
msgstr "গ্ৰাহক ফৰ্ক কৰা হৈছে"
-#: src/pulse/error.c:63
+#: ../src/pulse/error.c:65
msgid "Input/Output error"
msgstr "নিবেশ/নিৰ্গম ত্ৰুটি"
-#: src/pulse/error.c:64
+#: ../src/pulse/error.c:66
msgid "Device or resource busy"
msgstr "যন্ত্ৰ বা সম্পদ ব্যস্ত"
-#: src/pulse/sample.c:179
+#: ../src/pulse/sample.c:171
#, c-format
msgid "%s %uch %uHz"
msgstr "%s %uch %uHz"
-#: src/pulse/sample.c:191
+#: ../src/pulse/sample.c:183
#, c-format
msgid "%0.1f GiB"
msgstr "%0.1f GiB"
-#: src/pulse/sample.c:193
+#: ../src/pulse/sample.c:185
#, c-format
msgid "%0.1f MiB"
msgstr "%0.1f MiB"
-#: src/pulse/sample.c:195
+#: ../src/pulse/sample.c:187
#, c-format
msgid "%0.1f KiB"
msgstr "%0.1f KiB"
-#: src/pulse/sample.c:197
+#: ../src/pulse/sample.c:189
#, c-format
msgid "%u B"
msgstr "%u B"
-#: src/utils/pacat.c:134
+#: ../src/pulse/client-conf-x11.c:54 ../src/utils/pax11publish.c:100
+#, fuzzy
+msgid "xcb_connect() failed"
+msgstr "pa_context_connect() ব্যৰ্থ: %s"
+
+#: ../src/pulse/client-conf-x11.c:59 ../src/utils/pax11publish.c:105
+msgid "xcb_connection_has_error() returned true"
+msgstr ""
+
+#: ../src/pulse/client-conf-x11.c:97
+msgid "Failed to parse cookie data"
+msgstr "কুকিৰ তথ্য বিশ্লেষণ কৰিবলৈ ব্যৰ্থ"
+
+#: ../src/pulse/client-conf.c:117
+#, c-format
+msgid "Failed to open configuration file '%s': %s"
+msgstr "বিন্যাস নথিপত্ৰ '%s' খুলিবলৈ ব্যৰ্থ: %s"
+
+#: ../src/pulse/context.c:528
+msgid "No cookie loaded. Attempting to connect without."
+msgstr "কোনো কুকি তুলি লোৱা নহয় । কুকি নোহোৱাকে সংযোগৰ প্ৰচেষ্টা কৰা হৈছে ।"
+
+#: ../src/pulse/context.c:675
+#, c-format
+msgid "fork(): %s"
+msgstr "fork(): %s"
+
+#: ../src/pulse/context.c:730
+#, c-format
+msgid "waitpid(): %s"
+msgstr "waitpid(): %s"
+
+#: ../src/pulse/context.c:1431
+#, c-format
+msgid "Received message for unknown extension '%s'"
+msgstr "অজানা এক্সটেনশন '%s' ৰ বাবে বাৰ্তা প্ৰাপ্ত হৈছে"
+
+#: ../src/utils/pacat.c:112
#, c-format
msgid "Failed to drain stream: %s"
msgstr "স্ট্ৰিম ড্ৰেইন (অৰ্থাৎ ফাঁকা) কৰতে ব্যৰ্থ: %s"
-#: src/utils/pacat.c:139
+#: ../src/utils/pacat.c:117
msgid "Playback stream drained."
msgstr "প্লে ব্যাক স্ট্ৰিম ফাঁকা কৰা হয়েছে।"
-#: src/utils/pacat.c:150
+#: ../src/utils/pacat.c:128
msgid "Draining connection to server."
msgstr "সাৰ্ভাৰেৰ সাথে স্থাপিত সংযোগ ফাঁকা কৰা হচ্ছে।"
-#: src/utils/pacat.c:163
+#: ../src/utils/pacat.c:141
#, c-format
msgid "pa_stream_drain(): %s"
msgstr "pa_stream_drain(): %s"
-#: src/utils/pacat.c:194 src/utils/pacat.c:543
-#, c-format
-msgid "pa_stream_begin_write() failed: %s"
-msgstr "pa_stream_write() ব্যৰ্থ: %s"
-
-#: src/utils/pacat.c:244 src/utils/pacat.c:274
-#, c-format
-msgid "pa_stream_peek() failed: %s"
-msgstr "pa_stream_peek() ব্যৰ্থ: %s"
-
-#: src/utils/pacat.c:324
-msgid "Stream successfully created."
-msgstr "সাফল্যেৰ সাথে স্ট্ৰিম নিৰ্মিত হয়েছে।"
-
-#: src/utils/pacat.c:327
-#, c-format
-msgid "pa_stream_get_buffer_attr() failed: %s"
-msgstr "pa_stream_get_buffer_attr() ব্যৰ্থ: %s"
-
-#: src/utils/pacat.c:331
-#, c-format
-msgid "Buffer metrics: maxlength=%u, tlength=%u, prebuf=%u, minreq=%u"
-msgstr "বাফাৰেৰ মাপ: maxlength=%u, tlength=%u, prebuf=%u, minreq=%u"
-
-#: src/utils/pacat.c:334
-#, c-format
-msgid "Buffer metrics: maxlength=%u, fragsize=%u"
-msgstr "বাফাৰেৰ মাপ: maxlength=%u, fragsize=%u"
-
-#: src/utils/pacat.c:338
-#, c-format
-msgid "Using sample spec '%s', channel map '%s'."
-msgstr "স্যাম্পেলেৰ spec '%s', ও চ্যানেল ম্যাপ '%s' ব্যৱহাৰ কৰা হচ্ছে।"
-
-#: src/utils/pacat.c:342
-#, fuzzy, c-format
-msgid "Connected to device %s (index: %u, suspended: %s)."
-msgstr "যন্ত্ৰ %s ৰ সাথে সংযোগ কৰা হয়েছে (%u, %ssuspended)।"
-
-#: src/utils/pacat.c:352
-#, c-format
-msgid "Stream error: %s"
-msgstr "ষ্ট্ৰিম সংক্ৰান্ত ত্ৰুটি: %s"
-
-#: src/utils/pacat.c:362
-#, c-format
-msgid "Stream device suspended.%s"
-msgstr "স্ট্ৰিম যন্ত্ৰ স্থগিত কৰা হয়েছে। %s"
-
-#: src/utils/pacat.c:364
-#, c-format
-msgid "Stream device resumed.%s"
-msgstr "স্ট্ৰিম যন্ত্ৰ পুনৰাৰম্ভ কৰা হয়েছে। %s"
-
-#: src/utils/pacat.c:372
-#, c-format
-msgid "Stream underrun.%s"
-msgstr "ধীৰ গতিৰ স্ট্ৰিম.%s"
-
-#: src/utils/pacat.c:379
-#, c-format
-msgid "Stream overrun.%s"
-msgstr "স্ট্ৰিম মাত্ৰা অতিক্ৰম কৰিছে।%s"
-
-#: src/utils/pacat.c:386
-#, c-format
-msgid "Stream started.%s"
-msgstr "স্ট্ৰিম আৰম্ভ কৰা হয়েছে। %s"
-
-#: src/utils/pacat.c:393
-#, c-format
-msgid "Stream moved to device %s (%u, %ssuspended).%s"
-msgstr "%s যন্ত্ৰে স্ট্ৰিম স্থানান্তৰ কৰা হয়েছে (%u, %ssuspended)।%s"
-
-#: src/utils/pacat.c:393
-msgid "not "
-msgstr "not "
-
-#: src/utils/pacat.c:400
-#, c-format
-msgid "Stream buffer attributes changed.%s"
-msgstr "স্ট্ৰিম বাফাৰেৰ এট্ৰিবিউট পৰিবৰ্তিত হয়েছে। %s"
-
-#: src/utils/pacat.c:415
-msgid "Cork request stack is empty: corking stream"
-msgstr ""
-
-#: src/utils/pacat.c:421
-msgid "Cork request stack is empty: uncorking stream"
-msgstr ""
-
-#: src/utils/pacat.c:425
-msgid "Warning: Received more uncork requests than cork requests."
-msgstr ""
-
-#: src/utils/pacat.c:450
-#, c-format
-msgid "Connection established.%s"
-msgstr "সংযোগ স্থাপিত হয়েছে।%s"
-
-#: src/utils/pacat.c:453
-#, c-format
-msgid "pa_stream_new() failed: %s"
-msgstr "pa_stream_new() ব্যৰ্থ: %s"
-
-#: src/utils/pacat.c:491
-#, c-format
-msgid "pa_stream_connect_playback() failed: %s"
-msgstr "pa_stream_connect_playback() ব্যৰ্থ: %s"
-
-#: src/utils/pacat.c:497
-#, fuzzy, c-format
-msgid "Failed to set monitor stream: %s"
-msgstr "স্ট্ৰিম ড্ৰেইন (অৰ্থাৎ ফাঁকা) কৰতে ব্যৰ্থ: %s"
-
-#: src/utils/pacat.c:501
-#, c-format
-msgid "pa_stream_connect_record() failed: %s"
-msgstr "pa_stream_connect_record() ব্যৰ্থ: %s"
-
-#: src/utils/pacat.c:514 src/utils/pactl.c:2508
-#, c-format
-msgid "Connection failure: %s"
-msgstr "সংযোগ বিফল: %s"
-
-#: src/utils/pacat.c:557
-msgid "Got EOF."
-msgstr "ফাইলেৰ সমাপ্তি সনাক্ত হয়েছে।"
-
-#: src/utils/pacat.c:581
+#: ../src/utils/pacat.c:164
#, c-format
msgid "pa_stream_write() failed: %s"
msgstr "pa_stream_write() ব্যৰ্থ: %s"
-#: src/utils/pacat.c:605
+#: ../src/utils/pacat.c:205
+#, c-format
+msgid "pa_stream_begin_write() failed: %s"
+msgstr "pa_stream_write() ব্যৰ্থ: %s"
+
+#: ../src/utils/pacat.c:255 ../src/utils/pacat.c:285
+#, c-format
+msgid "pa_stream_peek() failed: %s"
+msgstr "pa_stream_peek() ব্যৰ্থ: %s"
+
+#: ../src/utils/pacat.c:325
+msgid "Stream successfully created."
+msgstr "সাফল্যেৰ সাথে স্ট্ৰিম নিৰ্মিত হয়েছে।"
+
+#: ../src/utils/pacat.c:328
+#, c-format
+msgid "pa_stream_get_buffer_attr() failed: %s"
+msgstr "pa_stream_get_buffer_attr() ব্যৰ্থ: %s"
+
+#: ../src/utils/pacat.c:332
+#, c-format
+msgid "Buffer metrics: maxlength=%u, tlength=%u, prebuf=%u, minreq=%u"
+msgstr "বাফাৰেৰ মাপ: maxlength=%u, tlength=%u, prebuf=%u, minreq=%u"
+
+#: ../src/utils/pacat.c:335
+#, c-format
+msgid "Buffer metrics: maxlength=%u, fragsize=%u"
+msgstr "বাফাৰেৰ মাপ: maxlength=%u, fragsize=%u"
+
+#: ../src/utils/pacat.c:339
+#, c-format
+msgid "Using sample spec '%s', channel map '%s'."
+msgstr "স্যাম্পেলেৰ spec '%s', ও চ্যানেল ম্যাপ '%s' ব্যৱহাৰ কৰা হচ্ছে।"
+
+#: ../src/utils/pacat.c:343
+#, c-format
+msgid "Connected to device %s (%u, %ssuspended)."
+msgstr "যন্ত্ৰ %s ৰ সাথে সংযোগ কৰা হয়েছে (%u, %ssuspended)।"
+
+#: ../src/utils/pacat.c:353
+#, c-format
+msgid "Stream error: %s"
+msgstr "ষ্ট্ৰিম সংক্ৰান্ত ত্ৰুটি: %s"
+
+#: ../src/utils/pacat.c:363
+#, c-format
+msgid "Stream device suspended.%s"
+msgstr "স্ট্ৰিম যন্ত্ৰ স্থগিত কৰা হয়েছে। %s"
+
+#: ../src/utils/pacat.c:365
+#, c-format
+msgid "Stream device resumed.%s"
+msgstr "স্ট্ৰিম যন্ত্ৰ পুনৰাৰম্ভ কৰা হয়েছে। %s"
+
+#: ../src/utils/pacat.c:373
+#, c-format
+msgid "Stream underrun.%s"
+msgstr "ধীৰ গতিৰ স্ট্ৰিম.%s"
+
+#: ../src/utils/pacat.c:380
+#, c-format
+msgid "Stream overrun.%s"
+msgstr "স্ট্ৰিম মাত্ৰা অতিক্ৰম কৰিছে।%s"
+
+#: ../src/utils/pacat.c:387
+#, c-format
+msgid "Stream started.%s"
+msgstr "স্ট্ৰিম আৰম্ভ কৰা হয়েছে। %s"
+
+#: ../src/utils/pacat.c:394
+#, c-format
+msgid "Stream moved to device %s (%u, %ssuspended).%s"
+msgstr "%s যন্ত্ৰে স্ট্ৰিম স্থানান্তৰ কৰা হয়েছে (%u, %ssuspended)।%s"
+
+#: ../src/utils/pacat.c:394
+msgid "not "
+msgstr "not "
+
+#: ../src/utils/pacat.c:401
+#, c-format
+msgid "Stream buffer attributes changed.%s"
+msgstr "স্ট্ৰিম বাফাৰেৰ এট্ৰিবিউট পৰিবৰ্তিত হয়েছে। %s"
+
+#: ../src/utils/pacat.c:416
+msgid "Cork request stack is empty: corking stream"
+msgstr ""
+
+#: ../src/utils/pacat.c:422
+msgid "Cork request stack is empty: uncorking stream"
+msgstr ""
+
+#: ../src/utils/pacat.c:426
+msgid "Warning: Received more uncork requests than cork requests!"
+msgstr ""
+
+#: ../src/utils/pacat.c:451
+#, c-format
+msgid "Connection established.%s"
+msgstr "সংযোগ স্থাপিত হয়েছে।%s"
+
+#: ../src/utils/pacat.c:454
+#, c-format
+msgid "pa_stream_new() failed: %s"
+msgstr "pa_stream_new() ব্যৰ্থ: %s"
+
+#: ../src/utils/pacat.c:492
+#, c-format
+msgid "pa_stream_connect_playback() failed: %s"
+msgstr "pa_stream_connect_playback() ব্যৰ্থ: %s"
+
+#: ../src/utils/pacat.c:498
+#, c-format
+msgid "pa_stream_connect_record() failed: %s"
+msgstr "pa_stream_connect_record() ব্যৰ্থ: %s"
+
+#: ../src/utils/pacat.c:512 ../src/utils/pactl.c:1252
+#, c-format
+msgid "Connection failure: %s"
+msgstr "সংযোগ বিফল: %s"
+
+#: ../src/utils/pacat.c:545
+msgid "Got EOF."
+msgstr "ফাইলেৰ সমাপ্তি সনাক্ত হয়েছে।"
+
+#: ../src/utils/pacat.c:582
#, c-format
msgid "write() failed: %s"
msgstr "write() ব্যৰ্থ: %s"
-#: src/utils/pacat.c:626
+#: ../src/utils/pacat.c:603
msgid "Got signal, exiting."
msgstr "সিগন্যাল প্ৰাপ্ত হয়েছে, প্ৰস্থান কৰা হ'ব।"
-#: src/utils/pacat.c:640
+#: ../src/utils/pacat.c:617
#, c-format
msgid "Failed to get latency: %s"
msgstr "লেটেন্সিৰ পৰিমাণ প্ৰাপ্ত কৰতে ব্যৰ্থ: %s"
-#: src/utils/pacat.c:645
+#: ../src/utils/pacat.c:622
#, c-format
msgid "Time: %0.3f sec; Latency: %0.0f usec."
msgstr "সময়: %0.3f ছেকেণ্ড; লেটেন্সি: %0.0f usec ।"
-#: src/utils/pacat.c:666
+#: ../src/utils/pacat.c:643
#, c-format
msgid "pa_stream_update_timing_info() failed: %s"
msgstr "pa_stream_update_timing_info() ব্যৰ্থ: %s"
-#: src/utils/pacat.c:676
+#: ../src/utils/pacat.c:653
#, fuzzy, c-format
msgid ""
"%s [options]\n"
-"%s\n"
"\n"
" -h, --help Show this help\n"
" --version Show version\n"
@@ -1899,9 +1393,7 @@ msgid ""
" -s, --server=SERVER The name of the server to connect "
"to\n"
" -d, --device=DEVICE The name of the sink/source to "
-"connect to. The special names @DEFAULT_SINK@, @DEFAULT_SOURCE@ and "
-"@DEFAULT_MONITOR@ can be used to specify the default sink, source and "
-"monitor respectively.\n"
+"connect to\n"
" -n, --client-name=NAME How to call this client on the "
"server\n"
" --stream-name=NAME How to call this stream on the "
@@ -1910,26 +1402,27 @@ msgid ""
"in range 0...65536\n"
" --rate=SAMPLERATE The sample rate in Hz (defaults to "
"44100)\n"
-" --format=SAMPLEFORMAT The sample format, see\n"
-" https://www.freedesktop.org/wiki/"
-"Software/PulseAudio/Documentation/User/SupportedAudioFormats/\n"
-" for possible values (defaults to "
+" --format=SAMPLEFORMAT The sample type, one of s16le, "
+"s16be, u8, float32le,\n"
+" float32be, ulaw, alaw, s32le, s32be, "
+"s24le, s24be,\n"
+" s24-32le, s24-32be (defaults to "
"s16ne)\n"
" --channels=CHANNELS The number of channels, 1 for mono, "
"2 for stereo\n"
" (defaults to 2)\n"
" --channel-map=CHANNELMAP Channel map to use instead of the "
"default\n"
-" --fix-format Take the sample format from the sink/"
-"source the stream is\n"
+" --fix-format Take the sample format from the sink "
+"the stream is\n"
" being connected to.\n"
-" --fix-rate Take the sampling rate from the sink/"
-"source the stream is\n"
+" --fix-rate Take the sampling rate from the sink "
+"the stream is\n"
" being connected to.\n"
" --fix-channels Take the number of channels and the "
"channel map\n"
-" from the sink/source the stream is "
-"being connected to.\n"
+" from the sink the stream is being "
+"connected to.\n"
" --no-remix Don't upmix or downmix channels.\n"
" --no-remap Map channels by index instead of "
"name.\n"
@@ -1944,11 +1437,9 @@ msgid ""
" --property=PROPERTY=VALUE Set the specified property to the "
"specified value.\n"
" --raw Record/play raw PCM data.\n"
-" --passthrough Passthrough data.\n"
+" --passthrough passthrough data \n"
" --file-format[=FFORMAT] Record/play formatted PCM data.\n"
" --list-file-formats List available file formats.\n"
-" --monitor-stream=INDEX Record from the sink input with "
-"index INDEX.\n"
msgstr ""
"%s [options]\n"
"\n"
@@ -2006,28 +1497,7 @@ msgstr ""
" file format=FFORMAT Record/play formatted PCM data.\n"
" list file formats List available file formats.\n"
-#: src/utils/pacat.c:793
-msgid "Play back encoded audio files on a PulseAudio sound server."
-msgstr ""
-
-#: src/utils/pacat.c:797
-msgid ""
-"Capture audio data from a PulseAudio sound server and write it to a file."
-msgstr ""
-
-#: src/utils/pacat.c:801
-msgid ""
-"Capture audio data from a PulseAudio sound server and write it to STDOUT or "
-"the specified file."
-msgstr ""
-
-#: src/utils/pacat.c:805
-msgid ""
-"Play back audio data from STDIN or the specified file on a PulseAudio sound "
-"server."
-msgstr ""
-
-#: src/utils/pacat.c:819
+#: ../src/utils/pacat.c:786
#, c-format
msgid ""
"pacat %s\n"
@@ -2038,72 +1508,68 @@ msgstr ""
"libpulse ৰ সৈতে সঙ্কলন কৰা হৈছে %s\n"
"libpulse ৰ সৈতে যুক্ত %s\n"
-#: src/utils/pacat.c:852 src/utils/pactl.c:2731
+#: ../src/utils/pacat.c:819 ../src/utils/pactl.c:1400
#, c-format
msgid "Invalid client name '%s'"
msgstr "ক্লায়েন্টেৰ নাম '%s' বৈধ নয়"
-#: src/utils/pacat.c:867
+#: ../src/utils/pacat.c:834
#, c-format
msgid "Invalid stream name '%s'"
msgstr "স্ট্ৰিমেৰ নাম '%s' বৈধ নয়।"
-#: src/utils/pacat.c:904
+#: ../src/utils/pacat.c:871
#, c-format
msgid "Invalid channel map '%s'"
msgstr "চ্যানেল ম্যাপ '%s' বৈধ নয়"
-#: src/utils/pacat.c:933 src/utils/pacat.c:947
+#: ../src/utils/pacat.c:900 ../src/utils/pacat.c:914
#, c-format
msgid "Invalid latency specification '%s'"
msgstr "লেটেন্সিৰ জন্য নিৰ্ধাৰিত বৈশিষ্ট্য '%s' বৈধ নয়"
-#: src/utils/pacat.c:940 src/utils/pacat.c:954
+#: ../src/utils/pacat.c:907 ../src/utils/pacat.c:921
#, c-format
msgid "Invalid process time specification '%s'"
msgstr "প্ৰসেসেৰ সময়েৰ বৈশিষ্ট্য '%s' বৈধ নয়"
-#: src/utils/pacat.c:966
+#: ../src/utils/pacat.c:933
#, c-format
msgid "Invalid property '%s'"
msgstr "বৈশিষ্ট্য '%s' বৈধ নয়।"
-#: src/utils/pacat.c:985
+#: ../src/utils/pacat.c:952
#, c-format
msgid "Unknown file format %s."
msgstr "ফাইলেৰ অজানা বিন্যাস %s।"
-#: src/utils/pacat.c:1000
-msgid "Failed to parse the argument for --monitor-stream"
-msgstr ""
-
-#: src/utils/pacat.c:1011
+#: ../src/utils/pacat.c:971
msgid "Invalid sample specification"
msgstr "অবৈধ স্যাম্পেল নিৰ্ধাৰিত"
-#: src/utils/pacat.c:1021
+#: ../src/utils/pacat.c:981
#, c-format
msgid "open(): %s"
msgstr "open(): %s"
-#: src/utils/pacat.c:1026
+#: ../src/utils/pacat.c:986
#, c-format
msgid "dup2(): %s"
msgstr "dup2(): %s"
-#: src/utils/pacat.c:1033
+#: ../src/utils/pacat.c:993
msgid "Too many arguments."
msgstr "অত্যাধিক আৰ্গুমেন্ট।"
-#: src/utils/pacat.c:1044
+#: ../src/utils/pacat.c:1004
msgid "Failed to generate sample specification for file."
msgstr "স্যাম্পেলেৰ মান নিৰ্ধাৰণেৰ ফাইল নিৰ্মাণ কৰতে ব্যৰ্থ"
-#: src/utils/pacat.c:1082
+#: ../src/utils/pacat.c:1030
msgid "Failed to open audio file."
msgstr "শব্দেৰ ফাইল খুলতে ব্যৰ্থ।"
-#: src/utils/pacat.c:1088
+#: ../src/utils/pacat.c:1036
msgid ""
"Warning: specified sample specification will be overwritten with "
"specification from file."
@@ -2111,23 +1577,23 @@ msgstr ""
"সতৰ্কবাৰ্তা: চিহ্নিত স্যাম্পেল নিৰ্ধাৰণেৰ ফাইলটিৰ তথ্য, এই ফাইলেৰৰ পৰা উপলব্ধ তথ্য "
"দ্বাৰা প্ৰতিস্থাপিত হ'ব।"
-#: src/utils/pacat.c:1091 src/utils/pactl.c:2806
+#: ../src/utils/pacat.c:1039 ../src/utils/pactl.c:1467
msgid "Failed to determine sample specification from file."
msgstr "ফাইলৰ পৰা স্যাম্পেল সংক্ৰান্ত তথ্য প্ৰাপ্ত কৰতে ব্যৰ্থ।"
-#: src/utils/pacat.c:1100
+#: ../src/utils/pacat.c:1048
msgid "Warning: Failed to determine channel map from file."
msgstr "সতৰ্কবাৰ্তা: ফাইলৰ পৰা চ্যানেলেৰ ম্যাপ নিৰ্ধাৰণ কৰতে ব্যৰ্থ।"
-#: src/utils/pacat.c:1111
+#: ../src/utils/pacat.c:1059
msgid "Channel map doesn't match sample specification"
msgstr "চ্যানেলেৰ ম্যাপ ও স্যাম্পেলেৰ নিৰ্ধাৰিত মানে গৰমিল"
-#: src/utils/pacat.c:1122
+#: ../src/utils/pacat.c:1070
msgid "Warning: failed to write channel map to file."
msgstr "সতৰ্কবাৰ্তা: ফাইলেত চ্যানেলেৰ ম্যাপ লিখতে ব্যৰ্থ।"
-#: src/utils/pacat.c:1137
+#: ../src/utils/pacat.c:1085
#, c-format
msgid ""
"Opening a %s stream with sample specification '%s' and channel map '%s'."
@@ -2135,145 +1601,94 @@ msgstr ""
"এটা %s স্ট্ৰিম খোলা হচ্ছে। এটিৰ জন্য '%s' ৰ স্যাম্পেলেৰ নিৰ্ধাৰিত মান ও '%s' "
"চ্যানেলেৰ ম্যাপ প্ৰয়োগ কৰা হ'ব।"
-#: src/utils/pacat.c:1138
+#: ../src/utils/pacat.c:1086
msgid "recording"
msgstr "ৰেকৰ্ড কৰা হৈছে"
-#: src/utils/pacat.c:1138
+#: ../src/utils/pacat.c:1086
msgid "playback"
msgstr "প্লে বেক"
-#: src/utils/pacat.c:1162
+#: ../src/utils/pacat.c:1110
#, fuzzy
msgid "Failed to set media name."
msgstr "আদেশ শাৰী বিশ্লেষণ কৰিবলৈ বিফল ।"
-#: src/utils/pacat.c:1172 src/utils/pactl.c:3218
+#: ../src/utils/pacat.c:1117 ../src/utils/pactl.c:1777
msgid "pa_mainloop_new() failed."
msgstr "pa_mainloop_new() ব্যৰ্থ।"
-#: src/utils/pacat.c:1195
+#: ../src/utils/pacat.c:1136
msgid "io_new() failed."
msgstr "io_new() ব্যৰ্থ।"
-#: src/utils/pacat.c:1202 src/utils/pactl.c:3230
+#: ../src/utils/pacat.c:1143 ../src/utils/pactl.c:1789
msgid "pa_context_new() failed."
msgstr "pa_context_new() ব্যৰ্থ।"
-#: src/utils/pacat.c:1210 src/utils/pactl.c:3236
+#: ../src/utils/pacat.c:1151 ../src/utils/pactl.c:1795
#, c-format
msgid "pa_context_connect() failed: %s"
msgstr "pa_context_connect() ব্যৰ্থ: %s"
-#: src/utils/pacat.c:1216
+#: ../src/utils/pacat.c:1157
msgid "pa_context_rttime_new() failed."
msgstr "pa_context_rttime_new() ব্যৰ্থ।"
-#: src/utils/pacat.c:1223 src/utils/pactl.c:3241
+#: ../src/utils/pacat.c:1164 ../src/utils/pactl.c:1800
msgid "pa_mainloop_run() failed."
msgstr "pa_mainloop_run() ব্যৰ্থ।"
-#: src/utils/pacmd.c:51 src/utils/pactl.c:2643
-msgid "NAME [ARGS ...]"
-msgstr ""
+#: ../src/utils/pasuspender.c:79
+#, c-format
+msgid "fork(): %s\n"
+msgstr "fork(): %s\n"
-#: src/utils/pacmd.c:52 src/utils/pacmd.c:60 src/utils/pactl.c:2644
-#: src/utils/pactl.c:2651 src/utils/pactl.c:2652
-msgid "NAME|#N"
-msgstr ""
+#: ../src/utils/pasuspender.c:90
+#, c-format
+msgid "execvp(): %s\n"
+msgstr "execvp(): %s\n"
-#: src/utils/pacmd.c:53 src/utils/pacmd.c:63 src/utils/pactl.c:2642
-#: src/utils/pactl.c:2649
-msgid "NAME"
-msgstr ""
+#: ../src/utils/pasuspender.c:107
+#, c-format
+msgid "Failure to suspend: %s\n"
+msgstr "স্থগিত কৰিবলৈ ব্যৰ্থ: %s\n"
-#: src/utils/pacmd.c:54
-msgid "NAME|#N VOLUME"
-msgstr ""
+#: ../src/utils/pasuspender.c:122
+#, c-format
+msgid "Failure to resume: %s\n"
+msgstr "পুনৰাৰম্ভ কৰিবলৈ ব্যৰ্থ: %s\n"
-#: src/utils/pacmd.c:55
-msgid "#N VOLUME"
-msgstr ""
+#: ../src/utils/pasuspender.c:145
+#, c-format
+msgid "WARNING: Sound server is not local, not suspending.\n"
+msgstr "সতৰ্কবাৰ্তা: ধ্বনি সেৱক স্থানীয় নহয়, স্থগিত কৰা নহয় ।\n"
-#: src/utils/pacmd.c:56 src/utils/pacmd.c:70 src/utils/pactl.c:2646
-msgid "NAME|#N 1|0"
-msgstr ""
+#: ../src/utils/pasuspender.c:157
+#, c-format
+msgid "Connection failure: %s\n"
+msgstr "সংযোগৰ মোড: %s \n"
-#: src/utils/pacmd.c:57
-msgid "#N 1|0"
-msgstr ""
+#: ../src/utils/pasuspender.c:174
+#, c-format
+msgid "Got SIGINT, exiting.\n"
+msgstr "SIGINT প্ৰাপ্ত হৈছে, প্ৰস্থান কৰা হৈছে ।\n"
-#: src/utils/pacmd.c:58
-msgid "NAME|#N KEY=VALUE"
-msgstr ""
+#: ../src/utils/pasuspender.c:192
+#, c-format
+msgid "WARNING: Child process terminated by signal %u\n"
+msgstr "সতৰ্কবাৰ্তা: চিগ্নেল %u দ্বাৰা চাইল্ড প্ৰক্ৰিয়া বন্ধ কৰা হৈছে\n"
-#: src/utils/pacmd.c:59
-msgid "#N KEY=VALUE"
-msgstr ""
-
-#: src/utils/pacmd.c:61
-msgid "#N"
-msgstr ""
-
-#: src/utils/pacmd.c:62
-msgid "NAME SINK|#N"
-msgstr ""
-
-#: src/utils/pacmd.c:64 src/utils/pacmd.c:65
-msgid "NAME FILENAME"
-msgstr ""
-
-#: src/utils/pacmd.c:66
-msgid "PATHNAME"
-msgstr ""
-
-#: src/utils/pacmd.c:67
-msgid "FILENAME SINK|#N"
-msgstr ""
-
-#: src/utils/pacmd.c:69 src/utils/pactl.c:2645
-msgid "#N SINK|SOURCE"
-msgstr ""
-
-#: src/utils/pacmd.c:71 src/utils/pacmd.c:77 src/utils/pacmd.c:78
-msgid "1|0"
-msgstr ""
-
-#: src/utils/pacmd.c:72 src/utils/pactl.c:2647
-msgid "CARD PROFILE"
-msgstr ""
-
-#: src/utils/pacmd.c:73 src/utils/pactl.c:2650
-msgid "NAME|#N PORT"
-msgstr ""
-
-#: src/utils/pacmd.c:74 src/utils/pactl.c:2658
-msgid "CARD-NAME|CARD-#N PORT OFFSET"
-msgstr ""
-
-#: src/utils/pacmd.c:75
-msgid "TARGET"
-msgstr ""
-
-#: src/utils/pacmd.c:76
-msgid "NUMERIC-LEVEL"
-msgstr ""
-
-#: src/utils/pacmd.c:79
-msgid "FRAMES"
-msgstr ""
-
-#: src/utils/pacmd.c:80 src/utils/pactl.c:2659
-msgid "RECIPIENT MESSAGE [MESSAGE_PARAMETERS]"
-msgstr ""
-
-#: src/utils/pacmd.c:82
-#, fuzzy, c-format
+#: ../src/utils/pasuspender.c:210
+#, c-format
msgid ""
+"%s [options] ... \n"
"\n"
" -h, --help Show this help\n"
" --version Show version\n"
-"When no command is given pacmd starts in the interactive mode.\n"
+" -s, --server=SERVER The name of the server to connect "
+"to\n"
+"\n"
msgstr ""
"%s [options] ... \n"
"\n"
@@ -2283,90 +1698,58 @@ msgstr ""
"to\n"
"\n"
-#: src/utils/pacmd.c:129
-#, fuzzy, c-format
+#: ../src/utils/pasuspender.c:248
+#, c-format
msgid ""
-"pacmd %s\n"
+"pasuspender %s\n"
"Compiled with libpulse %s\n"
"Linked with libpulse %s\n"
msgstr ""
-"pacat %s\n"
+"pasuspender %s\n"
"libpulse ৰ সৈতে সঙ্কলন কৰা হৈছে %s\n"
"libpulse ৰ সৈতে যুক্ত %s\n"
-#: src/utils/pacmd.c:143
-msgid "No PulseAudio daemon running, or not running as session daemon."
-msgstr "PulseAudio ডেমন চলছে না বা সেশানৰ ডেমন ৰূপে চলছে না।"
-
-#: src/utils/pacmd.c:148
+#: ../src/utils/pasuspender.c:277
#, c-format
-msgid "socket(PF_UNIX, SOCK_STREAM, 0): %s"
-msgstr "socket(PF_UNIX, SOCK_STREAM, 0): %s"
+msgid "pa_mainloop_new() failed.\n"
+msgstr "pa_mainloop_new() ব্যৰ্থ ।\n"
-#: src/utils/pacmd.c:165
+#: ../src/utils/pasuspender.c:290
#, c-format
-msgid "connect(): %s"
-msgstr "connect(): %s"
+msgid "pa_context_new() failed.\n"
+msgstr "pa_context_new() ব্যৰ্থ ।\n"
-#: src/utils/pacmd.c:173
-msgid "Failed to kill PulseAudio daemon."
-msgstr "PulseAudio ডেমন kill কৰিবলৈ ব্যৰ্থ ।"
-
-#: src/utils/pacmd.c:181
-msgid "Daemon not responding."
-msgstr "ডেমনৰ পৰা কোনো প্ৰতিক্ৰিয়া পোৱা নাযায় ।"
-
-#: src/utils/pacmd.c:213 src/utils/pacmd.c:322 src/utils/pacmd.c:340
+#: ../src/utils/pasuspender.c:298
#, c-format
-msgid "write(): %s"
-msgstr "write(): %s"
+msgid "pa_mainloop_run() failed.\n"
+msgstr "pa_mainloop_run() ব্যৰ্থ ।\n"
-#: src/utils/pacmd.c:269
-#, c-format
-msgid "poll(): %s"
-msgstr "poll(): %s"
-
-#: src/utils/pacmd.c:280 src/utils/pacmd.c:300
-#, c-format
-msgid "read(): %s"
-msgstr "read(): %s"
-
-#: src/utils/pactl.c:183
+#: ../src/utils/pactl.c:150
#, c-format
msgid "Failed to get statistics: %s"
msgstr "পৰিসংখ্যান প্ৰাপ্ত কৰতে ব্যৰ্থ: %s"
-#: src/utils/pactl.c:199
-#, fuzzy, c-format
-msgid "Currently in use: %u block containing %s bytes total.\n"
-msgid_plural "Currently in use: %u blocks containing %s bytes total.\n"
-msgstr[0] "বৰ্ত্তমানে ব্যৱহৃত: %u blocks containing %s bytes total.\n"
-msgstr[1] "বৰ্ত্তমানে ব্যৱহৃত: %u blocks containing %s bytes total.\n"
+#: ../src/utils/pactl.c:156
+#, c-format
+msgid "Currently in use: %u blocks containing %s bytes total.\n"
+msgstr "বৰ্ত্তমানে ব্যৱহৃত: %u blocks containing %s bytes total.\n"
-#: src/utils/pactl.c:205
-#, fuzzy, c-format
-msgid "Allocated during whole lifetime: %u block containing %s bytes total.\n"
-msgid_plural ""
-"Allocated during whole lifetime: %u blocks containing %s bytes total.\n"
-msgstr[0] "সম্পূৰ্ণ জীৱনকালত বিতৰণ কৰা: %u blocks containing %s bytes total.\n"
-msgstr[1] "সম্পূৰ্ণ জীৱনকালত বিতৰণ কৰা: %u blocks containing %s bytes total.\n"
+#: ../src/utils/pactl.c:159
+#, c-format
+msgid "Allocated during whole lifetime: %u blocks containing %s bytes total.\n"
+msgstr "সম্পূৰ্ণ জীৱনকালত বিতৰণ কৰা: %u blocks containing %s bytes total.\n"
-#: src/utils/pactl.c:211
+#: ../src/utils/pactl.c:162
#, c-format
msgid "Sample cache size: %s\n"
msgstr "চানেকি কেশ্বৰ মাপ: %s\n"
-#: src/utils/pactl.c:219 src/utils/pactl.c:231 src/utils/pactl.c:245
+#: ../src/utils/pactl.c:171
#, c-format
msgid "Failed to get server information: %s"
msgstr "সাৰ্ভাৰ সংক্ৰান্ত তথ্য প্ৰাপ্ত কৰতে ব্যৰ্থ: %s"
-#: src/utils/pactl.c:224 src/utils/pactl.c:236
-#, fuzzy, c-format
-msgid "%s\n"
-msgstr "%s %s"
-
-#: src/utils/pactl.c:281
+#: ../src/utils/pactl.c:176
#, c-format
msgid ""
"Server String: %s\n"
@@ -2377,7 +1760,7 @@ msgid ""
"Tile Size: %zu\n"
msgstr ""
-#: src/utils/pactl.c:294
+#: ../src/utils/pactl.c:192
#, fuzzy, c-format
msgid ""
"User Name: %s\n"
@@ -2400,80 +1783,12 @@ msgstr ""
"অবিকল্পিত উৎস: %s\n"
"কুকি: %08x\n"
-#: src/utils/pactl.c:320
-msgid "availability unknown"
-msgstr ""
-
-#: src/utils/pactl.c:321
-msgid "available"
-msgstr ""
-
-#: src/utils/pactl.c:322
-msgid "not available"
-msgstr ""
-
-#: src/utils/pactl.c:331 src/utils/pactl.c:355
-#, fuzzy
-msgid "Unknown"
-msgstr "অজ্ঞাত নিৰ্দেশ"
-
-#: src/utils/pactl.c:332
-msgid "Aux"
-msgstr ""
-
-#: src/utils/pactl.c:335
-#, fuzzy
-msgid "Line"
-msgstr "লাইন ইন"
-
-#: src/utils/pactl.c:336
-msgid "Mic"
-msgstr ""
-
-#: src/utils/pactl.c:338
-msgid "Handset"
-msgstr ""
-
-#: src/utils/pactl.c:339
-msgid "Earpiece"
-msgstr ""
-
-#: src/utils/pactl.c:340
-msgid "SPDIF"
-msgstr ""
-
-#: src/utils/pactl.c:341
-msgid "HDMI"
-msgstr ""
-
-#: src/utils/pactl.c:342
-msgid "TV"
-msgstr ""
-
-#: src/utils/pactl.c:345
-msgid "USB"
-msgstr ""
-
-#: src/utils/pactl.c:346
-msgid "Bluetooth"
-msgstr ""
-
-#: src/utils/pactl.c:352
-msgid "Network"
-msgstr ""
-
-#: src/utils/pactl.c:353
-#, fuzzy
-msgid "Analog"
-msgstr "এনালগ মোনো"
-
-#: src/utils/pactl.c:567 src/utils/pactl.c:1834 src/utils/pactl.c:1852
-#: src/utils/pactl.c:1875 src/utils/pactl.c:1992
+#: ../src/utils/pactl.c:244 ../src/utils/pactl.c:830
#, c-format
msgid "Failed to get sink information: %s"
msgstr "sink সংক্ৰান্ত তথ্য প্ৰাপ্ত কৰতে ব্যৰ্থ: %s"
-#: src/utils/pactl.c:664
+#: ../src/utils/pactl.c:270
#, fuzzy, c-format
msgid ""
"Sink #%u\n"
@@ -2485,9 +1800,9 @@ msgid ""
"\tChannel Map: %s\n"
"\tOwner Module: %u\n"
"\tMute: %s\n"
-"\tVolume: %s\n"
+"\tVolume: %s%s%s\n"
"\t balance %0.2f\n"
-"\tBase Volume: %s\n"
+"\tBase Volume: %s%s%s\n"
"\tMonitor Source: %s\n"
"\tLatency: %0.0f usec, configured %0.0f usec\n"
"\tFlags: %s%s%s%s%s%s%s\n"
@@ -2512,38 +1827,28 @@ msgstr ""
"\tগুণ:\n"
"\t\t%s\n"
-#: src/utils/pactl.c:706 src/utils/pactl.c:890 src/utils/pactl.c:1251
+#: ../src/utils/pactl.c:318 ../src/utils/pactl.c:430
#, c-format
msgid "\tPorts:\n"
msgstr "\tপোৰ্ট:\n"
-#: src/utils/pactl.c:708 src/utils/pactl.c:892
-#, c-format
-msgid "\t\t%s: %s (type: %s, priority: %u%s%s, %s)\n"
-msgstr ""
-
-#: src/utils/pactl.c:710 src/utils/pactl.c:894 src/utils/pactl.c:1256
-msgid ", availability group: "
-msgstr ""
-
-#: src/utils/pactl.c:715 src/utils/pactl.c:899
+#: ../src/utils/pactl.c:325 ../src/utils/pactl.c:437
#, c-format
msgid "\tActive Port: %s\n"
msgstr "\tসক্ৰিয় পোৰ্ট: %s\n"
-#: src/utils/pactl.c:721 src/utils/pactl.c:905
+#: ../src/utils/pactl.c:331 ../src/utils/pactl.c:443
#, fuzzy, c-format
msgid "\tFormats:\n"
msgstr "\tপোৰ্ট:\n"
-#: src/utils/pactl.c:753 src/utils/pactl.c:1893 src/utils/pactl.c:1911
-#: src/utils/pactl.c:1934 src/utils/pactl.c:2007
+#: ../src/utils/pactl.c:357 ../src/utils/pactl.c:849
#, c-format
msgid "Failed to get source information: %s"
msgstr "উৎস সংক্ৰান্ত তথ্য প্ৰাপ্ত কৰতে ব্যৰ্থ: %s"
-#: src/utils/pactl.c:849
-#, fuzzy, c-format
+#: ../src/utils/pactl.c:383
+#, c-format
msgid ""
"Source #%u\n"
"\tState: %s\n"
@@ -2554,9 +1859,9 @@ msgid ""
"\tChannel Map: %s\n"
"\tOwner Module: %u\n"
"\tMute: %s\n"
-"\tVolume: %s\n"
+"\tVolume: %s%s%s\n"
"\t balance %0.2f\n"
-"\tBase Volume: %s\n"
+"\tBase Volume: %s%s%s\n"
"\tMonitor of Sink: %s\n"
"\tLatency: %0.0f usec, configured %0.0f usec\n"
"\tFlags: %s%s%s%s%s%s\n"
@@ -2581,20 +1886,20 @@ msgstr ""
"\tগুণ:\n"
"\t\t%s\n"
-#: src/utils/pactl.c:877 src/utils/pactl.c:962 src/utils/pactl.c:1062
-#: src/utils/pactl.c:1232 src/utils/pactl.c:1384 src/utils/pactl.c:1385
-#: src/utils/pactl.c:1396 src/utils/pactl.c:1507 src/utils/pactl.c:1508
-#: src/utils/pactl.c:1519 src/utils/pactl.c:1557 src/utils/pactl.c:1582
-#: src/utils/pactl.c:1624
+#: ../src/utils/pactl.c:415 ../src/utils/pactl.c:485 ../src/utils/pactl.c:528
+#: ../src/utils/pactl.c:570 ../src/utils/pactl.c:640 ../src/utils/pactl.c:641
+#: ../src/utils/pactl.c:652 ../src/utils/pactl.c:711 ../src/utils/pactl.c:712
+#: ../src/utils/pactl.c:723 ../src/utils/pactl.c:775 ../src/utils/pactl.c:776
+#: ../src/utils/pactl.c:783
msgid "n/a"
msgstr "n/a"
-#: src/utils/pactl.c:924 src/utils/pactl.c:1793
+#: ../src/utils/pactl.c:454
#, c-format
msgid "Failed to get module information: %s"
msgstr "মডিউল সংক্ৰান্ত তথ্য প্ৰাপ্ত কৰতে ব্যৰ্থ: %s"
-#: src/utils/pactl.c:976
+#: ../src/utils/pactl.c:477
#, c-format
msgid ""
"Module #%u\n"
@@ -2611,12 +1916,12 @@ msgstr ""
"\tগুণ:\n"
"\t\t%s\n"
-#: src/utils/pactl.c:1002
+#: ../src/utils/pactl.c:496
#, c-format
msgid "Failed to get client information: %s"
msgstr "ক্লায়েন্ট সংক্ৰান্ত তথ্য প্ৰাপ্ত কৰতে ব্যৰ্থ: %s"
-#: src/utils/pactl.c:1056
+#: ../src/utils/pactl.c:522
#, c-format
msgid ""
"Client #%u\n"
@@ -2631,12 +1936,12 @@ msgstr ""
"\tগুণ:\n"
"\t\t%s\n"
-#: src/utils/pactl.c:1168
+#: ../src/utils/pactl.c:539
#, c-format
msgid "Failed to get card information: %s"
msgstr "কাৰ্ড সংক্ৰান্ত তথ্য প্ৰাপ্ত কৰতে ব্যৰ্থ: %s"
-#: src/utils/pactl.c:1224
+#: ../src/utils/pactl.c:562
#, c-format
msgid ""
"Card #%u\n"
@@ -2653,45 +1958,22 @@ msgstr ""
"\tগুণ:\n"
"\t\t%s\n"
-#: src/utils/pactl.c:1238
+#: ../src/utils/pactl.c:576
#, c-format
msgid "\tProfiles:\n"
msgstr "\tপাৰ্শ্বৰূপ:\n"
-#: src/utils/pactl.c:1240
-#, c-format
-msgid "\t\t%s: %s (sinks: %u, sources: %u, priority: %u, available: %s)\n"
-msgstr ""
-
-#: src/utils/pactl.c:1245
+#: ../src/utils/pactl.c:582
#, c-format
msgid "\tActive Profile: %s\n"
msgstr "\tসক্ৰিয় পাৰ্শ্বৰূপ: %s\n"
-#: src/utils/pactl.c:1254
-#, c-format
-msgid ""
-"\t\t%s: %s (type: %s, priority: %u, latency offset: % usec%s%s, %s)\n"
-msgstr ""
-
-#: src/utils/pactl.c:1261
-#, c-format
-msgid ""
-"\t\t\tProperties:\n"
-"\t\t\t\t%s\n"
-msgstr ""
-
-#: src/utils/pactl.c:1265
-#, c-format
-msgid "\t\t\tPart of profile(s): %s"
-msgstr ""
-
-#: src/utils/pactl.c:1290 src/utils/pactl.c:1954 src/utils/pactl.c:2022
+#: ../src/utils/pactl.c:593 ../src/utils/pactl.c:868
#, c-format
msgid "Failed to get sink input information: %s"
msgstr "sink নিবেশ সংক্ৰান্ত তথ্য প্ৰাপ্ত কৰতে ব্যৰ্থ: %s"
-#: src/utils/pactl.c:1366
+#: ../src/utils/pactl.c:622
#, fuzzy, c-format
msgid ""
"Sink Input #%u\n"
@@ -2702,9 +1984,9 @@ msgid ""
"\tSample Specification: %s\n"
"\tChannel Map: %s\n"
"\tFormat: %s\n"
-"\tCorked: %s\n"
"\tMute: %s\n"
"\tVolume: %s\n"
+"\t %s\n"
"\t balance %0.2f\n"
"\tBuffer Latency: %0.0f usec\n"
"\tSink Latency: %0.0f usec\n"
@@ -2729,12 +2011,12 @@ msgstr ""
"\tগুণ:\n"
"\t\t%s\n"
-#: src/utils/pactl.c:1413 src/utils/pactl.c:1974 src/utils/pactl.c:2037
+#: ../src/utils/pactl.c:663 ../src/utils/pactl.c:887
#, c-format
msgid "Failed to get source output information: %s"
msgstr "উৎস নিৰ্গম সংক্ৰান্ত তথ্য প্ৰাপ্ত কৰতে ব্যৰ্থ: %s"
-#: src/utils/pactl.c:1489
+#: ../src/utils/pactl.c:693
#, fuzzy, c-format
msgid ""
"Source Output #%u\n"
@@ -2745,9 +2027,9 @@ msgid ""
"\tSample Specification: %s\n"
"\tChannel Map: %s\n"
"\tFormat: %s\n"
-"\tCorked: %s\n"
"\tMute: %s\n"
"\tVolume: %s\n"
+"\t %s\n"
"\t balance %0.2f\n"
"\tBuffer Latency: %0.0f usec\n"
"\tSource Latency: %0.0f usec\n"
@@ -2772,19 +2054,20 @@ msgstr ""
"\tগুণ:\n"
"\t\t%s\n"
-#: src/utils/pactl.c:1536
+#: ../src/utils/pactl.c:734
#, c-format
msgid "Failed to get sample information: %s"
msgstr "স্যাম্পেল সংক্ৰান্ত তথ্য প্ৰাপ্ত কৰতে ব্যৰ্থ: %s"
-#: src/utils/pactl.c:1604
-#, fuzzy, c-format
+#: ../src/utils/pactl.c:761
+#, c-format
msgid ""
"Sample #%u\n"
"\tName: %s\n"
"\tSample Specification: %s\n"
"\tChannel Map: %s\n"
"\tVolume: %s\n"
+"\t %s\n"
"\t balance %0.2f\n"
"\tDuration: %0.1fs\n"
"\tSize: %s\n"
@@ -2807,200 +2090,167 @@ msgstr ""
"\tগুণ:\n"
"\t\t%s\n"
-#: src/utils/pactl.c:1633 src/utils/pactl.c:1643
+#: ../src/utils/pactl.c:791 ../src/utils/pactl.c:801
#, c-format
msgid "Failure: %s"
msgstr "ব্যৰ্থতা: %s"
-#: src/utils/pactl.c:1667
+#: ../src/utils/pactl.c:915
#, fuzzy, c-format
-msgid "Send message failed: %s"
-msgstr "read() বিফল: %s"
+msgid "Failed to set format: invalid format string %s"
+msgstr "উৎস সংক্ৰান্ত তথ্য প্ৰাপ্ত কৰতে ব্যৰ্থ: %s"
-#: src/utils/pactl.c:1695
-#, c-format
-msgid "list-handlers message failed: %s"
-msgstr ""
-
-#: src/utils/pactl.c:1711 src/utils/pactl.c:1760
-msgid "list-handlers message response could not be parsed correctly"
-msgstr ""
-
-#: src/utils/pactl.c:1718
-msgid "list-handlers message response is not a JSON array"
-msgstr ""
-
-#: src/utils/pactl.c:1729
-#, c-format
-msgid "list-handlers message response array element %d is not a JSON object"
-msgstr ""
-
-#: src/utils/pactl.c:1800
-#, fuzzy, c-format
-msgid "Failed to unload module: Module %s not loaded"
-msgstr "স্যাম্পেল আপলোড কৰতে ব্যৰ্থ: %s"
-
-#: src/utils/pactl.c:1818
-#, c-format
-msgid ""
-"Failed to set volume: You tried to set volumes for %d channel, whereas "
-"channel(s) supported = %d\n"
-msgid_plural ""
-"Failed to set volume: You tried to set volumes for %d channels, whereas "
-"channel(s) supported = %d\n"
-msgstr[0] ""
-msgstr[1] ""
-
-#: src/utils/pactl.c:2107
+#: ../src/utils/pactl.c:954
#, c-format
msgid "Failed to upload sample: %s"
msgstr "স্যাম্পেল আপলোড কৰতে ব্যৰ্থ: %s"
-#: src/utils/pactl.c:2124
+#: ../src/utils/pactl.c:971
msgid "Premature end of file"
msgstr "সম্পূৰ্ণ হওয়াৰ পূৰ্বে ফাইল সমাপ্ত হয়েছে"
-#: src/utils/pactl.c:2144
+#: ../src/utils/pactl.c:991
msgid "new"
msgstr ""
-#: src/utils/pactl.c:2147
+#: ../src/utils/pactl.c:994
msgid "change"
msgstr ""
-#: src/utils/pactl.c:2150
+#: ../src/utils/pactl.c:997
msgid "remove"
msgstr ""
-#: src/utils/pactl.c:2153 src/utils/pactl.c:2188
+#: ../src/utils/pactl.c:1000 ../src/utils/pactl.c:1035
msgid "unknown"
msgstr ""
-#: src/utils/pactl.c:2161
+#: ../src/utils/pactl.c:1008
msgid "sink"
msgstr ""
-#: src/utils/pactl.c:2164
+#: ../src/utils/pactl.c:1011
msgid "source"
msgstr ""
-#: src/utils/pactl.c:2167
+#: ../src/utils/pactl.c:1014
msgid "sink-input"
msgstr ""
-#: src/utils/pactl.c:2170
+#: ../src/utils/pactl.c:1017
msgid "source-output"
msgstr ""
-#: src/utils/pactl.c:2173
+#: ../src/utils/pactl.c:1020
msgid "module"
msgstr ""
-#: src/utils/pactl.c:2176
+#: ../src/utils/pactl.c:1023
msgid "client"
msgstr ""
-#: src/utils/pactl.c:2179
+#: ../src/utils/pactl.c:1026
msgid "sample-cache"
msgstr ""
-#: src/utils/pactl.c:2182
+#: ../src/utils/pactl.c:1029 ../src/utils/pactl.c:1032
#, fuzzy
msgid "server"
msgstr "সেৱক বৈধ নহয়"
-#: src/utils/pactl.c:2185
-msgid "card"
-msgstr ""
-
-#: src/utils/pactl.c:2206
+#: ../src/utils/pactl.c:1041
#, c-format
msgid "Event '%s' on %s #%u\n"
msgstr ""
-#: src/utils/pactl.c:2514
+#: ../src/utils/pactl.c:1258
msgid "Got SIGINT, exiting."
msgstr "SIGINT প্ৰাপ্ত হয়েছে, প্ৰস্থান কৰা হয়েছে।"
-#: src/utils/pactl.c:2547
+#: ../src/utils/pactl.c:1285
msgid "Invalid volume specification"
msgstr "অবৈধ শব্দেৰ মাত্ৰা নিৰ্ধাৰিত"
-#: src/utils/pactl.c:2581
+#: ../src/utils/pactl.c:1308
msgid "Volume outside permissible range.\n"
msgstr ""
-#: src/utils/pactl.c:2594
-#, fuzzy
-msgid "Invalid number of volume specifications.\n"
-msgstr "অবৈধ শব্দেৰ মাত্ৰা নিৰ্ধাৰিত"
-
-#: src/utils/pactl.c:2606
-#, fuzzy
-msgid "Inconsistent volume specification.\n"
-msgstr "অবৈধ শব্দেৰ মাত্ৰা নিৰ্ধাৰিত"
-
-#: src/utils/pactl.c:2636 src/utils/pactl.c:2637 src/utils/pactl.c:2638
-#: src/utils/pactl.c:2639 src/utils/pactl.c:2640 src/utils/pactl.c:2641
-#: src/utils/pactl.c:2642 src/utils/pactl.c:2643 src/utils/pactl.c:2644
-#: src/utils/pactl.c:2645 src/utils/pactl.c:2646 src/utils/pactl.c:2647
-#: src/utils/pactl.c:2648 src/utils/pactl.c:2649 src/utils/pactl.c:2650
-#: src/utils/pactl.c:2651 src/utils/pactl.c:2652 src/utils/pactl.c:2653
-#: src/utils/pactl.c:2654 src/utils/pactl.c:2655 src/utils/pactl.c:2656
-#: src/utils/pactl.c:2657 src/utils/pactl.c:2658 src/utils/pactl.c:2659
-#: src/utils/pactl.c:2660
+#: ../src/utils/pactl.c:1319 ../src/utils/pactl.c:1320
+#: ../src/utils/pactl.c:1321 ../src/utils/pactl.c:1322
+#: ../src/utils/pactl.c:1323 ../src/utils/pactl.c:1324
+#: ../src/utils/pactl.c:1325 ../src/utils/pactl.c:1326
+#: ../src/utils/pactl.c:1327 ../src/utils/pactl.c:1328
+#: ../src/utils/pactl.c:1329 ../src/utils/pactl.c:1330
+#: ../src/utils/pactl.c:1331 ../src/utils/pactl.c:1332
+#: ../src/utils/pactl.c:1333 ../src/utils/pactl.c:1334
+#: ../src/utils/pactl.c:1335 ../src/utils/pactl.c:1336
+#: ../src/utils/pactl.c:1337
msgid "[options]"
msgstr ""
-#: src/utils/pactl.c:2638
+#: ../src/utils/pactl.c:1321
msgid "[TYPE]"
msgstr ""
-#: src/utils/pactl.c:2640
+#: ../src/utils/pactl.c:1323
msgid "FILENAME [NAME]"
msgstr ""
-#: src/utils/pactl.c:2641
+#: ../src/utils/pactl.c:1324
msgid "NAME [SINK]"
msgstr ""
-#: src/utils/pactl.c:2653
-msgid "NAME|#N VOLUME [VOLUME ...]"
+#: ../src/utils/pactl.c:1325
+msgid "NAME"
msgstr ""
-#: src/utils/pactl.c:2654
-msgid "#N VOLUME [VOLUME ...]"
+#: ../src/utils/pactl.c:1326
+msgid "NAME [ARGS ...]"
msgstr ""
-#: src/utils/pactl.c:2655
-msgid "NAME|#N 1|0|toggle"
+#: ../src/utils/pactl.c:1327
+msgid "#N"
msgstr ""
-#: src/utils/pactl.c:2656
-msgid "#N 1|0|toggle"
+#: ../src/utils/pactl.c:1328
+msgid "#N SINK|SOURCE"
msgstr ""
-#: src/utils/pactl.c:2657
+#: ../src/utils/pactl.c:1329 ../src/utils/pactl.c:1334
+msgid "NAME|#N 1|0"
+msgstr ""
+
+#: ../src/utils/pactl.c:1330
+msgid "CARD PROFILE"
+msgstr ""
+
+#: ../src/utils/pactl.c:1331
+msgid "NAME|#N PORT"
+msgstr ""
+
+#: ../src/utils/pactl.c:1332
+msgid "NAME|#N VOLUME"
+msgstr ""
+
+#: ../src/utils/pactl.c:1333
+msgid "#N VOLUME"
+msgstr ""
+
+#: ../src/utils/pactl.c:1335
+msgid "#N 1|0"
+msgstr ""
+
+#: ../src/utils/pactl.c:1336
msgid "#N FORMATS"
msgstr ""
-#: src/utils/pactl.c:2661
-#, c-format
-msgid ""
-"\n"
-"The special names @DEFAULT_SINK@, @DEFAULT_SOURCE@ and @DEFAULT_MONITOR@\n"
-"can be used to specify the default sink, source and monitor.\n"
-msgstr ""
-
-#: src/utils/pactl.c:2664
+#: ../src/utils/pactl.c:1339
#, fuzzy, c-format
msgid ""
"\n"
" -h, --help Show this help\n"
" --version Show version\n"
"\n"
-" -f, --format=FORMAT The format of the output. Either "
-"\"normal\" or \"json\"\n"
" -s, --server=SERVER The name of the server to connect "
"to\n"
" -n, --client-name=NAME How to call this client on the "
@@ -3014,7 +2264,7 @@ msgstr ""
"to\n"
"\n"
-#: src/utils/pactl.c:2707
+#: ../src/utils/pactl.c:1380
#, c-format
msgid ""
"pactl %s\n"
@@ -3025,286 +2275,140 @@ msgstr ""
"libpulseৰ সৈতে সঙ্কলন কৰা %s\n"
"libpulse ৰ সৈতে যুক্ত %s\n"
-#: src/utils/pactl.c:2751
-#, fuzzy, c-format
-msgid "Invalid format value '%s'"
-msgstr "স্ট্ৰিমেৰ নাম '%s' বৈধ নয়।"
-
-#: src/utils/pactl.c:2778
+#: ../src/utils/pactl.c:1439
#, c-format
msgid "Specify nothing, or one of: %s"
msgstr ""
-#: src/utils/pactl.c:2788
+#: ../src/utils/pactl.c:1449
msgid "Please specify a sample file to load"
msgstr "লোড কৰাৰ উদ্দেশ্যে অনুগ্ৰহ কৰি এটা স্যাম্পেল ফাইল উল্লেখ কৰুন"
-#: src/utils/pactl.c:2801
+#: ../src/utils/pactl.c:1462
msgid "Failed to open sound file."
msgstr "শব্দেৰ ফাইল খুলতে ব্যৰ্থ।"
-#: src/utils/pactl.c:2813
+#: ../src/utils/pactl.c:1474
msgid "Warning: Failed to determine sample specification from file."
msgstr "সতৰ্কবাৰ্তা: ফাইলৰ পৰা স্যাম্পেলেৰ নিৰ্ধাৰিত মাপ নিৰ্মাণ কৰতে ব্যৰ্থ।"
-#: src/utils/pactl.c:2823
+#: ../src/utils/pactl.c:1484
msgid "You have to specify a sample name to play"
msgstr "বাজানোৰ উদ্দেশ্যে এটা স্যাম্পেল ফাইল উল্লেখ কৰা আবশ্যক"
-#: src/utils/pactl.c:2835
+#: ../src/utils/pactl.c:1496
msgid "You have to specify a sample name to remove"
msgstr "অপসাৰণেৰ উদ্দেশ্যে এটা স্যাম্পেল ফাইল উল্লেখ কৰা আবশ্যক"
-#: src/utils/pactl.c:2844
+#: ../src/utils/pactl.c:1505
msgid "You have to specify a sink input index and a sink"
msgstr "সিংক নিবেশ ইন্ডেক্স ও এটা সিংক নিৰ্ধাৰণ কৰা আবশ্যক"
-#: src/utils/pactl.c:2854
+#: ../src/utils/pactl.c:1515
msgid "You have to specify a source output index and a source"
msgstr "সোৰ্স নিৰ্গম ইন্ডেক্স ও এটা সোৰ্স নিৰ্ধাৰণ কৰা আবশ্যক"
-#: src/utils/pactl.c:2869
+#: ../src/utils/pactl.c:1530
msgid "You have to specify a module name and arguments."
msgstr "মডিউলেৰ নাম ও আৰ্গুমেন্ট নিৰ্ধাৰণ কৰা আবশ্যক।"
-#: src/utils/pactl.c:2889
-#, fuzzy
-msgid "You have to specify a module index or name"
+#: ../src/utils/pactl.c:1550
+msgid "You have to specify a module index"
msgstr "মডিউল ইন্ডেক্স নিৰ্ধাৰণ কৰা আবশ্যক"
-#: src/utils/pactl.c:2902
+#: ../src/utils/pactl.c:1560
msgid ""
"You may not specify more than one sink. You have to specify a boolean value."
msgstr "একাধিক সিংক নিৰ্ধাৰণ কৰা যাবে না। বুলিয়েন মান নিৰ্ধাৰণ কৰা আবশ্যক।"
-#: src/utils/pactl.c:2907 src/utils/pactl.c:2927
-#, fuzzy
-msgid "Invalid suspend specification."
-msgstr "অবৈধ স্যাম্পেল নিৰ্ধাৰিত"
-
-#: src/utils/pactl.c:2922
+#: ../src/utils/pactl.c:1573
msgid ""
"You may not specify more than one source. You have to specify a boolean "
"value."
msgstr "একাধিক সোৰ্স নিৰ্ধাৰণ কৰা যাবে না। বুলিয়েন মান নিৰ্ধাৰণ কৰা আবশ্যক।"
-#: src/utils/pactl.c:2939
+#: ../src/utils/pactl.c:1585
msgid "You have to specify a card name/index and a profile name"
msgstr "কাৰ্ডেৰ নাম/ইন্ডেক্স ও এটা প্ৰোফাইলেৰ নাম উল্লেখ কৰা আবশ্যক"
-#: src/utils/pactl.c:2950
+#: ../src/utils/pactl.c:1596
msgid "You have to specify a sink name/index and a port name"
msgstr "sink ৰ নাম/ইন্ডেক্স ও এটা পোৰ্টেৰ নাম উল্লেখ কৰা আবশ্যক"
-#: src/utils/pactl.c:2961
-#, fuzzy
-msgid "You have to specify a sink name"
-msgstr "বাজানোৰ উদ্দেশ্যে এটা স্যাম্পেল ফাইল উল্লেখ কৰা আবশ্যক"
-
-#: src/utils/pactl.c:2974
+#: ../src/utils/pactl.c:1607
msgid "You have to specify a source name/index and a port name"
msgstr "উৎসেৰ নাম/ইন্ডেক্স ও এটা পোৰ্টে নাম উল্লেখ কৰা আবশ্যক"
-#: src/utils/pactl.c:2985
-#, fuzzy
-msgid "You have to specify a source name"
-msgstr "মডিউল ইন্ডেক্স নিৰ্ধাৰণ কৰা আবশ্যক"
-
-#: src/utils/pactl.c:2998 src/utils/pactl.c:3076
-#, fuzzy
-msgid "You have to specify a sink name/index"
-msgstr "বাজানোৰ উদ্দেশ্যে এটা স্যাম্পেল ফাইল উল্লেখ কৰা আবশ্যক"
-
-#: src/utils/pactl.c:3008
+#: ../src/utils/pactl.c:1618
msgid "You have to specify a sink name/index and a volume"
msgstr "sink ৰ নাম/ইন্ডেক্স ও এটা পোৰ্টেৰ নাম উল্লেখ কৰা আবশ্যক"
-#: src/utils/pactl.c:3021 src/utils/pactl.c:3101
-#, fuzzy
-msgid "You have to specify a source name/index"
-msgstr "মডিউল ইন্ডেক্স নিৰ্ধাৰণ কৰা আবশ্যক"
-
-#: src/utils/pactl.c:3031
+#: ../src/utils/pactl.c:1631
msgid "You have to specify a source name/index and a volume"
msgstr "উৎসেৰ নাম/ইন্ডেক্স ও এটা শব্দেৰ মাত্ৰা উল্লেখ কৰা আবশ্যক"
-#: src/utils/pactl.c:3044
+#: ../src/utils/pactl.c:1644
msgid "You have to specify a sink input index and a volume"
msgstr "সিংক নিবেশ ইন্ডেক্স ও শব্দেৰ মাত্ৰা নিৰ্ধাৰণ কৰা আবশ্যক"
-#: src/utils/pactl.c:3049
+#: ../src/utils/pactl.c:1649
msgid "Invalid sink input index"
msgstr "সিংক নিবেশ ইন্ডেক্স বৈধ নয়"
-#: src/utils/pactl.c:3060
+#: ../src/utils/pactl.c:1660
#, fuzzy
msgid "You have to specify a source output index and a volume"
msgstr "সোৰ্স নিৰ্গম ইন্ডেক্স ও এটা সোৰ্স নিৰ্ধাৰণ কৰা আবশ্যক"
-#: src/utils/pactl.c:3065
+#: ../src/utils/pactl.c:1665
#, fuzzy
msgid "Invalid source output index"
msgstr "সিংক নিবেশ ইন্ডেক্স বৈধ নয়"
-#: src/utils/pactl.c:3086
-#, fuzzy
-msgid ""
-"You have to specify a sink name/index and a mute action (0, 1, or 'toggle')"
+#: ../src/utils/pactl.c:1677
+msgid "You have to specify a sink name/index and a mute boolean"
msgstr "sink ৰ নাম/ইন্ডেক্স ও এটা নিঃশব্দতাৰ বুলিয়ান উল্লেখ কৰা আবশ্যক"
-#: src/utils/pactl.c:3091 src/utils/pactl.c:3116 src/utils/pactl.c:3136
-#: src/utils/pactl.c:3154
+#: ../src/utils/pactl.c:1682 ../src/utils/pactl.c:1699
+#: ../src/utils/pactl.c:1721 ../src/utils/pactl.c:1742
#, fuzzy
msgid "Invalid mute specification"
msgstr "অবৈধ স্যাম্পেল নিৰ্ধাৰিত"
-#: src/utils/pactl.c:3111
-#, fuzzy
-msgid ""
-"You have to specify a source name/index and a mute action (0, 1, or 'toggle')"
+#: ../src/utils/pactl.c:1694
+msgid "You have to specify a source name/index and a mute boolean"
msgstr "উৎসেৰ নাম/ইন্ডেক্স ও নিঃশব্দতাৰ বুলিয়ান উল্লেখ কৰা আবশ্যক"
-#: src/utils/pactl.c:3126
-#, fuzzy
-msgid ""
-"You have to specify a sink input index and a mute action (0, 1, or 'toggle')"
+#: ../src/utils/pactl.c:1711
+msgid "You have to specify a sink input index and a mute boolean"
msgstr "সিংক নিবেশ ইন্ডেক্স ও নিঃশব্দতাৰ বুলিয়ান নিৰ্ধাৰণ কৰা আবশ্যক"
-#: src/utils/pactl.c:3131
+#: ../src/utils/pactl.c:1716
msgid "Invalid sink input index specification"
msgstr "অবৈধ সিংক নিবেশ ইন্ডেক্স নিৰ্ধাৰিত"
-#: src/utils/pactl.c:3144
+#: ../src/utils/pactl.c:1732
#, fuzzy
-msgid ""
-"You have to specify a source output index and a mute action (0, 1, or "
-"'toggle')"
+msgid "You have to specify a source output index and a mute boolean"
msgstr "উৎসেৰ নাম/ইন্ডেক্স ও নিঃশব্দতাৰ বুলিয়ান উল্লেখ কৰা আবশ্যক"
-#: src/utils/pactl.c:3149
+#: ../src/utils/pactl.c:1737
#, fuzzy
msgid "Invalid source output index specification"
msgstr "অবৈধ সিংক নিবেশ ইন্ডেক্স নিৰ্ধাৰিত"
-#: src/utils/pactl.c:3162
-#, fuzzy
-msgid "You have to specify at least an object path and a message name"
-msgstr "sink ৰ নাম/ইন্ডেক্স ও এটা পোৰ্টেৰ নাম উল্লেখ কৰা আবশ্যক"
-
-#: src/utils/pactl.c:3172
-msgid ""
-"Excess arguments given, they will be ignored. Note that all message "
-"parameters must be given as a single string."
-msgstr ""
-
-#: src/utils/pactl.c:3182
+#: ../src/utils/pactl.c:1756
#, fuzzy
msgid ""
"You have to specify a sink index and a semicolon-separated list of supported "
"formats"
msgstr "sink ৰ নাম/ইন্ডেক্স ও এটা নিঃশব্দতাৰ বুলিয়ান উল্লেখ কৰা আবশ্যক"
-#: src/utils/pactl.c:3194
-#, fuzzy
-msgid "You have to specify a card name/index, a port name and a latency offset"
-msgstr "কাৰ্ডেৰ নাম/ইন্ডেক্স ও এটা প্ৰোফাইলেৰ নাম উল্লেখ কৰা আবশ্যক"
-
-#: src/utils/pactl.c:3201
-msgid "Could not parse latency offset"
-msgstr ""
-
-#: src/utils/pactl.c:3213
+#: ../src/utils/pactl.c:1772
msgid "No valid command specified."
msgstr "কোনো বৈধ কমান্ড নিৰ্ধাৰিত হয়নি।"
-#: src/utils/pasuspender.c:79
-#, c-format
-msgid "fork(): %s\n"
-msgstr "fork(): %s\n"
-
-#: src/utils/pasuspender.c:92
-#, c-format
-msgid "execvp(): %s\n"
-msgstr "execvp(): %s\n"
-
-#: src/utils/pasuspender.c:111
-#, c-format
-msgid "Failure to resume: %s\n"
-msgstr "পুনৰাৰম্ভ কৰিবলৈ ব্যৰ্থ: %s\n"
-
-#: src/utils/pasuspender.c:145
-#, c-format
-msgid "Failure to suspend: %s\n"
-msgstr "স্থগিত কৰিবলৈ ব্যৰ্থ: %s\n"
-
-#: src/utils/pasuspender.c:170
-#, c-format
-msgid "WARNING: Sound server is not local, not suspending.\n"
-msgstr "সতৰ্কবাৰ্তা: ধ্বনি সেৱক স্থানীয় নহয়, স্থগিত কৰা নহয় ।\n"
-
-#: src/utils/pasuspender.c:183
-#, c-format
-msgid "Connection failure: %s\n"
-msgstr "সংযোগৰ মোড: %s \n"
-
-#: src/utils/pasuspender.c:201
-#, c-format
-msgid "Got SIGINT, exiting.\n"
-msgstr "SIGINT প্ৰাপ্ত হৈছে, প্ৰস্থান কৰা হৈছে ।\n"
-
-#: src/utils/pasuspender.c:219
-#, c-format
-msgid "WARNING: Child process terminated by signal %u\n"
-msgstr "সতৰ্কবাৰ্তা: চিগ্নেল %u দ্বাৰা চাইল্ড প্ৰক্ৰিয়া বন্ধ কৰা হৈছে\n"
-
-#: src/utils/pasuspender.c:228
-#, fuzzy, c-format
-msgid ""
-"%s [options] -- PROGRAM [ARGUMENTS ...]\n"
-"\n"
-"Temporarily suspend PulseAudio while PROGRAM runs.\n"
-"\n"
-" -h, --help Show this help\n"
-" --version Show version\n"
-" -s, --server=SERVER The name of the server to connect "
-"to\n"
-"\n"
-msgstr ""
-"%s [options] ... \n"
-"\n"
-" h, help Show this help\n"
-" version Show version\n"
-" s, server=SERVER The name of the server to connect "
-"to\n"
-"\n"
-
-#: src/utils/pasuspender.c:267
-#, c-format
-msgid ""
-"pasuspender %s\n"
-"Compiled with libpulse %s\n"
-"Linked with libpulse %s\n"
-msgstr ""
-"pasuspender %s\n"
-"libpulse ৰ সৈতে সঙ্কলন কৰা হৈছে %s\n"
-"libpulse ৰ সৈতে যুক্ত %s\n"
-
-#: src/utils/pasuspender.c:296
-#, c-format
-msgid "pa_mainloop_new() failed.\n"
-msgstr "pa_mainloop_new() ব্যৰ্থ ।\n"
-
-#: src/utils/pasuspender.c:309
-#, c-format
-msgid "pa_context_new() failed.\n"
-msgstr "pa_context_new() ব্যৰ্থ ।\n"
-
-#: src/utils/pasuspender.c:321
-#, c-format
-msgid "pa_mainloop_run() failed.\n"
-msgstr "pa_mainloop_run() ব্যৰ্থ ।\n"
-
-#: src/utils/pax11publish.c:58
+#: ../src/utils/pax11publish.c:61
#, c-format
msgid ""
"%s [-D display] [-S server] [-O sink] [-I source] [-c file] [-d|-e|-i|-r]\n"
@@ -3323,199 +2427,494 @@ msgstr ""
"variables and cookie file.\n"
" r Remove PulseAudio data from X11 display\n"
-#: src/utils/pax11publish.c:91
+#: ../src/utils/pax11publish.c:94
#, c-format
msgid "Failed to parse command line.\n"
msgstr "আদেশ শাৰী বিশ্লেষণ কৰিবলৈ ব্যৰ্থ ।\n"
-#: src/utils/pax11publish.c:110
+#: ../src/utils/pax11publish.c:113
#, c-format
msgid "Server: %s\n"
msgstr "সেৱক: %s\n"
-#: src/utils/pax11publish.c:112
+#: ../src/utils/pax11publish.c:115
#, c-format
msgid "Source: %s\n"
msgstr "উৎস: %s\n"
-#: src/utils/pax11publish.c:114
+#: ../src/utils/pax11publish.c:117
#, c-format
msgid "Sink: %s\n"
msgstr "চিঙ্ক: %s\n"
-#: src/utils/pax11publish.c:116
+#: ../src/utils/pax11publish.c:119
#, c-format
msgid "Cookie: %s\n"
msgstr "কুকি: %s\n"
-#: src/utils/pax11publish.c:134
+#: ../src/utils/pax11publish.c:137
#, c-format
msgid "Failed to parse cookie data\n"
msgstr "কুকি সংক্ৰান্ত তথ্য বিশ্লেষণ কৰিবলৈ ব্যৰ্থ\n"
-#: src/utils/pax11publish.c:139
+#: ../src/utils/pax11publish.c:142
#, c-format
msgid "Failed to save cookie data\n"
msgstr "কুকি সংক্ৰান্ত তথ্য সংৰক্ষণ কৰিবলৈ ব্যৰ্থ\n"
-#: src/utils/pax11publish.c:168
+#: ../src/utils/pax11publish.c:157
+#, c-format
+msgid "Failed to load client configuration file.\n"
+msgstr "গ্ৰাহক বিন্যাস নথিপত্ৰ তুলিবলৈ ব্যৰ্থ ।\n"
+
+#: ../src/utils/pax11publish.c:162
+#, c-format
+msgid "Failed to read environment configuration data.\n"
+msgstr "পৰিবেশ বিন্যাস সংক্ৰান্ত তথ্য পঢ়িবলৈ ব্যৰ্থ ।\n"
+
+#: ../src/utils/pax11publish.c:179
#, c-format
msgid "Failed to get FQDN.\n"
msgstr "FQDN প্ৰাপ্ত কৰিবলৈ ব্যৰ্থ ।\n"
-#: src/utils/pax11publish.c:188
+#: ../src/utils/pax11publish.c:199
#, c-format
msgid "Failed to load cookie data\n"
msgstr "কুকি সংক্ৰান্ত তথ্য তুলিবলৈ ব্যৰ্থ\n"
-#: src/utils/pax11publish.c:206
+#: ../src/utils/pax11publish.c:217
#, c-format
msgid "Not yet implemented.\n"
msgstr "এতিয়াও বাস্তবায়িত নহয় ।\n"
-#~ msgid "Got signal %s."
-#~ msgstr "চিগ্নেল %s পোৱা গ'ল ।"
+#: ../src/utils/pacmd.c:66
+msgid "No PulseAudio daemon running, or not running as session daemon."
+msgstr "PulseAudio ডেমন চলছে না বা সেশানৰ ডেমন ৰূপে চলছে না।"
-#~ msgid "Exiting."
-#~ msgstr "প্ৰস্থান কৰা হৈছে ।"
+#: ../src/utils/pacmd.c:71
+#, c-format
+msgid "socket(PF_UNIX, SOCK_STREAM, 0): %s"
+msgstr "socket(PF_UNIX, SOCK_STREAM, 0): %s"
-#~ msgid "Found user '%s' (UID %lu) and group '%s' (GID %lu)."
-#~ msgstr "ব্যৱহাৰকৰ্তা '%s' (UID %lu) আৰু সমষ্টি '%s' (GID %lu) পোৱা গ'ল ।"
+#: ../src/utils/pacmd.c:88
+#, c-format
+msgid "connect(): %s"
+msgstr "connect(): %s"
-#~ msgid "Successfully dropped root privileges."
-#~ msgstr "ৰূটৰ অধিকাৰ সফলভাবে এৰোৱা গ'ল ।"
+#: ../src/utils/pacmd.c:96
+msgid "Failed to kill PulseAudio daemon."
+msgstr "PulseAudio ডেমন kill কৰিবলৈ ব্যৰ্থ ।"
-#~ msgid "setrlimit(%s, (%u, %u)) failed: %s"
-#~ msgstr "setrlimit(%s, (%u, %u)) বিফল: %s"
+#: ../src/utils/pacmd.c:104
+msgid "Daemon not responding."
+msgstr "ডেমনৰ পৰা কোনো প্ৰতিক্ৰিয়া পোৱা নাযায় ।"
-#~ msgid "Daemon not running"
-#~ msgstr "ডেমন নাই চলা"
+#: ../src/utils/pacmd.c:184
+#, c-format
+msgid "poll(): %s"
+msgstr "poll(): %s"
-#~ msgid "Daemon running as PID %u"
-#~ msgstr "PID %u ৰূপে ডেমন চলিছে"
+#: ../src/utils/pacmd.c:195 ../src/utils/pacmd.c:215
+#, c-format
+msgid "read(): %s"
+msgstr "read(): %s"
-#~ msgid "Daemon startup successful."
-#~ msgstr "সফলতাৰে ডেমন আৰম্ভ কৰা হৈছে ।"
+#: ../src/utils/pacmd.c:237 ../src/utils/pacmd.c:255
+#, c-format
+msgid "write(): %s"
+msgstr "write(): %s"
-#~ msgid "This is PulseAudio %s"
-#~ msgstr "এইটো PulseAudio %s"
+#: ../src/pulsecore/lock-autospawn.c:136 ../src/pulsecore/lock-autospawn.c:222
+msgid "Cannot access autospawn lock."
+msgstr "autospawn লক প্ৰয়োগ কৰিবলৈ ব্যৰ্থ ।"
-#~ msgid "Compilation host: %s"
-#~ msgstr "সঙ্কলনৰ গৃহস্থ: %s"
+#: ../src/modules/alsa/alsa-sink.c:560 ../src/modules/alsa/alsa-sink.c:726
+#, c-format
+msgid ""
+"ALSA woke us up to write new data to the device, but there was actually "
+"nothing to write!\n"
+"Most likely this is a bug in the ALSA driver '%s'. Please report this issue "
+"to the ALSA developers.\n"
+"We were woken up with POLLOUT set -- however a subsequent snd_pcm_avail() "
+"returned 0 or another value < min_avail."
+msgstr ""
+"ALSA ই আমাক যন্ত্ৰৰ পৰা নতুন তথ্য লিখিবলৈ উথালে, কিন্তু একো লিখিবলৈ নাছিল!\n"
+"অতি সম্ভৱ এইটো ALSA চালক '%s' ৰ এটা বাগ । অনুগ্ৰহ কৰি এই সমস্যা ALSA বিকাশকক "
+"জনাওক ।\n"
+"POLLOUT নিৰ্ধাৰিত হোৱাৰি পিছতো আমি উথিলো কিন্তু তাৰ পিছৰ snd_pcm_avail() এ ০ "
+"দিলে বা অন্য এটা মান < min_avail."
-#~ msgid "Compilation CFLAGS: %s"
-#~ msgstr "সঙ্কলনৰ CFLAGS: %s"
+#: ../src/modules/alsa/alsa-source.c:519 ../src/modules/alsa/alsa-source.c:672
+#, c-format
+msgid ""
+"ALSA woke us up to read new data from the device, but there was actually "
+"nothing to read!\n"
+"Most likely this is a bug in the ALSA driver '%s'. Please report this issue "
+"to the ALSA developers.\n"
+"We were woken up with POLLIN set -- however a subsequent snd_pcm_avail() "
+"returned 0 or another value < min_avail."
+msgstr ""
+"ALSA ই আমাক যন্ত্ৰৰ পৰা নতুন তথ্য পঢ়িবলৈ উথালে, কিন্তু একো পঢ়িবলৈ নাছিল!\n"
+"অতি সম্ভৱ এইটো ALSA চালক '%s' ৰ এটা বাগ । অনুগ্ৰহ কৰি এই সমস্যা ALSA বিকাশকক "
+"জনাওক ।\n"
+"POLLIN নিৰ্ধাৰিত হোৱাৰি পিছতো আমি উথিলো কিন্তু তাৰ পিছৰ snd_pcm_avail() এ ০ "
+"দিলে বা অন্য এটা মান < min_avail."
-#~ msgid "Running on host: %s"
-#~ msgstr "গৃহস্থত চলোৱা হৈছে: %s"
+#: ../src/modules/alsa/module-alsa-card.c:167
+#: ../src/modules/bluetooth/module-bluetooth-device.c:2796
+#: ../src/modules/alsa/alsa-mixer.c:3898
+msgid "Off"
+msgstr "বন্ধ"
-#~ msgid "Found %u CPUs."
-#~ msgstr "%u CPU পোৱা গৈছে ।"
+#: ../src/modules/bluetooth/module-bluetooth-device.c:2738
+msgid "High Fidelity Playback (A2DP)"
+msgstr "High Fidelity Playback (A2DP)"
-#~ msgid "Page size is %lu bytes"
-#~ msgstr "পেজৰ মাপ %lu bytes"
+#: ../src/modules/bluetooth/module-bluetooth-device.c:2752
+msgid "High Fidelity Capture (A2DP)"
+msgstr "হাই ফিডেলিটি ক্যাপচাৰ (A2DP)"
-#~ msgid "Compiled with Valgrind support: yes"
-#~ msgstr "Valgrind সমৰ্থনৰ সৈতে সঙ্কলন কৰা হৈছে: হয়"
+#: ../src/modules/bluetooth/module-bluetooth-device.c:2767
+msgid "Telephony Duplex (HSP/HFP)"
+msgstr "Telephony Duplex (HSP/HFP)"
-#~ msgid "Compiled with Valgrind support: no"
-#~ msgstr "Valgrind সমৰ্থনৰ সৈতে সঙ্কলন কৰা হৈছে: নহয়"
+#: ../src/modules/bluetooth/module-bluetooth-device.c:2781
+msgid "Handsfree Gateway"
+msgstr ""
-#~ msgid "Running in valgrind mode: %s"
-#~ msgstr "valgrind মোডত চলিছে: %s"
+#: ../src/modules/reserve-wrap.c:151
+msgid "PulseAudio Sound Server"
+msgstr "PulseAudio ধ্বনি সেৱক"
+#: ../src/modules/module-rygel-media-server.c:510
+#: ../src/modules/module-rygel-media-server.c:548
+#: ../src/modules/module-rygel-media-server.c:903
+msgid "Output Devices"
+msgstr "নিৰ্গম যন্ত্ৰ"
+
+#: ../src/modules/module-rygel-media-server.c:511
+#: ../src/modules/module-rygel-media-server.c:549
+#: ../src/modules/module-rygel-media-server.c:904
+msgid "Input Devices"
+msgstr "নিবেশ যন্ত্ৰ"
+
+#: ../src/modules/module-rygel-media-server.c:1056
+msgid "Audio on @HOSTNAME@"
+msgstr "@HOSTNAME@ ত অ'ডিঅ'"
+
+#: ../src/modules/alsa/alsa-mixer.c:2219
+msgid "Input"
+msgstr "নিবেশ"
+
+#: ../src/modules/alsa/alsa-mixer.c:2220
+msgid "Docking Station Input"
+msgstr "ডকিং স্টেছনৰ পৰা নিবেশ"
+
+#: ../src/modules/alsa/alsa-mixer.c:2221
#, fuzzy
-#~ msgid "Running in VM: %s"
-#~ msgstr "গৃহস্থত চলোৱা হৈছে: %s"
-
-#~ msgid "Optimized build: yes"
-#~ msgstr "Optimized build: হয়"
-
-#~ msgid "Optimized build: no"
-#~ msgstr "Optimized build: নহয়"
-
-#~ msgid "NDEBUG defined, all asserts disabled."
-#~ msgstr "NDEBUG ব্যাখ্যা কৰা হৈছে, সকলো asserts নিষ্ক্ৰিয় কৰা হৈছে ।"
-
-#~ msgid "FASTPATH defined, only fast path asserts disabled."
-#~ msgstr "FASTPATH ব্যাখ্যা কৰা হৈছে, অকল fast path asserts নিষ্ক্ৰিয় কৰা হৈছে ।"
-
-#~ msgid "All asserts enabled."
-#~ msgstr "সকলো asserts সক্ৰিয় কৰা হৈছে ।"
-
-#~ msgid "Machine ID is %s."
-#~ msgstr "যন্ত্ৰ ID হ'ল %s ।"
-
-#~ msgid "Session ID is %s."
-#~ msgstr "সেশান ID হল %s।"
-
-#~ msgid "Using runtime directory %s."
-#~ msgstr "ৰান টাইম পঞ্জিকা %s ব্যৱহাৰ কৰা হৈছে ।"
-
-#~ msgid "Using state directory %s."
-#~ msgstr "অৱস্থাসূচক পঞ্জিকা %s ব্যৱহাৰ কৰা হৈছে ।"
-
-#~ msgid "Using modules directory %s."
-#~ msgstr "মডিউল ডিৰেক্টৰি %s ব্যৱহাৰ কৰা হচ্ছে।"
-
-#~ msgid "Running in system mode: %s"
-#~ msgstr "প্ৰণালী মোডত চলিছে: %s"
-
-#~ msgid "Fresh high-resolution timers available! Bon appetit!"
-#~ msgstr "নতুন high resolution timers পোৱা হয়! অভিনন্দন!"
-
-#~ msgid ""
-#~ "Dude, your kernel stinks! The chef's recommendation today is Linux with "
-#~ "high-resolution timers enabled!"
-#~ msgstr ""
-#~ "শ্ৰীমান, আপোনাৰ কাৰ্ণেল পূৰণি! high resolution timer সক্ৰিয় থকা Linux ক আজি "
-#~ "উপদেশ দিয়া হয়!"
-
-#~ msgid "Failed to initialize daemon."
-#~ msgstr "ডেমন আৰম্ভ কৰিবলৈ ব্যৰ্থ ।"
-
-#~ msgid "Daemon startup complete."
-#~ msgstr "ডেমন আৰম্ভ কৰা সম্পূৰ্ণ ।"
-
-#~ msgid "Daemon shutdown initiated."
-#~ msgstr "ডেমন বন্ধ কৰাৰ প্ৰক্ৰিয়া আৰম্ভ কৰা হৈছে ।"
-
-#~ msgid "Daemon terminated."
-#~ msgstr "ডেমন বন্ধ কৰা হৈছে ।"
-
-#~ msgid "Cleaning up privileges."
-#~ msgstr "অধিকাৰ বৰ্জন কৰা হচ্ছে।"
+msgid "Docking Station Microphone"
+msgstr "ডকিং স্টেছনৰ মাইক্ৰোফোন"
+#: ../src/modules/alsa/alsa-mixer.c:2222
#, fuzzy
-#~ msgid "PulseAudio Sound System KDE Routing Policy"
-#~ msgstr "PulseAudio শব্দ ব্যৱস্থা"
+msgid "Docking Station Line In"
+msgstr "ডকিং স্টেছনৰ পৰা নিবেশ"
+#: ../src/modules/alsa/alsa-mixer.c:2223 ../src/modules/alsa/alsa-mixer.c:2307
+msgid "Line In"
+msgstr "লাইন ইন"
+
+#: ../src/modules/alsa/alsa-mixer.c:2224 ../src/modules/alsa/alsa-mixer.c:2302
+msgid "Microphone"
+msgstr "মাইক্ৰোফোন"
+
+#: ../src/modules/alsa/alsa-mixer.c:2225 ../src/modules/alsa/alsa-mixer.c:2303
#, fuzzy
-#~ msgid "Start the PulseAudio Sound System with KDE Routing Policy"
-#~ msgstr "PulseAudio শব্দ ব্যৱস্থা আৰম্ভ কৰা হ'ব"
-
-#~ msgid "No cookie loaded. Attempting to connect without."
-#~ msgstr "কোনো কুকি তুলি লোৱা নহয় । কুকি নোহোৱাকে সংযোগৰ প্ৰচেষ্টা কৰা হৈছে ।"
-
-#~ msgid "Failed to load client configuration file.\n"
-#~ msgstr "গ্ৰাহক বিন্যাস নথিপত্ৰ তুলিবলৈ ব্যৰ্থ ।\n"
-
-#~ msgid "Failed to read environment configuration data.\n"
-#~ msgstr "পৰিবেশ বিন্যাস সংক্ৰান্ত তথ্য পঢ়িবলৈ ব্যৰ্থ ।\n"
-
-#~ msgid "Telephony Duplex (HSP/HFP)"
-#~ msgstr "Telephony Duplex (HSP/HFP)"
-
-#~ msgid "LFE on Separate Mono Output"
-#~ msgstr "এনালগ নিৰ্গম (LFE)"
+msgid "Front Microphone"
+msgstr "ডকিং স্টেছনৰ মাইক্ৰোফোন"
+#: ../src/modules/alsa/alsa-mixer.c:2226 ../src/modules/alsa/alsa-mixer.c:2304
#, fuzzy
-#~ msgid "Digital Passthrough (S/PDIF)"
-#~ msgstr "ডিজিটেল স্টিৰিঅ' (HDMI)"
+msgid "Rear Microphone"
+msgstr "মাইক্ৰোফোন"
+#: ../src/modules/alsa/alsa-mixer.c:2227
+msgid "External Microphone"
+msgstr "বহিস্থিত মাইক্ৰোফোন"
+
+#: ../src/modules/alsa/alsa-mixer.c:2228 ../src/modules/alsa/alsa-mixer.c:2306
+msgid "Internal Microphone"
+msgstr "অভ্যন্তৰীণ মাইক্ৰোফোন"
+
+#: ../src/modules/alsa/alsa-mixer.c:2229 ../src/modules/alsa/alsa-mixer.c:2308
+msgid "Radio"
+msgstr "ৰেডিঅ'"
+
+#: ../src/modules/alsa/alsa-mixer.c:2230 ../src/modules/alsa/alsa-mixer.c:2309
+msgid "Video"
+msgstr "ভিডিঅ'"
+
+#: ../src/modules/alsa/alsa-mixer.c:2231
+msgid "Automatic Gain Control"
+msgstr "স্বয়ংক্ৰিয় গেইন নিয়ন্ত্ৰণ"
+
+#: ../src/modules/alsa/alsa-mixer.c:2232
+msgid "No Automatic Gain Control"
+msgstr "স্বয়ংক্ৰিয় গেইন নিয়ন্ত্ৰণ প্ৰয়োগ কৰা ন'হ'ব"
+
+#: ../src/modules/alsa/alsa-mixer.c:2233
+msgid "Boost"
+msgstr "বুস্ট"
+
+#: ../src/modules/alsa/alsa-mixer.c:2234
+msgid "No Boost"
+msgstr "বুস্ট প্ৰয়োগ কৰা ন'হ'ব"
+
+#: ../src/modules/alsa/alsa-mixer.c:2235
+msgid "Amplifier"
+msgstr "বিবৰ্ধক"
+
+#: ../src/modules/alsa/alsa-mixer.c:2236
+msgid "No Amplifier"
+msgstr "বিবৰ্ধন প্ৰয়োগ কৰা ন'হ'ব"
+
+#: ../src/modules/alsa/alsa-mixer.c:2237
#, fuzzy
-#~ msgid "Digital Passthrough (IEC958)"
-#~ msgstr "ডিজিটেল স্টিৰিঅ' (IEC958)"
+msgid "Bass Boost"
+msgstr "বুস্ট"
+
+#: ../src/modules/alsa/alsa-mixer.c:2238
+#, fuzzy
+msgid "No Bass Boost"
+msgstr "বুস্ট প্ৰয়োগ কৰা ন'হ'ব"
+
+#: ../src/modules/alsa/alsa-mixer.c:2239
+msgid "Speaker"
+msgstr ""
+
+#: ../src/modules/alsa/alsa-mixer.c:2240 ../src/modules/alsa/alsa-mixer.c:2311
+#, fuzzy
+msgid "Headphones"
+msgstr "এনালগ হেড ফোন"
+
+#: ../src/modules/alsa/alsa-mixer.c:2301
+msgid "Analog Input"
+msgstr "এনালগ নিবেশ"
+
+#: ../src/modules/alsa/alsa-mixer.c:2305
+msgid "Dock Microphone"
+msgstr "ডকিং স্টেছনৰ মাইক্ৰোফোন"
+
+#: ../src/modules/alsa/alsa-mixer.c:2310
+msgid "Analog Output"
+msgstr "এনালগ নিৰ্গম"
+
+#: ../src/modules/alsa/alsa-mixer.c:2312
+msgid "LFE on Separate Mono Output"
+msgstr "এনালগ নিৰ্গম (LFE)"
+
+#: ../src/modules/alsa/alsa-mixer.c:2313
+#, fuzzy
+msgid "Line Out"
+msgstr "লাইন ইন"
+
+#: ../src/modules/alsa/alsa-mixer.c:2314
+msgid "Analog Mono Output"
+msgstr "এনালগ মোনো নিৰ্গম"
+
+#: ../src/modules/alsa/alsa-mixer.c:2315
+#, fuzzy
+msgid "Speakers"
+msgstr "এনালগ স্টিৰিঅ'"
+
+#: ../src/modules/alsa/alsa-mixer.c:2316
+msgid "HDMI / DisplayPort"
+msgstr ""
+
+#: ../src/modules/alsa/alsa-mixer.c:2317
+#, fuzzy
+msgid "Digital Output (S/PDIF)"
+msgstr "ডিজিটেল স্টিৰিঅ' (HDMI)"
+
+#: ../src/modules/alsa/alsa-mixer.c:2318
+#, fuzzy
+msgid "Digital Passthrough (S/PDIF)"
+msgstr "ডিজিটেল স্টিৰিঅ' (HDMI)"
+
+#: ../src/modules/alsa/alsa-mixer.c:3756
+msgid "Analog Mono"
+msgstr "এনালগ মোনো"
+
+#: ../src/modules/alsa/alsa-mixer.c:3757
+msgid "Analog Stereo"
+msgstr "এনালগ স্টিৰিঅ'"
+
+#: ../src/modules/alsa/alsa-mixer.c:3758
+msgid "Analog Surround 2.1"
+msgstr "এনালগ ছাৰাউন্ড ২.১"
+
+#: ../src/modules/alsa/alsa-mixer.c:3759
+msgid "Analog Surround 3.0"
+msgstr "এনালগ ছাৰাউন্ড ৩.০"
+
+#: ../src/modules/alsa/alsa-mixer.c:3760
+msgid "Analog Surround 3.1"
+msgstr "এনালগ ছাৰাউন্ড ৩.১"
+
+#: ../src/modules/alsa/alsa-mixer.c:3761
+msgid "Analog Surround 4.0"
+msgstr "এনালগ ছাৰাউন্ড ৪.০"
+
+#: ../src/modules/alsa/alsa-mixer.c:3762
+msgid "Analog Surround 4.1"
+msgstr "এনালগ ছাৰাউন্ড ৪.১"
+
+#: ../src/modules/alsa/alsa-mixer.c:3763
+msgid "Analog Surround 5.0"
+msgstr "এনালগ ছাৰাউন্ড ৫.০"
+
+#: ../src/modules/alsa/alsa-mixer.c:3764
+msgid "Analog Surround 5.1"
+msgstr "এনালগ ছাৰাউন্ড ৫.১"
+
+#: ../src/modules/alsa/alsa-mixer.c:3765
+msgid "Analog Surround 6.0"
+msgstr "এনালগ ছাৰাউন্ড ৬.০"
+
+#: ../src/modules/alsa/alsa-mixer.c:3766
+msgid "Analog Surround 6.1"
+msgstr "এনালগ ছাৰাউন্ড ৬.১"
+
+#: ../src/modules/alsa/alsa-mixer.c:3767
+msgid "Analog Surround 7.0"
+msgstr "এনালগ ছাৰাউন্ড ৭.০"
+
+#: ../src/modules/alsa/alsa-mixer.c:3768
+msgid "Analog Surround 7.1"
+msgstr "এনালগ ছাৰাউন্ড ৭.১"
+
+#: ../src/modules/alsa/alsa-mixer.c:3769
+msgid "Digital Stereo (IEC958)"
+msgstr "ডিজিটেল স্টিৰিঅ' (IEC958)"
+
+#: ../src/modules/alsa/alsa-mixer.c:3770
+#, fuzzy
+msgid "Digital Passthrough (IEC958)"
+msgstr "ডিজিটেল স্টিৰিঅ' (IEC958)"
+
+#: ../src/modules/alsa/alsa-mixer.c:3771
+msgid "Digital Surround 4.0 (IEC958/AC3)"
+msgstr "ডিজিটেল ছাৰাউন্ড ৪.০ (IEC958/AC3)"
+
+#: ../src/modules/alsa/alsa-mixer.c:3772
+msgid "Digital Surround 5.1 (IEC958/AC3)"
+msgstr "ডিজিটেল ছাৰাউন্ড ৫.১ (IEC958/AC3)"
+
+#: ../src/modules/alsa/alsa-mixer.c:3773
+msgid "Digital Stereo (HDMI)"
+msgstr "ডিজিটেল স্টিৰিঅ' (HDMI)"
+
+#: ../src/modules/alsa/alsa-mixer.c:3774
+#, fuzzy
+msgid "Digital Surround 5.1 (HDMI)"
+msgstr "ডিজিটেল ছাৰাউন্ড ৫.১ (IEC958/AC3)"
+
+#: ../src/modules/alsa/alsa-mixer.c:3895
+msgid "Analog Mono Duplex"
+msgstr "এনালগ মোনো ডুপ্লেক্স"
+
+#: ../src/modules/alsa/alsa-mixer.c:3896
+msgid "Analog Stereo Duplex"
+msgstr "এনালগ স্টিৰিঅ' ডুপ্লেক্স"
+
+#: ../src/modules/alsa/alsa-mixer.c:3897
+msgid "Digital Stereo Duplex (IEC958)"
+msgstr "ডিজিটেল স্টিৰিঅ' ডুপ্লেক্স (IEC958)"
+
+#: ../src/modules/alsa/alsa-mixer.c:3997
+#, fuzzy, c-format
+msgid "%s Output"
+msgstr "Null ফলাফল"
+
+#: ../src/modules/alsa/alsa-mixer.c:4005
+#, fuzzy, c-format
+msgid "%s Input"
+msgstr "নিবেশ"
+
+#: ../src/modules/echo-cancel/module-echo-cancel.c:63
+msgid ""
+"source_name= source_properties= source_master= sink_name= sink_properties= sink_master= adjust_time= adjust_threshold= format= rate= channels= channel_map= "
+"aec_method= aec_args= "
+"save_aec= autoloaded= use_volume_sharing= "
+msgstr ""
+
+#: ../src/modules/module-equalizer-sink.c:72
+msgid "General Purpose Equalizer"
+msgstr ""
+
+#: ../src/modules/module-equalizer-sink.c:76
+#, fuzzy
+msgid ""
+"sink_name= sink_properties= "
+"sink_master= format= rate= "
+"channels= channel_map= autoloaded= use_volume_sharing= "
+msgstr ""
+"sink_name= sink_properties= "
+"master= format= rate= "
+"channels= channel_map= plugin= label= control="
+
+#: ../src/modules/module-filter-apply.c:48
+msgid "autoclean="
+msgstr ""
+
+#: ../src/tests/resampler-test.c:257
+#, c-format
+msgid ""
+"%s [options]\n"
+"\n"
+"-h, --help Show this help\n"
+"-v, --verbose Print debug messages\n"
+" --from-rate=SAMPLERATE From sample rate in Hz (defaults to "
+"44100)\n"
+" --from-format=SAMPLEFORMAT From sample type (defaults to s16le)\n"
+" --from-channels=CHANNELS From number of channels (defaults to "
+"1)\n"
+" --to-rate=SAMPLERATE To sample rate in Hz (defaults to "
+"44100)\n"
+" --to-format=SAMPLEFORMAT To sample type (defaults to s16le)\n"
+" --to-channels=CHANNELS To number of channels (defaults to 1)\n"
+" --resample-method=METHOD Resample method (defaults to auto)\n"
+" --seconds=SECONDS From stream duration (defaults to 60)\n"
+"\n"
+"If the formats are not specified, the test performs all formats "
+"combinations,\n"
+"back and forth.\n"
+"\n"
+"Sample type must be one of s16le, s16be, u8, float32le, float32be, ulaw, "
+"alaw,\n"
+"32le, s32be (defaults to s16ne)\n"
+"\n"
+"See --dump-resample-methods for possible values of resample methods.\n"
+msgstr ""
+
+#: ../src/tests/resampler-test.c:356
+#, fuzzy, c-format
+msgid "%s %s\n"
+msgstr "%s %s"
+
+#: ../src/tests/resampler-test.c:419
+#, c-format
+msgid "=== %d seconds: %d Hz %d ch (%s) -> %d Hz %d ch (%s)"
+msgstr ""
#~ msgid "[%s:%u] rlimit not supported on this platform."
#~ msgstr "[%s:%u] এই স্থাপত্যত rlimit সমৰ্থিত নহয় ।"
diff --git a/po/be.po b/po/be.po
index 30190d10f..8c3baba2c 100644
--- a/po/be.po
+++ b/po/be.po
@@ -7,23 +7,20 @@
msgid ""
msgstr ""
"Project-Id-Version: PulseAudio\n"
-"Report-Msgid-Bugs-To: https://gitlab.freedesktop.org/pulseaudio/pulseaudio/"
-"issues/new\n"
-"POT-Creation-Date: 2022-06-18 09:49+0300\n"
-"PO-Revision-Date: 2025-05-01 06:49+0000\n"
-"Last-Translator: Yauhen Bugamol "
-"\n"
-"Language-Team: Belarusian \n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2016-07-16 14:23+0300\n"
+"PO-Revision-Date: 2016-07-19 11:06+0300\n"
+"Last-Translator: Viktar Vaŭčkievič \n"
+"Language-Team: Belarusian <>\n"
"Language: be\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-"Plural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && "
-"n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n"
-"X-Generator: Weblate 5.11.1\n"
+"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<"
+"=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n"
+"X-Generator: Lokalize 2.0\n"
-#: src/daemon/cmdline.c:113
+#: ../src/daemon/cmdline.c:113
#, c-format
msgid ""
"%s [options]\n"
@@ -54,7 +51,8 @@ msgid ""
" (only available as root, when SUID "
"or\n"
" with elevated RLIMIT_RTPRIO)\n"
-" --disallow-module-loading[=BOOL] Disallow user requested module\n"
+" --disallow-module-loading[=BOOL] Disallow module user requested "
+"module\n"
" loading/unloading after startup\n"
" --disallow-exit[=BOOL] Disallow user requested exit\n"
" --exit-idle-time=SECS Terminate the daemon when idle and "
@@ -99,71 +97,64 @@ msgstr ""
"Каманды:\n"
" -h, --help Паказаць гэту даведку.\n"
" --version Паказаць версію.\n"
-" --dump-conf Выгрузіць прадвызначаную "
-"канфігурацыю.\n"
-" --dump-modules Выгрузіць спіс даступных модуляў.\n"
-" --dump-resample-methods Выгрузіць спіс даступных метадаў\n"
+" --dump-conf Вывесці агаданую канфігурацыю.\n"
+" --dump-modules Вывесці спіс даступных модуляў.\n"
+" --dump-resample-methods Вывесці спіс даступных метадаў\n"
" перадыскрэтызацыі.\n"
" --cleanup-shm Ачысціць выкарыстаныя сегменты\n"
" сумеснай памяці.\n"
-" --start Запусціць дэман, калі ён\n"
+" --start Запусціць фонавы сэрвіс, калі ён\n"
" яшчэ не запушчаны.\n"
-" -k --kill Знішчыць запушчаны дэман.\n"
-" --check Праверыць ці запушчаны дэман\n"
+" -k --kill Знішчыць запушчаны фонавы сэрвіс.\n"
+" --check Праверыць ці запушчаны фонавы сэрвіс\n"
" (толькі код завяршэння).\n"
"\n"
"Параметры:\n"
" --system[=BOOL] Агульнасістэмны рэжым.\n"
-" -D, --daemonize[=BOOL] Запусціць як дэман.\n"
+" -D, --daemonize[=BOOL] Запусціць як фонавы сэрвіс.\n"
" --fail[=BOOL] Выйсці пры памылцы запуску.\n"
-" --high-priority[=BOOL] Паспрабаваць павысіць прыярытэт "
-"(nice)\n"
-" (даступна толькі карыстальніку root,"
-"\n"
-" з уключаным SUID або з павышаным\n"
+" --high-priority[=BOOL] Паспрабаваць павысіць прыярытэт\n"
+" (nice)\n"
+" (даступна толькі карыстальніку root,\n"
+" з уключаным SUID ці з павышаным\n"
" RLIMIT_NICE).\n"
" --realtime[=BOOL] Паспрабаваць уключыць планіроўшчык\n"
" рэальнага часу\n"
-" (даступна толькі карыстальніку root,"
-"\n"
-" з уключаным SUID або з павышаным\n"
+" (даступна толькі root,\n"
+" з уключаным SUID ці з павышаным\n"
" RLIMIT_RTPRIO).\n"
-" --disallow-module-loading[=BOOL] Забараніць загрузку/выгрузку "
-"модуляў\n"
-" па запыту карыстальніка пасля "
-"запуску.\n"
+" --disallow-module-loading[=BOOL] Забараніць загрузку/выгрузку модуляў\n"
+" па запыту карыстальніка пасля\n"
+" запуску.\n"
" --disallow-exit[=BOOL] Забараніць выхад па запыту\n"
" карыстальніка.\n"
" --exit-idle-time=СЕКУНДЫ Завяршыць работу пасля азначанага\n"
" часу бяздзеяння.\n"
" --scache-idle-time=СЕКУНДЫ Выгрузіць аўтаматычна загружаныя\n"
-" сэмплы пасля азначанага часу "
-"бяздзеяння.\n"
+" сэмплы пасля азначанага часу\n"
+" бяздзеяння.\n"
" --log-level[=УЗРОВЕНЬ] Павялічыць або ўставіць узровень\n"
" інфарматыўнасці.\n"
-" -v --verbose Павялічыць узровень інфарматыўнасці."
-"\n"
+" -v --verbose Павялічыць узровень інфарматыўнасці.\n"
" --log-target={auto,syslog,stderr,file:PATH,newfile:PATH}\n"
" Вызначыць журнал.\n"
-" --log-meta[=BOOL] Дадаць месца ў кодзе да "
-"паведамленняў журнала.\n"
-" --log-time[=BOOL] Дадаць час да паведамленняў журнала."
-"\n"
-" --log-backtrace=FRAMES Дадаць стэк выклікаў да "
-"паведамленняў журнала.\n"
+" --log-meta[=BOOL] Дадаць месца ў коду да паведамленняў"
+" журнала.\n"
+" --log-time[=BOOL] Дадаць час да паведамленняў журнала.\n"
+" --log-backtrace=FRAMES Дадаць стэк выклікаў да паведамленняў"
+" журнала.\n"
" -p, --dl-search-path=ШЛЯХ Задаць шлях для пошуку дынамічных\n"
-" раздзяляльных абʼектаў (плагінаў).\n"
+" раздзяляльных абʼектаў (дадаткаў).\n"
" --resample-method=МЕТАД Выкарыстоўваць азначаны метад\n"
" перадыскрэтызацыі\n"
-" (Глядзіце --dump-resample-methods "
-"для магчымых значэнняў).\n"
+" (Глядзіце --dump-resample-methods\n"
+" для магчымых значэнняў).\n"
" --use-pid-file[=BOOL] Стварыць PID-файл.\n"
-" --no-cpu-limit[=BOOL] Не ўсталёўваць абмежаванні на "
-"выкарыстанне\n"
+" --no-cpu-limit[=BOOL] Не ўсталёўваць абмежаванні на"
+" выкарыстанне\n"
" працэсара на платформах, якія\n"
" падтрымліваюць гэта.\n"
-" --disable-shm[=BOOL] Адключыць падтрымку сумеснай памяці."
-"\n"
+" --disable-shm[=BOOL] Адключыць падтрымку сумеснай памяці.\n"
" --enable-memfd[=BOOL] Уключыць падтрымку memfd-сумеснай\n"
" памяці.\n"
"\n"
@@ -173,376 +164,373 @@ msgstr ""
" -F, --file=НАЗВА_ФАЙЛА Выканаць азначаны сцэнарый.\n"
" -C Адкрыць камандны радок у\n"
" бягучым тэрмінале пасля запуску.\n"
-" -n Не загружаць прадвызначаны файл "
-"сцэнарыя.\n"
+" -n Не загружаць агаданы файл сцэнарыю.\n"
-#: src/daemon/cmdline.c:246
+#: ../src/daemon/cmdline.c:246
msgid "--daemonize expects boolean argument"
msgstr "--daemonize чакае булевы аргумент"
-#: src/daemon/cmdline.c:254
+#: ../src/daemon/cmdline.c:254
msgid "--fail expects boolean argument"
msgstr "--fail чакае булевы аргумент"
-#: src/daemon/cmdline.c:265
-#, fuzzy
+#: ../src/daemon/cmdline.c:265
msgid ""
"--log-level expects log level argument (either numeric in range 0..4 or one "
-"of error, warn, notice, info, debug)."
+"of debug, info, notice, warn, error)."
msgstr ""
-"--log-level чакае значэнне ўзроўню інфарматыўнасці (лікавае ў дыяпазоне 0–4 "
-"ці адно з debug, info, notice, warn, error)."
+"--log-level чакае значэнне ўзроўню інфарматыўнасці (лікавае ў дыяпазоне 0–4"
+" ці адно з debug, info, notice, warn, error)."
-#: src/daemon/cmdline.c:277
+#: ../src/daemon/cmdline.c:277
msgid "--high-priority expects boolean argument"
msgstr "--high-priority чакае булевы аргумент"
-#: src/daemon/cmdline.c:285
+#: ../src/daemon/cmdline.c:285
msgid "--realtime expects boolean argument"
msgstr "--realtime чакае булевы аргумент"
-#: src/daemon/cmdline.c:293
+#: ../src/daemon/cmdline.c:293
msgid "--disallow-module-loading expects boolean argument"
msgstr "--disallow-module-loading чакае булевы аргумент"
-#: src/daemon/cmdline.c:301
+#: ../src/daemon/cmdline.c:301
msgid "--disallow-exit expects boolean argument"
msgstr "--disallow-exit чакае булевы аргумент"
-#: src/daemon/cmdline.c:309
+#: ../src/daemon/cmdline.c:309
msgid "--use-pid-file expects boolean argument"
msgstr "--use-pid-file чакае булевы аргумент"
-#: src/daemon/cmdline.c:328
-#, fuzzy
+#: ../src/daemon/cmdline.c:328
msgid ""
-"Invalid log target: use either 'syslog', 'journal', 'stderr' or 'auto' or a "
+"Invalid log target: use either 'syslog', 'journal','stderr' or 'auto' or a "
"valid file name 'file:', 'newfile:'."
msgstr ""
-"Некарэктны журнал: патрабуецца або адно з «syslog», «journal», «stderr», ці "
-"«auto», ці існуючы файл «file:<шлях>», «newfile:<шлях>»."
+"Некарэктны журнал: патрабуецца або адно з «syslog», «journal»,"
+" «stderr», ці «auto», ці існуючы файл «file:<шлях>», «newfile:<шлях>»."
-#: src/daemon/cmdline.c:330
+#: ../src/daemon/cmdline.c:330
msgid ""
"Invalid log target: use either 'syslog', 'stderr' or 'auto' or a valid file "
"name 'file:', 'newfile:'."
msgstr ""
-"Некарэктны журнал: патрабуецца або адно з «syslog», «stderr», ці «auto», ці "
-"існуючы файл «file:<шлях>», «newfile:<шлях>»."
+"Некарэктны журнал: патрабуецца або адно з «syslog», «stderr», ці"
+" «auto», ці існуючы файл «file:<шлях>», «newfile:<шлях>»."
-#: src/daemon/cmdline.c:338
+#: ../src/daemon/cmdline.c:338
msgid "--log-time expects boolean argument"
msgstr "--log-time чакае булевы аргумент"
-#: src/daemon/cmdline.c:346
+#: ../src/daemon/cmdline.c:346
msgid "--log-meta expects boolean argument"
msgstr "--log-meta чакае булевы аргумент"
-#: src/daemon/cmdline.c:366
+#: ../src/daemon/cmdline.c:366
#, c-format
msgid "Invalid resample method '%s'."
msgstr "Некарэктны метад перадыскрэтызацыі «%s»."
-#: src/daemon/cmdline.c:373
+#: ../src/daemon/cmdline.c:373
msgid "--system expects boolean argument"
msgstr "--system чакае булевы аргумент"
-#: src/daemon/cmdline.c:381
+#: ../src/daemon/cmdline.c:381
msgid "--no-cpu-limit expects boolean argument"
msgstr "--no-cpu-limit чакае булевы аргумент"
-#: src/daemon/cmdline.c:389
+#: ../src/daemon/cmdline.c:389
msgid "--disable-shm expects boolean argument"
msgstr "--disable-shm чакае булевы аргумент"
-#: src/daemon/cmdline.c:397
+#: ../src/daemon/cmdline.c:397
msgid "--enable-memfd expects boolean argument"
msgstr "--enable-memfd чакае булевы аргумент"
-#: src/daemon/daemon-conf.c:270
+#: ../src/daemon/daemon-conf.c:260
#, c-format
msgid "[%s:%u] Invalid log target '%s'."
msgstr "[%s:%u] Некарэктны журнал «%s»."
-#: src/daemon/daemon-conf.c:285
+#: ../src/daemon/daemon-conf.c:275
#, c-format
msgid "[%s:%u] Invalid log level '%s'."
msgstr "[%s:%u] Некарэктны ўзровень інфармавання «%s»."
-#: src/daemon/daemon-conf.c:300
+#: ../src/daemon/daemon-conf.c:290
#, c-format
msgid "[%s:%u] Invalid resample method '%s'."
msgstr "[%s:%u] Некарэктны метад перадыскрэтызацыі «%s»."
-#: src/daemon/daemon-conf.c:322
+#: ../src/daemon/daemon-conf.c:312
#, c-format
msgid "[%s:%u] Invalid rlimit '%s'."
msgstr "[%s:%u] Некарэктны rlimit «%s»."
-#: src/daemon/daemon-conf.c:342
+#: ../src/daemon/daemon-conf.c:332
#, c-format
msgid "[%s:%u] Invalid sample format '%s'."
msgstr "[%s:%u] Некарэктны фармат сэмлаў «%s»."
-#: src/daemon/daemon-conf.c:359 src/daemon/daemon-conf.c:376
+#: ../src/daemon/daemon-conf.c:349 ../src/daemon/daemon-conf.c:366
#, c-format
msgid "[%s:%u] Invalid sample rate '%s'."
msgstr "[%s:%u] Некарэктная частата дыскрэтызацыі «%s»."
-#: src/daemon/daemon-conf.c:399
+#: ../src/daemon/daemon-conf.c:389
#, c-format
msgid "[%s:%u] Invalid sample channels '%s'."
msgstr "[%s:%u] Некарэктная колькасць каналаў «%s»."
-#: src/daemon/daemon-conf.c:416
+#: ../src/daemon/daemon-conf.c:406
#, c-format
msgid "[%s:%u] Invalid channel map '%s'."
msgstr "[%s:%u] Некарэктная схема каналаў «%s»."
-#: src/daemon/daemon-conf.c:433
+#: ../src/daemon/daemon-conf.c:423
#, c-format
msgid "[%s:%u] Invalid number of fragments '%s'."
msgstr "[%s:%u] Некарэктная колькасць фрагментаў «%s»."
-#: src/daemon/daemon-conf.c:450
+#: ../src/daemon/daemon-conf.c:440
#, c-format
msgid "[%s:%u] Invalid fragment size '%s'."
msgstr "[%s:%u] Некарэктная даўжыня фрагмента «%s»."
-#: src/daemon/daemon-conf.c:467
+#: ../src/daemon/daemon-conf.c:457
#, c-format
msgid "[%s:%u] Invalid nice level '%s'."
msgstr "[%s:%u] Некарэктны ўзровень прыярытэту (nice) «%s»."
-#: src/daemon/daemon-conf.c:552
+#: ../src/daemon/daemon-conf.c:500
#, c-format
msgid "[%s:%u] Invalid server type '%s'."
msgstr "[%s:%u] Некарэктны тып сервера «%s»."
-#: src/daemon/daemon-conf.c:685
+#: ../src/daemon/daemon-conf.c:615
#, c-format
msgid "Failed to open configuration file: %s"
msgstr "Не атрымалася адкрыць файл канфігурацыі: %s"
-#: src/daemon/daemon-conf.c:701
+#: ../src/daemon/daemon-conf.c:631
msgid ""
"The specified default channel map has a different number of channels than "
"the specified default number of channels."
msgstr ""
-"У агаданай схеме каналаў колькасць каналаў не супадае з агаданай колькасцю "
-"каналаў."
+"У агаданай схеме каналаў колькасць каналаў не супадае з агаданай колькасцю"
+" каналаў."
-#: src/daemon/daemon-conf.c:788
+#: ../src/daemon/daemon-conf.c:718
#, c-format
msgid "### Read from configuration file: %s ###\n"
msgstr "### Прачытана з файла канфігурацыі: %s ###\n"
-#: src/daemon/dumpmodules.c:57
+#: ../src/daemon/dumpmodules.c:57
#, c-format
msgid "Name: %s\n"
msgstr "Назва: %s\n"
-#: src/daemon/dumpmodules.c:60
+#: ../src/daemon/dumpmodules.c:60
#, c-format
msgid "No module information available\n"
msgstr "Інфармацыя па модулю не даступна\n"
-#: src/daemon/dumpmodules.c:63
+#: ../src/daemon/dumpmodules.c:63
#, c-format
msgid "Version: %s\n"
msgstr "Версія: %s\n"
-#: src/daemon/dumpmodules.c:65
+#: ../src/daemon/dumpmodules.c:65
#, c-format
msgid "Description: %s\n"
msgstr "Апісанне: %s\n"
-#: src/daemon/dumpmodules.c:67
+#: ../src/daemon/dumpmodules.c:67
#, c-format
msgid "Author: %s\n"
msgstr "Аўтар: %s\n"
-#: src/daemon/dumpmodules.c:69
+#: ../src/daemon/dumpmodules.c:69
#, c-format
msgid "Usage: %s\n"
msgstr "Выкарыстанне: %s\n"
-#: src/daemon/dumpmodules.c:70
+#: ../src/daemon/dumpmodules.c:70
#, c-format
msgid "Load Once: %s\n"
msgstr "Загружаць адзін раз: %s\n"
-#: src/daemon/dumpmodules.c:72
+#: ../src/daemon/dumpmodules.c:72
#, c-format
msgid "DEPRECATION WARNING: %s\n"
msgstr "Папярэджанне аб састарэласці: %s\n"
-#: src/daemon/dumpmodules.c:76
+#: ../src/daemon/dumpmodules.c:76
#, c-format
msgid "Path: %s\n"
msgstr "Шлях: %s\n"
-#: src/daemon/ltdl-bind-now.c:75
+#: ../src/daemon/ltdl-bind-now.c:75
#, c-format
msgid "Failed to open module %s: %s"
msgstr "Не атрымалася адкрыць модуль %s: %s"
-#: src/daemon/ltdl-bind-now.c:126
+#: ../src/daemon/ltdl-bind-now.c:126
msgid "Failed to find original lt_dlopen loader."
msgstr "Не атрымалася знайсці арыгінальны lt_dlopen-загрузчык."
-#: src/daemon/ltdl-bind-now.c:131
+#: ../src/daemon/ltdl-bind-now.c:131
msgid "Failed to allocate new dl loader."
msgstr "Не атрымалася вылучыць новы dl-загрузчык."
-#: src/daemon/ltdl-bind-now.c:144
+#: ../src/daemon/ltdl-bind-now.c:144
msgid "Failed to add bind-now-loader."
msgstr "Не атрымалася дадаць bind-now-loader."
-#: src/daemon/main.c:265
+#: ../src/daemon/main.c:160
#, c-format
msgid "Failed to find user '%s'."
msgstr "Не атрымалася знайсці карыстальніка «%s»."
-#: src/daemon/main.c:270
+#: ../src/daemon/main.c:165
#, c-format
msgid "Failed to find group '%s'."
msgstr "Не атрымалася знайсці групу «%s»."
-#: src/daemon/main.c:279
+#: ../src/daemon/main.c:174
#, c-format
msgid "GID of user '%s' and of group '%s' don't match."
msgstr "GID карыстальніка «%s» і групы «%s» не супадаюць."
-#: src/daemon/main.c:284
+#: ../src/daemon/main.c:179
#, c-format
msgid "Home directory of user '%s' is not '%s', ignoring."
msgstr "Хатні каталог карыстальніка «%s» не «%s» — ігнаруецца."
-#: src/daemon/main.c:287 src/daemon/main.c:292
+#: ../src/daemon/main.c:182 ../src/daemon/main.c:187
#, c-format
msgid "Failed to create '%s': %s"
msgstr "Не атрымалася стварыць «%s»: %s"
-#: src/daemon/main.c:299
+#: ../src/daemon/main.c:194
#, c-format
msgid "Failed to change group list: %s"
msgstr "Не атрымалася змяніць спіс груп: %s"
-#: src/daemon/main.c:315
+#: ../src/daemon/main.c:210
#, c-format
msgid "Failed to change GID: %s"
msgstr "Не атрымалася змяніць GID: %s"
-#: src/daemon/main.c:331
+#: ../src/daemon/main.c:226
#, c-format
msgid "Failed to change UID: %s"
msgstr "Не атрымалася змяніць UID: %s"
-#: src/daemon/main.c:360
+#: ../src/daemon/main.c:255
msgid "System wide mode unsupported on this platform."
msgstr "Агульнасістэмны рэжым не падтрымліваецца на гэтай платформе."
-#: src/daemon/main.c:650
+#: ../src/daemon/main.c:484
msgid "Failed to parse command line."
msgstr "Не атрымалася разабраць камандны радок."
-#: src/daemon/main.c:689
+#: ../src/daemon/main.c:523
msgid ""
"System mode refused for non-root user. Only starting the D-Bus server lookup "
"service."
msgstr ""
-"Агульнасістэмны рэжым немагчымы для звычайнага карыстальніка. Будзе "
-"запушчаны толькі сэрвіс пошуку D-Bus-сервера."
+"Агульнасістэмны рэжым немагчымы для звычайнага карыстальніка. Будзе запушчаны"
+" толькі сэрвіс пошуку D-Bus-сервера."
-#: src/daemon/main.c:788
+#: ../src/daemon/main.c:622
#, c-format
msgid "Failed to kill daemon: %s"
msgstr "Не атрымалася знішчыць сэрвіс: %s"
-#: src/daemon/main.c:817
+#: ../src/daemon/main.c:651
msgid ""
"This program is not intended to be run as root (unless --system is "
"specified)."
msgstr ""
-"Гэтая праграма не прызначана для запуску пад карыстальнікам root (акрамя "
-"выпадку, калі зададзены параметр --system)."
+"Гэтая праграма не прызначана для запуску пад карыстальнікам root (акрамя"
+" выпадку, калі зададзены параметр --system)."
-#: src/daemon/main.c:820
+#: ../src/daemon/main.c:654
msgid "Root privileges required."
msgstr "Патрабуюцца прывілеі карыстальніка root."
-#: src/daemon/main.c:827
+#: ../src/daemon/main.c:661
msgid "--start not supported for system instances."
msgstr "--start не падтрымліваецца для агульнасістэмнага экзэмпляра."
-#: src/daemon/main.c:867
+#: ../src/daemon/main.c:701
#, c-format
msgid "User-configured server at %s, refusing to start/autospawn."
msgstr "Выяўлены сервер карыстальніка ў %s — адмова ад запуску."
-#: src/daemon/main.c:873
+#: ../src/daemon/main.c:707
#, c-format
msgid ""
"User-configured server at %s, which appears to be local. Probing deeper."
msgstr ""
-"Выяўлены сервер карыстальніка ў %s, які ўяўляецца як лакальны — прадаўжаем "
-"запуск."
+"Выяўлены сервер карыстальніка ў %s, які ўяўляецца як лакальны — прадаўжаем"
+" запуск."
-#: src/daemon/main.c:878
+#: ../src/daemon/main.c:712
msgid "Running in system mode, but --disallow-exit not set."
msgstr ""
"Выконваецца ў агульнасістэмным рэжыме, але --disallow-exit не зададзены."
-#: src/daemon/main.c:881
+#: ../src/daemon/main.c:715
msgid "Running in system mode, but --disallow-module-loading not set."
msgstr ""
-"Выконваецца ў агульнасістэмным рэжыме, але --disallow-module-loading не "
-"зададзены."
+"Выконваецца ў агульнасістэмным рэжыме, але --disallow-module-loading не"
+" зададзены."
-#: src/daemon/main.c:884
+#: ../src/daemon/main.c:718
msgid "Running in system mode, forcibly disabling SHM mode."
msgstr "Выконваецца ў агульнасістэмным рэжыме — прымусова адключаны SHM-рэжым."
-#: src/daemon/main.c:889
+#: ../src/daemon/main.c:723
msgid "Running in system mode, forcibly disabling exit idle time."
msgstr ""
-"Выконваецца ў агульнасістэмным рэжыме — прымусова адключана завяршэнне "
-"работы па бяздзеянню."
+"Выконваецца ў агульнасістэмным рэжыме — прымусова адключана завяршэнне работы"
+" па бяздзеянню."
-#: src/daemon/main.c:922
+#: ../src/daemon/main.c:756
msgid "Failed to acquire stdio."
-msgstr "Не ўдалося атрымаць stdio."
+msgstr "Не атрымалася атрымаць stdio."
-#: src/daemon/main.c:928 src/daemon/main.c:999
+#: ../src/daemon/main.c:762 ../src/daemon/main.c:833
#, c-format
msgid "pipe() failed: %s"
msgstr "pipe() пацярпела няўдачу: %s"
-#: src/daemon/main.c:933 src/daemon/main.c:1004
+#: ../src/daemon/main.c:767 ../src/daemon/main.c:838
#, c-format
msgid "fork() failed: %s"
msgstr "fork() пацярпела няўдачу: %s"
-#: src/daemon/main.c:948 src/daemon/main.c:1019 src/utils/pacat.c:562
+#: ../src/daemon/main.c:782 ../src/daemon/main.c:853 ../src/utils/pacat.c:568
#, c-format
msgid "read() failed: %s"
msgstr "read() пацярпела няўдачу: %s"
-#: src/daemon/main.c:954
+#: ../src/daemon/main.c:788
msgid "Daemon startup failed."
msgstr "Не атрымалася запусціць фонавы сэрвіс."
-#: src/daemon/main.c:987
+#: ../src/daemon/main.c:821
#, c-format
msgid "setsid() failed: %s"
msgstr "setsid() пацярпела няўдачу: %s"
-#: src/daemon/main.c:1119
+#: ../src/daemon/main.c:948
msgid "Failed to get machine ID"
-msgstr "Не ўдалося атрымаць ідэнтыфікатар машыны"
+msgstr "Не атрымалася атрымаць ідэнтыфікатар машыны"
-#: src/daemon/main.c:1145
+#: ../src/daemon/main.c:974
msgid ""
"OK, so you are running PA in system mode. Please make sure that you actually "
"do want to do that.\n"
@@ -550,370 +538,307 @@ msgid ""
"Documentation/User/WhatIsWrongWithSystemWide/ for an explanation why system "
"mode is usually a bad idea."
msgstr ""
-"Добра, вы запусцілі PA у агульнасістэмным рэжыме. Калі ласка, пераканайцеся, "
-"што вы на самай справехочаце гэтага.\n"
-"Калі ласка, прачытайце http://www.freedesktop.org/wiki/Software/PulseAudio/"
-"Documentation/User/WhatIsWrongWithSystemWide/ для тлумачэння, што "
-"агульнасістэмны рэжым — звычайна дрэнная ідэя."
+"Добра, вы запусцілі PA у агульнасістэмным рэжыме. Калі ласка, пераканайцеся,"
+" што вы на самай справе"
+"хочаце гэтага.\n"
+"Калі ласка, прачытайце http://www.freedesktop.org/wiki/Software/PulseAudio/Doc"
+"umentation/User/WhatIsWrongWithSystemWide/ для тлумачэння, што"
+" агульнасістэмны рэжым — звычайна дрэнная ідэя."
-#: src/daemon/main.c:1161
+#: ../src/daemon/main.c:990
msgid "pa_pid_file_create() failed."
msgstr "pa_pid_file_create() пацярпела няўдачу."
-#: src/daemon/main.c:1193
+#: ../src/daemon/main.c:1022
msgid "pa_core_new() failed."
msgstr "pa_core_new() пацярпела няўдачу."
-#: src/daemon/main.c:1268
-msgid "command line arguments"
-msgstr "аргументы каманднага радка"
+#: ../src/daemon/main.c:1090
+msgid "Failed to initialize daemon."
+msgstr "Не атрымалася ініцыялізаваць фонавы сэрвіс."
-#: src/daemon/main.c:1275
-#, c-format
-msgid ""
-"Failed to initialize daemon due to errors while executing startup commands. "
-"Source of commands: %s"
-msgstr ""
-
-#: src/daemon/main.c:1280
+#: ../src/daemon/main.c:1095
msgid "Daemon startup without any loaded modules, refusing to work."
msgstr ""
-"Запуск фонавага сэрвісу без якіх-небудзь загружаных модуляў — адмова ад "
-"працы."
+"Запуск фонавага сэрвісу без якіх-небудзь загружаных модуляў — адмова ад працы."
-#: src/daemon/pulseaudio.desktop.in:4
+#: ../src/daemon/pulseaudio.desktop.in.h:1
msgid "PulseAudio Sound System"
msgstr "Гукавая сістэма PulseAudio"
-#: src/daemon/pulseaudio.desktop.in:5
+#: ../src/daemon/pulseaudio.desktop.in.h:2
msgid "Start the PulseAudio Sound System"
msgstr "Запуск гукавой сістэмы PulseAudio"
-#: src/modules/alsa/alsa-mixer.c:2708
+#: ../src/modules/alsa/alsa-mixer.c:2378
msgid "Input"
msgstr "Уваход"
-#: src/modules/alsa/alsa-mixer.c:2709
+#: ../src/modules/alsa/alsa-mixer.c:2379
msgid "Docking Station Input"
msgstr "Уваход док-станцыі"
-#: src/modules/alsa/alsa-mixer.c:2710
+#: ../src/modules/alsa/alsa-mixer.c:2380
msgid "Docking Station Microphone"
msgstr "Мікрафон док-станцыі"
-#: src/modules/alsa/alsa-mixer.c:2711
+#: ../src/modules/alsa/alsa-mixer.c:2381
msgid "Docking Station Line In"
msgstr "Лінейны ўваход док-станцыі"
-#: src/modules/alsa/alsa-mixer.c:2712 src/modules/alsa/alsa-mixer.c:2803
+#: ../src/modules/alsa/alsa-mixer.c:2382 ../src/modules/alsa/alsa-mixer.c:2467
msgid "Line In"
msgstr "Лінейны ўваход"
-#: src/modules/alsa/alsa-mixer.c:2713 src/modules/alsa/alsa-mixer.c:2797
-#: src/modules/bluetooth/module-bluez5-device.c:1956
+#: ../src/modules/alsa/alsa-mixer.c:2383 ../src/modules/alsa/alsa-mixer.c:2461
+#: ../src/modules/bluetooth/module-bluez5-device.c:1710
msgid "Microphone"
msgstr "Мікрафон"
-#: src/modules/alsa/alsa-mixer.c:2714 src/modules/alsa/alsa-mixer.c:2798
+#: ../src/modules/alsa/alsa-mixer.c:2384 ../src/modules/alsa/alsa-mixer.c:2462
msgid "Front Microphone"
msgstr "Пярэдні мікрафон"
-#: src/modules/alsa/alsa-mixer.c:2715 src/modules/alsa/alsa-mixer.c:2799
+#: ../src/modules/alsa/alsa-mixer.c:2385 ../src/modules/alsa/alsa-mixer.c:2463
msgid "Rear Microphone"
msgstr "Задні мікрафон"
-#: src/modules/alsa/alsa-mixer.c:2716
+#: ../src/modules/alsa/alsa-mixer.c:2386
msgid "External Microphone"
msgstr "Знешні мікрафон"
-#: src/modules/alsa/alsa-mixer.c:2717 src/modules/alsa/alsa-mixer.c:2801
+#: ../src/modules/alsa/alsa-mixer.c:2387 ../src/modules/alsa/alsa-mixer.c:2465
msgid "Internal Microphone"
msgstr "Убудаваны мікрафон"
-#: src/modules/alsa/alsa-mixer.c:2718 src/modules/alsa/alsa-mixer.c:2804
-#: src/utils/pactl.c:343
+#: ../src/modules/alsa/alsa-mixer.c:2388 ../src/modules/alsa/alsa-mixer.c:2468
msgid "Radio"
msgstr "Радыё"
-#: src/modules/alsa/alsa-mixer.c:2719 src/modules/alsa/alsa-mixer.c:2805
-#: src/utils/pactl.c:344
+#: ../src/modules/alsa/alsa-mixer.c:2389 ../src/modules/alsa/alsa-mixer.c:2469
msgid "Video"
msgstr "Відэа"
-#: src/modules/alsa/alsa-mixer.c:2720
+#: ../src/modules/alsa/alsa-mixer.c:2390
msgid "Automatic Gain Control"
msgstr "Аўтаматычнае рэгуляванне ўзмацнення"
-#: src/modules/alsa/alsa-mixer.c:2721
+#: ../src/modules/alsa/alsa-mixer.c:2391
msgid "No Automatic Gain Control"
msgstr "Без аўтаматычнага рэгулявання ўзмацнення"
-#: src/modules/alsa/alsa-mixer.c:2722
+#: ../src/modules/alsa/alsa-mixer.c:2392
msgid "Boost"
msgstr "Узмацненне"
-#: src/modules/alsa/alsa-mixer.c:2723
+#: ../src/modules/alsa/alsa-mixer.c:2393
msgid "No Boost"
msgstr "Без ўзмацнення"
-#: src/modules/alsa/alsa-mixer.c:2724
+#: ../src/modules/alsa/alsa-mixer.c:2394
msgid "Amplifier"
msgstr "Узмацняльнік"
-#: src/modules/alsa/alsa-mixer.c:2725
+#: ../src/modules/alsa/alsa-mixer.c:2395
msgid "No Amplifier"
msgstr "Без ўзмацняльніка"
-#: src/modules/alsa/alsa-mixer.c:2726
+#: ../src/modules/alsa/alsa-mixer.c:2396
msgid "Bass Boost"
msgstr "Узмацненне басоў"
-#: src/modules/alsa/alsa-mixer.c:2727
+#: ../src/modules/alsa/alsa-mixer.c:2397
msgid "No Bass Boost"
msgstr "Без ўзмацнення басоў"
-#: src/modules/alsa/alsa-mixer.c:2728
-#: src/modules/bluetooth/module-bluez5-device.c:1964 src/utils/pactl.c:333
+#: ../src/modules/alsa/alsa-mixer.c:2398
+#: ../src/modules/bluetooth/module-bluez5-device.c:1717
msgid "Speaker"
msgstr "Дынамік"
-#: src/modules/alsa/alsa-mixer.c:2729 src/modules/alsa/alsa-mixer.c:2807
-#: src/utils/pactl.c:334
+#: ../src/modules/alsa/alsa-mixer.c:2399 ../src/modules/alsa/alsa-mixer.c:2471
msgid "Headphones"
msgstr "Навушнікі"
-#: src/modules/alsa/alsa-mixer.c:2796
+#: ../src/modules/alsa/alsa-mixer.c:2460
msgid "Analog Input"
msgstr "Аналагавы ўваход"
-#: src/modules/alsa/alsa-mixer.c:2800
+#: ../src/modules/alsa/alsa-mixer.c:2464
msgid "Dock Microphone"
msgstr "Мікрафон док-станцыі"
-#: src/modules/alsa/alsa-mixer.c:2802
+#: ../src/modules/alsa/alsa-mixer.c:2466
msgid "Headset Microphone"
msgstr "Мікрафон гарнітуры"
-#: src/modules/alsa/alsa-mixer.c:2806
+#: ../src/modules/alsa/alsa-mixer.c:2470
msgid "Analog Output"
msgstr "Аналагавы выхад"
-#: src/modules/alsa/alsa-mixer.c:2808
-msgid "Headphones 2"
-msgstr "Навушнікі 2"
+#: ../src/modules/alsa/alsa-mixer.c:2472
+msgid "LFE on Separate Mono Output"
+msgstr "Аналагавы выхад нізкіх частот"
-#: src/modules/alsa/alsa-mixer.c:2809
-msgid "Headphones Mono Output"
-msgstr "Манавыхад навушнікаў"
-
-#: src/modules/alsa/alsa-mixer.c:2810
+#: ../src/modules/alsa/alsa-mixer.c:2473
msgid "Line Out"
msgstr "Лінейны выхад"
-#: src/modules/alsa/alsa-mixer.c:2811
+#: ../src/modules/alsa/alsa-mixer.c:2474
msgid "Analog Mono Output"
-msgstr "Аналагавы манавыхад"
+msgstr "Аналагавы монавыхад"
-#: src/modules/alsa/alsa-mixer.c:2812
+#: ../src/modules/alsa/alsa-mixer.c:2475
msgid "Speakers"
msgstr "Дынамікі"
-#: src/modules/alsa/alsa-mixer.c:2813
+#: ../src/modules/alsa/alsa-mixer.c:2476
msgid "HDMI / DisplayPort"
msgstr "HDMI / DisplayPort"
-#: src/modules/alsa/alsa-mixer.c:2814
+#: ../src/modules/alsa/alsa-mixer.c:2477
msgid "Digital Output (S/PDIF)"
msgstr "Лічбавы выхад (S/PDIF)"
-#: src/modules/alsa/alsa-mixer.c:2815
+#: ../src/modules/alsa/alsa-mixer.c:2478
msgid "Digital Input (S/PDIF)"
msgstr "Лічбавы ўваход (S/PDIF)"
-#: src/modules/alsa/alsa-mixer.c:2816
+#: ../src/modules/alsa/alsa-mixer.c:2479
+msgid "Digital Passthrough (S/PDIF)"
+msgstr "Лічбавы скразны (S/PDIF)"
+
+#: ../src/modules/alsa/alsa-mixer.c:2480
msgid "Multichannel Input"
msgstr "Шматканальны ўваход"
-#: src/modules/alsa/alsa-mixer.c:2817
+#: ../src/modules/alsa/alsa-mixer.c:2481
msgid "Multichannel Output"
msgstr "Шматканальны выхад"
-#: src/modules/alsa/alsa-mixer.c:2818
-msgid "Game Output"
-msgstr "Выхад гульні"
-
-#: src/modules/alsa/alsa-mixer.c:2819 src/modules/alsa/alsa-mixer.c:2820
-msgid "Chat Output"
-msgstr "Выхад размовы"
-
-#: src/modules/alsa/alsa-mixer.c:2821
-msgid "Chat Input"
-msgstr "Уваход размовы"
-
-#: src/modules/alsa/alsa-mixer.c:2822
-msgid "Virtual Surround 7.1"
-msgstr "Віртуальны абʼёмны 7.1"
-
-#: src/modules/alsa/alsa-mixer.c:4563
+#: ../src/modules/alsa/alsa-mixer.c:3990
msgid "Analog Mono"
msgstr "Аналагавы мона"
-#: src/modules/alsa/alsa-mixer.c:4564
-msgid "Analog Mono (Left)"
-msgstr "Аналагавы мона (левы)"
-
-#: src/modules/alsa/alsa-mixer.c:4565
-msgid "Analog Mono (Right)"
-msgstr "Аналагавы мона (правы)"
-
#. Note: Not translated to "Analog Stereo Input", because the source
#. * name gets "Input" appended to it automatically, so adding "Input"
#. * here would lead to the source name to become "Analog Stereo Input
#. * Input". The same logic applies to analog-stereo-output,
#. * multichannel-input and multichannel-output.
-#: src/modules/alsa/alsa-mixer.c:4566 src/modules/alsa/alsa-mixer.c:4574
-#: src/modules/alsa/alsa-mixer.c:4575
+#: ../src/modules/alsa/alsa-mixer.c:3991 ../src/modules/alsa/alsa-mixer.c:3997
+#: ../src/modules/alsa/alsa-mixer.c:3998
msgid "Analog Stereo"
msgstr "Аналагавы стэрэа"
-#: src/modules/alsa/alsa-mixer.c:4567 src/pulse/channelmap.c:103
-#: src/pulse/channelmap.c:770
-msgid "Mono"
-msgstr "Мона"
-
-#: src/modules/alsa/alsa-mixer.c:4568 src/pulse/channelmap.c:774
-msgid "Stereo"
-msgstr "Стэрэа"
-
-#: src/modules/alsa/alsa-mixer.c:4576 src/modules/alsa/alsa-mixer.c:4734
-#: src/modules/bluetooth/module-bluez5-device.c:1944 src/utils/pactl.c:337
-msgid "Headset"
-msgstr "Гарнітура"
-
-#: src/modules/alsa/alsa-mixer.c:4577 src/modules/alsa/alsa-mixer.c:4735
-msgid "Speakerphone"
-msgstr "Гучная сувязь"
-
-#: src/modules/alsa/alsa-mixer.c:4578 src/modules/alsa/alsa-mixer.c:4579
+#: ../src/modules/alsa/alsa-mixer.c:3999 ../src/modules/alsa/alsa-mixer.c:4000
msgid "Multichannel"
msgstr "Шматканальны"
-#: src/modules/alsa/alsa-mixer.c:4580
+#: ../src/modules/alsa/alsa-mixer.c:4001
msgid "Analog Surround 2.1"
msgstr "Аналагавы абʼёмны 2.1"
-#: src/modules/alsa/alsa-mixer.c:4581
+#: ../src/modules/alsa/alsa-mixer.c:4002
msgid "Analog Surround 3.0"
msgstr "Аналагавы абʼёмны 3.0"
-#: src/modules/alsa/alsa-mixer.c:4582
+#: ../src/modules/alsa/alsa-mixer.c:4003
msgid "Analog Surround 3.1"
msgstr "Аналагавы абʼёмны 3.1"
-#: src/modules/alsa/alsa-mixer.c:4583
+#: ../src/modules/alsa/alsa-mixer.c:4004
msgid "Analog Surround 4.0"
msgstr "Аналагавы абʼёмны 4.0"
-#: src/modules/alsa/alsa-mixer.c:4584
+#: ../src/modules/alsa/alsa-mixer.c:4005
msgid "Analog Surround 4.1"
msgstr "Аналагавы абʼёмны 4.1"
-#: src/modules/alsa/alsa-mixer.c:4585
+#: ../src/modules/alsa/alsa-mixer.c:4006
msgid "Analog Surround 5.0"
msgstr "Аналагавы абʼёмны 5.0"
-#: src/modules/alsa/alsa-mixer.c:4586
+#: ../src/modules/alsa/alsa-mixer.c:4007
msgid "Analog Surround 5.1"
msgstr "Аналагавы абʼёмны 5.1"
-#: src/modules/alsa/alsa-mixer.c:4587
+#: ../src/modules/alsa/alsa-mixer.c:4008
msgid "Analog Surround 6.0"
msgstr "Аналагавы абʼёмны 6.0"
-#: src/modules/alsa/alsa-mixer.c:4588
+#: ../src/modules/alsa/alsa-mixer.c:4009
msgid "Analog Surround 6.1"
msgstr "Аналагавы абʼёмны 6.1"
-#: src/modules/alsa/alsa-mixer.c:4589
+#: ../src/modules/alsa/alsa-mixer.c:4010
msgid "Analog Surround 7.0"
msgstr "Аналагавы абʼёмны 7.0"
-#: src/modules/alsa/alsa-mixer.c:4590
+#: ../src/modules/alsa/alsa-mixer.c:4011
msgid "Analog Surround 7.1"
msgstr "Аналагавы абʼёмны 7.1"
-#: src/modules/alsa/alsa-mixer.c:4591
+#: ../src/modules/alsa/alsa-mixer.c:4012
msgid "Digital Stereo (IEC958)"
msgstr "Лічбавы стэрэа (IEC958)"
-#: src/modules/alsa/alsa-mixer.c:4592
+#: ../src/modules/alsa/alsa-mixer.c:4013
+msgid "Digital Passthrough (IEC958)"
+msgstr "Лічбавы скразны (IEC958)"
+
+#: ../src/modules/alsa/alsa-mixer.c:4014
msgid "Digital Surround 4.0 (IEC958/AC3)"
msgstr "Лічбавы абʼёмны 4.0 (IEC958/AC3)"
-#: src/modules/alsa/alsa-mixer.c:4593
+#: ../src/modules/alsa/alsa-mixer.c:4015
msgid "Digital Surround 5.1 (IEC958/AC3)"
msgstr "Лічбавы абʼёмны 5.1 (IEC958/AC3)"
-#: src/modules/alsa/alsa-mixer.c:4594
+#: ../src/modules/alsa/alsa-mixer.c:4016
msgid "Digital Surround 5.1 (IEC958/DTS)"
msgstr "Лічбавы абʼёмны 5.1 (IEC958/DTS)"
-#: src/modules/alsa/alsa-mixer.c:4595
+#: ../src/modules/alsa/alsa-mixer.c:4017
msgid "Digital Stereo (HDMI)"
msgstr "Лічбавы стэрэа (HDMI)"
-#: src/modules/alsa/alsa-mixer.c:4596
+#: ../src/modules/alsa/alsa-mixer.c:4018
msgid "Digital Surround 5.1 (HDMI)"
msgstr "Лічбавы абʼёмны 5.1 (HDMI)"
-#: src/modules/alsa/alsa-mixer.c:4597
-msgid "Chat"
-msgstr "Размова"
-
-#: src/modules/alsa/alsa-mixer.c:4598
-msgid "Game"
-msgstr "Гульня"
-
-#: src/modules/alsa/alsa-mixer.c:4732
+#: ../src/modules/alsa/alsa-mixer.c:4151
msgid "Analog Mono Duplex"
-msgstr "Дуплексны аналагавы мона"
+msgstr "Аналагавы мона дуплекс"
-#: src/modules/alsa/alsa-mixer.c:4733
+#: ../src/modules/alsa/alsa-mixer.c:4152
msgid "Analog Stereo Duplex"
-msgstr "Дуплексны аналагавы стэрэа"
+msgstr "Аналагавы стэрэа дуплекс"
-#: src/modules/alsa/alsa-mixer.c:4736
+#: ../src/modules/alsa/alsa-mixer.c:4153
msgid "Digital Stereo Duplex (IEC958)"
-msgstr "Дуплексны лічбавы стэрэа (IEC958)"
+msgstr "Лічбавы стэрэа дуплекс (IEC958)"
-#: src/modules/alsa/alsa-mixer.c:4737
+#: ../src/modules/alsa/alsa-mixer.c:4154
msgid "Multichannel Duplex"
-msgstr "Дуплексны шматканальны"
+msgstr "Шматканальны дуплекс"
-#: src/modules/alsa/alsa-mixer.c:4738
-msgid "Stereo Duplex"
-msgstr "Дуплексны стэрэа"
-
-#: src/modules/alsa/alsa-mixer.c:4739
-msgid "Mono Chat + 7.1 Surround"
-msgstr "Размова, мона + аб'ёмны 7.1"
-
-#: src/modules/alsa/alsa-mixer.c:4740 src/modules/alsa/module-alsa-card.c:197
-#: src/modules/bluetooth/module-bluez5-device.c:2263
+#: ../src/modules/alsa/alsa-mixer.c:4155
+#: ../src/modules/alsa/module-alsa-card.c:186
+#: ../src/modules/bluetooth/module-bluez5-device.c:1941
msgid "Off"
msgstr "Адключаны"
-#: src/modules/alsa/alsa-mixer.c:4840
+#: ../src/modules/alsa/alsa-mixer.c:4254
#, c-format
msgid "%s Output"
msgstr "%s выхад"
-#: src/modules/alsa/alsa-mixer.c:4848
+#: ../src/modules/alsa/alsa-mixer.c:4262
#, c-format
msgid "%s Input"
msgstr "%s уваход"
-#: src/modules/alsa/alsa-sink.c:672 src/modules/alsa/alsa-sink.c:862
+#: ../src/modules/alsa/alsa-sink.c:570
#, c-format
msgid ""
"ALSA woke us up to write new data to the device, but there was actually "
@@ -923,14 +848,31 @@ msgid ""
"We were woken up with POLLOUT set -- however a subsequent snd_pcm_avail() "
"returned 0 or another value < min_avail."
msgstr ""
-"ALSA разбудзіла нас, каб запісаць новыя дадзеныя ў прыладу, але, на самай "
-"справе, пісаць няма чаго.\n"
-"Хутчэй за ўсё, гэта памылка ў ALSA-драйверы «%s». Калі ласка, паведаміце аб "
-"гэтым распрацоўнікам ALSA.\n"
-"Мы прачнуліся з устаноўленым POLLOUT, аднак наступны выклік snd_pcm_avail() "
-"вярнуў 0 або іншае значэнне, меншае за min_avail."
+"ALSA разбудзіла нас, каб запісаць новыя дадзеныя ў прыладу, але, на самай"
+" справе, пісаць няма чаго.\n"
+"Хутчэй за ўсё, гэта памылка ў ALSA-драйверы «%s». Калі ласка, паведаміце аб"
+" гэтым распрацоўнікам ALSA.\n"
+"Мы прачнуліся з устаноўленым POLLOUT, аднак наступны выклік snd_pcm_avail()"
+" вярнуў 0 або іншае значэнне, меншае за min_avail."
-#: src/modules/alsa/alsa-source.c:636 src/modules/alsa/alsa-source.c:802
+#: ../src/modules/alsa/alsa-sink.c:747
+#, c-format
+msgid ""
+"ALSA woke us up to write new data to the device, but there was actually "
+"nothing to write!\n"
+"Most likely this is a bug in the ALSA driver '%s'. Please report this issue "
+"to the ALSA developers.\n"
+"We were woken up with POLLOUT set -- however a subsequent snd_pcm_avail() "
+"returned 0 or another value < min_avail."
+msgstr ""
+"ALSA разбудзіла нас, каб запісаць новыя дадзеныя ў прыладу, але, на самай"
+" справе, пісаць няма чаго!\n"
+"Хутчэй за ўсё, гэта памылка ў ALSA-драйверы «%s». Калі ласка, паведаміце аб"
+" гэтым распрацоўнікам ALSA.\n"
+"Мы прачнуліся з устаноўленым POLLOUT, аднак наступны выклік snd_pcm_avail()"
+" вярнуў 0 або іншае значэнне, меншае за min_avail."
+
+#: ../src/modules/alsa/alsa-source.c:529
#, c-format
msgid ""
"ALSA woke us up to read new data from the device, but there was actually "
@@ -940,70 +882,57 @@ msgid ""
"We were woken up with POLLIN set -- however a subsequent snd_pcm_avail() "
"returned 0 or another value < min_avail."
msgstr ""
-"ALSA разбудзіла нас, каб прачытаць новыя дадзеныя з прылады, але, на самай "
-"справе, чытаць няма чаго.\n"
-"Хутчэй за ўсё, гэта памылка ў ALSA-драйверы «%s». Калі ласка, паведаміце аб "
-"гэтым распрацоўнікам ALSA.\n"
-"Мы прачнуліся з устаноўленым POLLIN, аднак наступны выклік snd_pcm_avail() "
-"вярнуў 0 або іншае значэнне, меншае за min_avail."
+"ALSA разбудзіла нас, каб прачытаць новыя дадзеныя з прылады, але, на самай"
+" справе, чытаць няма чаго.\n"
+"Хутчэй за ўсё, гэта памылка ў ALSA-драйверы «%s». Калі ласка, паведаміце аб"
+" гэтым распрацоўнікам ALSA.\n"
+"Мы прачнуліся з устаноўленым POLLIN, аднак наступны выклік snd_pcm_avail()"
+" вярнуў 0 або іншае значэнне, меншае за min_avail."
-#: src/modules/alsa/alsa-util.c:1183 src/modules/alsa/alsa-util.c:1277
-#, fuzzy, c-format
+#: ../src/modules/alsa/alsa-source.c:680
+#, c-format
msgid ""
-"snd_pcm_avail() returned a value that is exceptionally large: %lu byte (%lu "
-"ms).\n"
+"ALSA woke us up to read new data from the device, but there was actually "
+"nothing to read!\n"
"Most likely this is a bug in the ALSA driver '%s'. Please report this issue "
-"to the ALSA developers."
-msgid_plural ""
+"to the ALSA developers.\n"
+"We were woken up with POLLIN set -- however a subsequent snd_pcm_avail() "
+"returned 0 or another value < min_avail."
+msgstr ""
+"ALSA разбудзіла нас, каб прачытаць новыя дадзеныя з прылады, але, на самай"
+" справе, чытаць няма чаго!\n"
+"Хутчэй за ўсё, гэта памылка ў ALSA-драйверы «%s». Калі ласка, паведаміце аб"
+" гэтым распрацоўнікам ALSA.\n"
+"Мы прачнуліся з устаноўленым POLLIN, аднак наступны выклік snd_pcm_avail()"
+" вярнуў 0 або іншае значэнне, меншае за min_avail."
+
+#: ../src/modules/alsa/alsa-util.c:1166 ../src/modules/alsa/alsa-util.c:1241
+#, c-format
+msgid ""
"snd_pcm_avail() returned a value that is exceptionally large: %lu bytes (%lu "
"ms).\n"
"Most likely this is a bug in the ALSA driver '%s'. Please report this issue "
"to the ALSA developers."
-msgstr[0] ""
-"Выклік snd_pcm_avail() вярнуў выключна вялікае значэнне: %lu байтаў (%lu "
-"мс).\n"
-"Хутчэй за ўсё, гэта памылка ў ALSA-драйверы «%s». Калі ласка, паведаміце аб "
-"гэтым распрацоўнікам ALSA."
-msgstr[1] ""
-"Выклік snd_pcm_avail() вярнуў выключна вялікае значэнне: %lu байтаў (%lu "
-"мс).\n"
-"Хутчэй за ўсё, гэта памылка ў ALSA-драйверы «%s». Калі ласка, паведаміце аб "
-"гэтым распрацоўнікам ALSA."
-msgstr[2] ""
-"Выклік snd_pcm_avail() вярнуў выключна вялікае значэнне: %lu байтаў (%lu "
-"мс).\n"
-"Хутчэй за ўсё, гэта памылка ў ALSA-драйверы «%s». Калі ласка, паведаміце аб "
-"гэтым распрацоўнікам ALSA."
+msgstr ""
+"Выклік snd_pcm_avail() вярнуў выключна вялікае значэнне: %lu байтаў (%lu"
+" мс).\n"
+"Хутчэй за ўсё, гэта памылка ў ALSA-драйверы «%s». Калі ласка, паведаміце аб"
+" гэтым распрацоўнікам ALSA."
-#: src/modules/alsa/alsa-util.c:1249
-#, fuzzy, c-format
+#: ../src/modules/alsa/alsa-util.c:1216
+#, c-format
msgid ""
-"snd_pcm_delay() returned a value that is exceptionally large: %li byte (%s"
-"%lu ms).\n"
-"Most likely this is a bug in the ALSA driver '%s'. Please report this issue "
-"to the ALSA developers."
-msgid_plural ""
"snd_pcm_delay() returned a value that is exceptionally large: %li bytes (%s"
"%lu ms).\n"
"Most likely this is a bug in the ALSA driver '%s'. Please report this issue "
"to the ALSA developers."
-msgstr[0] ""
-"Выклік snd_pcm_delay() вярнуў выключна вялікае значэнне: %li байтаў (%s%lu "
-"мс).\n"
-"Хутчэй за ўсё, гэта памылка ў ALSA-драйверы «%s». Калі ласка, паведаміце аб "
-"гэтым распрацоўнікам ALSA."
-msgstr[1] ""
-"Выклік snd_pcm_delay() вярнуў выключна вялікае значэнне: %li байтаў (%s%lu "
-"мс).\n"
-"Хутчэй за ўсё, гэта памылка ў ALSA-драйверы «%s». Калі ласка, паведаміце аб "
-"гэтым распрацоўнікам ALSA."
-msgstr[2] ""
-"Выклік snd_pcm_delay() вярнуў выключна вялікае значэнне: %li байтаў (%s%lu "
-"мс).\n"
-"Хутчэй за ўсё, гэта памылка ў ALSA-драйверы «%s». Калі ласка, паведаміце аб "
-"гэтым распрацоўнікам ALSA."
+msgstr ""
+"Выклік snd_pcm_delay() вярнуў выключна вялікае значэнне: %li байтаў (%s%lu"
+" мс).\n"
+"Хутчэй за ўсё, гэта памылка ў ALSA-драйверы «%s». Калі ласка, паведаміце аб"
+" гэтым распрацоўнікам ALSA."
-#: src/modules/alsa/alsa-util.c:1296
+#: ../src/modules/alsa/alsa-util.c:1257
#, c-format
msgid ""
"snd_pcm_avail_delay() returned strange values: delay %lu is less than avail "
@@ -1011,103 +940,82 @@ msgid ""
"Most likely this is a bug in the ALSA driver '%s'. Please report this issue "
"to the ALSA developers."
msgstr ""
-"Выклік snd_pcm_avail_delay() вярнуў дзіўнае значэнне: затрымка %lu меншая за "
-"даступную %lu.\n"
-"Хутчэй за ўсё, гэта памылка ў ALSA-драйверы «%s». Калі ласка, паведаміце аб "
-"гэтым распрацоўнікам ALSA."
+"Выклік snd_pcm_avail_delay() вярнуў дзіўнае значэнне: затрымка %lu меншая за"
+" даступную %lu.\n"
+"Хутчэй за ўсё, гэта памылка ў ALSA-драйверы «%s». Калі ласка, паведаміце аб"
+" гэтым распрацоўнікам ALSA."
-#: src/modules/alsa/alsa-util.c:1339
-#, fuzzy, c-format
+#: ../src/modules/alsa/alsa-util.c:1300
+#, c-format
msgid ""
-"snd_pcm_mmap_begin() returned a value that is exceptionally large: %lu byte "
-"(%lu ms).\n"
-"Most likely this is a bug in the ALSA driver '%s'. Please report this issue "
-"to the ALSA developers."
-msgid_plural ""
"snd_pcm_mmap_begin() returned a value that is exceptionally large: %lu bytes "
"(%lu ms).\n"
"Most likely this is a bug in the ALSA driver '%s'. Please report this issue "
"to the ALSA developers."
-msgstr[0] ""
-"Выклік snd_pcm_mmap_begin() вярнуў выключна вялікае значэнне: %lu байтаў "
-"(%lu мс).\n"
-"Хутчэй за ўсё, гэта памылка ў ALSA-драйверы «%s». Калі ласка, паведаміце аб "
-"гэтым распрацоўнікам ALSA."
-msgstr[1] ""
-"Выклік snd_pcm_mmap_begin() вярнуў выключна вялікае значэнне: %lu байтаў "
-"(%lu мс).\n"
-"Хутчэй за ўсё, гэта памылка ў ALSA-драйверы «%s». Калі ласка, паведаміце аб "
-"гэтым распрацоўнікам ALSA."
-msgstr[2] ""
-"Выклік snd_pcm_mmap_begin() вярнуў выключна вялікае значэнне: %lu байтаў "
-"(%lu мс).\n"
-"Хутчэй за ўсё, гэта памылка ў ALSA-драйверы «%s». Калі ласка, паведаміце аб "
-"гэтым распрацоўнікам ALSA."
+msgstr ""
+"Выклік snd_pcm_mmap_begin() вярнуў выключна вялікае значэнне: %lu байтаў (%lu"
+" мс).\n"
+"Хутчэй за ўсё, гэта памылка ў ALSA-драйверы «%s». Калі ласка, паведаміце аб"
+" гэтым распрацоўнікам ALSA."
-#: src/modules/bluetooth/module-bluez5-device.c:1937
-#: src/modules/bluetooth/module-bluez5-device.c:1963
-#: src/modules/bluetooth/module-bluez5-device.c:1970
-msgid "Bluetooth Input"
-msgstr "Bluetooth-уваход"
+#: ../src/modules/bluetooth/module-bluez5-device.c:1700
+msgid "Headset"
+msgstr "Гарнітура"
-#: src/modules/bluetooth/module-bluez5-device.c:1938
-#: src/modules/bluetooth/module-bluez5-device.c:1957
-msgid "Bluetooth Output"
-msgstr "Bluetooth-выхад"
-
-#: src/modules/bluetooth/module-bluez5-device.c:1950 src/utils/pactl.c:348
+#: ../src/modules/bluetooth/module-bluez5-device.c:1705
msgid "Handsfree"
msgstr "Хэндс-фры"
-#: src/modules/bluetooth/module-bluez5-device.c:1971
+#: ../src/modules/bluetooth/module-bluez5-device.c:1723
msgid "Headphone"
msgstr "Навушнік"
-#: src/modules/bluetooth/module-bluez5-device.c:1977 src/utils/pactl.c:347
+#: ../src/modules/bluetooth/module-bluez5-device.c:1728
msgid "Portable"
msgstr "Партатыўная сістэма"
-#: src/modules/bluetooth/module-bluez5-device.c:1983 src/utils/pactl.c:349
+#: ../src/modules/bluetooth/module-bluez5-device.c:1733
msgid "Car"
msgstr "Аўтамабільная сістэма"
-#: src/modules/bluetooth/module-bluez5-device.c:1989 src/utils/pactl.c:350
+#: ../src/modules/bluetooth/module-bluez5-device.c:1738
msgid "HiFi"
msgstr "Hi-Fi"
-#: src/modules/bluetooth/module-bluez5-device.c:1995 src/utils/pactl.c:351
+#: ../src/modules/bluetooth/module-bluez5-device.c:1743
msgid "Phone"
msgstr "Тэлефон"
-#: src/modules/bluetooth/module-bluez5-device.c:2042
+#: ../src/modules/bluetooth/module-bluez5-device.c:1695
+#: ../src/modules/bluetooth/module-bluez5-device.c:1711
+#: ../src/modules/bluetooth/module-bluez5-device.c:1749
+msgid "Bluetooth Output"
+msgstr "Bluetooth-выхад"
+
+#: ../src/modules/bluetooth/module-bluez5-device.c:1694
+#: ../src/modules/bluetooth/module-bluez5-device.c:1716
+#: ../src/modules/bluetooth/module-bluez5-device.c:1722
+#: ../src/modules/bluetooth/module-bluez5-device.c:1748
+msgid "Bluetooth Input"
+msgstr "Bluetooth-уваход"
+
+#: ../src/modules/bluetooth/module-bluez5-device.c:1786
msgid "High Fidelity Playback (A2DP Sink)"
msgstr "Прайграванне высокай якасці (A2DP-прыёмнік)"
-#: src/modules/bluetooth/module-bluez5-device.c:2054
+#: ../src/modules/bluetooth/module-bluez5-device.c:1797
msgid "High Fidelity Capture (A2DP Source)"
msgstr "Захоп высокай якасці (A2DP-крыніца)"
-#: src/modules/bluetooth/module-bluez5-device.c:2066
-#, fuzzy
-msgid "Headset Head Unit (HSP)"
+#: ../src/modules/bluetooth/module-bluez5-device.c:1808
+msgid "Headset Head Unit (HSP/HFP)"
msgstr "Навушнікі гарнітуры (HSP/HFP)"
-#: src/modules/bluetooth/module-bluez5-device.c:2079
-#, fuzzy
-msgid "Headset Audio Gateway (HSP)"
+#: ../src/modules/bluetooth/module-bluez5-device.c:1820
+msgid "Headset Audio Gateway (HSP/HFP)"
msgstr "Аўдыяшлюз гарнітуры (HSP/HFP)"
-#: src/modules/bluetooth/module-bluez5-device.c:2092
-#, fuzzy
-msgid "Handsfree Head Unit (HFP)"
-msgstr "Навушнікі гарнітуры (HSP/HFP)"
-
-#: src/modules/bluetooth/module-bluez5-device.c:2105
-#, fuzzy
-msgid "Handsfree Audio Gateway (HFP)"
-msgstr "Аўдыяшлюз гарнітуры (HSP/HFP)"
-
-#: src/modules/echo-cancel/module-echo-cancel.c:59
+#: ../src/modules/echo-cancel/module-echo-cancel.c:61
msgid ""
"source_name= source_properties= source_master= sink_name= use_volume_sharing= use_master_format= "
msgstr ""
-"source_name=<назва крыніцы> source_properties=<уласьцівасьці крыніцы> "
-"source_master=<назва крыніцы для фільтрацыі> sink_name=<назва прыёмніка> "
-"sink_properties=<уласьцівасьці прыёмніка> sink_master=<назва прыёмніка для "
-"фільтрацыі> adjust_time=<частата карэтыроўкі ў секундах> "
-"adjust_threshold=<велічыня дрэйфу ў мілісекундах, пасля якой патрабуецца "
-"карэтыроўка> format=<фармат сэмлаў> rate=<частата сэмлаў> "
-"channels=<колькасць каналаў> channel_map=<схема каналаў> "
-"aec_method=<скарыстаная рэалізацыя> aec_args=<параметры сістэмы "
-"рэхападаўлення>save_aec=<захоўваць дадзеныя рэхападаўлення ў /tmp> "
-"autoloaded=<зададзены, калі гэты модуль загружаны аўтаматычна> "
-"use_volume_sharing= use_master_format= "
+"source_name=<назва крыніцы> source_properties=<уласьцівасьці крыніцы>"
+" source_master=<назва крыніцы для фільтрацыі> sink_name=<назва прыёмніка>"
+" sink_properties=<уласьцівасьці прыёмніка> sink_master=<назва прыёмніка для"
+" фільтрацыі> adjust_time=<частата карэтыроўкі ў секундах> adjust_threshold=<"
+"велічыня дрэйфу ў мілісекундах, пасля якой патрабуецца карэтыроўка> format=<"
+"фармат сэмлаў> rate=<частата сэмлаў> channels=<колькасць каналаў>"
+" channel_map=<схема каналаў> aec_method=<скарыстаная рэалізацыя> aec_args=<"
+"параметры сістэмы рэхападаўлення>"
+"save_aec=<захоўваць дадзеныя рэхападаўлення ў /tmp> autoloaded=<зададзены,"
+" калі гэты модуль загружаны аўтаматычна> use_volume_sharing="
+" use_master_format= "
#. add on profile
-#: src/modules/macosx/module-coreaudio-device.c:825
+#: ../src/modules/macosx/module-coreaudio-device.c:811
msgid "On"
msgstr "Уключаны"
-#: src/modules/module-allow-passthrough.c:71
-#: src/modules/module-always-sink.c:80
+#: ../src/modules/module-allow-passthrough.c:73
+#: ../src/modules/module-always-sink.c:82
msgid "Dummy Output"
msgstr "Фіктыўны выхад"
-#: src/modules/module-always-sink.c:34
+#: ../src/modules/module-always-sink.c:36
msgid "Always keeps at least one sink loaded even if it's a null one"
msgstr ""
"Заўсёды пакідаць хоць бы адзін прыёмнік загружаным, нават калі ён пусты"
-#: src/modules/module-always-source.c:35
-#, fuzzy
-msgid "Always keeps at least one source loaded even if it's a null one"
-msgstr ""
-"Заўсёды пакідаць хоць бы адзін прыёмнік загружаным, нават калі ён пусты"
-
-#: src/modules/module-equalizer-sink.c:68
+#: ../src/modules/module-equalizer-sink.c:70
msgid "General Purpose Equalizer"
msgstr "Эквалайзер агульнага прызначэння"
-#: src/modules/module-equalizer-sink.c:72
+#: ../src/modules/module-equalizer-sink.c:74
msgid ""
"sink_name= sink_properties= "
"sink_master= format= rate=