Author: fernando
Date: Thu Sep 19 15:20:55 2013
New Revision: 11854
Log:
Update to gparted-0.16.2 and --disable-static added; comment about gstreamer in
about:config (firefox and xulrunner)
Modified:
trunk/BOOK/introduction/welcome/changelog.xml
trunk/BOOK/x/lib/xulrunner.xml
trunk/BOOK/xsoft/graphweb/firefox.xml
trunk/BOOK/xsoft/other/gparted.xml
Modified: trunk/BOOK/introduction/welcome/changelog.xml
==============================================================================
--- trunk/BOOK/introduction/welcome/changelog.xml Thu Sep 19 05:13:03
2013 (r11853)
+++ trunk/BOOK/introduction/welcome/changelog.xml Thu Sep 19 15:20:55
2013 (r11854)
@@ -47,7 +47,16 @@
<para>September 19th, 2013</para>
<itemizedlist>
<listitem>
- <para>[igor] - Update to gtk+2.24.21. Fixes
+ <para>[fernando] - firefox and xulrunner: add comment in mozconfig
+ to enable gstreamer in about:config.</para>
+ </listitem>
+ <listitem>
+ <para>[fernando] - Update to gparted-0.16.2; add --disable-static
+ switch. Fixes
+ <ulink url="&blfs-ticket-root;4070">#4070</ulink>.</para>
+ </listitem>
+ <listitem>
+ <para>[igor] - Update to gtk+2.24.21. Fixes
<ulink url="&blfs-ticket-root;4068">#4068</ulink>.</para>
</listitem>
</itemizedlist>
Modified: trunk/BOOK/x/lib/xulrunner.xml
==============================================================================
--- trunk/BOOK/x/lib/xulrunner.xml Thu Sep 19 05:13:03 2013 (r11853)
+++ trunk/BOOK/x/lib/xulrunner.xml Thu Sep 19 15:20:55 2013 (r11854)
@@ -152,7 +152,9 @@
ac_add_options --disable-libnotify
# Uncomment these lines if you have installed optional dependencies:
-# GStreamer is necesary for H.264 video playback in HTML5 Video Player
+# GStreamer is necessary for H.264 video playback in HTML5 Video Player;
+# to be enabled, also remember to set "media.gstreamer.enabled" to "true"
+# in about:config
#ac_add_options --enable-gstreamer
#ac_add_options --enable-system-hunspell
#ac_add_options --enable-startup-notification
Modified: trunk/BOOK/xsoft/graphweb/firefox.xml
==============================================================================
--- trunk/BOOK/xsoft/graphweb/firefox.xml Thu Sep 19 05:13:03 2013
(r11853)
+++ trunk/BOOK/xsoft/graphweb/firefox.xml Thu Sep 19 15:20:55 2013
(r11854)
@@ -171,7 +171,9 @@
ac_add_options --disable-libnotify
# Uncomment these lines if you have installed optional dependencies:
-# GStreamer is necessary for H.264 video playback in HTML5 Video Player
+# GStreamer is necessary for H.264 video playback in HTML5 Video Player;
+# to be enabled, also remember to set "media.gstreamer.enabled" to "true"
+# in about:config
#ac_add_options --enable-gstreamer
#ac_add_options --enable-system-hunspell
#ac_add_options --enable-startup-notification
Modified: trunk/BOOK/xsoft/other/gparted.xml
==============================================================================
--- trunk/BOOK/xsoft/other/gparted.xml Thu Sep 19 05:13:03 2013 (r11853)
+++ trunk/BOOK/xsoft/other/gparted.xml Thu Sep 19 15:20:55 2013 (r11854)
@@ -7,9 +7,9 @@
<!ENTITY gparted-download-http
"&sourceforge-repo;/gparted/gparted-&gparted-version;.tar.bz2">
<!ENTITY gparted-download-ftp " ">
- <!ENTITY gparted-md5sum "3f399bff031b5ce14d11a8c346f4b89c">
- <!ENTITY gparted-size "1.9 MB">
- <!ENTITY gparted-buildsize "110 MB">
+ <!ENTITY gparted-md5sum "4e722a48a90c6d65d212711d45c9c0d1">
+ <!ENTITY gparted-size "2.0 MB">
+ <!ENTITY gparted-buildsize "61 MB">
<!ENTITY gparted-time "1.2 SBU">
]>
@@ -100,7 +100,9 @@
commands:
</para>
-<screen><userinput>./configure --prefix=/usr --disable-doc &&
+<screen><userinput>./configure --prefix=/usr \
+ --disable-doc \
+ --disable-static &&
make</userinput></screen>
<para>
@@ -118,6 +120,9 @@
<sect2 role="commands">
<title>Command Explanations</title>
+ <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
+ href="../../xincludes/static-libraries.xml"/>
+
<para>
<option>--disable-doc</option>: This switch disables building of
the optional documentation. Remove it if you have installed
--
http://linuxfromscratch.org/mailman/listinfo/blfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page