Tweak instructions for gegl.

Tag freetts.
This completes tagging for LFS 7.5 for all BLFS packages.


git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@12808 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
Bruce Dubbs 2014-03-02 05:24:55 +00:00
parent 41ddd5f1a5
commit 4b072fd7c2
3 changed files with 12 additions and 11 deletions

View File

@ -1,12 +1,12 @@
<!-- $LastChangedBy$ $Date$ --> <!-- $LastChangedBy$ $Date$ -->
<!ENTITY day "01"> <!-- Always 2 digits --> <!ENTITY day "02"> <!-- Always 2 digits -->
<!ENTITY month "03"> <!-- Always 2 digits --> <!ENTITY month "03"> <!-- Always 2 digits -->
<!ENTITY year "2014"> <!ENTITY year "2014">
<!ENTITY copyrightdate "2001-&year;"> <!ENTITY copyrightdate "2001-&year;">
<!ENTITY copyholder "The BLFS Development Team"> <!ENTITY copyholder "The BLFS Development Team">
<!ENTITY version "&year;-&month;-&day;"> <!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 pubdate "&year;-&month;-&day;"> <!-- metadata req. by TLDP -->
<!ENTITY blfs-version "svn"> <!-- svn|[release #] --> <!ENTITY blfs-version "svn"> <!-- svn|[release #] -->
<!ENTITY lfs-version "development"> <!-- version|testing|unstable|development] --> <!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 <!-- 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 --> 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 <!ENTITY lfs75_checked "<para>This package is known to build and work
properly using an LFS-7.5 platform.</para>"> properly using an LFS-7.5 platform.</para>">
<!ENTITY lfs75_built "<para>This package is known to build using an LFS <!ENTITY lfs75_built "<para>This package is known to build using an LFS

View File

@ -130,7 +130,7 @@
<screen><userinput>patch -Np1 -i ../gegl-&gegl-version;-ffmpeg2-1.patch &amp;&amp; <screen><userinput>patch -Np1 -i ../gegl-&gegl-version;-ffmpeg2-1.patch &amp;&amp;
./configure --prefix=/usr &amp;&amp; ./configure --prefix=/usr &amp;&amp;
make</userinput></screen> LC_ALL=en_US make</userinput></screen>
<para> <para>
To test the results, issue: <command>make check</command>. To test the results, issue: <command>make check</command>.
@ -164,6 +164,13 @@ install -v -m644 docs/images/* /usr/share/gtk-doc/html/gegl/images</userinput></
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
href="../../xincludes/gtk-doc-rebuild.xml"/> 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>
<sect2 role="content"> <sect2 role="content">

View File

@ -48,7 +48,7 @@
to convert text to audible speech through the system audio hardware. to convert text to audible speech through the system audio hardware.
</para> </para>
&lfs74_checked; &lfs75_checked;
<bridgehead renderas="sect3">Package Information</bridgehead> <bridgehead renderas="sect3">Package Information</bridgehead>
<itemizedlist spacing="compact"> <itemizedlist spacing="compact">
@ -169,8 +169,7 @@ cd ..</userinput></screen>
Now, as the <systemitem class="username">root</systemitem> user: Now, as the <systemitem class="username">root</systemitem> user:
</para> </para>
<screen role="root"><userinput> <screen role="root"><userinput>install -v -m755 -d /opt/freetts-&freetts-version;/{lib,docs/{audio,images}} &amp;&amp;
install -v -m755 -d /opt/freetts-&freetts-version;/{lib,docs/{audio,images}} &amp;&amp;
install -v -m644 lib/*.jar /opt/freetts-&freetts-version;/lib &amp;&amp; install -v -m644 lib/*.jar /opt/freetts-&freetts-version;/lib &amp;&amp;
install -v -m644 *.txt RELEASE_NOTES docs/*.{pdf,html,txt,sx{w,d}} \ install -v -m644 *.txt RELEASE_NOTES docs/*.{pdf,html,txt,sx{w,d}} \
/opt/freetts-&freetts-version;/docs &amp;&amp; /opt/freetts-&freetts-version;/docs &amp;&amp;