Changeset 1ad729f


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

Files:
4 edited

Legend:

Unmodified
Added
Removed
  • general.ent

    r825cbe7 r1ad729f  
    1 <!ENTITY day          "21">                   <!-- Always 2 digits -->
     1<!ENTITY day          "23">                   <!-- Always 2 digits -->
    22<!ENTITY month        "06">                   <!-- Always 2 digits -->
    33<!ENTITY year         "2006">
    44<!ENTITY version      "svn-&year;&month;&day;">
    5 <!ENTITY releasedate  "June &day;st, &year;">
     5<!ENTITY releasedate  "June &day;rd, &year;">
    66<!ENTITY pubdate      "&year;-&month;-&day;"> <!-- metadata req. by TLDP -->
    77<!ENTITY blfs-version "svn">                  <!-- svn|[release #] -->
  • general/graphlib/poppler.xml

    r825cbe7 r1ad729f  
    8080    <title>Installation of Poppler</title>
    8181
     82    <note>
     83      <para>If you are installing a version of
     84      <application>Poppler</application> &gt;= 5.1 to support an installation
     85      of <xref linkend="evince"/>, note that command-line utilities and man
     86      pages are installed which will overwrite these same files installed by
     87      the <application>Xpdf</application> package. If you'd prefer to keep the
     88      <application>Xpdf</application> versions of these files, use the
     89      <option>--bindir=</option> and <option>--mandir=</option> parameters
     90      passed to the <command>configure</command> script to install these files
     91      to a safe location (e.g., <envar>$HOME</envar> or
     92      <filename class='directory'>/tmp</filename>. An alternative method to
     93      not overwrite the command-line utilities is to use the
     94      <option>--disable-utils</option> parameter.</para>
     95    </note>
     96
    8297    <para>Install <application>Poppler</application> by running the following
    8398    commands:</para>
    8499
    85 <screen><userinput>./configure --prefix=/usr --sysconfdir=/etc --enable-opi \
     100<screen><userinput>./configure --prefix=/usr --sysconfdir=/etc \
     101            --enable-opi \
     102            --enable-zlib \
    86103            --disable-splash-output \
    87104            --disable-cairo-output \
     
    103120    <para><parameter>--enable-opi</parameter>: This parameter forces the build
    104121    to include support for OPI comments.</para>
     122
     123    <para><parameter>--enable-zlib</parameter>: This parameter forces the build
     124    to link with the system-installed
     125    <filename class='libraryfile'>libz</filename> library to enable compressed
     126    PDF functionality.</para>
    105127
    106128    <para><parameter>--disable-splash-output</parameter>: This parameter
     
    135157    </sect3>
    136158
    137     <sect3><title>Configuration Information</title>
     159    <!-- <sect3><title>Configuration Information</title>
    138160
    139161      <para>No specific configuration is required.</para>
    140162
    141     </sect3>
     163    </sect3> -->
    142164
    143165  </sect2>
  • 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>
  • introduction/welcome/changelog.xml

    r825cbe7 r1ad729f  
    4343
    4444    <listitem>
     45      <para>June 23rd, 2006</para>
     46      <itemizedlist>
     47        <listitem>
     48          <para>[randy] - Updated the Evince and Poppler instructions to
     49          conform with the GNOME-2.14.2 update.</para>
     50        </listitem>
     51      </itemizedlist>
     52    </listitem>
     53
     54    <listitem>
    4555      <para>June 21st, 2006</para>
    4656      <itemizedlist>
Note: See TracChangeset for help on using the changeset viewer.