Changeset c823c075
- Timestamp:
- 04/30/2020 06:01:16 PM (3 years ago)
- Branches:
- 10.0, 10.1, 11.0, 11.1, 11.2, 11.3, ken/inkscape-core-mods, lazarus, plabs/python-mods, qt5new, trunk, upgradedb, xry111/intltool, xry111/soup3, xry111/test-20220226
- Children:
- 93817f4
- Parents:
- dcde08a1
- Files:
-
- 5 edited
Legend:
- Unmodified
- Added
- Removed
-
general.ent
rdcde08a1 rc823c075 1 1 <!-- $LastChangedBy$ $Date$ --> 2 2 3 <!ENTITY day " 29"> <!-- Always 2 digits -->3 <!ENTITY day "30"> <!-- Always 2 digits --> 4 4 <!ENTITY month "04"> <!-- Always 2 digits --> 5 5 <!ENTITY year "2020"> … … 7 7 <!ENTITY copyholder "The BLFS Development Team"> 8 8 <!ENTITY version "&year;-&month;-&day;"> 9 <!ENTITY releasedate "April 29th, &year;">9 <!ENTITY releasedate "April 30th, &year;"> 10 10 <!ENTITY pubdate "&year;-&month;-&day;"> <!-- metadata req. by TLDP --> 11 11 <!ENTITY blfs-version "svn"> <!-- svn|[release #] --> -
general/graphlib/libmypaint.xml
rdcde08a1 rc823c075 7 7 <!ENTITY libmypaint-download-http "https://github.com/mypaint/libmypaint/releases/download/v&libmypaint-version;/libmypaint-&libmypaint-version;.tar.xz"> 8 8 <!ENTITY libmypaint-download-ftp " "> 9 <!ENTITY libmypaint-md5sum " 60334e7449ea05674714b1c7098b5383">10 <!ENTITY libmypaint-size "50 0KB">9 <!ENTITY libmypaint-md5sum "546e8e550938bef8ca16847ed0728354"> 10 <!ENTITY libmypaint-size "508 KB"> 11 11 <!ENTITY libmypaint-buildsize "11 MB (add 1 MB for tests)"> 12 <!ENTITY libmypaint-time " less than 0.1 SBU (add 0.4SBU for tests)">12 <!ENTITY libmypaint-time "0.1 SBU (add 0.3 SBU for tests)"> 13 13 ]> 14 14 … … 119 119 </sect2> 120 120 121 <!--Required section-->122 121 <sect2 role="content"> 123 122 <title>Contents</title> -
introduction/welcome/changelog.xml
rdcde08a1 rc823c075 42 42 </listitem> 43 43 --> 44 <listitem> 45 <para>April 30th, 2020</para> 46 <itemizedlist> 47 <listitem> 48 <para>[renodr] - Update to libmypaint-1.6.0. Fixes 49 <ulink url="&blfs-ticket-root;13480">#13480</ulink>.</para> 50 </listitem> 51 <listitem> 52 <para>[renodr] - Update to mesa-20.0.6. Fixes 53 <ulink url="&blfs-ticket-root;13479">#13479</ulink>.</para> 54 </listitem> 55 </itemizedlist> 56 </listitem> 44 57 45 58 <listitem> -
packages.ent
rdcde08a1 rc823c075 216 216 <!ENTITY libjpeg-turbo-version "2.0.4"> 217 217 <!ENTITY libmng-version "2.0.3"> 218 <!ENTITY libmypaint-version "1. 5.1"> <!-- version 1 only -->218 <!ENTITY libmypaint-version "1.6.0"> <!-- version 1 only --> 219 219 <!ENTITY libpng-version "1.6.37"> 220 220 <!ENTITY librsvg-version "2.48.4"> <!-- Normally even minors --> … … 682 682 <!ENTITY xkeyboard-config-version "2.29"> 683 683 <!ENTITY mesa-major-minor "20.0"> 684 <!ENTITY mesa-version "&mesa-major-minor;. 5">684 <!ENTITY mesa-version "&mesa-major-minor;.6"> 685 685 <!ENTITY xcb-util-version "0.4.0"> 686 686 <!ENTITY xcb-util-image-version "0.4.0"> -
x/installing/mesa.xml
rdcde08a1 rc823c075 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 " 056f644959320ac552522973f10e9dcf">9 <!ENTITY mesa-md5sum "82e4166a52a1023aace2dcdf223d6c8e"> 10 10 <!ENTITY mesa-size "12 MB"> 11 <!ENTITY mesa-buildsize "541 MB (with demos and docs), add 26 1MB for tests">12 <!ENTITY mesa-time "2. 5 SBU (with parallelism=4, demos, and docs), add 0.5SBU for tests">11 <!ENTITY mesa-buildsize "541 MB (with demos and docs), add 262 MB for tests"> 12 <!ENTITY mesa-time "2.6 SBU (with parallelism=4, demos, and docs), add 0.4 SBU for tests"> 13 13 ]> 14 14 … … 229 229 http://lists.linuxfromscratch.org/pipermail/blfs-dev/2020-April/037385.html 230 230 For more information/context.--> 231 <!-- Let's revisit Iris at 20.0.7, it's now known upstream --> 231 232 232 233 <screen><userinput>GALLIUM_DRV="i915,nouveau,r600,radeonsi,svga,swrast,virgl"
Note:
See TracChangeset
for help on using the changeset viewer.