Fix some text and add a patch

Change $KDE_PREFIX to /usr for installed directories in plasma-wayland-protocols.
Add a set of patches including CVE fixes to audiofile.
This commit is contained in:
Bruce Dubbs 2021-12-13 11:20:24 -06:00
parent 6e9d3836ec
commit 68bc1fb047
2 changed files with 19 additions and 4 deletions

View File

@ -112,8 +112,8 @@ cmake -DCMAKE_INSTALL_PREFIX=/usr ..</userinput></screen>
<seglistitem>
<seg>none</seg>
<seg>none</seg>
<seg>$KF5_PREFIX/share/plasma-wayland-protocols and
$KF5_PREFIX/lib/cmake/PlasmaWaylandProtocols</seg>
<seg>/usr/share/plasma-wayland-protocols and
/usr/lib/cmake/PlasmaWaylandProtocols</seg>
</seglistitem>
</segmentedlist>

View File

@ -70,6 +70,16 @@
</listitem>
</itemizedlist>
<bridgehead renderas="sect3">Additional Downloads</bridgehead>
<itemizedlist spacing="compact">
<listitem>
<para>
Required patch:
<ulink url="&patch-root;/audiofile-&audiofile-version;-consolidated_patches-1.patch"/>
</para>
</listitem>
</itemizedlist>
<bridgehead renderas="sect3">AudioFile Dependencies</bridgehead>
<bridgehead renderas="sect4">Required</bridgehead>
@ -101,8 +111,13 @@
commands:
</para>
<screen><userinput>CXXFLAGS="${CXXFLAGS:--O2 -g} -std=c++98" \
./configure --prefix=/usr --disable-static &amp;&amp;
<!-- No longer needed with the patch
CXXFLAGS="${CXXFLAGS:- -O2 -g} -std=c++98" -->
<screen><userinput>patch -Np1 -i audiofile-&audiofile-version;-consolidated_patches-1.patch &amp;&amp;
autoreconf -fiv &amp;&amp;
./configure --prefix=/usr --disable-static &amp;&amp;
make</userinput></screen>