Changeset d8ed2d9


Ignore:
Timestamp:
03/19/2015 09:34:58 PM (9 years ago)
Author:
Ken Moffat <ken@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 7.10, 7.8, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, nosym, perl-modules, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
1f9277f
Parents:
6d00ea3
Message:

epdfview - incorporate patch from Tim Tassonis

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@15670 af4574ff-66df-0310-9fd7-8a98e5e911e0

Files:
2 edited

Legend:

Unmodified
Added
Removed
  • introduction/welcome/changelog.xml

    r6d00ea3 rd8ed2d9  
    4949      <itemizedlist>
    5050        <listitem>
     51          <para>[ken] - extend the epdfview fixes patch with a change
     52          from Tim Tassonis : it turns out that many PDFs have not
     53          rendered correctly since poppler-0.22, and nobody noticed.
     54          </para>
     55        </listitem>
     56        <listitem>
    5157          <para>[bdubbs] - Update to tcl-8.6.4/tk-8.6.4. Fixes
    5258          <ulink url="&blfs-ticket-root;6256">#6256</ulink>.</para>
  • pst/ps/epdfview.xml

    r6d00ea3 rd8ed2d9  
    7979      <listitem>
    8080        <para>Required patch: <ulink
    81         url="&patch-root;/epdfview-&epdfview-version;-fixes-1.patch"/></para>
     81        url="&patch-root;/epdfview-&epdfview-version;-fixes-2.patch"/></para>
    8282      </listitem>
    8383    </itemizedlist>
     
    108108    </para>
    109109
    110 <screen><userinput>patch -Np1 -i ../epdfview-&epdfview-version;-fixes-1.patch &amp;&amp;
     110<screen><userinput>patch -Np1 -i ../epdfview-&epdfview-version;-fixes-2.patch &amp;&amp;
    111111./configure --prefix=/usr &amp;&amp;
    112112make</userinput></screen>
     
    133133
    134134    <para>
    135       <command>patch -Np1 -i ../epdfview-&epdfview-version;-fixes-1.patch</command>
    136       The patch does three things: fixes compiling with
     135      <command>patch -Np1 -i ../epdfview-&epdfview-version;-fixes-2.patch</command>
     136      The patch does four things: fixes compiling with
    137137      <application>glib-2.32</application> or greater, corrects red appearing as
    138       blue with recent versions of <application>poppler</application>, and allows
    139       the application to compile when <xref linkend="cups"/> has been installed.
     138      blue with recent versions of <application>poppler</application>, allows
     139      the application to compile when <xref linkend="cups"/> has been installed,
     140      and fixes the display of embedded png images.
    140141    </para>
    141142  </sect2>
Note: See TracChangeset for help on using the changeset viewer.