Changeset b5c8117


Ignore:
Timestamp:
08/22/2012 08:03:46 PM (12 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.4, 7.5, 7.6, 7.6-blfs, 7.6-systemd, 7.7, 7.8, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, gnome, kde5-13430, kde5-14269, kde5-14686, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, krejzi/svn, lazarus, lxqt, nosym, perl-modules, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, systemd-11177, systemd-13485, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
c35030e
Parents:
9ade4e9d
Message:

Fix epdfview build and colours.

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

Files:
2 edited

Legend:

Unmodified
Added
Removed
  • introduction/welcome/changelog.xml

    r9ade4e9d rb5c8117  
    5050          <para>[ken] - Add missing symlinks in xulrunner-14.0.1.</para>
    5151        </listitem>
     52        <listitem>
     53          <para>[ken] - Patch epdfview to build against cups-1.6, and to display
     54          red as red instead of as blue. Fixes
     55          <ulink url="&blfs-ticket-root;3541">#3541</ulink>.</para>
     56        </listitem>
    5257      </itemizedlist>
    5358    </listitem>
  • pst/ps/epdfview.xml

    r9ade4e9d rb5c8117  
    7575    </itemizedlist>
    7676
     77    <bridgehead renderas="sect3">Additional Downloads</bridgehead>
     78    <itemizedlist spacing='compact'>
     79      <listitem>
     80        <para>Required Patch: <ulink
     81        url="&patch-root;/epdfview-&epdfview-version;-fixes-1.patch"/></para>
     82      </listitem>
     83    </itemizedlist>
     84
    7785    <bridgehead renderas="sect3">ePDFView Dependencies</bridgehead>
    7886
     
    100108    </para>
    101109
    102 <screen><userinput>sed -i 's#/gmacros##' src/gtk/StockIcons.h &amp;&amp;
     110<screen><userinput>patch -Np1 -i ../epdfview-&epdfview-version;-fixes-1.patch &amp;&amp;
    103111./configure --prefix=/usr &amp;&amp;
    104112make</userinput></screen>
     
    118126    <title>Command Explanations</title>
    119127
     128<!-- keep this in case the patch breaks builds without cups
    120129    <para>
    121130      <command>sed -i 's#/gmacros##' src/gtk/StockIcons.h</command>: This sed
    122131      fixes compiling with <application>glib-2.32</application> or greater.
     132    </para> -->
     133
     134    <para>
     135      <command>patch -Np1 -i ../epdfview-&epdfview-version;-fixes-1.patch</command>
     136      The patch does three things: fixes compiling with
     137      <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.
    123140    </para>
    124141  </sect2>
Note: See TracChangeset for help on using the changeset viewer.