Ignore:
Timestamp:
02/11/2016 07:19:50 AM (8 years ago)
Author:
DJ Lucas <dj@…>
Branches:
systemd-13485
Children:
58b6b9b2
Parents:
17fee97b
Message:

X Software section: Merge changes from trunk.

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/branches/systemd@16944 af4574ff-66df-0310-9fd7-8a98e5e911e0

File:
1 edited

Legend:

Unmodified
Added
Removed
  • xsoft/other/feh.xml

    r17fee97b r5e94b6c3  
    77  <!ENTITY feh-download-http "http://feh.finalrewind.org/feh-&feh-version;.tar.bz2">
    88  <!ENTITY feh-download-ftp  " ">
    9   <!ENTITY feh-md5sum        "18a70487dddf43682d4acc896bfed0d3">
     9  <!ENTITY feh-md5sum        "ce8509d7f5c8cfcd4afad056ded5e4d7">
    1010  <!ENTITY feh-size          "2.1 MB">
    11   <!ENTITY feh-buildsize     "6.9 MB">
    12   <!ENTITY feh-time          "less than 0.1 SBU">
     11  <!ENTITY feh-buildsize     "6.9 MB (with tests)">
     12  <!ENTITY feh-time          "less than 0.1 SBU (with tests)">
    1313]>
    1414
     
    4040    </para>
    4141
    42     &lfs77_checked;
     42    &lfs78_checked;
    4343
    4444    <bridgehead renderas="sect3">Package Information</bridgehead>
    4545    <itemizedlist spacing="compact">
     46
     47    <note>
     48      <para>
     49        For some reason, using a browser, the link will not download the
     50        package as a tarball, but instead, as a page. Therefore, you will need
     51        to use <quote>Save link as</quote> or the <command>wget</command> or
     52        another similar command, in the command line.
     53      </para>
     54    </note>
     55
    4656      <listitem>
    4757        <para>
     
    7282        <para>
    7383          Estimated build time: &feh-time;
     84        </para>
     85      </listitem>
     86    </itemizedlist>
     87
     88    <bridgehead renderas="sect3">Additional Downloads</bridgehead>
     89    <itemizedlist spacing="compact">
     90      <listitem>
     91        <para>
     92          Optional patch, for the test suite:
     93          <ulink
     94            url="&patch-root;/feh-&feh-version;-disable_some_tests-1.patch"/>
    7495        </para>
    7596      </listitem>
     
    82103      <xref linkend="libpng"/> and
    83104      <xref linkend="imlib2"/> (built with
    84       <xref linkend="giflib"/> support for the test suite.)
     105      <xref linkend="giflib"/> support, for the tests)
    85106    </para>
    86107
     
    92113    <bridgehead renderas="sect4">Optional</bridgehead>
    93114    <para role="optional">
    94       <xref linkend="libexif"/> and
    95       <xref linkend="perl-test-command"/>
    96       (required to run the testsuite)
     115      <xref linkend="libexif"/>
    97116    </para>
    98117
     
    103122    </para>
    104123
     124    <bridgehead renderas="sect4">Optional (test suite)</bridgehead>
     125    <para role="optional">
     126      <xref linkend="perl-test-command"/> (required)
     127    </para>
     128
    105129    <para condition="html" role="usernotes">
    106130      User Notes: <ulink url="&blfs-wiki;/feh"/>
     
    111135  <sect2 role="installation">
    112136    <title>Installation of feh</title>
     137
     138    <para> Due to well-known problems when <application>feh</application> try to
     139    load gif images (sometimes <application>imlib2</application> being blamed
     140    for that), some tests fail. To avoid that, apply the following patch, if you
     141    intend to run the test suite: </para>
     142
     143<screen><userinput>patch -Np1 -i ../feh-&feh-version;-disable_some_tests-1.patch</userinput></screen>
    113144
    114145    <para>
Note: See TracChangeset for help on using the changeset viewer.