mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-02-03 14:47:17 +08:00
Update to imlib2-1.9.0.
This commit is contained in:
parent
7d66d5d188
commit
bf62a13f0c
@ -45,6 +45,10 @@
|
||||
<listitem>
|
||||
<para>April 24th, 2022</para>
|
||||
<itemizedlist>
|
||||
<listitem>
|
||||
<para>[bdubbs] - Update to imlib2-1.9.0. Fixes
|
||||
<ulink url="&blfs-ticket-root;16464">#16464</ulink>.</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>[bdubbs] - Update to eog-42.1. Fixes
|
||||
<ulink url="&blfs-ticket-root;16463">#16463</ulink>.</para>
|
||||
|
@ -781,7 +781,7 @@ to avoid building libxml2 twice, which is slow with all deps -->
|
||||
<!ENTITY gtksourceview4-version "4.8.3">
|
||||
<!ENTITY gtksourceview5-version "5.4.1">
|
||||
<!ENTITY gtk-vnc-version "1.3.0">
|
||||
<!ENTITY imlib2-version "1.8.1">
|
||||
<!ENTITY imlib2-version "1.9.0">
|
||||
<!ENTITY keybinder2-version "0.3.1">
|
||||
<!ENTITY keybinder3-version "0.3.2">
|
||||
<!ENTITY libadwaita-minor "1.1">
|
||||
|
@ -6,9 +6,9 @@
|
||||
|
||||
<!ENTITY imlib2-download-http "&sourceforge-dl;/enlightenment/imlib2-&imlib2-version;.tar.xz">
|
||||
<!ENTITY imlib2-download-ftp " ">
|
||||
<!ENTITY imlib2-md5sum "6c3c1223b9f4ae5939e74cd820847208">
|
||||
<!ENTITY imlib2-size "764 KB">
|
||||
<!ENTITY imlib2-buildsize "12 MB">
|
||||
<!ENTITY imlib2-md5sum "3a0e77546a6f2559f8a5bd493296a2ae">
|
||||
<!ENTITY imlib2-size "792 KB">
|
||||
<!ENTITY imlib2-buildsize "14 MB">
|
||||
<!ENTITY imlib2-time "0.2 SBU">
|
||||
]>
|
||||
|
||||
@ -83,6 +83,7 @@
|
||||
|
||||
<bridgehead renderas="sect4">Optional</bridgehead>
|
||||
<para role="optional">
|
||||
<xref linkend="doxygen"/> (for API documentation),
|
||||
<xref linkend="libpng"/>,
|
||||
<xref linkend="libjpeg"/>,
|
||||
<xref linkend="libtiff"/>,
|
||||
@ -111,12 +112,17 @@ make</userinput></screen>
|
||||
</para>
|
||||
|
||||
<para>
|
||||
Now, as the <systemitem class="username">root</systemitem> user:
|
||||
Now, as the &root; user:
|
||||
</para>
|
||||
|
||||
<screen role="root"><userinput>make install &&
|
||||
install -v -m755 -d /usr/share/doc/imlib2-&imlib2-version; &&
|
||||
install -v -m644 doc/{*.gif,index.html} /usr/share/doc/imlib2-&imlib2-version;</userinput></screen>
|
||||
<screen role="root"><userinput>make install</userinput></screen>
|
||||
|
||||
<para>
|
||||
If you generated the API documentation, install it as the &root; user:
|
||||
</para>
|
||||
|
||||
<screen role="root"><userinput>install -v -m755 -d /usr/share/doc/imlib2-&imlib2-version;/html &&
|
||||
install -v -m644 doc/html/* /usr/share/doc/imlib2-&imlib2-version;/html</userinput></screen>
|
||||
|
||||
</sect2>
|
||||
|
||||
@ -126,6 +132,11 @@ install -v -m644 doc/{*.gif,index.html} /usr/share/doc/imlib2-&imlib2-version
|
||||
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
|
||||
href="../../xincludes/static-libraries.xml"/>
|
||||
|
||||
<para>
|
||||
<parameter>--enable-doc-build</parameter>: This switch generates
|
||||
the API documentation. <xref linkend="doxygen"/> must be installed.
|
||||
</para>
|
||||
|
||||
</sect2>
|
||||
|
||||
<sect2 role="content">
|
||||
|
Loading…
Reference in New Issue
Block a user