Changeset 83d4783


Ignore:
Timestamp:
10/07/2015 10:15:00 AM (9 years ago)
Author:
Igor Živković <igor@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 7.10, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, nosym, perl-modules, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
0cdbd71b
Parents:
87d69b53
Message:

Update to libxi-1.7.5.

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@16511 af4574ff-66df-0310-9fd7-8a98e5e911e0

Files:
4 edited

Legend:

Unmodified
Added
Removed
  • general.ent

    r87d69b53 r83d4783  
    11<!-- $LastChangedBy$ $Date$ -->
    22
    3 <!ENTITY day          "06">                   <!-- Always 2 digits -->
     3<!ENTITY day          "07">                   <!-- Always 2 digits -->
    44<!ENTITY month        "10">                   <!-- Always 2 digits -->
    55<!ENTITY year         "2015">
     
    77<!ENTITY copyholder   "The BLFS Development Team">
    88<!ENTITY version      "&year;-&month;-&day;">
    9 <!ENTITY releasedate  "October 6th &year;">
     9<!ENTITY releasedate  "October 7th &year;">
    1010<!ENTITY pubdate      "&year;-&month;-&day;"> <!-- metadata req. by TLDP -->
    1111<!ENTITY blfs-version "svn">                  <!-- svn|[release #] -->
  • introduction/welcome/changelog.xml

    r87d69b53 r83d4783  
    4444
    4545-->
     46
     47    <listitem>
     48      <para>October 7th, 2015</para>
     49      <itemizedlist>
     50       <listitem>
     51          <para>[igor] - Update to libxi-1.7.5. Fixes
     52          <ulink url="&blfs-ticket-root;6920">#6920</ulink>.</para>
     53       </listitem>
     54      </itemizedlist>
     55    </listitem>
    4656
    4757    <listitem>
  • x/installing/mesalib.xml

    r87d69b53 r83d4783  
    7373    <bridgehead renderas="sect3">Additional Downloads</bridgehead>
    7474    <itemizedlist spacing="compact">
    75       <listitem>
    76         <para>
    77           Required patch:
    78           <ulink
    79             url="&patch-root;/mesa-&mesalib-version;-llvm_3_7-1.patch"/>
    80         </para>
    81       </listitem>
    8275      <listitem>
    8376        <para>
     
    155148    </para>
    156149
    157 <screen><userinput>patch -Np1 -i ../mesa-&mesalib-version;-llvm_3_7-1.patch &amp;&amp;
    158 
    159 GLL_DRV="nouveau,r300,r600,radeonsi,svga,swrast" &amp;&amp;
     150<screen><userinput>GLL_DRV="nouveau,r300,r600,radeonsi,svga,swrast" &amp;&amp;
    160151
    161152./autogen.sh CFLAGS='-O2' CXXFLAGS='-O2'    \
  • x/installing/x7lib.xml

    r87d69b53 r83d4783  
    6868  <!ENTITY libXft-md5sum                   "331b3a2a3a1a78b5b44cfbd43f86fcfe">
    6969
    70   <!ENTITY libXi-version                   "1.7.4">
    71   <!ENTITY libXi-md5sum                    "9c4a69c34b19ec1e4212e849549544cb">
     70  <!ENTITY libXi-version                   "1.7.5">
     71  <!ENTITY libXi-md5sum                    "9f02462855c598a0cd0ddfd98c6e25f5">
    7272
    7373  <!ENTITY libXinerama-version             "1.1.3">
Note: See TracChangeset for help on using the changeset viewer.