Changeset 8819e5e7 for general/graphlib


Ignore:
Timestamp:
07/01/2017 03:26:17 PM (7 years ago)
Author:
Pierre Labastie <pieere@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, perl-modules, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
f13c0e16
Parents:
ca9b0dd
Message:

Better fix for libcdio-paranoia
Remove obsolete reference to Qt4 in poppler
mention the necessity of building poppler with Qt5 support, for PDF support
in okular

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@18907 af4574ff-66df-0310-9fd7-8a98e5e911e0

File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/graphlib/poppler.xml

    rca9b0dd r8819e5e7  
    148148      (preference is for OpenJPEG1, due to regressions with OpenJPEG2), and
    149149      <xref linkend="qt5"/>
     150      (required for PDF support in <xref linkend="okular5"/>)
    150151    </para>
    151152
     
    158159    <title>Installation of Poppler</title>
    159160
    160     <note>
    161       <para>
    162         This package can be optionally built with support for only one version
    163         of Qt4 or Qt5 or without any Qt support. You can selectively disable
    164         support for one or both, see "Command Explanations" section, below.
    165       </para>
    166     </note>
    167 
    168161    <para>
    169162      Install <application>Poppler</application> by running the following
    170163      commands:
    171164    </para>
    172 
    173 <!-- Note: the sed is needed even if the /usr/lib64 symlink is not present -->
    174165
    175166<screen><userinput>./configure --prefix=/usr               \
     
    228219    <title>Command Explanations</title>
    229220
    230 <!--
    231     <para>
    232       <command>sed ... ltmain.sh</command>: This command removes a lot
    233       of irritating invalid warnings.
    234     </para>
    235     No longer needed with lib64 changes.
    236 -->
    237 
    238221    <para>
    239222      <parameter>--enable-build-type=release</parameter>: This switch is used
     
    270253
    271254    <para>
    272       <option>--disable-poppler-qt4</option>: Don't compile poppler Qt4 wrapper.
    273     </para>
    274 
    275     <para>
    276       <option>--disable-poppler-qt5</option>: Don't compile poppler Qt5 wrapper.
     255      <option>--disable-poppler-qt5</option>: Don't compile poppler Qt5 wrapper,
     256      when Qt5 is installed. Note that Qt5 support is required for PDF support
     257      in <xref linkend="okular5"/>.
    277258    </para>
    278259
Note: See TracChangeset for help on using the changeset viewer.