[pulseaudio-commits] [Git][pulseaudio/pulseaudio][master] 2 commits: gitlab: Update Dockerfile to pull xmllint
Arun Raghavan
gitlab at gitlab.freedesktop.org
Mon Oct 1 15:16:19 UTC 2018
Arun Raghavan pushed to branch master at PulseAudio / pulseaudio
Commits:
eace312b by Arun Raghavan at 2018-10-01T15:14:53Z
gitlab: Update Dockerfile to pull xmllint
- - - - -
69154cae by Arun Raghavan at 2018-10-01T15:14:53Z
man: Fix a syntax issue in pacat xml
'cmd' is not a valid child of the 'p' tag, so we switch it to 'file',
which is how this is done later in the file already.
- - - - -
2 changed files:
- man/pacat.1.xml.in
- scripts/Dockerfile
Changes:
=====================================
man/pacat.1.xml.in
=====================================
@@ -225,15 +225,15 @@ License along with PulseAudio; if not, see <http://www.gnu.org/licenses/>.
<option>
<p><opt>--raw</opt></p>
<optdesc><p>Play/record raw audio data. This is the default if
- this program is invoked as <cmd>pacat</cmd>, <cmd>parec</cmd> or
- <cmd>pamon</cmd>.</p></optdesc>
+ this program is invoked as <file>pacat</file>, <file>parec</file> or
+ <file>pamon</file>.</p></optdesc>
</option>
<option>
<p><opt>--file-format</opt><arg>[=FFORMAT]</arg></p>
<optdesc><p>Play/record encoded audio data in the file format
specified. This is the default if this program is invoked as
- <cmd>paplay</cmd> and <cmd>parecord</cmd>.</p></optdesc>
+ <file>paplay</file> and <file>parecord</file>.</p></optdesc>
</option>
<option>
=====================================
scripts/Dockerfile
=====================================
@@ -39,6 +39,7 @@ RUN apt-get update && apt-get install -y \
libx11-xcb-dev \
libxcb1-dev \
libxml-parser-perl \
+ libxml2-utils \
libxtst-dev \
make \
meson \
View it on GitLab: https://gitlab.freedesktop.org/pulseaudio/pulseaudio/compare/9452d1ee37354a40ff70a76720c0c6599fe1310d...69154caea5b9108ddb51158b1b49f01fe9a4330e
--
View it on GitLab: https://gitlab.freedesktop.org/pulseaudio/pulseaudio/compare/9452d1ee37354a40ff70a76720c0c6599fe1310d...69154caea5b9108ddb51158b1b49f01fe9a4330e
You're receiving this email because of your account on gitlab.freedesktop.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/pulseaudio-commits/attachments/20181001/e2db6638/attachment-0001.html>
More information about the pulseaudio-commits
mailing list