mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-02-03 23:07:23 +08:00
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:
parent
41ddd5f1a5
commit
4b072fd7c2
@ -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
|
||||
|
@ -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 @@ install -v -m644 docs/images/* /usr/share/gtk-doc/html/gegl/images</userinput></
|
||||
|
||||
<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">
|
||||
|
@ -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 @@ cd ..</userinput></screen>
|
||||
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 &&
|
||||
|
Loading…
Reference in New Issue
Block a user