Changeset 4b072fd
- Timestamp:
- 03/02/2014 05:24:55 AM (10 years ago)
- Branches:
- 10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 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/inkscape-core-mods, ken/tuningfonts, krejzi/svn, lazarus, lxqt, nosym, perl-modules, plabs/python-mods, qt5new, renodr/vulkan-addition, systemd-11177, systemd-13485, trunk, upgradedb, xry111/intltool, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
- Children:
- 8b55d031
- Parents:
- 41ddd5f
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
general.ent
r41ddd5f r4b072fd 1 1 <!-- $LastChangedBy$ $Date$ --> 2 2 3 <!ENTITY day "0 1"> <!-- Always 2 digits -->3 <!ENTITY day "02"> <!-- Always 2 digits --> 4 4 <!ENTITY month "03"> <!-- Always 2 digits --> 5 5 <!ENTITY year "2014"> … … 7 7 <!ENTITY copyholder "The BLFS Development Team"> 8 8 <!ENTITY version "&year;-&month;-&day;"> 9 <!ENTITY releasedate "March 1st, &year;">9 <!ENTITY releasedate "March 2nd, &year;"> 10 10 <!ENTITY pubdate "&year;-&month;-&day;"> <!-- metadata req. by TLDP --> 11 11 <!ENTITY blfs-version "svn"> <!-- svn|[release #] --> … … 77 77 <!-- These entities are used to annotate the current status of a package as it 78 78 relates to the version of LFS it will build/work against --> 79 <!ENTITY lfs74_checked "<para>This package is known to build and work80 properly using an LFS-7.4 platform.</para>">81 <!ENTITY lfs74_built "<para>This package is known to build using an LFS82 7.4 platform but has not been tested.</para>">83 84 79 <!ENTITY lfs75_checked "<para>This package is known to build and work 85 80 properly using an LFS-7.5 platform.</para>"> -
general/graphlib/gegl.xml
r41ddd5f r4b072fd 131 131 <screen><userinput>patch -Np1 -i ../gegl-&gegl-version;-ffmpeg2-1.patch && 132 132 ./configure --prefix=/usr && 133 make</userinput></screen>133 LC_ALL=en_US make</userinput></screen> 134 134 135 135 <para> … … 165 165 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 166 166 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 167 174 </sect2> 168 175 -
multimedia/audioutils/freetts.xml
r41ddd5f r4b072fd 49 49 </para> 50 50 51 &lfs7 4_checked;51 &lfs75_checked; 52 52 53 53 <bridgehead renderas="sect3">Package Information</bridgehead> … … 170 170 </para> 171 171 172 <screen role="root"><userinput> 173 install -v -m755 -d /opt/freetts-&freetts-version;/{lib,docs/{audio,images}} && 172 <screen role="root"><userinput>install -v -m755 -d /opt/freetts-&freetts-version;/{lib,docs/{audio,images}} && 174 173 install -v -m644 lib/*.jar /opt/freetts-&freetts-version;/lib && 175 174 install -v -m644 *.txt RELEASE_NOTES docs/*.{pdf,html,txt,sx{w,d}} \
Note:
See TracChangeset
for help on using the changeset viewer.