Changeset 68bc1fb0


Ignore:
Timestamp:
12/13/2021 05:20:24 PM (2 years ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
11.1, 11.2, 11.3, 12.0, 12.1, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
d6c080b
Parents:
6e9d383
Message:

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.

Files:
2 edited

Legend:

Unmodified
Added
Removed
  • kde/plasma-wayland-protocols.xml

    r6e9d383 r68bc1fb0  
    113113        <seg>none</seg>
    114114        <seg>none</seg>
    115         <seg>$KF5_PREFIX/share/plasma-wayland-protocols and
    116              $KF5_PREFIX/lib/cmake/PlasmaWaylandProtocols</seg>
     115        <seg>/usr/share/plasma-wayland-protocols and
     116             /usr/lib/cmake/PlasmaWaylandProtocols</seg>
    117117      </seglistitem>
    118118    </segmentedlist>
  • multimedia/libdriv/audiofile.xml

    r6e9d383 r68bc1fb0  
    7171    </itemizedlist>
    7272
     73    <bridgehead renderas="sect3">Additional Downloads</bridgehead>
     74    <itemizedlist spacing="compact">
     75      <listitem>
     76        <para>
     77          Required patch:
     78          <ulink url="&patch-root;/audiofile-&audiofile-version;-consolidated_patches-1.patch"/>
     79        </para>
     80      </listitem>
     81    </itemizedlist>
     82
    7383    <bridgehead renderas="sect3">AudioFile Dependencies</bridgehead>
    7484
     
    102112    </para>
    103113
    104 <screen><userinput>CXXFLAGS="${CXXFLAGS:--O2 -g} -std=c++98" \
    105 ./configure --prefix=/usr --disable-static &amp;&amp;
     114<!-- No longer needed with the patch
     115     CXXFLAGS="${CXXFLAGS:- -O2 -g} -std=c++98" -->
     116
     117<screen><userinput>patch -Np1 -i audiofile-&audiofile-version;-consolidated_patches-1.patch &amp;&amp;
     118autoreconf -fiv                             &amp;&amp;
     119
     120./configure --prefix=/usr --disable-static  &amp;&amp;
    106121
    107122make</userinput></screen>
Note: See TracChangeset for help on using the changeset viewer.