mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-01-24 15:12:11 +08:00
Update to pixman-0.38.4
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@21455 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
parent
a774e50432
commit
7c9b1d62da
@ -6,9 +6,9 @@
|
||||
|
||||
<!ENTITY pixman-download-http "https://www.cairographics.org/releases/pixman-&pixman-version;.tar.gz">
|
||||
<!ENTITY pixman-download-ftp " ">
|
||||
<!ENTITY pixman-md5sum "e216abae705641038ca782c6d6fd4204">
|
||||
<!ENTITY pixman-md5sum "267a7af290f93f643a1bc74490d9fdd1">
|
||||
<!ENTITY pixman-size "880 KB">
|
||||
<!ENTITY pixman-buildsize "63 MB (with tests)">
|
||||
<!ENTITY pixman-buildsize "55 MB (with tests)">
|
||||
<!ENTITY pixman-time "0.8 SBU (with tests)">
|
||||
]>
|
||||
|
||||
@ -90,26 +90,21 @@
|
||||
<para>Install <application>Pixman</application> by running the following
|
||||
commands:</para>
|
||||
|
||||
<screen><userinput>./configure --prefix=/usr --disable-static &&
|
||||
make</userinput></screen>
|
||||
<screen><userinput>mkdir build &&
|
||||
cd build &&
|
||||
|
||||
meson --prefix=/usr &&
|
||||
ninja</userinput></screen>
|
||||
|
||||
<para>
|
||||
To test the results, issue: <command>make check</command>.
|
||||
To test the results, issue: <command>ninja test</command>.
|
||||
</para>
|
||||
|
||||
<para>
|
||||
Now, as the <systemitem class="username">root</systemitem> user:
|
||||
</para>
|
||||
|
||||
<screen role="root"><userinput>make install</userinput></screen>
|
||||
|
||||
</sect2>
|
||||
|
||||
<sect2 role="commands">
|
||||
<title>Command Explanations</title>
|
||||
|
||||
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
|
||||
href="../../xincludes/static-libraries.xml"/>
|
||||
<screen role="root"><userinput>ninja install</userinput></screen>
|
||||
|
||||
</sect2>
|
||||
|
||||
|
@ -44,6 +44,10 @@
|
||||
<listitem>
|
||||
<para>April 11th, 2019</para>
|
||||
<itemizedlist>
|
||||
<listitem>
|
||||
<para>[xry111] - Update to pixman-0.38.4. Fixes
|
||||
<ulink url="&blfs-ticket-root;11933">#11933</ulink>.</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>[xry111] - Update to gtk+-3.24.8. Fixes
|
||||
<ulink url="&blfs-ticket-root;11935">#11935</ulink>.</para>
|
||||
|
@ -222,7 +222,7 @@ to avoid building libxml2 twice, which is slow with all deps -->
|
||||
<!ENTITY opencv-contrib-version "4.0.1">
|
||||
<!ENTITY openjpeg-version "1.5.2">
|
||||
<!ENTITY openjpeg2-version "2.3.1">
|
||||
<!ENTITY pixman-version "0.38.2"> <!-- Even minors only -->
|
||||
<!ENTITY pixman-version "0.38.4"> <!-- Even minors only -->
|
||||
<!ENTITY poppler-version "0.75.0">
|
||||
<!ENTITY potrace-version "1.15">
|
||||
<!ENTITY qpdf-version "8.4.0">
|
||||
|
Loading…
Reference in New Issue
Block a user