Changeset df96e92 for general/graphlib


Ignore:
Timestamp:
10/12/2023 05:34:55 PM (7 months ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
12.1, ken/TL2024, ken/tuningfonts, lazarus, plabs/newcss, python3.11, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, xry111/llvm18
Children:
9a82914f
Parents:
f3e6f23
Message:

Update to poppler-23.10.0.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/graphlib/poppler.xml

    rf3e6f23 rdf96e92  
    77  <!ENTITY poppler-download-http "https://poppler.freedesktop.org/poppler-&poppler-version;.tar.xz">
    88  <!ENTITY poppler-download-ftp  " ">
    9   <!ENTITY poppler-md5sum        "def86e7c805ce427c01fa77a3c77615f">
     9  <!ENTITY poppler-md5sum        "3be79099d8725debef73ea07502b771a">
    1010  <!ENTITY poppler-size          "1.8 MB">
    11   <!ENTITY poppler-buildsize     "91 MB (with Qt5 library and tests)">
    12   <!ENTITY poppler-time          "0.8 SBU (with parallelism=4, Qt5 library, and tests)">
     11  <!ENTITY poppler-buildsize     "92 MB (with Qt5 library and tests)">
     12  <!ENTITY poppler-time          "0.9 SBU (with parallelism=4, Qt5 library, and tests)">
    1313  <!-- Time increase might be due to git.freedesktop.org -->
    1414
     
    167167       -DCMAKE_INSTALL_PREFIX=/usr  \
    168168       -DTESTDATADIR=$PWD/testfiles \
     169       -DENABLE_QT5=OFF             \
     170       -DENABLE_QT6=OFF             \
    169171       -DENABLE_UNSTABLE_API_ABI_HEADERS=ON \
    170172       ..                           &amp;&amp;
     
    184186
    185187<screen role="root"><userinput>make install</userinput></screen>
    186 <!-- Seems makeinstall does the job now:
    187     <para>
    188       If you have Qt installed, again as the
    189       <systemitem class="username">root</systemitem> user:
    190     </para>
    191 
    192 <screen role="root"><userinput>make -C qt5 install &amp;&amp;
    193 install -m644 poppler-qt5.pc /usr/lib/pkgconfig</userinput></screen>
    194 -->
     188
    195189    <para>
    196190      To install the documentation, run the following commands as
     
    239233    </para>
    240234
    241 <!--  This was broken for me - Bruce
    242       Still broken with 0.69.0 - Doug
    243       Seems to work with 0.73.0 - Pierre
    244       Works with 20.09.0 but without the
    245          sed -i '1s/python/&3/' make-glib-api-docs
    246          and pygments is required - Thomas
    247 -->
    248235    <para>
    249236      <option>-DENABLE_GTK_DOC=ON</option>: Use this parameter if
    250237      GTK-Doc <!--and Pygments--> is installed and you wish to rebuild and
    251238      install the API documentation.
     239    </para>
     240
     241    <para>
     242      <option>-DENABLE_QT5=OFF</option>: Use this parameter if
     243      &qt5-deps; is not installed.
     244    </para>
     245
     246    <para>
     247      <option>-DENABLE_QT6=OFF</option>: Use this parameter if
     248      Qt6 is not installed.
    252249    </para>
    253250
Note: See TracChangeset for help on using the changeset viewer.