Changeset 369d7767
- Timestamp:
- 06/11/2014 12:03:28 AM (9 years ago)
- Branches:
- 10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 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, ken/inkscape-core-mods, krejzi/svn, lazarus, nosym, perl-modules, plabs/python-mods, qt5new, systemd-11177, systemd-13485, trunk, upgradedb, xry111/intltool, xry111/soup3, xry111/test-20220226
- Children:
- 088576d6
- Parents:
- 3e072580
- Files:
-
- 7 edited
Legend:
- Unmodified
- Added
- Removed
-
general.ent
r3e072580 r369d7767 333 333 <!ENTITY tree-version "1.7.0"> 334 334 <!ENTITY unixodbc-version "2.3.2"> 335 <!ENTITY xscreensaver-version "5.2 8">335 <!ENTITY xscreensaver-version "5.29"> 336 336 337 337 <!-- Chapter 12 --> … … 373 373 <!ENTITY bazaar-version "2.5.1"> 374 374 <!ENTITY check-version "0.9.13"> 375 <!ENTITY cmake-major-version " 2.8">376 <!ENTITY cmake-minor-version " 12.2">375 <!ENTITY cmake-major-version "3.0"> 376 <!ENTITY cmake-minor-version "0"> 377 377 <!ENTITY cmake-version "&cmake-major-version;.&cmake-minor-version;"> 378 378 <!ENTITY cvs-version "1.11.23"> … … 565 565 <!ENTITY gdk-pixbuf-version "2.30.8"> 566 566 <!ENTITY glu-version "9.0.0"> 567 <!ENTITY goffice010-version "0.10.1 6">567 <!ENTITY goffice010-version "0.10.17"> 568 568 <!ENTITY gtk2-version "2.24.23"> 569 569 <!ENTITY gtk3-version "3.12.2"> … … 725 725 <!-- Chapter 34 --> 726 726 <!ENTITY AbiWord-version "3.0.0"> 727 <!ENTITY gnumeric-version "1.12.1 6">727 <!ENTITY gnumeric-version "1.12.17"> 728 728 <!ENTITY gnucash-version "2.4.11"> 729 729 -
general/genutils/xscreensaver.xml
r3e072580 r369d7767 7 7 <!ENTITY xscreensaver-download-http "http://www.jwz.org/xscreensaver/xscreensaver-&xscreensaver-version;.tar.gz"> 8 8 <!ENTITY xscreensaver-download-ftp " "> 9 <!ENTITY xscreensaver-md5sum " 9f86ef921b55ccc9efa1ffd7ca437332">9 <!ENTITY xscreensaver-md5sum "14f9104fa03f85371f885bdad956764d"> 10 10 <!ENTITY xscreensaver-size "8.4 MB"> 11 11 <!ENTITY xscreensaver-buildsize "167 MB"> 12 <!ENTITY xscreensaver-time "0. 9SBU">12 <!ENTITY xscreensaver-time "0.8 SBU"> 13 13 ]> 14 14 -
general/prog/cmake.xml
r3e072580 r369d7767 7 7 <!ENTITY cmake-download-http "http://www.cmake.org/files/v&cmake-major-version;/cmake-&cmake-version;.tar.gz"> 8 8 <!ENTITY cmake-download-ftp " "> 9 <!ENTITY cmake-md5sum " 17c6513483d23590cbce6957ec6d1e66">10 <!ENTITY cmake-size "5. 8MB">11 <!ENTITY cmake-buildsize "2 22 MB (additional 175MB for tests)">12 <!ENTITY cmake-time "1. 5 SBU (additional 3.5SBU 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)"> 13 13 ]> 14 14 … … 75 75 </itemizedlist> 76 76 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 87 77 <bridgehead renderas="sect3">CMake Dependencies</bridgehead> 88 78 … … 95 85 <bridgehead renderas="sect4">Optional</bridgehead> 96 86 <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 98 90 <xref linkend="qt4"/> or <xref linkend="qt5"/> (for the Qt-based GUI) 99 91 </para> … … 108 100 109 101 <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> 110 109 Install <application>CMake</application> by running the following 111 110 commands: 112 111 </para> 113 112 114 <screen><userinput>patch -Np1 -i ../cmake-&cmake-version;-freetype-1.patch && 115 ./bootstrap --prefix=/usr \ 113 <screen><userinput>./bootstrap --prefix=/usr \ 116 114 --system-libs \ 117 115 --mandir=/share/man \ … … 120 118 121 119 <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. 126 130 </para> 127 131 -
general/sysutils/udev-extras.xml
r3e072580 r369d7767 11 11 <!ENTITY eudev-buildsize "23 MB"> 12 12 <!ENTITY eudev-time "0.3 SBU"> 13 14 <!ENTITY eudev-svn-download-http "http://dev.gentoo.org/~blueness/eudev"> 13 15 ]> 14 16 … … 30 32 <title>Introduction to Udev Extras</title> 31 33 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> 35 52 36 53 <!-- &lfs75_checked; --> … … 53 70 <itemizedlist spacing="compact"> 54 71 <listitem> 72 <para>Download (HTTP): <ulink url="&eudev-svn-download-http;"/></para> 73 </listitem> 74 <!-- <listitem> 55 75 <para>Download (HTTP): <ulink url="&eudev-download-http;"/></para> 56 76 </listitem> … … 69 89 <listitem> 70 90 <para>Estimated build time: &eudev-time;</para> 71 </listitem> 91 </listitem>--> 72 92 </itemizedlist> 73 93 -
introduction/welcome/changelog.xml
r3e072580 r369d7767 48 48 <itemizedlist> 49 49 <listitem> 50 <para>[fernando] - cmake-3.0.0. Fixes 51 <ulink url="&blfs-ticket-root;5159">#5159</ulink>.</para> 52 </listitem> 53 <listitem> 54 <para>[fernando] - gnumeric-1.12.17. Fixes 55 <ulink url="&blfs-ticket-root;5157">#5157</ulink>.</para> 56 </listitem> 57 <listitem> 58 <para>[fernando] - goffice-0.10.17. Fixes 59 <ulink url="&blfs-ticket-root;5156">#5156</ulink>.</para> 60 </listitem> 61 <listitem> 62 <para>[fernando] - Remove all explicit eudev version references from 63 Udev Extras. Fixes 64 <ulink url="&blfs-ticket-root;5154">#5154</ulink>.</para> 65 </listitem> 66 <listitem> 67 <para>[fernando] - xscreensaver-5.29. Fixes 68 <ulink url="&blfs-ticket-root;5153">#5153</ulink>.</para> 69 </listitem> 70 <listitem> 50 71 <para>[bdubbs] - Update to autofs-5.1.0. Fixes 51 72 <ulink url="&blfs-ticket-root;5138">#5138</ulink>.</para> -
x/lib/goffice010.xml
r3e072580 r369d7767 9 9 <!ENTITY goffice010-download-ftp 10 10 "&gnome-download-ftp;/goffice/0.10/goffice-&goffice010-version;.tar.xz"> 11 <!ENTITY goffice010-md5sum " 4525202d8927dd6ae1ac874e2f175fb7">11 <!ENTITY goffice010-md5sum "fd5635aeb808ebebaf87124440a9fbdb"> 12 12 <!ENTITY goffice010-size "2.2 MB"> 13 <!ENTITY goffice010-buildsize "8 2 MB (additional 2MB for the tests)">13 <!ENTITY goffice010-buildsize "83 MB (additional 1 MB for the tests)"> 14 14 <!ENTITY goffice010-time "0.9 SBU (additional less than 0.1 SBU for the tests)"> 15 15 ]> -
xsoft/office/gnumeric.xml
r3e072580 r369d7767 7 7 <!ENTITY gnumeric-download-http "&gnome-download-http;/gnumeric/1.12/gnumeric-&gnumeric-version;.tar.xz"> 8 8 <!ENTITY gnumeric-download-ftp "&gnome-download-ftp;/gnumeric/1.12/gnumeric-&gnumeric-version;.tar.xz"> 9 <!ENTITY gnumeric-md5sum " c719a9a8305a6be83801acda99e43f87">9 <!ENTITY gnumeric-md5sum "7d488148ca5192178f60d2d33c32c9e7"> 10 10 <!ENTITY gnumeric-size "18 MB"> 11 <!ENTITY gnumeric-buildsize "251 MB (additional 3MB for the tests)">11 <!ENTITY gnumeric-buildsize "251 MB (additional 2 MB for the tests)"> 12 12 <!ENTITY gnumeric-time "1.7 SBU (additional 1.3 SBU for the tests)"> 13 13 ]>
Note:
See TracChangeset
for help on using the changeset viewer.