Changeset 8ac71ae


Ignore:
Timestamp:
04/06/2010 06:32:12 AM (14 years ago)
Author:
Wayne Blaszczyk <wblaszcz@…>
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:
ddcffb6
Parents:
054599c
Message:

Updated to Evince-2.28.2.

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

Files:
4 edited

Legend:

Unmodified
Added
Removed
  • general.ent

    r054599c r8ac71ae  
    44-->
    55
    6 <!ENTITY day          "05">                   <!-- Always 2 digits -->
     6<!ENTITY day          "06">                   <!-- Always 2 digits -->
    77<!ENTITY month        "04">                   <!-- Always 2 digits -->
    88<!ENTITY year         "2010">
     
    599599<!ENTITY eog-version                  "2.28.2">
    600600<!ENTITY epiphany-version             "2.28.2">
    601 <!ENTITY evince-version               "0.8.3">
     601<!ENTITY evince-version               "2.28.2">
    602602<!ENTITY file-roller-version          "2.18.4">
    603603<!ENTITY gcalctool-version            "5.28.2">
  • gnome/add/ekiga.xml

    r054599c r8ac71ae  
    6969    <xref linkend="openldap"/>,and
    7070    <xref linkend="rarian"/></para>
    71     <!-- TODO continue deps from here -->
    7271
    7372    <bridgehead renderas="sect4">Optional</bridgehead>
  • gnome/add/evince.xml

    r054599c r8ac71ae  
    55  %general-entities;
    66
    7   <!ENTITY evince-download-http "&gnome-download-http;/evince/0.8/evince-&evince-version;.tar.bz2">
    8   <!ENTITY evince-download-ftp  "&gnome-download-ftp;/evince/0.8/evince-&evince-version;.tar.bz2">
    9   <!ENTITY evince-md5sum        "0603d3f3f5648c88f10f75c89807c3d1">
    10   <!ENTITY evince-size          "1.5 MB">
    11   <!ENTITY evince-buildsize     "44 MB">
    12   <!ENTITY evince-time          "0.7 SBU">
     7  <!ENTITY evince-download-http "&gnome-download-http;/evince/&gnome-version;/evince-&evince-version;.tar.bz2">
     8  <!ENTITY evince-download-ftp  "&gnome-download-ftp;/evince/&gnome-version;/evince-&evince-version;.tar.bz2">
     9  <!ENTITY evince-md5sum        "f8b9a1ee6fe8cd0a1b7a51ad4db96e59">
     10  <!ENTITY evince-size          "1.9 MB">
     11  <!ENTITY evince-buildsize     "46 MB">
     12  <!ENTITY evince-time          "1.1 SBU">
    1313]>
    1414
     
    7171
    7272    <bridgehead renderas="sect4">Required</bridgehead>
    73     <para role="required"><xref linkend="libgnomeui"/>,
     73    <para role="required"><xref linkend="gnome-doc-utils"/>,
    7474    <xref linkend="gnome-icon-theme"/>, and
    75     <xref linkend="gnome-doc-utils"/></para>
     75    <xref linkend="gtk2"/></para>
    7676
    7777    <bridgehead renderas="sect4">Run-Time Requirement</bridgehead>
     
    7979
    8080    <bridgehead renderas="sect4">Optional</bridgehead>
    81     <para role="optional"><xref linkend="intltool"/>,
     81    <para role="optional"><xref linkend="GConf"/>,
     82    <xref linkend="gnome-keyring"/>,
    8283    <xref linkend="gtk-doc"/>,
    83     <xref linkend="libgnomeprintui"/> (only used as an alternate method
    84       for printing),
    8584    <xref linkend="libtiff"/>,
    8685    <xref linkend="tetex"/> (required to build the DVI viewer),
     
    8988    <xref linkend="poppler"/> (required for PDF support and must be built
    9089      with <application>GTK+</application> support),
    91     <!-- <xref linkend="espgs"/> or --><xref linkend="gs"/>
     90    <ulink url="http://libspectre.freedesktop.org/wiki/">libspectre</ulink>
    9291    (required for Postscript ability from <application>Evince</application>),
    9392    <ulink url="http://djvulibre.djvuzone.org/">DjVuLibre</ulink>
     
    112111            --mandir=$(pkg-config \
    113112              --variable=prefix ORBit-2.0)/share/man \
    114             --disable-ps \
    115             --enable-pixbuf &amp;&amp;
     113            --enable-pixbuf \
     114            --without-keyring \
     115            --without-gconf \
     116            --disable-nautilus &amp;&amp;
    116117make</userinput></screen>
    117118
     
    143144    href="../../xincludes/gnome-mandir.xml"/>
    144145
    145     <para><option>--disable-ps</option>: This parameter is required if you
    146     don't have a Ghostscript package installed. Remove the parameter if you
    147     do have a Ghostscript package installed and wish to build the DVI
    148     viewer which provides Postscript support.</para>
    149 
    150     <para><option>--enable-djvu</option>: Use this parameter if you have the
    151     <application>DjVuLibre</application> package installed and you wish to
    152     build support to view DjVu graphic files.</para>
     146    <para><parameter>--enable-pixbuf</parameter>: This parameter enables the
     147    Pixbuf Backend.</para>
     148
     149    <para><parameter>--without-keyring</parameter>: This parameter disables the
     150    use of <application>gnome-keyring</application>. Remove parameter if
     151    <application>gnome-keyring</application> is installed.</para>
     152
     153    <para><parameter>--without-gconf</parameter>: This parameter disables
     154    <application>GConf</application> Support. Remove parameter if
     155    <application>GConf</application> is installed.</para>
     156
     157    <para><parameter>--disable-nautilus</parameter>: This parameter disables the
     158    <application>Nautilus</application> Plugin. Remove parameter if
     159    <application>Nautilus</application> is installed.</para>
     160
     161    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     162    href="../../xincludes/gtk-doc-rebuild.xml"/>
     163
     164    <para><option>--enable-introspection</option>: Use this parameter if you
     165    have the <application>gobject-introspection</application> package installed
     166    and you wish to enable GObject introspection.</para>
     167
     168    <para><option>--enable-impress</option>: Use this parameter if you wish to
     169    compile with support for impress presentations.</para>
    153170
    154171    <para><option>--enable-dvi</option>: Use this parameter if you have the
     
    171188
    172189      <seglistitem>
    173         <seg>evince and evince-thumbnailer</seg>
    174         <seg>libevince-properties-page.{so,a}
    175         <application>Nautilus</application> extension</seg>
    176         <seg><envar>$GNOME_PREFIX</envar>/share/{,gnome/help/ ,omf/}evince</seg>
     190        <seg>evince, evince-previewer,  and evince-thumbnailer</seg>
     191        <seg>libevdocument.{so,a}, libevview.{so,a}, the following backends:
     192        libcomicsdocument.{so,a}, libimpressdocument.{so,a},
     193        libpixbufdocument.{so,a}, libtiffdocument.{so,a}, and
     194        libevince-properties-page.{so,a}, a <application>Nautilus</application>
     195        extension.</seg>
     196        <seg><envar>$GNOME_PREFIX</envar>/{include/evince/2.25/{libdocument,
     197        libview},lib/evince/1/backends,share/{evince/icons/hicolor/*,
     198        gnome/help/evince/*,gtk-doc/html/{evince,libevdocument,libevview},
     199        omf/evince}}</seg>
    177200      </seglistitem>
    178201    </segmentedlist>
     
    189212          <indexterm zone="evince evince-prog">
    190213            <primary sortas="b-evince">evince</primary>
     214          </indexterm>
     215        </listitem>
     216      </varlistentry>
     217
     218      <varlistentry id="evince-previewer">
     219        <term><command>evince-previewer</command></term>
     220        <listitem>
     221          <para>is an applicaton that implements the printing preview.</para>
     222          <indexterm zone="evince evince-previewer">
     223            <primary sortas="b-evince-previewer">evince-previewer</primary>
    191224          </indexterm>
    192225        </listitem>
  • introduction/welcome/changelog.xml

    r054599c r8ac71ae  
    4343
    4444    <listitem>
     45      <para>April 6th, 2010</para>
     46      <itemizedlist>
     47        <listitem>
     48          <para>[wblaszcz] - Updated to Evince-2.28.2.</para>
     49        </listitem>
     50      </itemizedlist>
     51    </listitem>
     52
     53    <listitem>
    4554      <para>April 5th, 2010</para>
    4655      <itemizedlist>
Note: See TracChangeset for help on using the changeset viewer.