Applied two patches in epdfview-0.1.7

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@8229 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
Ag Hatzimanikas 2010-01-27 07:35:46 +00:00
parent fa6ab80692
commit 2cc743b01d
2 changed files with 26 additions and 1 deletions

View File

@ -44,6 +44,9 @@
<listitem>
<para>January 27th, 2010</para>
<itemizedlist>
<listitem>
<para>[ag] - Applied two patches to epdfview-0.1.7.</para>
</listitem>
<listitem>
<para>[dj] - Moved /usr/X11R6 compatibility symlink to xorg-libs
page.</para>

View File

@ -59,6 +59,18 @@
</listitem>
</itemizedlist>
<bridgehead renderas="sect3">Additional Downloads</bridgehead>
<itemizedlist spacing='compact'>
<listitem>
<para>Required patch: <ulink
url="&patch-root;/epdfview-&epdfview-version;-fix_nonexisting-1.patch"/></para>
</listitem>
<listitem>
<para>Required patch: <ulink
url="&patch-root;/epdfview-&epdfview-version;-fix_scrolling-1.patch"/></para>
</listitem>
</itemizedlist>
<bridgehead renderas="sect3">ePDFView Dependencies</bridgehead>
<bridgehead renderas="sect4">Required</bridgehead>
@ -79,7 +91,9 @@
<para>Install <application>ePDFView</application> by running the following
commands:</para>
<screen><userinput>./configure --prefix=/usr &amp;&amp;
<screen><userinput>patch -Np1 -i ../epdfview-&epdfview-version;-fix_nonexisting-1.patch &amp;&amp;
patch -Np1 -i ../epdfview-&epdfview-version;-fix_scrolling-1.patch &amp;&amp;
./configure --prefix=/usr &amp;&amp;
make</userinput></screen>
<para>This package does not come with a test suite.</para>
@ -90,6 +104,14 @@ make</userinput></screen>
</sect2>
<sect2 role="commands">
<title>Command Explanations</title>
<para><command>patch &hellip;</command>: These patches fix some problems,
that can occur under some common compiler's optimizations.</para>
</sect2>
<sect2 role="content">
<title>Contents</title>