Changeset 69c97c0 for multimedia


Ignore:
Timestamp:
12/07/2023 03:12:36 PM (5 months ago)
Author:
Pierre Labastie <pierre.labastie@…>
Branches:
12.1, ken/TL2024, lazarus, plabs/newcss, python3.11, rahul/power-profiles-daemon, trunk, xry111/llvm18
Children:
c0d8d48
Parents:
493ec31
Message:

Fix audacious plugins for libxml-2.12.x

Also fix command explananations

File:
1 edited

Legend:

Unmodified
Added
Removed
  • multimedia/audioutils/audacious.xml

    r493ec31 r69c97c0  
    213213cd audacious-plugins-&audacious-plugins-version;                    &amp;&amp;
    214214
     215sed -e '/libxml/a #include &lt;libxml/parser.h&gt;' \
     216    -i src/scrobbler2/scrobbler.h                   &amp;&amp;
     217
    215218mkdir build &amp;&amp;
    216219cd    build &amp;&amp;
     
    242245
    243246    <para>
    244       <option>-Dgtk3=true</option>: This options sets the default graphical
    245       user interface.
    246     </para>
    247 
    248     <para>
    249       <option>-Dvalgrind=true</option>: The option enables Valgrind analysis support.
     247      <parameter>-Dgtk3=true</parameter>: This option sets the default
     248      graphical user interface.
     249    </para>
     250
     251    <para>
     252      <parameter>-Dlibarchive=true</parameter>: This adds libarchive support,
     253      for reading compressed module sets or skins.
     254    </para>
     255
     256    <para>
     257      <command>sed -e '/libxml/a ...'</command>: This fixes building against
     258      libxml-2.12.x.
     259    </para>
     260
     261    <para>
     262      <option>-Dvalgrind=true</option>: The option enables Valgrind analysis
     263      support.
    250264    </para>
    251265
Note: See TracChangeset for help on using the changeset viewer.