Changeset 686a89a3


Ignore:
Timestamp:
09/19/2013 10:20:55 PM (11 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.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:
dca61c2
Parents:
64cac4c
Message:

Update to gparted-0.16.2 and --disable-static added; comment about gstreamer in about:config (firefox and xulrunner)

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

Files:
4 edited

Legend:

Unmodified
Added
Removed
  • introduction/welcome/changelog.xml

    r64cac4c r686a89a3  
    4848      <itemizedlist>
    4949        <listitem>
    50           <para>[igor] - Update to gtk+2.24.21.  Fixes
     50          <para>[fernando] - firefox and xulrunner: add comment in mozconfig
     51          to enable gstreamer in about:config.</para>
     52        </listitem>
     53        <listitem>
     54          <para>[fernando] - Update to gparted-0.16.2; add --disable-static
     55          switch. Fixes
     56          <ulink url="&blfs-ticket-root;4070">#4070</ulink>.</para>
     57        </listitem>
     58        <listitem>
     59          <para>[igor] - Update to gtk+2.24.21. Fixes
    5160          <ulink url="&blfs-ticket-root;4068">#4068</ulink>.</para>
    5261        </listitem>
  • x/lib/xulrunner.xml

    r64cac4c r686a89a3  
    153153
    154154# Uncomment these lines if you have installed optional dependencies:
    155 # GStreamer is necesary for H.264 video playback in HTML5 Video Player
     155# GStreamer is necessary for H.264 video playback in HTML5 Video Player;
     156# to be enabled, also remember to set "media.gstreamer.enabled" to "true"
     157# in about:config
    156158#ac_add_options --enable-gstreamer
    157159#ac_add_options --enable-system-hunspell
  • xsoft/graphweb/firefox.xml

    r64cac4c r686a89a3  
    172172
    173173# Uncomment these lines if you have installed optional dependencies:
    174 # GStreamer is necessary for H.264 video playback in HTML5 Video Player
     174# GStreamer is necessary for H.264 video playback in HTML5 Video Player;
     175# to be enabled, also remember to set "media.gstreamer.enabled" to "true"
     176# in about:config
    175177#ac_add_options --enable-gstreamer
    176178#ac_add_options --enable-system-hunspell
  • xsoft/other/gparted.xml

    r64cac4c r686a89a3  
    88           "&sourceforge-repo;/gparted/gparted-&gparted-version;.tar.bz2">
    99  <!ENTITY gparted-download-ftp  " ">
    10   <!ENTITY gparted-md5sum        "3f399bff031b5ce14d11a8c346f4b89c">
    11   <!ENTITY gparted-size          "1.9 MB">
    12   <!ENTITY gparted-buildsize     "110 MB">
     10  <!ENTITY gparted-md5sum        "4e722a48a90c6d65d212711d45c9c0d1">
     11  <!ENTITY gparted-size          "2.0 MB">
     12  <!ENTITY gparted-buildsize     "61 MB">
    1313  <!ENTITY gparted-time          "1.2 SBU">
    1414]>
     
    101101    </para>
    102102
    103 <screen><userinput>./configure --prefix=/usr --disable-doc &amp;&amp;
     103<screen><userinput>./configure --prefix=/usr    \
     104            --disable-doc    \
     105            --disable-static &amp;&amp;
    104106make</userinput></screen>
    105107
     
    118120  <sect2 role="commands">
    119121    <title>Command Explanations</title>
     122
     123    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     124      href="../../xincludes/static-libraries.xml"/>
    120125
    121126    <para>
Note: See TracChangeset for help on using the changeset viewer.