Changeset 7c9b1d6


Ignore:
Timestamp:
04/11/2019 04:50:29 PM (5 years ago)
Author:
Xi Ruoyao <xry111@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 9.0, 9.1, 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/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
35c18794
Parents:
a774e504
Message:

Update to pixman-0.38.4

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

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • general/graphlib/pixman.xml

    ra774e504 r7c9b1d6  
    77  <!ENTITY pixman-download-http "https://www.cairographics.org/releases/pixman-&pixman-version;.tar.gz">
    88  <!ENTITY pixman-download-ftp  " ">
    9   <!ENTITY pixman-md5sum        "e216abae705641038ca782c6d6fd4204">
     9  <!ENTITY pixman-md5sum        "267a7af290f93f643a1bc74490d9fdd1">
    1010  <!ENTITY pixman-size          "880 KB">
    11   <!ENTITY pixman-buildsize     "63 MB (with tests)">
     11  <!ENTITY pixman-buildsize     "55 MB (with tests)">
    1212  <!ENTITY pixman-time          "0.8 SBU (with tests)">
    1313]>
     
    9191    commands:</para>
    9292
    93 <screen><userinput>./configure --prefix=/usr --disable-static &amp;&amp;
    94 make</userinput></screen>
     93<screen><userinput>mkdir build &amp;&amp;
     94cd build &amp;&amp;
     95
     96meson --prefix=/usr &amp;&amp;
     97ninja</userinput></screen>
    9598
    9699    <para>
    97       To test the results, issue: <command>make check</command>.
     100      To test the results, issue: <command>ninja test</command>.
    98101    </para>
    99102
     
    102105    </para>
    103106
    104 <screen role="root"><userinput>make install</userinput></screen>
    105 
    106   </sect2>
    107 
    108   <sect2 role="commands">
    109     <title>Command Explanations</title>
    110 
    111     <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    112       href="../../xincludes/static-libraries.xml"/>
     107<screen role="root"><userinput>ninja install</userinput></screen>
    113108
    114109  </sect2>
  • introduction/welcome/changelog.xml

    ra774e504 r7c9b1d6  
    4545      <para>April 11th, 2019</para>
    4646      <itemizedlist>
     47        <listitem>
     48          <para>[xry111] - Update to pixman-0.38.4.  Fixes
     49          <ulink url="&blfs-ticket-root;11933">#11933</ulink>.</para>
     50        </listitem>
    4751        <listitem>
    4852          <para>[xry111] - Update to gtk+-3.24.8.  Fixes
  • packages.ent

    ra774e504 r7c9b1d6  
    223223<!ENTITY openjpeg-version             "1.5.2">
    224224<!ENTITY openjpeg2-version            "2.3.1">
    225 <!ENTITY pixman-version               "0.38.2">   <!-- Even minors only -->
     225<!ENTITY pixman-version               "0.38.4">   <!-- Even minors only -->
    226226<!ENTITY poppler-version              "0.75.0">
    227227<!ENTITY potrace-version              "1.15">
Note: See TracChangeset for help on using the changeset viewer.