Changeset 7251b1d


Ignore:
Timestamp:
06/15/2014 11:57:29 AM (10 years ago)
Author:
Fernando de Oliveira <fernando@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 7.10, 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:
54ad89b
Parents:
133cfd33
Message:

Fix Net-DNS-0.76 md5sum, thanks Wayne B.
Promote '--enable-tee' to parameter in Cairo-1.12.16 and 'ac_add_options --enable-system-cairo' in Xulrunner-30.0, Firefox-30.0 and Thunderbird-24.6.0, thanks Armin K.
Replace sentence '... do not touch ...' by 'The BLFS editors recommend not changing anything below this line', thanks Bruce D.

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@13243 af4574ff-66df-0310-9fd7-8a98e5e911e0

Files:
7 edited

Legend:

Unmodified
Added
Removed
  • general.ent

    r133cfd33 r7251b1d  
    11<!-- $LastChangedBy$ $Date$ -->
    22
    3 <!ENTITY day          "14">                   <!-- Always 2 digits -->
     3<!ENTITY day          "15">                   <!-- Always 2 digits -->
    44<!ENTITY month        "06">                   <!-- Always 2 digits -->
    55<!ENTITY year         "2014">
     
    77<!ENTITY copyholder   "The BLFS Development Team">
    88<!ENTITY version      "&year;-&month;-&day;">
    9 <!ENTITY releasedate  "June 14th, &year;">
     9<!ENTITY releasedate  "June 15th, &year;">
    1010<!ENTITY pubdate      "&year;-&month;-&day;"> <!-- metadata req. by TLDP -->
    1111<!ENTITY blfs-version "svn">                  <!-- svn|[release #] -->
  • general/prog/perl-modules.xml

    r133cfd33 r7251b1d  
    434434      <listitem> <literallayout><ulink url="http://www.cpan.org/authors/id/N/NL/NLNETLABS/Net-DNS-&Net-DNS-version;.tar.gz">Net::DNS-&Net-DNS-version;</ulink>
    435435http://www.cpan.org/authors/id/N/NL/NLNETLABS/Net-DNS-&Net-DNS-version;.tar.gz
    436 MD5 sum: 36f97304a2073cc97b365e2cb06cd0a1
     436MD5 sum: 219dada09d01b7233f82fd1c32ddad39
    437437
    438438</literallayout>
  • introduction/welcome/changelog.xml

    r133cfd33 r7251b1d  
    4646
    4747    <listitem>
     48      <para>June 15th, 2014</para>
     49      <itemizedlist>
     50        <listitem>
     51          <para>[fernando] - Fix Net-DNS-0.76 md5sum, thanks Wayne B.</para>
     52          <para>Promote '--enable-tee' to parameter in Cairo-1.12.16 and
     53          'ac_add_options --enable-system-cairo' in Xulrunner-30.0,
     54          Firefox-30.0 and Thunderbird-24.6.0, thanks Armin K.</para>
     55          <para>Replace sentence '... do not touch ...' by 'The BLFS editors
     56          recommend not changing anything below this line',
     57          thanks Bruce D.</para>
     58        </listitem>
     59      </itemizedlist>
     60    </listitem>
     61
     62    <listitem>
    4863      <para>June 14th, 2014</para>
    4964      <itemizedlist>
  • x/lib/cairo.xml

    r133cfd33 r7251b1d  
    126126
    127127<screen><userinput>CFLAGS="$CFLAGS -ffat-lto-objects" \
    128 ./configure --prefix=/usr --disable-static &amp;&amp;
     128./configure --prefix=/usr \
     129--disable-static          \
     130--enable-tee &amp;&amp;
    129131make</userinput></screen>
    130132
     
    146148      <command>CFLAGS="$CFLAGS -ffat-lto-objects"</command>: Fixes building
    147149      with GCC 4.9.
     150    </para>
     151
     152    <para>
     153      <parameter>--enable-tee</parameter>: This switch enables experimental tee
     154      surface backend which is required if using system-installed
     155      <application>Cairo</application> with Mozilla applications.
    148156    </para>
    149157
     
    163171      compositor and some other packages that are not
    164172      part of BLFS.
    165     </para>
    166 
    167     <para>
    168       <option>--enable-tee</option>: This switch enables experimental tee
    169       surface backend which is required if using system-installed
    170       <application>Cairo</application> with Mozilla applications.
    171173    </para>
    172174
  • x/lib/xulrunner.xml

    r133cfd33 r7251b1d  
    178178ac_add_options --disable-pulseaudio
    179179
    180 # Comment this line if you do not have Cairo installed (compiled with
    181 # --enable-tee switch) or want to use the bundled one:
    182 ac_add_options --enable-system-cairo
    183 
    184180# If you have not installed Yasm then uncomment this line:
    185181#ac_add_options --disable-webm
     
    194190ac_add_options --with-system-icu
    195191
    196 # It is recommended not to touch anything below this line
     192# The BLFS editors recommend not changing anything below this line:
    197193ac_add_options --prefix=/usr
    198194ac_add_options --enable-application=xulrunner
     
    206202ac_add_options --enable-install-strip
    207203
     204ac_add_options --enable-system-cairo
    208205ac_add_options --enable-system-ffi
    209206ac_add_options --enable-system-pixman
  • xsoft/graphweb/firefox.xml

    r133cfd33 r7251b1d  
    189189ac_add_options --disable-pulseaudio
    190190
    191 # Comment this line if you do not have Cairo installed (compiled with
    192 # --enable-tee switch) or want to use the bundled one:
    193 ac_add_options --enable-system-cairo
    194 
    195191# If you have not installed Yasm then uncomment this line:
    196192#ac_add_options --disable-webm
     
    211207ac_add_options --with-system-icu
    212208
    213 # It is recommended not to touch anything below this line
     209# The BLFS editors recommend not changing anything below this line:
    214210ac_add_options --prefix=/usr
    215211ac_add_options --enable-application=browser
     
    228224ac_add_options --enable-url-classifier
    229225
     226ac_add_options --enable-system-cairo
    230227ac_add_options --enable-system-ffi
    231228ac_add_options --enable-system-pixman
  • xsoft/other/thunderbird.xml

    r133cfd33 r7251b1d  
    162162#ac_add_options --enable-startup-notification
    163163
    164 # Comment this line if you do not have Cairo installed (compiled with
    165 # --enable-tee switch) or want to use the bundled one:
    166 ac_add_options --enable-system-cairo
    167 
    168164# If you have not installed Yasm then uncomment this line:
    169165#ac_add_options --disable-webm
     
    181177ac_add_options --with-system-icu
    182178
    183 # It is recommended not to touch anything below this line
     179# The BLFS editors recommend not changing anything below this line:
    184180ac_add_options --prefix=/usr
    185181
     
    199195ac_add_options --enable-url-classifier
    200196
     197ac_add_options --enable-system-cairo
    201198ac_add_options --enable-system-ffi
    202199ac_add_options --enable-system-pixman
Note: See TracChangeset for help on using the changeset viewer.