Ignore:
Timestamp:
06/23/2006 06:18:18 PM (18 years ago)
Author:
Randy McMurchy <randy@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 6.2, 6.2.0, 6.2.0-rc1, 6.2.0-rc2, 6.3, 6.3-rc1, 6.3-rc2, 6.3-rc3, 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:
1addbd6
Parents:
825cbe7
Message:

Updated the Evince and Poppler instructions to conform with the GNOME-2.14.2 update

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • gnome/add/evince.xml

    r825cbe7 r1ad729f  
    55  %general-entities;
    66
    7   <!ENTITY evince-download-http "&gnome-download-http;/evince/0.4/evince-&evince-version;.tar.bz2">
    8   <!ENTITY evince-download-ftp  "&gnome-download-ftp;/evince/0.4/evince-&evince-version;.tar.bz2">
    9   <!ENTITY evince-md5sum        "cc41e30108bc54a345bd6ca2556ab857">
    10   <!ENTITY evince-size          "891 KB">
    11   <!ENTITY evince-buildsize     "31.5 MB">
     7  <!ENTITY evince-download-http "&gnome-download-http;/evince/0.5/evince-&evince-version;.tar.bz2">
     8  <!ENTITY evince-download-ftp  "&gnome-download-ftp;/evince/0.5/evince-&evince-version;.tar.bz2">
     9  <!ENTITY evince-md5sum        "94be73485eeb8584b4aeaa8ac87699f0">
     10  <!ENTITY evince-size          "994 KB">
     11  <!ENTITY evince-buildsize     "35.2 MB">
    1212  <!ENTITY evince-time          "0.7 SBU">
    1313]>
     
    6262    </itemizedlist>
    6363
     64    <!--
    6465    <bridgehead renderas="sect3">Additional Downloads</bridgehead>
    6566    <itemizedlist spacing="compact">
     
    6970      </listitem>
    7071    </itemizedlist>
     72    -->
    7173
    7274    <bridgehead renderas="sect3">Evince Dependencies</bridgehead>
     
    7476    <bridgehead renderas="sect4">Required</bridgehead>
    7577    <para role="required"><xref linkend="libgnomeui"/>,
    76     <xref linkend="gnome-doc-utils"/>,
    77     <xref linkend="libgnomeprintui"/>,
    78     <xref linkend="poppler"/> (built with <application>GTK+</application> support),
    79     <xref linkend="espgs"/> or <xref linkend="gs"/>, and
    80     <xref linkend="which"/></para>
     78    <xref linkend="gnome-doc-utils"/>, and
     79    <xref linkend="poppler"/>
     80    (<emphasis role='strong'>must be a version &gt;= 5.1</emphasis> and built
     81    with <application>GTK+</application> support)</para>
    8182
    8283    <bridgehead renderas="sect4">Optional</bridgehead>
    83     <para role="optional"><xref linkend="nautilus"/>,
     84    <para role="optional"><xref linkend="intltool"/>,
    8485    <xref linkend="dbus"/>,
    8586    <xref linkend="libtiff"/>,
    86     <xref linkend="tetex"/>,
    87     <ulink url="http://djvulibre.djvuzone.org/">DjVuLibre</ulink>, and
    88     <ulink url="ftp://sunsite.unc.edu/pub/Linux/libs/graphics/">t1lib</ulink></para>
     87    <xref linkend="tetex"/> (required to build the DVI viewer),
     88    <xref linkend="libgnomeprintui"/>
     89    (required to print from <application>Evince</application>),
     90    <xref linkend="nautilus"/>
     91    (required to build the <application>Nautilus</application> plugin),
     92    <xref linkend="espgs"/> or <xref linkend="gs"/>
     93    (required for Postscript ability from <application>Evince</application>),
     94    <ulink url="http://djvulibre.djvuzone.org/">DjVuLibre</ulink>
     95    (required for DjVu graphics from <application>Evince</application>), and
     96    <ulink url="ftp://sunsite.unc.edu/pub/Linux/libs/graphics/">t1lib</ulink>
     97    (required for Type1 font support in the DVI viewer)</para>
    8998
    9099    <para condition="html" role="usernotes">User Notes:
     
    99108    commands:</para>
    100109
    101 <screen><userinput>patch -Np1 -i ../evince-&evince-version;-t1lib-1.patch &amp;&amp;
    102 ./configure --prefix=`pkg-config --variable=prefix ORBit-2.0` \
     110<screen><userinput>./configure --prefix=$(pkg-config --variable=prefix ORBit-2.0) \
    103111            --localstatedir=/var/lib \
    104112            --sysconfdir=&gnome-etc-dir; \
     113            --disable-ps \
    105114            --enable-pixbuf &amp;&amp;
    106115make</userinput></screen>
     
    126135    instead of <filename class="directory">$GNOME_PREFIX/etc</filename>.</para>
    127136
     137    <para><option>--disable-ps</option>: This parameter is required if you
     138    don't have a Ghostscript package installed. Remove the parameter if you
     139    do have a Ghostscript package installed and wish to build the DVI
     140    viewer.</para>
     141
    128142    <para><option>--enable-djvu</option>: Use this parameter if you have the
    129143    <application>DjVuLibre</application> package installed and you wish to
     
    150164      <seglistitem>
    151165        <seg>evince and evince-thumbnailer</seg>
    152         <seg>libevince-properties-page.{so,a} and a
     166        <seg>libevince-properties-page.{so,a}
    153167        <application>Nautilus</application> extension</seg>
    154         <seg>&gnome-etc-dir;/gconf/gconf.xml.defaults/{,schemas/}apps/evince
    155         and $GNOME_PREFIX/share/{,gnome/help/ ,omf/}evince</seg>
     168        <seg>$GNOME_PREFIX/share/{,gnome/help/ ,omf/}evince</seg>
    156169      </seglistitem>
    157170    </segmentedlist>
Note: See TracChangeset for help on using the changeset viewer.