mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-01-23 22:42:14 +08:00
Update gtk-doc tile type
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@9114 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
parent
2d237fa158
commit
6a513a4a66
@ -231,6 +231,7 @@ $Date$
|
||||
<!ENTITY libtiff-version "3.9.5">
|
||||
<!ENTITY giflib-version "4.1.6">
|
||||
<!ENTITY lcms-version "1.19">
|
||||
<!-- Note lcms2 is incompatible with the rest of BLFS-->
|
||||
<!ENTITY libmng-version "1.0.10">
|
||||
<!ENTITY freetype2-version "2.4.8">
|
||||
<!ENTITY fontconfig-version "2.8.0">
|
||||
|
@ -4,8 +4,8 @@
|
||||
<!ENTITY % general-entities SYSTEM "../../general.ent">
|
||||
%general-entities;
|
||||
|
||||
<!ENTITY gtk-doc-download-http "&gnome-download-http;/gtk-doc/>k-doc-version;/gtk-doc->k-doc-version;.tar.bz2">
|
||||
<!ENTITY gtk-doc-download-ftp "&gnome-download-ftp;/gtk-doc/>k-doc-version;/gtk-doc->k-doc-version;.tar.bz2">
|
||||
<!ENTITY gtk-doc-download-http "&gnome-download-http;/gtk-doc/>k-doc-version;/gtk-doc->k-doc-version;.tar.xz">
|
||||
<!ENTITY gtk-doc-download-ftp "&gnome-download-ftp;/gtk-doc/>k-doc-version;/gtk-doc->k-doc-version;.tar.xz">
|
||||
<!ENTITY gtk-doc-md5sum "3927bed60fdd0fc9093a1d00018e746a">
|
||||
<!ENTITY gtk-doc-size "628 KB">
|
||||
<!ENTITY gtk-doc-buildsize "10 MB">
|
||||
|
@ -34,7 +34,7 @@
|
||||
<para>The <application>little cms</application> library is used by other
|
||||
programs to provide color management facilities.</para>
|
||||
|
||||
&lfs65_checked;
|
||||
&lfs70_checked;
|
||||
|
||||
<bridgehead renderas="sect3">Package Information</bridgehead>
|
||||
<itemizedlist spacing="compact">
|
||||
|
@ -33,6 +33,8 @@
|
||||
programs wanting to read and write Multiple-image Network Graphics
|
||||
(MNG) files which are the animation equivalents to PNG files.</para>
|
||||
|
||||
&lfs70_checked;
|
||||
|
||||
<bridgehead renderas="sect3">Package Information</bridgehead>
|
||||
<itemizedlist spacing="compact">
|
||||
<listitem>
|
||||
@ -72,7 +74,8 @@
|
||||
<para>Install <application>libmng</application> by running the following
|
||||
commands:</para>
|
||||
|
||||
<screen><userinput>cp makefiles/makefile.linux Makefile &&
|
||||
<screen><userinput>cp makefiles/makefile.linux Makefile &&
|
||||
sed -i -e 's/unroll-loops/& -fPIC/' Makefile &&
|
||||
make</userinput></screen>
|
||||
|
||||
<para>This package does not come with a test suite.</para>
|
||||
@ -94,6 +97,9 @@ install -v -m644 doc/*.{png,txt} /usr/share/doc/libmng-&libmng-version;</userinp
|
||||
autotools shipped with this package. The Linux <filename>Makefile</filename>
|
||||
is copied to the root of the source tree, facilitating the installation.</para>
|
||||
|
||||
<para><command>sed -i -e 's/unroll-loops/& -fPIC/' Makefile</command>:
|
||||
Add a gcc option to make the build compatible with x86_64 systems.</para>
|
||||
|
||||
<para><command>install ...</command>: The documentation files are not
|
||||
installed by the installation procedure, so they are copied manually.</para>
|
||||
|
||||
|
@ -38,7 +38,7 @@
|
||||
<para>The <application>ALSA Plugins</application> package contains
|
||||
plugins for various audio libraries and sound servers.</para>
|
||||
|
||||
&lfs65_built;
|
||||
&lfs70_checked;
|
||||
|
||||
<bridgehead renderas="sect3">Package Information</bridgehead>
|
||||
<itemizedlist spacing="compact">
|
||||
|
@ -60,7 +60,7 @@
|
||||
<bridgehead renderas="sect3">ALSA Utilities Dependencies</bridgehead>
|
||||
|
||||
<bridgehead renderas="sect4">Required</bridgehead>
|
||||
<para role="required">i
|
||||
<para role="required">
|
||||
<xref linkend="alsa-lib"/>
|
||||
</para>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user