Changeset 70f95334 for general/graphlib


Ignore:
Timestamp:
10/31/2023 12:31:23 PM (6 months ago)
Author:
Pierre Labastie <pierre.labastie@…>
Branches:
12.1, ken/TL2024, ken/tuningfonts, lazarus, plabs/newcss, python3.11, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, xry111/llvm18
Children:
a907827
Parents:
b269719
Message:

Make libtiff and gpgme recommended for poppler

In version 23.10, poppler has changed NSS, GPGME, and LIBTIFF from
"macro_optional_find_package" tp "find_soft_mandatory_package". This
means that -DENABLE_NSS3=OFF (or GPGME or LIBTIFF) needs to be passed
to prevent an error if the package is not present. Since those
libraries may be of some use anyway, make them recommended and
document how to disable them.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/graphlib/poppler.xml

    rb269719 r70f95334  
    129129      <xref linkend="boost"/>,
    130130      <xref linkend="cairo"/>,
     131      <xref linkend="gpgme"/>,
    131132      <xref linkend="lcms2"/>,
    132133      <xref linkend="libjpeg"/>,
    133134      <xref linkend="libpng"/>,
     135      <xref linkend="libtiff"/>,
    134136      <xref linkend="nss"/>,
    135137      <xref linkend="openjpeg2"/>, and
     
    143145      <xref linkend="gdk-pixbuf"/>,
    144146      <xref linkend="git"/> (for downloading test files),
    145       <xref linkend="gpgme"/>,
    146147      <xref linkend="gtk-doc"/>,
    147       <xref linkend="gtk3"/>,
    148       <xref linkend="libtiff"/>, and
     148      <xref linkend="gtk3"/>, and
    149149      <ulink url="https://download.qt.io/archive/qt/">Qt-6.2 or later</ulink>.
    150150
     
    253253      not installed <application>boost</application> (the Splash backend for
    254254      Qt5 recommends boost).
     255    </para>
     256
     257    <para>
     258      <option>-DENABLE_NSS3=OFF</option>: Use this parameter if you have
     259      not installed <application>nss</application>.
     260    </para>
     261
     262    <para>
     263      <option>-DENABLE_GPGME=OFF</option>: Use this parameter if you have
     264      not installed <application>gpgme</application>.
     265    </para>
     266
     267    <para>
     268      <option>-DENABLE_LIBTIFF=OFF</option>: Use this parameter if you have
     269      not installed <application>libtiff</application>.
    255270    </para>
    256271
Note: See TracChangeset for help on using the changeset viewer.