Changeset c28df1a9
- Timestamp:
- 10/21/2017 11:36:00 PM (7 years ago)
- Branches:
- 10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 12.2, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, gimp3, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, perl-modules, 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:
- ed9b0761
- Parents:
- 9ac88cc5
- Files:
-
- 7 edited
Legend:
- Unmodified
- Added
- Removed
-
general.ent
r9ac88cc5 rc28df1a9 1 1 <!-- $LastChangedBy$ $Date$ --> 2 2 3 <!ENTITY day " 19"> <!-- Always 2 digits -->3 <!ENTITY day "21"> <!-- Always 2 digits --> 4 4 <!ENTITY month "10"> <!-- Always 2 digits --> 5 5 <!ENTITY year "2017"> … … 7 7 <!ENTITY copyholder "The BLFS Development Team"> 8 8 <!ENTITY version "&year;-&month;-&day;"> 9 <!ENTITY releasedate "October 19th, &year;">9 <!ENTITY releasedate "October 21st, &year;"> 10 10 <!ENTITY pubdate "&year;-&month;-&day;"> <!-- metadata req. by TLDP --> 11 11 <!ENTITY blfs-version "svn"> <!-- svn|[release #] --> -
general/graphlib/harfbuzz.xml
r9ac88cc5 rc28df1a9 8 8 "https://www.freedesktop.org/software/harfbuzz/release/harfbuzz-&harfbuzz-version;.tar.bz2"> 9 9 <!ENTITY harfbuzz-download-ftp " "> 10 <!ENTITY harfbuzz-md5sum "9 bd1ad423825caec4a7d494ba1c7a414">11 <!ENTITY harfbuzz-size "1. 5MB">10 <!ENTITY harfbuzz-md5sum "925338b9ee562c4851b63eb210ef7b7b"> 11 <!ENTITY harfbuzz-size "1.6 MB"> 12 12 <!ENTITY harfbuzz-buildsize "30 MB (add 21 MB for tests)"> 13 <!ENTITY harfbuzz-time "0.3 SBU (add 0. 2SBU for tests)">13 <!ENTITY harfbuzz-time "0.3 SBU (add 0.3 SBU for tests)"> 14 14 ]> 15 15 -
introduction/welcome/changelog.xml
r9ac88cc5 rc28df1a9 44 44 45 45 <listitem> 46 <para>October 30th, 2017</para> 47 <itemizedlist> 48 <listitem> 49 <para>[bdubbs] - Update to mesa-17.2.3. Fixes 50 <ulink url="&blfs-ticket-root;9907">#9907</ulink>.</para> 51 </listitem> 52 <listitem> 53 <para>[bdubbs] - Update to libXfont 1.5.3. Fixes 54 <ulink url="&blfs-ticket-root;9904">#9904</ulink>.</para> 55 </listitem> 56 <listitem> 57 <para>[bdubbs] - Update to libinput-1.9.0. Fixes 58 <ulink url="&blfs-ticket-root;9897">#9897</ulink>.</para> 59 </listitem> 60 <listitem> 61 <para>[bdubbs] - Update to harfbuzz-1.6.0. Fixes 62 <ulink url="&blfs-ticket-root;9883">#9883</ulink>.</para> 63 </listitem> 64 </itemizedlist> 65 </listitem> 66 67 <listitem> 46 68 <para>October 19th, 2017</para> 47 69 <itemizedlist> -
packages.ent
r9ac88cc5 rc28df1a9 197 197 <!ENTITY giflib-version "5.1.4"> 198 198 <!ENTITY graphite2-version "1.3.10"> 199 <!ENTITY harfbuzz-version "1. 5.1">199 <!ENTITY harfbuzz-version "1.6.0"> 200 200 <!ENTITY ijs-version "0.35"> 201 201 <!ENTITY jasper-version "2.0.14"> … … 519 519 <!ENTITY xcursor-themes-version "1.0.4"> 520 520 <!ENTITY xkeyboard-config-version "2.22"> 521 <!ENTITY mesa-version "17.2. 2">521 <!ENTITY mesa-version "17.2.3"> 522 522 <!ENTITY xcb-util-version "0.4.0"> 523 523 <!ENTITY xcb-util-image-version "0.4.0"> -
x/installing/libinput.xml
r9ac88cc5 rc28df1a9 5 5 %general-entities; 6 6 7 <!ENTITY libinput-version "1. 8.3">7 <!ENTITY libinput-version "1.9.0"> 8 8 9 9 <!ENTITY libinput-download-http "https://www.freedesktop.org/software/libinput/libinput-&libinput-version;.tar.xz"> 10 10 <!ENTITY libinput-download-ftp " "> 11 <!ENTITY libinput-md5sum " 5265244853ad7cf41232b0d3ee805ab9">12 <!ENTITY libinput-size " 920KB">13 <!ENTITY libinput-buildsize " 16MB (add 8 MB for tests)">14 <!ENTITY libinput-time " 0.1 SBU (add 14 minutes for tests, not CPU dependent)">11 <!ENTITY libinput-md5sum "b33b5505f639bf01a6e2e3a01892e91f"> 12 <!ENTITY libinput-size "448 KB"> 13 <!ENTITY libinput-buildsize "9.2 MB (add 8 MB for tests)"> 14 <!ENTITY libinput-time "less than 0.1 SBU (add 14 minutes for tests, not CPU dependent)"> 15 15 ]> 16 16 … … 107 107 </para> 108 108 109 <screen><userinput>./configure $XORG_CONFIG \ 110 --disable-libwacom \ 111 --disable-debug-gui \ 112 --disable-tests \ 113 --disable-documentation \ 114 --with-udev-dir=/lib/udev && 115 make</userinput></screen> 109 <screen><userinput>meson --prefix $XORG_PREFIX \ 110 -Dudev-dir=/lib/udev \ 111 -Ddebug-gui=false \ 112 -Dtests=false \ 113 -Ddocumentation=false \ 114 -Dlibwacom=false \ 115 build && 116 cd build && 117 ninja</userinput></screen> 116 118 117 119 <note> 118 <para>If you want to run the tests, remove - -disable-tests from the119 <command> configure</command> command above. The external120 <para>If you want to run the tests, remove -Dtests from the 121 <command>meson</command> command above. The external 120 122 library, libunwind, must be installed.</para> 121 123 … … 144 146 tests can be run as the <systemitem 145 147 class="username">root</systemitem> user with 146 <userinput> makecheck</userinput>. Note that depending on148 <userinput>ninja check</userinput>. Note that depending on 147 149 the system configuration and hardware, some tests may fail. 148 150 </para> … … 152 154 </para> 153 155 154 <screen role="root"><userinput> makeinstall</userinput></screen>156 <screen role="root"><userinput>ninja install</userinput></screen> 155 157 156 158 <para> … … 170 172 171 173 <para> 172 < parameter>--disable-libwacom</parameter>: Remove this173 option if you have the external library libwacominstalled.174 </para> 175 176 <para> 177 < parameter>--disable-debug-gui</parameter>: This switch174 <option>-Dudev-dir=/lib/udev</option>: This switch 175 specifies where UDev rules and hwdb files will be installed. 176 </para> 177 178 <para> 179 <option>-Ddebug-gui=false</option>: This switch 178 180 disables creation of a visual debug helper for libinput. Remove 179 181 if you want it, and you have <xref linkend="gtk3"/> installed. … … 181 183 182 184 <para> 183 < parameter>--disable-tests</parameter>: This switch disables compilation185 <option>-Dtests=false</option>: This switch disables compilation 184 186 of tests. Remove if you want to run the tests, and you have the external 185 187 library, libunwind, installed. … … 187 189 188 190 <para> 189 < parameter>--disable-documentation</parameter>: This switch disables191 <option>-Ddocumentation=false</option>: This switch disables 190 192 generation of the documentation. Remove if you want to generate it, and 191 193 you have <xref linkend="doxygen"/> and <xref linkend="graphviz"/> … … 194 196 195 197 <para> 196 < parameter>--with-udev-dir=/lib/udev</parameter>: This switch197 specifies where UDev rules and hwdb files will beinstalled.198 <option>-Dlibwacom=false</option>: Remove this 199 option if you have the external library libwacom installed. 198 200 </para> 199 201 -
x/installing/mesa.xml
r9ac88cc5 rc28df1a9 7 7 <!ENTITY mesa-download-http "https://mesa.freedesktop.org/archive/mesa-&mesa-version;.tar.xz"> 8 8 <!ENTITY mesa-download-ftp "ftp://ftp.freedesktop.org/pub/mesa/mesa-&mesa-version;.tar.xz"> 9 <!ENTITY mesa-md5sum " 1a157b5baefb5adf9f4fbb8a6632d74c">9 <!ENTITY mesa-md5sum "a7dca71afbc7294cb7d505067fd44ef6"> 10 10 <!ENTITY mesa-size "9.9 MB"> 11 11 <!ENTITY mesa-buildsize "348 MB (with demos and docs, add 53 MB for tests)"> -
x/installing/x7legacy.xml
r9ac88cc5 rc28df1a9 11 11 <!ENTITY x7legacy-time "0.4 SBU"> 12 12 13 <!ENTITY libXfont-version "1.5. 2">14 <!ENTITY libXfont-md5sum " 254ee42bd178d18ebc7a73aacfde7f79">13 <!ENTITY libXfont-version "1.5.3"> 14 <!ENTITY libXfont-md5sum "9ba75bf38ba62a6ad52550ab716da9b3"> 15 15 16 16 <!ENTITY bdftopcf-version "1.0.5">
Note:
See TracChangeset
for help on using the changeset viewer.