Changeset 4b072fd


Ignore:
Timestamp:
03/02/2014 05:24:55 AM (10 years ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 7.10, 7.5, 7.6, 7.6-blfs, 7.6-systemd, 7.7, 7.8, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, gnome, kde5-13430, kde5-14269, kde5-14686, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, krejzi/svn, lazarus, lxqt, nosym, perl-modules, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, systemd-11177, systemd-13485, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
8b55d031
Parents:
41ddd5f
Message:

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

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • general.ent

    r41ddd5f r4b072fd  
    11<!-- $LastChangedBy$ $Date$ -->
    22
    3 <!ENTITY day          "01">                   <!-- Always 2 digits -->
     3<!ENTITY day          "02">                   <!-- Always 2 digits -->
    44<!ENTITY month        "03">                   <!-- Always 2 digits -->
    55<!ENTITY year         "2014">
     
    77<!ENTITY copyholder   "The BLFS Development Team">
    88<!ENTITY version      "&year;-&month;-&day;">
    9 <!ENTITY releasedate  "March 1st, &year;">
     9<!ENTITY releasedate  "March 2nd, &year;">
    1010<!ENTITY pubdate      "&year;-&month;-&day;"> <!-- metadata req. by TLDP -->
    1111<!ENTITY blfs-version "svn">                  <!-- svn|[release #] -->
     
    7777<!-- These entities are used to annotate the current status of a package as it
    7878     relates to the version of LFS it will build/work against -->
    79 <!ENTITY lfs74_checked        "<para>This package is known to build and work
    80                               properly using an LFS-7.4 platform.</para>">
    81 <!ENTITY lfs74_built          "<para>This package is known to build using an LFS
    82                               7.4 platform but has not been tested.</para>">
    83 
    8479<!ENTITY lfs75_checked        "<para>This package is known to build and work
    8580                              properly using an LFS-7.5 platform.</para>">
  • general/graphlib/gegl.xml

    r41ddd5f r4b072fd  
    131131<screen><userinput>patch -Np1 -i ../gegl-&gegl-version;-ffmpeg2-1.patch &amp;&amp;
    132132./configure --prefix=/usr &amp;&amp;
    133 make</userinput></screen>
     133LC_ALL=en_US make</userinput></screen>
    134134
    135135    <para>
     
    165165    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    166166    href="../../xincludes/gtk-doc-rebuild.xml"/>
     167
     168    <para>
     169      <envar>LC_ALL=en_US</envar>: In some locales with <xref linkend='ruby'/>
     170      installed, one build component fails and prevents completion of the
     171      procedure.  Using this variable avoids the problem.
     172    </para>
     173
    167174  </sect2>
    168175
  • multimedia/audioutils/freetts.xml

    r41ddd5f r4b072fd  
    4949    </para>
    5050
    51     &lfs74_checked;
     51    &lfs75_checked;
    5252
    5353    <bridgehead renderas="sect3">Package Information</bridgehead>
     
    170170    </para>
    171171
    172 <screen role="root"><userinput>
    173 install -v -m755 -d /opt/freetts-&freetts-version;/{lib,docs/{audio,images}} &amp;&amp;
     172<screen role="root"><userinput>install -v -m755 -d /opt/freetts-&freetts-version;/{lib,docs/{audio,images}} &amp;&amp;
    174173install -v -m644 lib/*.jar /opt/freetts-&freetts-version;/lib                &amp;&amp;
    175174install -v -m644 *.txt RELEASE_NOTES docs/*.{pdf,html,txt,sx{w,d}} \
Note: See TracChangeset for help on using the changeset viewer.