Ticket #3031: epdfview.diff

File epdfview.diff, 1.6 KB (added by Ag. Hatzimanikas, 14 years ago)
  • pst/ps/epdfview.xml

     
    5959      </listitem>
    6060    </itemizedlist>
    6161
     62    <bridgehead renderas="sect3">Additional Downloads</bridgehead>
     63    <itemizedlist spacing='compact'>
     64      <listitem>
     65        <para>Required patch: <ulink
     66        url="&patch-root;/epdfview-&epdfview-version;-fix_nonexisting-1.patch"/></para>
     67      </listitem>
     68      <listitem>
     69        <para>Required patch: <ulink
     70        url="&patch-root;/epdfview-&epdfview-version;-fix_scrolling-1.patch"/></para>
     71      </listitem>
     72    </itemizedlist>
     73
    6274    <bridgehead renderas="sect3">ePDFView Dependencies</bridgehead>
    6375
    6476    <bridgehead renderas="sect4">Required</bridgehead>
     
    7991    <para>Install <application>ePDFView</application> by running the following
    8092    commands:</para>
    8193
    82 <screen><userinput>./configure --prefix=/usr &amp;&amp;
     94<screen><userinput>patch -Np1 -i ../epdfview-&epdfview-version;-fix_nonexisting-1.patch &amp;&amp;
     95patch -Np1 -i ../epdfview-&epdfview-version;-fix_scrolling-1.patch &amp;&amp;
     96./configure --prefix=/usr &amp;&amp;
    8397make</userinput></screen>
    8498
    8599    <para>This package does not come with a test suite.</para>
     
    90104
    91105  </sect2>
    92106
     107  <sect2 role="commands">
     108    <title>Command Explanations</title>
     109
     110    <para><command>patch &hellip;</command>: These patches fixes some problems,
     111    that can occur under some common compiler's optimizations.</para>
     112
     113  </sect2>
     114
    93115  <sect2 role="content">
    94116    <title>Contents</title>
    95117