Changeset 369d7767 for general


Ignore:
Timestamp:
06/11/2014 12:03:28 AM (10 years ago)
Author:
Fernando de Oliveira <fernando@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 7.10, 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:
088576d6
Parents:
3e072580
Message:

xscreensaver-5.29
goffice-0.10.17
gnumeric-1.12.17
cmake-3.0.0
Remove all explicit eudev version references from Udev Extras.

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

Location:
general
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • general/genutils/xscreensaver.xml

    r3e072580 r369d7767  
    77  <!ENTITY xscreensaver-download-http "http://www.jwz.org/xscreensaver/xscreensaver-&xscreensaver-version;.tar.gz">
    88  <!ENTITY xscreensaver-download-ftp  " ">
    9   <!ENTITY xscreensaver-md5sum        "9f86ef921b55ccc9efa1ffd7ca437332">
     9  <!ENTITY xscreensaver-md5sum        "14f9104fa03f85371f885bdad956764d">
    1010  <!ENTITY xscreensaver-size          "8.4 MB">
    1111  <!ENTITY xscreensaver-buildsize     "167 MB">
    12   <!ENTITY xscreensaver-time          "0.9 SBU">
     12  <!ENTITY xscreensaver-time          "0.8 SBU">
    1313]>
    1414
  • general/prog/cmake.xml

    r3e072580 r369d7767  
    77  <!ENTITY cmake-download-http "http://www.cmake.org/files/v&cmake-major-version;/cmake-&cmake-version;.tar.gz">
    88  <!ENTITY cmake-download-ftp  " ">
    9   <!ENTITY cmake-md5sum        "17c6513483d23590cbce6957ec6d1e66">
    10   <!ENTITY cmake-size          "5.8 MB">
    11   <!ENTITY cmake-buildsize     "222 MB (additional 175 MB for tests)">
    12   <!ENTITY cmake-time          "1.5 SBU (additional 3.5 SBU for tests)">
     9  <!ENTITY cmake-md5sum        "21a1c85e1a3b803c4b48e7ff915a863e">
     10  <!ENTITY cmake-size          "5.3 MB">
     11  <!ENTITY cmake-buildsize     "236 MB (additional 199 MB for tests)">
     12  <!ENTITY cmake-time          "1.6 SBU (additional 4.4 SBU for tests)">
    1313]>
    1414
     
    7575    </itemizedlist>
    7676
    77     <bridgehead renderas="sect3">Additional Downloads</bridgehead>
    78     <itemizedlist spacing="compact">
    79       <listitem>
    80         <para>
    81           Required patch:
    82           <ulink url="&patch-root;/cmake-&cmake-version;-freetype-1.patch"/>
    83         </para>
    84       </listitem>
    85     </itemizedlist>
    86 
    8777    <bridgehead renderas="sect3">CMake Dependencies</bridgehead>
    8878
     
    9585    <bridgehead renderas="sect4">Optional</bridgehead>
    9686    <para role="optional">
    97       <xref linkend="subversion"/> (for testing) and
     87      <xref linkend="subversion"/> (for testing),
     88       <ulink url="http://pypi.python.org/pypi/Sphinx">Sphinx</ulink>
     89       (for building documents), and
    9890      <xref linkend="qt4"/> or <xref linkend="qt5"/> (for the Qt-based GUI)
    9991    </para>
     
    108100
    109101    <para>
     102       If <application>Qt4</application> and <application>Qt5</application> are
     103       installed in <filename class="directory">/opt</filename>, use
     104       <command>source setqt4</command> or <command>source setqt5</command> to
     105       choose which one will be used to build the Qt-based GUI.
     106    </para>
     107
     108    <para>
    110109      Install <application>CMake</application> by running the following
    111110      commands:
    112111    </para>
    113112
    114 <screen><userinput>patch -Np1 -i ../cmake-&cmake-version;-freetype-1.patch &amp;&amp;
    115 ./bootstrap --prefix=/usr       \
     113<screen><userinput>./bootstrap --prefix=/usr       \
    116114            --system-libs       \
    117115            --mandir=/share/man \
     
    120118
    121119    <para>
    122       To test the results, issue: <command>make -k test</command>. Some
    123       tests may fail for unknown reasons. Other tests depend on the
    124       availability of remote sites, and may fail if those sites are
    125       not available.
     120      To test the results, issue: <command>bin/ctest</command>. If you want to
     121      investigate a problem with a given "problem1-test", use
     122      <command>bin/ctest -R "problem1-test"</command> and, to omit it, use
     123      <command>bin/ctest -E "problem1-test"</command>. These options can be
     124      used toghether:
     125      <command>bin/ctest -R "problem1-test" -E "problem2-test"</command>.
     126      Option -N can be used to display all available tests, and you can run
     127      <command>bin/ctest</command> for a sub-set of tests by using their name
     128      s or numbers, separated by spaces, as options. Option --help can be used
     129      to show all options.
    126130    </para>
    127131
  • general/sysutils/udev-extras.xml

    r3e072580 r369d7767  
    1111  <!ENTITY eudev-buildsize     "23 MB">
    1212  <!ENTITY eudev-time          "0.3 SBU">
     13
     14  <!ENTITY eudev-svn-download-http "http://dev.gentoo.org/~blueness/eudev">
    1315]>
    1416
     
    3032    <title>Introduction to Udev Extras</title>
    3133
    32     <para>Udev was installed as a part of eudev in LFS. However, not
    33     all components were installed due to dependencies that were unavailable.
    34     This procedure adds those missing components.</para>
     34    <para><application>Udev</application> was indeed installed in LFS and there
     35    is no reason to reinstall it unless the user is going to install a package
     36    such as <application>UPower</application>. This installation of
     37    <application>Udev</application> enables extra features which includes gudev,
     38    a requirement for <application>UPower</application> and optionally used by
     39    other packages.</para>
     40
     41    <para>Unlike any other package in the development version of BLFS book,
     42    there is no set version of <application>Eudev</application> in this pages's
     43    title. For consistency, there is no set version specified to download, as
     44    well. Version update to <application>Eudev</application> in the development
     45    LFS makes probable that the user's system may have an
     46    <application>Eudev</application> version different from the one in the
     47    development LFS. Therefore, users should download and use the version of
     48    <application>Eudev</application> their computer currently uses. With few
     49    exceptions, the BLFS team has no experience updating (or reverting to an
     50    older version) the <application>Eudev</application> package <quote>on the
     51    fly</quote>.</para>
    3552
    3653    <!-- &lfs75_checked; -->
     
    5370    <itemizedlist spacing="compact">
    5471      <listitem>
     72        <para>Download (HTTP): <ulink url="&eudev-svn-download-http;"/></para>
     73      </listitem>
     74<!--      <listitem>
    5575        <para>Download (HTTP): <ulink url="&eudev-download-http;"/></para>
    5676      </listitem>
     
    6989      <listitem>
    7090        <para>Estimated build time: &eudev-time;</para>
    71       </listitem>
     91      </listitem>-->
    7292    </itemizedlist>
    7393
Note: See TracChangeset for help on using the changeset viewer.