Changeset 3da547ca


Ignore:
Timestamp:
07/25/2024 04:42:20 PM (7 weeks ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
12.2, lazarus, trunk, xry111/for-12.3, xry111/spidermonkey128
Children:
9c4dc78
Parents:
aff05ca9
Message:

Spacing

Files:
7 edited

Legend:

Unmodified
Added
Removed
  • general/genlib/highway.xml

    raff05ca9 r3da547ca  
    105105
    106106    <para>
    107       <parameter>-DBUILD_TESTING=OFF</parameter>: This parameter disables the
     107      <parameter>-D BUILD_TESTING=OFF</parameter>: This parameter disables the
    108108      test suite from being built because
    109109      <ulink url="https://github.com/google/googletest">gtest</ulink> is not
     
    115115
    116116    <para>
    117       <parameter>-DBUILD_SHARED_LIBS=ON</parameter>: This parameter enables
     117      <parameter>-D BUILD_SHARED_LIBS=ON</parameter>: This parameter enables
    118118      building shared versions of the libraries instead of static versions.
    119119    </para>
  • general/genlib/qca.xml

    raff05ca9 r3da547ca  
    145145
    146146    <para>
    147       <parameter>-DCMAKE_BUILD_TYPE=Release</parameter>: This switch is
     147      <parameter>-D CMAKE_BUILD_TYPE=Release</parameter>: This switch is
    148148      used to apply a higher level of compiler optimizations.
    149149    </para>
    150150
    151151    <para>
    152       <parameter>-DQT6=ON</parameter>:
     152      <parameter>-DQ T6=ON</parameter>:
    153153      Ensure the packages is built with <xref linkend="qt6"/>.
    154154    </para>
    155155
    156156    <para>
    157       <parameter>-DQCA_MAN_INSTALL_DIR:PATH=/usr/share/man</parameter>:
     157      <parameter>-D QCA_MAN_INSTALL_DIR:PATH=/usr/share/man</parameter>:
    158158      Install the qca man page in the normal location.
    159159    </para>
  • general/genlib/qcoro.xml

    raff05ca9 r3da547ca  
    112112
    113113    <para>
    114       <parameter>-DCMAKE_BUILD_TYPE=Release</parameter>: This switch is
     114      <parameter>-D CMAKE_BUILD_TYPE=Release</parameter>: This switch is
    115115      used to apply a higher level of compiler optimizations.
    116116    </para>
  • multimedia/libdriv/gst10-plugins-bad.xml

    raff05ca9 r3da547ca  
    231231
    232232    <para>
    233       <parameter>-Dgpl=enabled</parameter>: Without this switch, plugins with
     233      <parameter>-D gpl=enabled</parameter>: Without this switch, plugins with
    234234      dependencies on (A)GPL licensed libraries are not built.
    235235    </para>
  • multimedia/videoutils/mpv.xml

    raff05ca9 r3da547ca  
    159159
    160160    <para>
    161       <parameter>-Dx11=enabled</parameter>: allows linking to the X11 libraries.
    162     </para>
    163 
    164     <para>
    165       <option>-Ddvdnav=enabled</option>: enables support for DVD playback.
    166     </para>
    167 
    168     <para>
    169       <option>-Dcdda=enabled</option>: enables support for CD Audio.
    170     </para>
    171 
    172     <para>
    173       <option>-Dsdl2=enabled</option>: enables the usage of SDL2 for
     161      <parameter>-D x11=enabled</parameter>: allows linking to the X11 libraries.
     162    </para>
     163
     164    <para>
     165      <option>-D dvdnav=enabled</option>: enables support for DVD playback.
     166    </para>
     167
     168    <para>
     169      <option>-D cdda=enabled</option>: enables support for CD Audio.
     170    </para>
     171
     172    <para>
     173      <option>-D sdl2=enabled</option>: enables the usage of SDL2 for
    174174      audio and video output.
    175175    </para>
  • postlfs/editors/gedit.xml

    raff05ca9 r3da547ca  
    266266
    267267    <para>
    268       <parameter>-Dgtk_doc=false</parameter>: This switch disables
     268      <parameter>-D gtk_doc=false</parameter>: This switch disables
    269269      generating the API documentation. Omit this switch if you have
    270270      <xref linkend="gtk-doc"/> installed and wish to generate the API
  • x/lib/pango.xml

    raff05ca9 r3da547ca  
    162162
    163163    <para>
    164       <option>-Dintrospection=disabled</option>: Use this switch if you do not
     164      <option>-D introspection=disabled</option>: Use this switch if you do not
    165165      want to use GObject Introspection.
    166166    </para>
Note: See TracChangeset for help on using the changeset viewer.