Changeset 62fb0eea
- Timestamp:
- 10/09/2019 10:12:11 PM (5 years ago)
- Branches:
- 10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 12.2, 9.1, 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:
- ebb31dbd
- Parents:
- d8c7183f
- Files:
-
- 6 edited
Legend:
- Unmodified
- Added
- Removed
-
general.ent
rd8c7183f r62fb0eea 1 1 <!-- $LastChangedBy$ $Date$ --> 2 2 3 <!ENTITY day "0 8"> <!-- Always 2 digits -->3 <!ENTITY day "09"> <!-- Always 2 digits --> 4 4 <!ENTITY month "10"> <!-- Always 2 digits --> 5 5 <!ENTITY year "2019"> … … 7 7 <!ENTITY copyholder "The BLFS Development Team"> 8 8 <!ENTITY version "&year;-&month;-&day;"> 9 <!ENTITY releasedate "October 8th, &year;">9 <!ENTITY releasedate "October 9th, &year;"> 10 10 <!ENTITY pubdate "&year;-&month;-&day;"> <!-- metadata req. by TLDP --> 11 11 <!ENTITY blfs-version "svn"> <!-- svn|[release #] --> -
general/prog/vala.xml
rd8c7183f r62fb0eea 7 7 <!ENTITY vala-download-http "&gnome-download-http;/vala/&vala-major-version;/vala-&vala-version;.tar.xz"> 8 8 <!ENTITY vala-download-ftp "&gnome-download-ftp;/vala/&vala-major-version;/vala-&vala-version;.tar.xz"> 9 <!ENTITY vala-md5sum "8 732b55e1514e3c248af35835e403392">9 <!ENTITY vala-md5sum "809ddac69b039ef509b61993c848613f"> 10 10 <!ENTITY vala-size "3.2 MB"> 11 <!ENTITY vala-buildsize "17 1MB (add 9 MB for tests)">12 <!ENTITY vala-time "0.5 SBU (using parallelism=4; add 1. 6SBU for tests)">11 <!ENTITY vala-buildsize "172 MB (add 9 MB for tests)"> 12 <!ENTITY vala-time "0.5 SBU (using parallelism=4; add 1.5 SBU for tests)"> 13 13 ]> 14 14 -
introduction/welcome/changelog.xml
rd8c7183f r62fb0eea 41 41 </itemizedlist> 42 42 </listitem> 43 --> 43 --> 44 <listitem> 45 <para>October 9th, 2019</para> 46 <itemizedlist> 47 <listitem> 48 <para>[renodr] - Update to mesa-19.2.1. Fixes 49 <ulink url="&blfs-ticket-root;12626">#12626</ulink>.</para> 50 </listitem> 51 <listitem> 52 <para>[renodr] - Update to libX11-1.6.9 (Xorg Library). Fixes 53 <ulink url="&blfs-ticket-root;12627">#12627</ulink>.</para> 54 </listitem> 55 <listitem> 56 <para>[renodr] - Update to vala-0.46.3. Fixes 57 <ulink url="&blfs-ticket-root;12625">#12625</ulink>.</para> 58 </listitem> 59 </itemizedlist> 60 </listitem> 61 44 62 <listitem> 45 63 <para>October 8th, 2019</para> -
packages.ent
rd8c7183f r62fb0eea 342 342 <!ENTITY tk-version "8.6.9"> 343 343 <!ENTITY vala-major-version "0.46"> <!-- even minors only --> 344 <!ENTITY vala-version "&vala-major-version;. 2">344 <!ENTITY vala-version "&vala-major-version;.3"> 345 345 <!ENTITY valgrind-version "3.15.0"> 346 346 <!ENTITY yasm-version "1.3.0"> … … 651 651 <!ENTITY xkeyboard-config-version "2.27"> 652 652 <!ENTITY mesa-major-minor "19.2"> 653 <!ENTITY mesa-version "&mesa-major-minor;. 0">653 <!ENTITY mesa-version "&mesa-major-minor;.1"> 654 654 <!ENTITY xcb-util-version "0.4.0"> 655 655 <!ENTITY xcb-util-image-version "0.4.0"> -
x/installing/mesa.xml
rd8c7183f r62fb0eea 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 " 4346581ded5d554cc873e2efbb8ce9c3">9 <!ENTITY mesa-md5sum "8f9c05cfbf7b357c60a5345bb87a92c7"> 10 10 <!ENTITY mesa-size "11 MB"> 11 <!ENTITY mesa-buildsize " 381MB (with demos and docs), add 187 MB for tests">12 <!ENTITY mesa-time "2. 4SBU (with parallelism=4, demos, and docs), add 0.4 SBU for tests">11 <!ENTITY mesa-buildsize "738 MB (with demos and docs), add 187 MB for tests"> 12 <!ENTITY mesa-time "2.3 SBU (with parallelism=4, demos, and docs), add 0.4 SBU for tests"> 13 13 ]> 14 14 … … 224 224 cd build && 225 225 226 LDFLAGS=-lXv \227 226 meson --prefix=$XORG_PREFIX \ 228 227 -Dbuildtype=release \ … … 381 380 </seg> 382 381 <seg> 383 $XORG_PREFIX/{include/{ EGL,GL,GLES,GLES2,GLES3,KHR,vulkan},lib/{d3d,dri,vdpau}}382 $XORG_PREFIX/{include/{d3dapater,EGL,GL,GLES,GLES2,GLES3,KHR,vulkan},lib/{d3d,dri,vdpau}} 384 383 $XORG_PREFIX/share/drirc.d (contains workarounds for various applications, 385 384 particularly browsers and games) -
x/installing/x7lib.xml
rd8c7183f r62fb0eea 14 14 <!ENTITY xtrans-md5sum "ce2fb8100c6647ee81451ebe388b17ad"> 15 15 16 <!ENTITY libX11-version "1.6. 8">17 <!ENTITY libX11-md5sum " c5fa5a86a20e3591bed6c046498d4b8f">16 <!ENTITY libX11-version "1.6.9"> 17 <!ENTITY libX11-md5sum "55adbfb6d4370ecac5e70598c4e7eed2"> 18 18 19 19 <!ENTITY libXext-version "1.3.4">
Note:
See TracChangeset
for help on using the changeset viewer.