Changeset bc2ef7c7 for general/graphlib


Ignore:
Timestamp:
07/05/2024 11:56:42 PM (3 months ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
12.2, gimp3, lazarus, trunk, xry111/for-12.3, xry111/spidermonkey128
Children:
9498e22
Parents:
7af43bff
Message:

Spacing

Location:
general/graphlib
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • general/graphlib/harfbuzz.xml

    r7af43bff rbc2ef7c7  
    151151-->
    152152    <para>
    153       <parameter>-Dgraphite2=enabled</parameter>: This switch enables
     153      <parameter>-D graphite2=enabled</parameter>: This switch enables
    154154      <application>Graphite2</application> support, which is required for
    155155      building <xref linkend="texlive"/> or <xref linkend="libreoffice"/>
     
    158158
    159159    <para>
    160       <option>-Ddocs=disabled</option>: If <xref linkend="gtk-doc"/> is
     160      <option>-D docs=disabled</option>: If <xref linkend="gtk-doc"/> is
    161161      installed, the documentation is built and installed. This switch
    162162      prevents that.
  • general/graphlib/libjxl.xml

    r7af43bff rbc2ef7c7  
    139139
    140140    <para>
    141       <parameter>-DBUILD_TESTING=OFF</parameter>: This parameter disables the
     141      <parameter>-D BUILD_TESTING=OFF</parameter>: This parameter disables the
    142142      tests because they require
    143143      <ulink url="https://github.com/google/googletest">gtest</ulink>, which
     
    148148
    149149    <para>
    150       <parameter>-DBUILD_SHARED_LIBS=ON</parameter>: This parameter enables
     150      <parameter>-D BUILD_SHARED_LIBS=ON</parameter>: This parameter enables
    151151      building shared versions of the libraries instead of static ones.
    152152    </para>
    153153   
    154154    <para>
    155       <parameter>-DJPEGXL_ENABLE_SKCMS=OFF</parameter>: This parameter disables
     155      <parameter>-D JPEGXL_ENABLE_SKCMS=OFF</parameter>: This parameter disables
    156156      building support for Skia's <application>skcms</application> since it is
    157157      not necessary for BLFS purposes and requires
     
    160160   
    161161    <para>
    162       <parameter>-DJPEGXL_ENABLE_SJPEG=OFF</parameter>: This parameter disables
     162      <parameter>-D JPEGXL_ENABLE_SJPEG=OFF</parameter>: This parameter disables
    163163      support for SimpleJPEG since it is not necessary for BLFS purposes and
    164164      requires <ulink url="https://github.com/webmproject/sjpeg">sjpeg</ulink>.
     
    166166   
    167167    <para>
    168       <parameter>-DJPEGXL_ENABLE_PLUGINS=ON</parameter>: This parameter enables
     168      <parameter>-D JPEGXL_ENABLE_PLUGINS=ON</parameter>: This parameter enables
    169169      Plugin support, which creates plugins for <xref linkend="gimp"/> and
    170170      <xref linkend="gdk-pixbuf"/> if those packages are installed.
     
    172172
    173173    <para>
    174       <parameter>-DJPEGXL_INSTALL_JARDIR=/usr/share/java</parameter>: This
     174      <parameter>-D JPEGXL_INSTALL_JARDIR=/usr/share/java</parameter>: This
    175175      parameter places the JAR file for JPEG XL support in the correct
    176176      directory if <xref linkend="java"/> is installed.
Note: See TracChangeset for help on using the changeset viewer.