Ignore:
Timestamp:
08/01/2015 04:26:22 AM (9 years ago)
Author:
Douglas R. Reno <renodr@…>
Branches:
systemd-13485
Children:
ad6910d
Parents:
4a83293
Message:

Import back into SVN from Github

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/graphlib/poppler-systemd.xml

    r4a83293 rac38e9dc  
    88           "http://poppler.freedesktop.org/poppler-&poppler-version;.tar.xz">
    99  <!ENTITY poppler-download-ftp       " ">
    10   <!ENTITY poppler-md5sum             "7a5d87b7f62db636cc59f73bbd240811">
    11   <!ENTITY poppler-size               "1.5 MB">
    12   <!ENTITY poppler-buildsize          "146.5 MB (building Qt4 and Qt5 libraries, additional 46.6 MB for the test suite and 23.8 MB for poppler-data)">
    13   <!ENTITY poppler-time               "2.0 SBU (building Qt4 and Qt5 libraries, additional 0.5 SBU for the test suite for both QT versions.)">
     10  <!ENTITY poppler-md5sum             "69927d1614d6704021c0b0dd0ee6a852">
     11  <!ENTITY poppler-size               "1.6 MB">
     12  <!ENTITY poppler-buildsize          "265 MB">
     13  <!ENTITY poppler-time               "1.9 SBU">
    1414
    1515  <!ENTITY poppler-data-version       "0.4.7">
     
    4444    </para>
    4545
    46     &lfs76_checked;
     46    &lfs77_checked;
    4747
    4848    <bridgehead renderas="sect3">Package Information</bridgehead>
     
    119119    <para role="recommended">
    120120      <xref linkend="cairo"/>,
    121       <xref linkend="libjpeg"/>, and
    122       <xref linkend="libpng"/>
     121      <xref linkend="libjpeg"/>,
     122      <xref linkend="libpng"/>, and
     123      <xref linkend="openjpeg"/>
    123124    </para>
    124125
     
    127128      <xref linkend="curl"/>,
    128129      <xref linkend="gobject-introspection"/>,
     130      <xref linkend="gtk-doc"/>,
    129131      <xref linkend="gtk2"/>,
    130132      <xref linkend="lcms"/> or <xref linkend="lcms2"/>,
    131133      <xref linkend="libtiff"/>,
    132       <xref linkend="openjpeg"/>,
     134      <xref linkend="openjpeg2"/> (<application>OpenJPEG1</application> is preferred
     135      due to regressions in <application>OpenJPEG2</application> code),
    133136      <xref linkend="qt4"/> (the <filename>libpoppler-qt4.so</filename> library
    134137      is needed for PDF support in <application>Okular</application>), and
     
    145148
    146149    <para>
    147       In order to optionally run the test suite, additional download of about
    148       9 MB, using <xref linkend="git"/>, is necessary. Make sure that you do
    149       not have the directory ../test.
    150     </para>
    151 
    152 <screen><userinput>git clone git://git.freedesktop.org/git/poppler/test ../test</userinput></screen>
     150      In order to optionally run the test suite, an additional download
     151      of about 9 MB using <xref linkend="git"/> is necessary.
     152    </para>
     153
     154<screen><userinput>rm -rf testfiles &amp;&amp;
     155git clone git://git.freedesktop.org/git/poppler/test testfiles</userinput></screen>
    153156
    154157    <para>
     
    158161
    159162<!-- Warning: Using zlib is not totally safe -->
    160 <screen><userinput>./configure --prefix=/usr     \
    161             --sysconfdir=/etc \
    162             --disable-static  \
    163             --enable-xpdf-headers &amp;&amp;
     163<screen><userinput>./configure --prefix=/usr         \
     164            --sysconfdir=/etc     \
     165            --disable-static      \
     166            --enable-xpdf-headers \
     167            --with-testdatadir=$PWD/testfiles &amp;&amp;
    164168make</userinput></screen>
    165169
    166170    <para>
    167       To test the results, issue: <command>make check</command>.
     171      To test the results, issue: <command>LC_ALL=en_US.UTF-8 make check</command>.
    168172    </para>
    169173
     
    178182    </para>
    179183
    180 <screen role="root"><userinput>install -v -m755 -d      /usr/share/doc/poppler-&poppler-version; &amp;&amp;
     184<screen role="root"><userinput>install -v -dm755        /usr/share/doc/poppler-&poppler-version; &amp;&amp;
    181185install -v -m644 README* /usr/share/doc/poppler-&poppler-version;</userinput></screen>
    182186
     
    212216
    213217    <para>
     218      <option>--with-testdatadir=$PWD/testfiles</option>: This switch is used
     219      to tell the test programs where the auxillary files are located.
     220    </para>
     221
     222    <para>
    214223      <option>--enable-libcurl</option>: Use libcurl for HTTP support.
     224    </para>
     225
     226    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     227      href="../../xincludes/gtk-doc-rebuild.xml"/>
     228
     229    <para>
     230      <command>LC_ALL=en_US.UTF-8 make check</command>: Run the test suite.
     231      The environment variable LC_ALL=en_US.UTF-8 is only needed if the
     232      default locale does not include UTF-8.
    215233    </para>
    216234
Note: See TracChangeset for help on using the changeset viewer.