Update to pixman-0.43.2.

This commit is contained in:
Bruce Dubbs 2024-01-29 13:49:20 -06:00
parent 9a00b49a33
commit 483a2f494b
3 changed files with 10 additions and 7 deletions

View File

@ -6,10 +6,10 @@
<!ENTITY pixman-download-http "https://www.cairographics.org/releases/pixman-&pixman-version;.tar.gz">
<!ENTITY pixman-download-ftp " ">
<!ENTITY pixman-md5sum "a0f6ab8a1d8e0e2cd80e935525e2a864">
<!ENTITY pixman-size "940 KB">
<!ENTITY pixman-buildsize "30 MB (with tests)">
<!ENTITY pixman-time "0.5 SBU (with tests)">
<!ENTITY pixman-md5sum "b5ad6407cd8c7abf8c1669273a2fb162">
<!ENTITY pixman-size "776 KB">
<!ENTITY pixman-buildsize "27 MB (With tests)">
<!ENTITY pixman-time "0.2 SBU (Using parallelism=4; with tests)">
]>
<sect1 id="pixman" xreflabel="Pixman-&pixman-version;">
@ -89,12 +89,11 @@
<screen><userinput>mkdir build &amp;&amp;
cd build &amp;&amp;
meson setup --prefix=/usr --buildtype=release &amp;&amp;
meson setup --prefix=/usr --buildtype=release .. &amp;&amp;
ninja</userinput></screen>
<para>
To test the results, issue: <command>ninja test</command>.
<!--One test, scaling-test, fails after 120 seconds due to a time out.-->
</para>
<para>

View File

@ -42,6 +42,10 @@
<listitem>
<para>January 29th, 2024</para>
<itemizedlist>
<listitem>
<para>[bdubbs] - Update to pixman-0.43.2. Fixes
<ulink url="&blfs-ticket-root;19092">#19092</ulink>.</para>
</listitem>
<listitem>
<para>[renodr] - Update to libwpe-1.14.2. Fixes
<ulink url="&blfs-ticket-root;19205">#19205</ulink>.</para>

View File

@ -231,7 +231,7 @@
<!ENTITY opencv-contrib-version "4.9.0">
<!ENTITY openjpeg2-majmin-version "2.5">
<!ENTITY openjpeg2-version "&openjpeg2-majmin-version;.0">
<!ENTITY pixman-version "0.42.2"> <!-- Even minors only -->
<!ENTITY pixman-version "0.43.2"> <!-- Even minors only -->
<!ENTITY poppler-version "24.01.0">
<!ENTITY potrace-version "1.16">
<!ENTITY qpdf-version "11.8.0">