Author: fernando Date: Tue Mar 25 18:54:26 2014 New Revision: 12896 Log: Updates to ffmpeg-2.2, fontconfig-2.11.1, glib-2.40.0, WebKitGTK+-2.4.0 and yelp-3.12.0.
Modified: trunk/BOOK/general.ent trunk/BOOK/general/genlib/glib2.xml trunk/BOOK/general/graphlib/fontconfig.xml trunk/BOOK/gnome/platform/yelp.xml trunk/BOOK/introduction/welcome/changelog.xml trunk/BOOK/multimedia/videoutils/ffmpeg.xml trunk/BOOK/x/lib/webkitgtk2.xml Modified: trunk/BOOK/general.ent ============================================================================== --- trunk/BOOK/general.ent Tue Mar 25 07:46:59 2014 (r12895) +++ trunk/BOOK/general.ent Tue Mar 25 18:54:26 2014 (r12896) @@ -1,12 +1,12 @@ <!-- $LastChangedBy$ $Date$ --> -<!ENTITY day "24"> <!-- Always 2 digits --> +<!ENTITY day "25"> <!-- Always 2 digits --> <!ENTITY month "03"> <!-- Always 2 digits --> <!ENTITY year "2014"> <!ENTITY copyrightdate "2001-&year;"> <!ENTITY copyholder "The BLFS Development Team"> <!ENTITY version "&year;-&month;-&day;"> -<!ENTITY releasedate "March 24nd, &year;"> +<!ENTITY releasedate "March 25nd, &year;"> <!ENTITY pubdate "&year;-&month;-&day;"> <!-- metadata req. by TLDP --> <!ENTITY blfs-version "svn"> <!-- svn|[release #] --> <!ENTITY lfs-version "development"> <!-- x.y|development] --> @@ -215,7 +215,7 @@ <!ENTITY enchant-version "1.6.0"> <!ENTITY exempi-version "2.2.1"> <!ENTITY expat-version "2.1.0"> -<!ENTITY glib2-version "2.38.2"> +<!ENTITY glib2-version "2.40.0"> <!ENTITY glibmm-version "2.38.1"> <!ENTITY gmime-version "2.6.20"> <!ENTITY gobject-introspection-version "1.38.0"> @@ -280,7 +280,7 @@ <!ENTITY babl-version "0.1.10"> <!ENTITY exiv2-version "0.24"> <!ENTITY freetype2-version "2.5.3"> -<!ENTITY fontconfig-version "2.11.0"> <!-- stable lt .90 micro version --> +<!ENTITY fontconfig-version "2.11.1"> <!-- stable lt .90 micro version --> <!ENTITY fribidi-version "0.19.6"> <!ENTITY gegl-version "0.2.0"> <!ENTITY giflib-version "5.0.5"> @@ -576,7 +576,7 @@ <!ENTITY shared-mime-info-version "1.2"> <!ENTITY startup-notification-version "0.12"> <!ENTITY webkitgtk-version "1.10.2"> <!-- Even minors only --> -<!ENTITY webkitgtk2-version "2.2.6"> <!-- Even minors only --> +<!ENTITY webkitgtk2-version "2.4.0"> <!-- Even minors only --> <!ENTITY xulrunner-version "28.0"> <!ENTITY gtk2-libdir "2.0/2.10.0"> @@ -637,7 +637,7 @@ <!ENTITY gnome-icon-theme-extras-version "3.6.2"> <!ENTITY gnome-icon-theme-symbolic-version "3.10.1"> <!ENTITY gnome-themes-standard-version "3.10.0"> -<!ENTITY yelp-version "3.10.2"> +<!ENTITY yelp-version "3.12.0"> <!-- Chapter 31 --> <!-- Applications --> @@ -830,7 +830,7 @@ <!ENTITY pnmixer-version "0.5.1"> <!-- Chapter 40 --> -<!ENTITY ffmpeg-version "2.1.4"> +<!ENTITY ffmpeg-version "2.2"> <!ENTITY mplayer-version "1.1.1"> <!ENTITY xine-ui-version "0.99.7"> <!ENTITY transcode-version "1.1.7"> Modified: trunk/BOOK/general/genlib/glib2.xml ============================================================================== --- trunk/BOOK/general/genlib/glib2.xml Tue Mar 25 07:46:59 2014 (r12895) +++ trunk/BOOK/general/genlib/glib2.xml Tue Mar 25 18:54:26 2014 (r12896) @@ -4,12 +4,12 @@ <!ENTITY % general-entities SYSTEM "../../general.ent"> %general-entities; - <!ENTITY glib2-download-http "&gnome-download-http;/glib/2.38/glib-&glib2-version;.tar.xz"> - <!ENTITY glib2-download-ftp "&gnome-download-ftp;/glib/2.38/glib-&glib2-version;.tar.xz"> + <!ENTITY glib2-download-http "&gnome-download-http;/glib/2.40/glib-&glib2-version;.tar.xz"> + <!ENTITY glib2-download-ftp "&gnome-download-ftp;/glib/2.40/glib-&glib2-version;.tar.xz"> <!ENTITY glib2-md5sum "26d1d08e478fc48c181ca8be44f5b69f"> <!ENTITY glib2-size "6.5 MB"> - <!ENTITY glib2-buildsize "157 MB (additional 47 MB to run the test suite)"> - <!ENTITY glib2-time "0.9 SBU (additional 3.5 SBU to run the test suite)"> + <!ENTITY glib2-buildsize "161 MB (additional 54 MB to run the test suite)"> + <!ENTITY glib2-time "0.9 SBU (additional 3.4 SBU to run the test suite)"> ]> <sect1 id="glib2" xreflabel="GLib-&glib2-version;"> @@ -88,7 +88,9 @@ <bridgehead renderas="sect4">Optional</bridgehead> <para role="optional"> <xref linkend="attr"/>, - <xref linkend="dbus"/> (required to run the tests), and + <xref linkend="dbus"/> (required to run the tests), + <xref linkend="elfutils"/>, + <ulink url="ftp://oss.sgi.com/projects/fam/download/stable/">FAM library</ulink>, and <xref linkend="gtk-doc"/> </para> @@ -140,9 +142,10 @@ </para> <para> - To test the results, issue: <command>make -k check</command>. The - tests need to be run in a graphical environment. One test (regex) - fails when using the system pcre package. + To test the results, after installed the package, issue: + <command>make -k check</command>. The tests need to be run in a + graphical environment. Some tests may fail, for unknown reasons. + One test (regex) fails when using the system pcre package. </para> </sect2> @@ -172,7 +175,7 @@ <seglistitem> <seg> - gdbus, gdbus-codegen, gio-querymodules, + gapplication, gdbus, gdbus-codegen, gio-querymodules, glib-compile-resources, glib-compile-schemas, glib-genmarshal, glib-gettextize, glib-mkenums, gobject-query, gresource, gsettings, gtester, Modified: trunk/BOOK/general/graphlib/fontconfig.xml ============================================================================== --- trunk/BOOK/general/graphlib/fontconfig.xml Tue Mar 25 07:46:59 2014 (r12895) +++ trunk/BOOK/general/graphlib/fontconfig.xml Tue Mar 25 18:54:26 2014 (r12896) @@ -7,9 +7,9 @@ <!ENTITY fontconfig-download-http "http://www.freedesktop.org/software/fontconfig/release/fontconfig-&fontconfig-version;.tar.bz2"> <!ENTITY fontconfig-download-ftp " "> - <!ENTITY fontconfig-md5sum "000bd4baf7aefa828e03414d0c8c7dc5"> + <!ENTITY fontconfig-md5sum "824d000eb737af6e16c826dd3b2d6c90"> <!ENTITY fontconfig-size "1.5 MB"> - <!ENTITY fontconfig-buildsize "13 MB (plus 4.2 MB installed)"> + <!ENTITY fontconfig-buildsize "17 MB"> <!ENTITY fontconfig-time "0.2 SBU"> ]> @@ -112,9 +112,8 @@ <screen><userinput>./configure --prefix=/usr \ --sysconfdir=/etc \ --localstatedir=/var \ - --docdir=/usr/share/doc/fontconfig-&fontconfig-version; \ --disable-docs \ - --disable-static && + --docdir=/usr/share/doc/fontconfig-&fontconfig-version; && make</userinput></screen> <para> @@ -155,9 +154,6 @@ documentation). </para> - <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" - href="../../xincludes/static-libraries.xml"/> - </sect2> <sect2 role="configuration"> Modified: trunk/BOOK/gnome/platform/yelp.xml ============================================================================== --- trunk/BOOK/gnome/platform/yelp.xml Tue Mar 25 07:46:59 2014 (r12895) +++ trunk/BOOK/gnome/platform/yelp.xml Tue Mar 25 18:54:26 2014 (r12896) @@ -4,11 +4,11 @@ <!ENTITY % general-entities SYSTEM "../../general.ent"> %general-entities; - <!ENTITY yelp-download-http "&gnome-download-http;/yelp/&gnome-minor;/yelp-&yelp-version;.tar.xz"> - <!ENTITY yelp-download-ftp "&gnome-download-ftp;/yelp/&gnome-minor;/yelp-&yelp-version;.tar.xz"> - <!ENTITY yelp-md5sum "26b380fad5e8e0414db6ebc384493505"> + <!ENTITY yelp-download-http "&gnome-download-http;/yelp/3.12/yelp-&yelp-version;.tar.xz"> + <!ENTITY yelp-download-ftp "&gnome-download-ftp;/yelp/3.12/yelp-&yelp-version;.tar.xz"> + <!ENTITY yelp-md5sum "02f0383b02960766ea46059b9a02cf85"> <!ENTITY yelp-size "1.4 MB"> - <!ENTITY yelp-buildsize "24 MB"> + <!ENTITY yelp-buildsize "25 MB"> <!ENTITY yelp-time "0.2 SBU"> ]> @@ -142,7 +142,7 @@ <seglistitem> <seg> - yelp + gnome-help (symlink) and yelp </seg> <seg> libyelp.so Modified: trunk/BOOK/introduction/welcome/changelog.xml ============================================================================== --- trunk/BOOK/introduction/welcome/changelog.xml Tue Mar 25 07:46:59 2014 (r12895) +++ trunk/BOOK/introduction/welcome/changelog.xml Tue Mar 25 18:54:26 2014 (r12896) @@ -45,6 +45,32 @@ --> <listitem> + <para>March 25nd, 2014</para> + <itemizedlist> + <listitem> + <para>[fernando] - Update to yelp-3.12.0. Partially fixes + <ulink url="&blfs-ticket-root;4862">#4862</ulink>.</para> + </listitem> + <listitem> + <para>[fernando] - Update to WebKitGTK+-2.4.0. Fixes + <ulink url="&blfs-ticket-root;4849">#4849</ulink>.</para> + </listitem> + <listitem> + <para>[fernando] - Update to glib-2.40.0. Fixes + <ulink url="&blfs-ticket-root;4850">#4850</ulink>.</para> + </listitem> + <listitem> + <para>[fernando] - Update to fontconfig-2.11.1. Fixes + <ulink url="&blfs-ticket-root;4851">#4851</ulink>.</para> + </listitem> + <listitem> + <para>[fernando] - Update to ffmpeg-2.2. Fixes + <ulink url="&blfs-ticket-root;4848">#4848</ulink>.</para> + </listitem> + </itemizedlist> + </listitem> + + <listitem> <para>March 24nd, 2014</para> <itemizedlist> <listitem> Modified: trunk/BOOK/multimedia/videoutils/ffmpeg.xml ============================================================================== --- trunk/BOOK/multimedia/videoutils/ffmpeg.xml Tue Mar 25 07:46:59 2014 (r12895) +++ trunk/BOOK/multimedia/videoutils/ffmpeg.xml Tue Mar 25 18:54:26 2014 (r12896) @@ -7,12 +7,10 @@ <!ENTITY ffmpeg-download-http "http://ffmpeg.org/releases/ffmpeg-&ffmpeg-version;.tar.bz2"> <!ENTITY ffmpeg-download-ftp " "> - <!ENTITY ffmpeg-md5sum "dedc28003a77c69432c42ab16e5f6982"> - <!ENTITY ffmpeg-size "6.4 MB"> - <!ENTITY ffmpeg-buildsize "105 MB (additional 710 MB for docs and 1.5 GB - for tests)"> - <!ENTITY ffmpeg-time "2.8 SBU (additional 0.6 SBU for docs 12.3 to - run the tests, after test files are downloaded)"> + <!ENTITY ffmpeg-md5sum "744febca199548c9393b1f1ed05ccdd8"> + <!ENTITY ffmpeg-size "6.8 MB"> + <!ENTITY ffmpeg-buildsize "110 MB (additional 766 MB for docs and 1.5 GB to run the FATE tests)"> + <!ENTITY ffmpeg-time "2.9 SBU (additional 0.9 SBU for docs 12.3 to run the FATE tests, after test files are downloaded)"> ]> <sect1 id="ffmpeg" xreflabel="FFmpeg-&ffmpeg-version;"> @@ -108,6 +106,7 @@ <para role="optional"> <xref linkend="faac"/>, <xref linkend="freetype2"/>, + <xref linkend="libwebp"/>, <xref linkend="openjpeg"/>, <xref linkend="pulseaudio"/>, <xref linkend="speex"/>, @@ -142,8 +141,9 @@ <ulink url="http://sourceforge.net/projects/opencore-amr/files/vo-aacenc/">vo-aaenc</ulink>, <ulink url="http://sourceforge.net/projects/opencore-amr/files/vo-amrwbenc/">vo-amrwbenc</ulink>, <ulink url="http://xavs.sourceforge.net/">libxavs</ulink> (SVN checkout), - <ulink url="http://kcat.strangesoft.net/openal-releases/">OpenAL</ulink>, and - <ulink url="http://www.nongnu.org/texi2html">texi2html</ulink> (to build HTML documentation) + <ulink url="http://kcat.strangesoft.net/openal-releases/">OpenAL</ulink>, + <ulink url="http://www.nongnu.org/texi2html">texi2html</ulink> (to build HTML documentation), and + <ulink url="http://www.videolan.org/developers/x265.html">x265 (H.265/MPEG-H HEVC)</ulink> </para> <para condition="html" role="usernotes"> @@ -219,8 +219,8 @@ <para> To properly test the installation you must have <xref linkend="rsync"/> installed and follow the instructions for the - <ulink url="http://ffmpeg.org/FATE.html"> - FFmpeg Automated Testing Environment</ulink> (FATE). First, about 736 MB + <ulink url="http://www.ffmpeg.org/fate.html"> + FFmpeg Automated Testing Environment</ulink> (FATE). First, about 756 MB of data files used to run FATE are downloaded. Next, FATE is executed. Estimated values in "Package Information" do not include the download SBU. </para> Modified: trunk/BOOK/x/lib/webkitgtk2.xml ============================================================================== --- trunk/BOOK/x/lib/webkitgtk2.xml Tue Mar 25 07:46:59 2014 (r12895) +++ trunk/BOOK/x/lib/webkitgtk2.xml Tue Mar 25 18:54:26 2014 (r12896) @@ -6,10 +6,10 @@ <!ENTITY webkitgtk2-download-http "http://webkitgtk.org/releases/webkitgtk-&webkitgtk2-version;.tar.xz"> <!ENTITY webkitgtk2-download-ftp " "> - <!ENTITY webkitgtk2-md5sum "245a9f8cac251662b7abf19903332038"> - <!ENTITY webkitgtk2-size "9.0 MB"> - <!ENTITY webkitgtk2-buildsize "868 MB"> - <!ENTITY webkitgtk2-time "58 SBU"> + <!ENTITY webkitgtk2-md5sum "c759bf11fe4cadd1268630f16a97f7b9"> + <!ENTITY webkitgtk2-size "9.4 MB"> + <!ENTITY webkitgtk2-buildsize "909 MB"> + <!ENTITY webkitgtk2-time "65 SBU"> ]> <sect1 id="webkitgtk2" xreflabel="WebKitGTK+-&webkitgtk2-version;"> @@ -99,7 +99,10 @@ <bridgehead renderas="sect4">Optional</bridgehead> <para role="optional"> - <xref linkend="gtk-doc"/> and + <xref linkend="gtk-doc"/>, + <xref linkend="harfbuzz"/>, + <xref linkend="llvm"/>, + <ulink url="http://gitorious.org/geoclue2/">GeoClue2</ulink>, and <ulink url="http://xsltml.sourceforge.net/">MathML</ulink> </para> @@ -219,7 +222,8 @@ /usr/include/webkitgtk-3.0, /usr/lib/webkit2gtk-3.0, /usr/share/gtk-doc/html/webkitgtk-2.0, - /usr/share/gtk-doc/html/webkit2gtk and + /usr/share/gtk-doc/html/webkitdomgtk, + /usr/share/gtk-doc/html/webkit2gtk, and /usr/share/webkitgtk-3.0 </seg> </seglistitem> -- http://linuxfromscratch.org/mailman/listinfo/blfs-book FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page