Author: bdubbs
Date: Sat Mar 1 21:24:55 2014
New Revision: 12808
Log:
Tweak instructions for gegl.
Tag freetts.
This completes tagging for LFS 7.5 for all BLFS packages.
Modified:
trunk/BOOK/general.ent
trunk/BOOK/general/graphlib/gegl.xml
trunk/BOOK/multimedia/audioutils/freetts.xml
Modified: trunk/BOOK/general.ent
==============================================================================
--- trunk/BOOK/general.ent Sat Mar 1 19:40:57 2014 (r12807)
+++ trunk/BOOK/general.ent Sat Mar 1 21:24:55 2014 (r12808)
@@ -1,12 +1,12 @@
<!-- $LastChangedBy$ $Date$ -->
-<!ENTITY day "01"> <!-- Always 2 digits -->
+<!ENTITY day "02"> <!-- Always 2 digits -->
<!ENTITY month "03"> <!-- Always 2 digits -->
<!ENTITY year "2014">
<!ENTITY copyrightdate "2001-&year;">
<!ENTITY copyholder "The BLFS Development Team">
<!ENTITY version "&year;-&month;-&day;">
-<!ENTITY releasedate "March 1st, &year;">
+<!ENTITY releasedate "March 2nd, &year;">
<!ENTITY pubdate "&year;-&month;-&day;"> <!-- metadata req. by TLDP -->
<!ENTITY blfs-version "svn"> <!-- svn|[release #] -->
<!ENTITY lfs-version "development"> <!--
version|testing|unstable|development] -->
@@ -76,11 +76,6 @@
<!-- These entities are used to annotate the current status of a package as it
relates to the version of LFS it will build/work against -->
-<!ENTITY lfs74_checked "<para>This package is known to build and work
- properly using an LFS-7.4 platform.</para>">
-<!ENTITY lfs74_built "<para>This package is known to build using an
LFS
- 7.4 platform but has not been tested.</para>">
-
<!ENTITY lfs75_checked "<para>This package is known to build and work
properly using an LFS-7.5 platform.</para>">
<!ENTITY lfs75_built "<para>This package is known to build using an
LFS
Modified: trunk/BOOK/general/graphlib/gegl.xml
==============================================================================
--- trunk/BOOK/general/graphlib/gegl.xml Sat Mar 1 19:40:57 2014
(r12807)
+++ trunk/BOOK/general/graphlib/gegl.xml Sat Mar 1 21:24:55 2014
(r12808)
@@ -130,7 +130,7 @@
<screen><userinput>patch -Np1 -i ../gegl-&gegl-version;-ffmpeg2-1.patch
&&
./configure --prefix=/usr &&
-make</userinput></screen>
+LC_ALL=en_US make</userinput></screen>
<para>
To test the results, issue: <command>make check</command>.
@@ -164,6 +164,13 @@
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
href="../../xincludes/gtk-doc-rebuild.xml"/>
+
+ <para>
+ <envar>LC_ALL=en_US</envar>: In some locales with <xref linkend='ruby'/>
+ installed, one build component fails and prevents completion of the
+ procedure. Using this variable avoids the problem.
+ </para>
+
</sect2>
<sect2 role="content">
Modified: trunk/BOOK/multimedia/audioutils/freetts.xml
==============================================================================
--- trunk/BOOK/multimedia/audioutils/freetts.xml Sat Mar 1 19:40:57
2014 (r12807)
+++ trunk/BOOK/multimedia/audioutils/freetts.xml Sat Mar 1 21:24:55
2014 (r12808)
@@ -48,7 +48,7 @@
to convert text to audible speech through the system audio hardware.
</para>
- &lfs74_checked;
+ &lfs75_checked;
<bridgehead renderas="sect3">Package Information</bridgehead>
<itemizedlist spacing="compact">
@@ -169,8 +169,7 @@
Now, as the <systemitem class="username">root</systemitem> user:
</para>
-<screen role="root"><userinput>
-install -v -m755 -d /opt/freetts-&freetts-version;/{lib,docs/{audio,images}}
&&
+<screen role="root"><userinput>install -v -m755 -d
/opt/freetts-&freetts-version;/{lib,docs/{audio,images}} &&
install -v -m644 lib/*.jar /opt/freetts-&freetts-version;/lib
&&
install -v -m644 *.txt RELEASE_NOTES docs/*.{pdf,html,txt,sx{w,d}} \
/opt/freetts-&freetts-version;/docs
&&
--
http://linuxfromscratch.org/mailman/listinfo/blfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page