mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-01-25 07:42:13 +08:00
Fixes for the book (patch received, thanks).
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@12506 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
parent
05bb372012
commit
38489d2e22
@ -78,8 +78,7 @@
|
||||
<para>Install <application>AAlib</application> by running the following
|
||||
commands:</para>
|
||||
|
||||
<screen><userinput>
|
||||
./configure --prefix=/usr \
|
||||
<screen><userinput>./configure --prefix=/usr \
|
||||
--infodir=/usr/share/info \
|
||||
--mandir=/usr/share/man \
|
||||
--disable-static &&
|
||||
|
@ -144,6 +144,16 @@
|
||||
<sect2 role="installation">
|
||||
<title>Installation of Poppler</title>
|
||||
|
||||
<para>
|
||||
If you are building <application>Qt5</application> library, fix
|
||||
<application>Qt5</application> detection by running the
|
||||
following command:
|
||||
</para>
|
||||
|
||||
<screen><userinput>sed -i -e "s:grep \"Qt 5\":grep \"Qt\\\|moc 5\":g" \
|
||||
-e "s:QT_SELECT=qt5:QT_SELECT=5:" \
|
||||
configure</userinput></screen>
|
||||
|
||||
<para>
|
||||
Install <application>Poppler</application> by running the following
|
||||
commands:
|
||||
|
@ -5,9 +5,9 @@
|
||||
%general-entities;
|
||||
|
||||
<!ENTITY gnome-terminal-download-http
|
||||
"&gnome-download-http;/gnome-terminal/&gnome-minor;/gnome-terminal-&gnome-terminal-version;.tar.xz">
|
||||
"&gnome-download-http;/gnome-terminal/&gnome-minor;/gnome-terminal-&gnome-terminal-version;.tar.xz">
|
||||
<!ENTITY gnome-terminal-download-ftp
|
||||
"&gnome-download-ftp;/gnome-terminal/&gnome-minor;/gnome-terminal-&gnome-terminal-version;.tar.xz">
|
||||
"&gnome-download-ftp;/gnome-terminal/&gnome-minor;/gnome-terminal-&gnome-terminal-version;.tar.xz">
|
||||
<!ENTITY gnome-terminal-md5sum "746417ef4b6252ed3deb8388d8a1a02a">
|
||||
<!ENTITY gnome-terminal-size "1.7 MB">
|
||||
<!ENTITY gnome-terminal-buildsize "40 MB">
|
||||
@ -82,6 +82,7 @@
|
||||
<xref linkend="yelp-xsl"/>
|
||||
</para>
|
||||
|
||||
<bridgehead renderas="sect4">Recommended</bridgehead>
|
||||
<para role="recommended">
|
||||
<xref linkend="nautilus"/>
|
||||
</para>
|
||||
|
@ -46,6 +46,10 @@
|
||||
<listitem>
|
||||
<para>January 2nd, 2014</para>
|
||||
<itemizedlist>
|
||||
<listitem>
|
||||
<para>[fernando] - Fixes for the book (patch received, thanks). Fixes
|
||||
<ulink url="&blfs-ticket-root;4513">#4513</ulink>.</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>[fernando] - Fix FFmpeg-2.1.1 to build with FreeType-2.5.x.
|
||||
Fixes <ulink url="&blfs-ticket-root;4512">#4512</ulink>.</para>
|
||||
|
@ -91,7 +91,8 @@
|
||||
following commands:</para>
|
||||
|
||||
<screen><userinput>patch -Np1 -i ../faad2-&faad2-version;-mp4ff-1.patch &&
|
||||
sed "s@AM_CONFIG_HEADER@AC_CONFIG_HEADERS@g" -i configure.in &&
|
||||
sed -i "s:AM_CONFIG_HEADER:AC_CONFIG_HEADERS:g" configure.in &&
|
||||
sed -i "s:man_MANS:man1_MANS:g" frontend/Makefile.am &&
|
||||
autoreconf -fi &&
|
||||
./configure --prefix=/usr --disable-static &&
|
||||
make</userinput></screen>
|
||||
@ -138,6 +139,12 @@ ADTS, 4.608 sec, 13 kbps, 16000 Hz
|
||||
to create the <command>configure</command> script and other
|
||||
required build files.</para> -->
|
||||
|
||||
<para>
|
||||
<command>sed -i ...</command>: First command fixes autotools scripts to
|
||||
be compatible with latest version of <application>Automake</application>
|
||||
and second command fixes manual page install location.
|
||||
</para>
|
||||
|
||||
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
|
||||
href="../../xincludes/static-libraries.xml"/>
|
||||
|
||||
|
@ -97,7 +97,7 @@
|
||||
commands:
|
||||
</para>
|
||||
|
||||
<screen><userinput>./configure --prefix=/usr &&
|
||||
<screen><userinput>./configure --prefix=/usr --sysconfdir=/etc &&
|
||||
make</userinput></screen>
|
||||
|
||||
<para>
|
||||
|
@ -103,7 +103,7 @@
|
||||
commands:
|
||||
</para>
|
||||
|
||||
<screen><userinput>./configure --prefix=/usr &&
|
||||
<screen><userinput>./configure --prefix=/usr --sysconfdir=/etc &&
|
||||
make</userinput></screen>
|
||||
|
||||
<para>
|
||||
|
Loading…
Reference in New Issue
Block a user