Ignore:
Timestamp:
02/03/2019 06:37:53 PM (5 years ago)
Author:
DJ Lucas <dj@…>
Branches:
elogind
Children:
4d176c4f
Parents:
8f6f10e
Message:

Merge to HEAD 21080.

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/graphlib/poppler.xml

    r8f6f10e rd60cd837  
    77  <!ENTITY poppler-download-http "https://poppler.freedesktop.org/poppler-&poppler-version;.tar.xz">
    88  <!ENTITY poppler-download-ftp  " ">
    9   <!ENTITY poppler-md5sum        "5a18b02019daf33559eceb30e5ee2b6b">
     9  <!ENTITY poppler-md5sum        "1fc64bd358c9f31d0c88a7f2b0d8b23d">
    1010  <!ENTITY poppler-size          "1.4 MB">
    11   <!ENTITY poppler-buildsize     "83 MB (with Qt5 library and tests)">
     11  <!ENTITY poppler-buildsize     "62 MB (with Qt5 library and tests)">
    1212  <!ENTITY poppler-time          "0.8 SBU (with parallelism=4, Qt5 library, and tests)">
    1313
     
    133133      <xref linkend="libjpeg"/>,
    134134      <xref linkend="libpng"/>,
    135       <xref linkend="nss"/>,
    136       <xref linkend="openjpeg2"/>, and
    137       <xref linkend="python2"/>
     135      <xref linkend="nss"/>, and
     136      <xref linkend="openjpeg2"/>
    138137    </para>
    139138
     
    147146      <xref linkend="gtk3"/>,
    148147      <xref linkend="libtiff"/>,
     148      <xref linkend="python2"/>, and
    149149      <xref linkend="qt5"/>
    150150      (required for PDF support in <xref role="nodep" linkend="okular5"/>)
     
    170170       -DCMAKE_INSTALL_PREFIX=/usr  \
    171171       -DTESTDATADIR=$PWD/testfiles \
    172        -DENABLE_XPDF_HEADERS=ON     \
     172       -DENABLE_UNSTABLE_API_ABI_HEADERS=ON     \
    173173<!--       -DENABLE_GTK_DOC=ON          \
    174174-->       ..                           &amp;&amp;
     
    239239
    240240    <para>
    241       <parameter>-DENABLE_XPDF_HEADERS=ON</parameter>: Install some old
     241      <parameter>-DENABLE_UNSTABLE_API_ABI_HEADERS=ON</parameter>: Install some old
    242242      <application>Xpdf</application> headers required by certain programs (e.g.
    243       <application>Okular</application>, <application>LibreOffice</application>
    244       and <application>Inkscape</application>).
     243      <application>Inkscape</application>).
    245244    </para>
    246245<!--  This was broken for me - Bruce
     246      Still broken with 0.69.0 - Doug
     247      Seems to work with 0.73.0 - Pierre -->
    247248    <para>
    248249      <option>-DENABLE_GTK_DOC=ON</option>: Use this parameter if
    249250      GTK-Doc is installed and you wish to rebuild and install
    250       the API documentation.
    251     </para>
    252     Still broken with 0.69.0 - Doug
    253 -->
     251      the API documentation. If Python 2 is not installed, one script
     252      needs to be changed: run <command>sed -i '1s/python/&amp;3/'
     253      make-glib-api-docs</command> first.
     254    </para>
     255
    254256    <para>
    255257      <command>LC_ALL=en_US.UTF-8 make test</command>: Run the test suite.
Note: See TracChangeset for help on using the changeset viewer.