Changeset f6308e8
- Timestamp:
- 08/01/2020 04:29:16 PM (4 years ago)
- Branches:
- 10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 12.2, gimp3, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, upgradedb, xry111/for-12.3, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/spidermonkey128, xry111/test-20220226, xry111/xf86-video-removal
- Children:
- 6afd5cb
- Parents:
- fed4605f
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
general/prog/cmake.xml
rfed4605f rf6308e8 7 7 <!ENTITY cmake-download-http "https://cmake.org/files/v&cmake-major-version;/cmake-&cmake-version;.tar.gz"> 8 8 <!ENTITY cmake-download-ftp " "> 9 <!ENTITY cmake-md5sum " 94a7befd2ff39721a3de844d94bd7c62">9 <!ENTITY cmake-md5sum "bc0d668dba6ec081c664ae95b75540d6"> 10 10 <!ENTITY cmake-size "8.6 MB"> 11 <!ENTITY cmake-buildsize "348 MB (add 584 MB for tests)">11 <!ENTITY cmake-buildsize "348 MB (add 634 MB for tests)"> 12 12 <!ENTITY cmake-time "3.2 SBU (add 3.3 SBU for tests, both using parallelism=4)"> 13 13 ]> … … 75 75 </itemizedlist> 76 76 77 <!-- 77 78 <bridgehead renderas="sect3">Additional Downloads</bridgehead> 78 79 <itemizedlist spacing="compact"> … … 84 85 </listitem> 85 86 </itemizedlist> 87 --> 86 88 87 89 <bridgehead renderas="sect3">CMake Dependencies</bridgehead> … … 101 103 <bridgehead renderas="sect4">Optional</bridgehead> 102 104 <para role="optional"> 105 <xref linkend="git"/> (for use during tests), 103 106 <xref linkend="qt5"/> (for the Qt-based GUI), 104 107 <xref linkend="subversion"/> (for testing), and … … 114 117 <title>Installation of CMake</title> 115 118 119 <!-- This patch was applied in 3.18.1! 116 120 <para> 117 121 First, fix a regression that was discovered after the release of 3.18.0: … … 119 123 120 124 <screen><userinput remap="pre">patch -Np1 -i ../cmake-&cmake-version;-regression_fix-1.patch</userinput></screen> 125 --> 121 126 122 127 <para> -
introduction/welcome/changelog.xml
rfed4605f rf6308e8 46 46 <itemizedlist> 47 47 <listitem> 48 <para>[renodr] - Update to cmake-3.18.1. Fixes 49 <ulink url="&blfs-ticket-root;13866">#13866</ulink>.</para> 50 </listitem> 51 <listitem> 48 52 <para>[renodr] - Update to mlt-6.22.0. Fixes 49 53 <ulink url="&blfs-ticket-root;13868">#13868</ulink>.</para> -
packages.ent
rfed4605f rf6308e8 323 323 <!ENTITY clisp-version "2.49"> 324 324 <!ENTITY cmake-major-version "3.18"> 325 <!ENTITY cmake-minor-version " 0">325 <!ENTITY cmake-minor-version "1"> 326 326 <!ENTITY cmake-version "&cmake-major-version;.&cmake-minor-version;"> 327 327 <!ENTITY dejagnu-version "1.6.2">
Note:
See TracChangeset
for help on using the changeset viewer.