Changeset 67106a3d


Ignore:
Timestamp:
02/10/2012 08:17:24 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:
ac02266
Parents:
05a757b
Message:

eog-3.2.2

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

Files:
4 edited
1 moved

Legend:

Unmodified
Added
Removed
  • general.ent

    r05a757b r67106a3d  
    707707<!ENTITY brasero-version              "3.2.0">
    708708<!ENTITY empathy-version              "3.2.2">
     709<!ENTITY eog-version                  "3.2.2">
    709710<!ENTITY gnome-terminal-version       "2.30.2">
    710711<!ENTITY nautilus-version             "2.30.1">
     
    742743<!ENTITY deskbar-applet-version       "2.30.1">
    743744<!ENTITY ekiga-version                "3.2.7">
    744 <!ENTITY eog-version                  "2.30.2">
    745745<!ENTITY epiphany-version             "2.30.2">
    746746<!ENTITY evince-version               "2.30.2">
  • gnome/add/add.xml

    r05a757b r67106a3d  
    4242  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="deskbar-applet.xml"/>
    4343  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="ekiga.xml"/>
    44   <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="eog.xml"/>
    4544  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="epiphany.xml"/>
    4645  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="evince.xml"/>
  • gnome/core/core.xml

    r05a757b r67106a3d  
    9696  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="brasero.xml"/>
    9797  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="empathy.xml"/>
     98  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="eog.xml"/>
    9899  <!--<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="epiphany.xml"/>
    99   <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="eog.xml"/>
    100100  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="evince.xml"/>
    101101  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="gcalctool.xml"/>
  • gnome/core/eog.xml

    r05a757b r67106a3d  
    55  %general-entities;
    66
    7   <!ENTITY eog-download-http "&gnome-download-http;/eog/&gnome-version;/eog-&eog-version;.tar.bz2">
    8   <!ENTITY eog-download-ftp  "&gnome-download-ftp;/eog/&gnome-version;/eog-&eog-version;.tar.bz2">
    9   <!ENTITY eog-md5sum        "2f7fdf9392f24229fd82c53e8465f998">
    10   <!ENTITY eog-size          "2.7 MB">
    11   <!ENTITY eog-buildsize     "47 MB">
    12   <!ENTITY eog-time          "0.6 SBU">
     7  <!ENTITY eog-download-http "&gnome-download-http;/eog/&gnome-version;/eog-&eog-version;.tar.xz">
     8  <!ENTITY eog-download-ftp  "&gnome-download-ftp;/eog/&gnome-version;/eog-&eog-version;.tar.xz">
     9  <!ENTITY eog-md5sum        "66d2c1d8d250a37e18f3fbf696642214">
     10  <!ENTITY eog-size          "?? MB">
     11  <!ENTITY eog-buildsize     "?? MB">
     12  <!ENTITY eog-time          "?? SBU">
    1313]>
    1414
     
    3434    cataloging image files.</para>
    3535
    36     &lfs65_checked;
     36    <!-- &lfs65_checked; not this version! -->
    3737
    3838    <bridgehead renderas="sect3">Package Information</bridgehead>
     
    6262    <bridgehead renderas="sect4">Required</bridgehead>
    6363    <para role="required"><xref linkend="gnome-desktop"/>,
    64     <xref linkend="gnome-icon-theme"/>, and
     64    <xref linkend="gnome-icon-theme"/>,
     65    <!-- FIXME:ken
     66    <xref linkend="libpeas"/>, and -->
     67    libpeas-1.2.0, and
    6568    <xref linkend="shared-mime-info"/></para>
    6669
     
    6972
    7073    <bridgehead renderas="sect4">Optional</bridgehead>
    71     <para role="optional"><ulink
    72     url="http://libopenraw.freedesktop.org/wiki/Exempi">Exempi</ulink>,
     74    <para role="optional"><xref linkend="exempi"/>,
    7375    <xref linkend="libexif"/>,
    7476    <xref linkend="lcms"/>, and
     
    8688    following commands:</para>
    8789
    88 <screen><userinput>./configure --prefix=$(pkg-config --variable=prefix ORBit-2.0) \
    89             --sysconfdir=&gnome-etc-dir; \
     90<screen><userinput>./configure --prefix=$GNOME_PREFIX \
     91            --sysconfdir=$GNOME_SYSCONFDIR \
    9092            --localstatedir=/var/lib &amp;&amp;
    9193make</userinput></screen>
  • introduction/welcome/changelog.xml

    r05a757b r67106a3d  
    7373          <para>[ken] - merge empathy-3.2.2 from Wayne.</para>
    7474        </listitem>
     75        <listitem>
     76          <para>[ken] - merge eog-3.2.2 from Wayne.</para>
     77        </listitem>
    7578      </itemizedlist>
    7679    </listitem>
Note: See TracChangeset for help on using the changeset viewer.