Ignore:
Timestamp:
12/04/2021 08:32:42 AM (2 years ago)
Author:
Pierre Labastie <pierre.labastie@…>
Branches:
qt5new
Children:
104ff4e
Parents:
ce5723af (diff), edd2feb7 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
Message:

Merge branch 'trunk' into qt5new

File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/graphlib/poppler.xml

    rce5723af r1daaab6d  
    77  <!ENTITY poppler-download-http "https://poppler.freedesktop.org/poppler-&poppler-version;.tar.xz">
    88  <!ENTITY poppler-download-ftp  " ">
    9   <!ENTITY poppler-md5sum        "60d5be55cc080d602bf58daf6825b124">
    10   <!ENTITY poppler-size          "1.6 MB">
    11   <!ENTITY poppler-buildsize     "105 MB (with Qt5 library and tests)">
    12   <!ENTITY poppler-time          "0.7 SBU (with parallelism=4, Qt5 library, and tests)">
     9  <!ENTITY poppler-md5sum        "826ab1675cef4cac7e2a5805bf4f2ff6">
     10  <!ENTITY poppler-size          "1.7 MB">
     11  <!ENTITY poppler-buildsize     "109 MB (with Qt5 library and tests)">
     12  <!ENTITY poppler-time          "0.8 SBU (with parallelism=4, Qt5 library, and tests)">
    1313  <!-- Time increase might be due to git.freedesktop.org -->
    1414
    15   <!ENTITY poppler-data-version       "0.4.10">
     15  <!ENTITY poppler-data-version       "0.4.11">
    1616
    1717  <!ENTITY poppler-data-download-http "https://poppler.freedesktop.org/poppler-data-&poppler-data-version;.tar.gz">
    18   <!ENTITY poppler-data-md5sum        "a7f15fb2f26c60a7a92093cfdf2378d5">
     18  <!ENTITY poppler-data-md5sum        "506eeed773f3ed8684d8c45961c025d4">
    1919  <!ENTITY poppler-data-size          "4.3 MB">
    20   <!ENTITY poppler-data-buildsize     "25 MB">
     20  <!ENTITY poppler-data-buildsize     "26 MB">
    2121  <!ENTITY poppler-data-time          "less than 0.1 SBU">
    2222]>
     
    145145      <xref linkend="gobject-introspection"/>,
    146146      <xref linkend="gtk-doc"/>,
    147       <xref linkend="pygments"/>,
    148147      <xref linkend="gtk3"/>,
    149       <xref linkend="libtiff"/>, and
     148      <xref linkend="libtiff"/>,
    150149      <xref linkend="qt5"/>
    151       (required for PDF support in <xref role="nodep" linkend="okular5"/>)
     150      (required for PDF support in <xref role="nodep" linkend="okular5"/>), and
     151      <ulink url="https://download.qt.io/archive/qt/">Qt-6.1 or later</ulink>.
     152
    152153    </para>
    153154
     
    180181      them is:
    181182<command>git clone --depth 1 git://git.freedesktop.org/git/poppler/test testfiles</command>.
    182       Then issue: <command>LC_ALL=en_US.UTF-8 make test</command>. 
     183      Then issue: <command>LC_ALL=en_US.UTF-8 make test</command>.
    183184    </para>
    184185
     
    190191<!-- Seems makeinstall does the job now:
    191192    <para>
    192       If you have Qt installed, again as the 
     193      If you have Qt installed, again as the
    193194      <systemitem class="username">root</systemitem> user:
    194195    </para>
    195    
     196
    196197<screen role="root"><userinput>make -C qt5 install &amp;&amp;
    197198install -m644 poppler-qt5.pc /usr/lib/pkgconfig</userinput></screen>
     
    229230    <para>
    230231      <parameter>-DCMAKE_BUILD_TYPE=Release</parameter>: This switch is used
    231       to apply a higher level of compiler optimizations. 
     232      to apply a higher level of compiler optimizations.
    232233    </para>
    233234
     
    246247      Still broken with 0.69.0 - Doug
    247248      Seems to work with 0.73.0 - Pierre
    248       Works with 20.09.0 but without the 
     249      Works with 20.09.0 but without the
    249250         sed -i '1s/python/&3/' make-glib-api-docs
    250251         and pygments is required - Thomas
    251252-->
    252253    <para>
    253       <option>-DENABLE_GTK_DOC=ON</option>: Use this parameter if 
    254       GTK-Doc and Pygments is installed and you wish to rebuild and install
    255       the API documentation.
     254      <option>-DENABLE_GTK_DOC=ON</option>: Use this parameter if
     255      GTK-Doc <!--and Pygments--> is installed and you wish to rebuild and
     256      install the API documentation.
    256257    </para>
    257258
     
    280281      <seglistitem>
    281282        <seg>
    282           pdfattach, pdfdetach, pdffonts, pdfimages, pdfinfo, pdfseparate, 
     283          pdfattach, pdfdetach, pdffonts, pdfimages, pdfinfo, pdfseparate,
    283284          pdfsig, pdftocairo, pdftohtml, pdftoppm, pdftops, pdftotext, and
    284285          pdfunite
     
    313314          </indexterm>
    314315        </listitem>
    315       </varlistentry> 
     316      </varlistentry>
    316317
    317318      <varlistentry id="pdfdetach">
Note: See TracChangeset for help on using the changeset viewer.