Changeset 2f0f7a0


Ignore:
Timestamp:
03/26/2014 01:54:26 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:
4a64872f
Parents:
6a95c00
Message:

Updates to ffmpeg-2.2, fontconfig-2.11.1, glib-2.40.0, WebKitGTK+-2.4.0 and yelp-3.12.0.

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

Files:
7 edited

Legend:

Unmodified
Added
Removed
  • general.ent

    r6a95c00 r2f0f7a0  
    11<!-- $LastChangedBy$ $Date$ -->
    22
    3 <!ENTITY day          "24">                   <!-- Always 2 digits -->
     3<!ENTITY day          "25">                   <!-- Always 2 digits -->
    44<!ENTITY month        "03">                   <!-- Always 2 digits -->
    55<!ENTITY year         "2014">
     
    77<!ENTITY copyholder   "The BLFS Development Team">
    88<!ENTITY version      "&year;-&month;-&day;">
    9 <!ENTITY releasedate  "March 24nd, &year;">
     9<!ENTITY releasedate  "March 25nd, &year;">
    1010<!ENTITY pubdate      "&year;-&month;-&day;"> <!-- metadata req. by TLDP -->
    1111<!ENTITY blfs-version "svn">                  <!-- svn|[release #] -->
     
    216216<!ENTITY exempi-version               "2.2.1">
    217217<!ENTITY expat-version                "2.1.0">
    218 <!ENTITY glib2-version                "2.38.2">
     218<!ENTITY glib2-version                "2.40.0">
    219219<!ENTITY glibmm-version               "2.38.1">
    220220<!ENTITY gmime-version                "2.6.20">
     
    281281<!ENTITY exiv2-version                "0.24">
    282282<!ENTITY freetype2-version            "2.5.3">
    283 <!ENTITY fontconfig-version           "2.11.0">  <!-- stable lt .90 micro version -->
     283<!ENTITY fontconfig-version           "2.11.1">  <!-- stable lt .90 micro version -->
    284284<!ENTITY fribidi-version              "0.19.6">
    285285<!ENTITY gegl-version                 "0.2.0">
     
    577577<!ENTITY startup-notification-version "0.12">
    578578<!ENTITY webkitgtk-version            "1.10.2">   <!-- Even minors only -->
    579 <!ENTITY webkitgtk2-version           "2.2.6">    <!-- Even minors only -->
     579<!ENTITY webkitgtk2-version           "2.4.0">    <!-- Even minors only -->
    580580<!ENTITY xulrunner-version            "28.0">
    581581
     
    638638<!ENTITY gnome-icon-theme-symbolic-version "3.10.1">
    639639<!ENTITY gnome-themes-standard-version     "3.10.0">
    640 <!ENTITY yelp-version                      "3.10.2">
     640<!ENTITY yelp-version                      "3.12.0">
    641641
    642642<!-- Chapter 31 -->
     
    831831
    832832<!-- Chapter 40 -->
    833 <!ENTITY ffmpeg-version               "2.1.4">
     833<!ENTITY ffmpeg-version               "2.2">
    834834<!ENTITY mplayer-version              "1.1.1">
    835835<!ENTITY xine-ui-version              "0.99.7">
  • general/genlib/glib2.xml

    r6a95c00 r2f0f7a0  
    55  %general-entities;
    66
    7   <!ENTITY glib2-download-http "&gnome-download-http;/glib/2.38/glib-&glib2-version;.tar.xz">
    8   <!ENTITY glib2-download-ftp  "&gnome-download-ftp;/glib/2.38/glib-&glib2-version;.tar.xz">
     7  <!ENTITY glib2-download-http "&gnome-download-http;/glib/2.40/glib-&glib2-version;.tar.xz">
     8  <!ENTITY glib2-download-ftp  "&gnome-download-ftp;/glib/2.40/glib-&glib2-version;.tar.xz">
    99  <!ENTITY glib2-md5sum        "26d1d08e478fc48c181ca8be44f5b69f">
    1010  <!ENTITY glib2-size          "6.5 MB">
    11   <!ENTITY glib2-buildsize     "157 MB (additional 47 MB to run the test suite)">
    12   <!ENTITY glib2-time          "0.9 SBU (additional 3.5 SBU to run the test suite)">
     11  <!ENTITY glib2-buildsize     "161 MB (additional 54 MB to run the test suite)">
     12  <!ENTITY glib2-time          "0.9 SBU (additional 3.4 SBU to run the test suite)">
    1313]>
    1414
     
    8989    <para role="optional">
    9090      <xref linkend="attr"/>,
    91       <xref linkend="dbus"/> (required to run the tests), and
     91      <xref linkend="dbus"/> (required to run the tests),
     92      <xref linkend="elfutils"/>,
     93      <ulink url="ftp://oss.sgi.com/projects/fam/download/stable/">FAM library</ulink>, and
    9294      <xref linkend="gtk-doc"/>
    9395    </para>
     
    141143
    142144    <para>
    143       To test the results, issue: <command>make -k check</command>.  The
    144       tests need to be run in a graphical environment.  One test (regex)
    145       fails when using the system pcre package.
     145      To test the results, after installed the package, issue:
     146      <command>make -k check</command>.  The tests need to be run in a
     147      graphical environment.  Some tests may fail, for unknown reasons.
     148      One test (regex) fails when using the system pcre package.
    146149    </para>
    147150
     
    173176      <seglistitem>
    174177        <seg>
    175           gdbus, gdbus-codegen, gio-querymodules,
     178          gapplication, gdbus, gdbus-codegen, gio-querymodules,
    176179          glib-compile-resources, glib-compile-schemas,
    177180          glib-genmarshal, glib-gettextize, glib-mkenums,
  • general/graphlib/fontconfig.xml

    r6a95c00 r2f0f7a0  
    88           "http://www.freedesktop.org/software/fontconfig/release/fontconfig-&fontconfig-version;.tar.bz2">
    99  <!ENTITY fontconfig-download-ftp  " ">
    10   <!ENTITY fontconfig-md5sum        "000bd4baf7aefa828e03414d0c8c7dc5">
     10  <!ENTITY fontconfig-md5sum        "824d000eb737af6e16c826dd3b2d6c90">
    1111  <!ENTITY fontconfig-size          "1.5 MB">
    12   <!ENTITY fontconfig-buildsize     "13 MB (plus 4.2 MB installed)">
     12  <!ENTITY fontconfig-buildsize     "17 MB">
    1313  <!ENTITY fontconfig-time          "0.2 SBU">
    1414]>
     
    113113            --sysconfdir=/etc    \
    114114            --localstatedir=/var \
    115             --docdir=/usr/share/doc/fontconfig-&fontconfig-version; \
    116115            --disable-docs       \
    117             --disable-static    &amp;&amp;
     116            --docdir=/usr/share/doc/fontconfig-&fontconfig-version; &amp;&amp;
    118117make</userinput></screen>
    119118
     
    155154      documentation).
    156155    </para>
    157 
    158     <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    159       href="../../xincludes/static-libraries.xml"/>
    160156
    161157  </sect2>
  • gnome/platform/yelp.xml

    r6a95c00 r2f0f7a0  
    55  %general-entities;
    66
    7   <!ENTITY yelp-download-http "&gnome-download-http;/yelp/&gnome-minor;/yelp-&yelp-version;.tar.xz">
    8   <!ENTITY yelp-download-ftp  "&gnome-download-ftp;/yelp/&gnome-minor;/yelp-&yelp-version;.tar.xz">
    9   <!ENTITY yelp-md5sum        "26b380fad5e8e0414db6ebc384493505">
     7  <!ENTITY yelp-download-http "&gnome-download-http;/yelp/3.12/yelp-&yelp-version;.tar.xz">
     8  <!ENTITY yelp-download-ftp  "&gnome-download-ftp;/yelp/3.12/yelp-&yelp-version;.tar.xz">
     9  <!ENTITY yelp-md5sum        "02f0383b02960766ea46059b9a02cf85">
    1010  <!ENTITY yelp-size          "1.4 MB">
    11   <!ENTITY yelp-buildsize     "24 MB">
     11  <!ENTITY yelp-buildsize     "25 MB">
    1212  <!ENTITY yelp-time          "0.2 SBU">
    1313]>
     
    143143      <seglistitem>
    144144        <seg>
    145           yelp
     145          gnome-help (symlink) and yelp
    146146        </seg>
    147147        <seg>
  • introduction/welcome/changelog.xml

    r6a95c00 r2f0f7a0  
    4646
    4747    <listitem>
     48      <para>March 25nd, 2014</para>
     49      <itemizedlist>
     50        <listitem>
     51          <para>[fernando] - Update to yelp-3.12.0. Partially fixes
     52          <ulink url="&blfs-ticket-root;4862">#4862</ulink>.</para>
     53        </listitem>
     54        <listitem>
     55          <para>[fernando] - Update to WebKitGTK+-2.4.0. Fixes
     56          <ulink url="&blfs-ticket-root;4849">#4849</ulink>.</para>
     57        </listitem>
     58        <listitem>
     59          <para>[fernando] - Update to glib-2.40.0. Fixes
     60          <ulink url="&blfs-ticket-root;4850">#4850</ulink>.</para>
     61        </listitem>
     62        <listitem>
     63          <para>[fernando] - Update to fontconfig-2.11.1. Fixes
     64          <ulink url="&blfs-ticket-root;4851">#4851</ulink>.</para>
     65        </listitem>
     66        <listitem>
     67          <para>[fernando] - Update to ffmpeg-2.2. Fixes
     68          <ulink url="&blfs-ticket-root;4848">#4848</ulink>.</para>
     69        </listitem>
     70      </itemizedlist>
     71    </listitem>
     72
     73    <listitem>
    4874      <para>March 24nd, 2014</para>
    4975      <itemizedlist>
  • multimedia/videoutils/ffmpeg.xml

    r6a95c00 r2f0f7a0  
    88           "http://ffmpeg.org/releases/ffmpeg-&ffmpeg-version;.tar.bz2">
    99  <!ENTITY ffmpeg-download-ftp  " ">
    10   <!ENTITY ffmpeg-md5sum        "dedc28003a77c69432c42ab16e5f6982">
    11   <!ENTITY ffmpeg-size          "6.4 MB">
    12   <!ENTITY ffmpeg-buildsize     "105 MB (additional 710 MB for docs and 1.5 GB
    13                                  for tests)">
    14   <!ENTITY ffmpeg-time          "2.8 SBU (additional 0.6 SBU for docs 12.3 to
    15                                  run the tests, after test files are downloaded)">
     10  <!ENTITY ffmpeg-md5sum        "744febca199548c9393b1f1ed05ccdd8">
     11  <!ENTITY ffmpeg-size          "6.8 MB">
     12  <!ENTITY ffmpeg-buildsize     "110 MB (additional 766 MB for docs and 1.5 GB to run the FATE tests)">
     13  <!ENTITY ffmpeg-time          "2.9 SBU (additional 0.9 SBU for docs 12.3 to run the FATE tests, after test files are downloaded)">
    1614]>
    1715
     
    109107      <xref linkend="faac"/>,
    110108      <xref linkend="freetype2"/>,
     109      <xref linkend="libwebp"/>,
    111110      <xref linkend="openjpeg"/>,
    112111      <xref linkend="pulseaudio"/>,
     
    143142      <ulink url="http://sourceforge.net/projects/opencore-amr/files/vo-amrwbenc/">vo-amrwbenc</ulink>,
    144143      <ulink url="http://xavs.sourceforge.net/">libxavs</ulink> (SVN checkout),
    145       <ulink url="http://kcat.strangesoft.net/openal-releases/">OpenAL</ulink>, and
    146       <ulink url="http://www.nongnu.org/texi2html">texi2html</ulink> (to build HTML documentation)
     144      <ulink url="http://kcat.strangesoft.net/openal-releases/">OpenAL</ulink>,
     145      <ulink url="http://www.nongnu.org/texi2html">texi2html</ulink> (to build HTML documentation), and
     146      <ulink url="http://www.videolan.org/developers/x265.html">x265 (H.265/MPEG-H HEVC)</ulink>
    147147    </para>
    148148
     
    220220      To properly test the installation you must have <xref linkend="rsync"/>
    221221      installed and follow the instructions for the
    222       <ulink url="http://ffmpeg.org/FATE.html">
    223       FFmpeg Automated Testing Environment</ulink> (FATE). First, about 736 MB
     222      <ulink url="http://www.ffmpeg.org/fate.html">
     223      FFmpeg Automated Testing Environment</ulink> (FATE). First, about 756 MB
    224224      of data files used to run FATE are downloaded. Next, FATE is executed.
    225225      Estimated values in "Package Information" do not include the download SBU.
  • x/lib/webkitgtk2.xml

    r6a95c00 r2f0f7a0  
    77  <!ENTITY webkitgtk2-download-http "http://webkitgtk.org/releases/webkitgtk-&webkitgtk2-version;.tar.xz">
    88  <!ENTITY webkitgtk2-download-ftp  " ">
    9   <!ENTITY webkitgtk2-md5sum        "245a9f8cac251662b7abf19903332038">
    10   <!ENTITY webkitgtk2-size          "9.0 MB">
    11   <!ENTITY webkitgtk2-buildsize     "868 MB">
    12   <!ENTITY webkitgtk2-time          "58 SBU">
     9  <!ENTITY webkitgtk2-md5sum        "c759bf11fe4cadd1268630f16a97f7b9">
     10  <!ENTITY webkitgtk2-size          "9.4 MB">
     11  <!ENTITY webkitgtk2-buildsize     "909 MB">
     12  <!ENTITY webkitgtk2-time          "65 SBU">
    1313]>
    1414
     
    100100    <bridgehead renderas="sect4">Optional</bridgehead>
    101101    <para role="optional">
    102       <xref linkend="gtk-doc"/> and
     102      <xref linkend="gtk-doc"/>,
     103      <xref linkend="harfbuzz"/>,
     104      <xref linkend="llvm"/>,
     105      <ulink url="http://gitorious.org/geoclue2/">GeoClue2</ulink>, and
    103106      <ulink url="http://xsltml.sourceforge.net/">MathML</ulink>
    104107    </para>
     
    220223          /usr/lib/webkit2gtk-3.0,
    221224          /usr/share/gtk-doc/html/webkitgtk-2.0,
    222           /usr/share/gtk-doc/html/webkit2gtk and
     225          /usr/share/gtk-doc/html/webkitdomgtk,
     226          /usr/share/gtk-doc/html/webkit2gtk, and
    223227          /usr/share/webkitgtk-3.0
    224228        </seg>
Note: See TracChangeset for help on using the changeset viewer.