Changeset 6a71920c


Ignore:
Timestamp:
08/20/2015 10:58:32 PM (9 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.8, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, nosym, perl-modules, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
6bb5b3b1
Parents:
298fee30
Message:
  • Update to ruby-2.2.3.
  • Update to gdk-pixbuf-2.31.6.
  • Update to libdrm-2.4.64.
  • Update to cups-filters-1.0.73.

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

Files:
7 edited

Legend:

Unmodified
Added
Removed
  • general.ent

    r298fee30 r6a71920c  
    11<!-- $LastChangedBy$ $Date$ -->
    22
    3 <!ENTITY day          "18">                   <!-- Always 2 digits -->
     3<!ENTITY day          "20">                   <!-- Always 2 digits -->
    44<!ENTITY month        "08">                   <!-- Always 2 digits -->
    55<!ENTITY year         "2015">
     
    77<!ENTITY copyholder   "The BLFS Development Team">
    88<!ENTITY version      "&year;-&month;-&day;">
    9 <!ENTITY releasedate  "August 18th &year;">
     9<!ENTITY releasedate  "August 20th &year;">
    1010<!ENTITY pubdate      "&year;-&month;-&day;"> <!-- metadata req. by TLDP -->
    1111<!ENTITY blfs-version "svn">                  <!-- svn|[release #] -->
  • general/prog/ruby.xml

    r298fee30 r6a71920c  
    1010  <!ENTITY ruby-download-ftp  "ftp://ftp.ruby-lang.org/pub/ruby/2.2/ruby-&ruby-version;.tar.xz">
    1111-->
    12   <!ENTITY ruby-md5sum        "dbce9b9d79d90f213ba8d448b0b6ed86">
     12  <!ENTITY ruby-md5sum        "2a8bc1f46aba8938add70f742e8af1ff">
    1313  <!ENTITY ruby-size          "10 MB">
    14   <!ENTITY ruby-buildsize     "585 MB (additional 467 MB for C API docs)">
    15   <!ENTITY ruby-time          "2.3 SBU (additional 0.4 SBU for C API docs and 0.1 SBU for tests)">
     14  <!ENTITY ruby-buildsize     "585 MB, with checks (additional 466 MB for C API docs)">
     15  <!ENTITY ruby-time          "2.4 SBU (additional 3 SBU for checks and 0.4 SBU for C API docs)">
    1616]>
    1717
     
    8383      <xref linkend="graphviz"/>,
    8484      <xref linkend="openssl"/>,
    85       <xref linkend="tk"/>, and
     85      <xref linkend="tk"/>,
     86      <xref linkend="valgrind"/>, and
    8687      <ulink url="http://pyyaml.org/wiki/LibYAML">libyaml</ulink>
    8788    </para>
     
    113114
    114115    <para>
    115       To test the results, issue: <command>make test</command>.
     116      To test the results, issue: <command>make -k check</command>. One out of
     117      16059 tests fails.
    116118    </para>
    117119
  • introduction/welcome/changelog.xml

    r298fee30 r6a71920c  
    4444
    4545-->
     46
     47      <listitem>
     48        <para>August 20th, 2015</para>
     49        <itemizedlist>
     50          <listitem>
     51            <para>[fernando] - Update to cups-filters-1.0.73. Fixes
     52            <ulink url="&blfs-ticket-root;6837">#6837</ulink>.</para>
     53          </listitem>
     54          <listitem>
     55            <para>[fernando] - Update to libdrm-2.4.64.  Fixes
     56            <ulink url="&blfs-ticket-root;6836">#6836</ulink>.</para>
     57          </listitem>
     58          <listitem>
     59            <para>[fernando] - Update to gdk-pixbuf-2.31.6.  Fixes
     60            <ulink url="&blfs-ticket-root;6835">#6835</ulink>.</para>
     61          </listitem>
     62          <listitem>
     63            <para>[fernando] - Update to ruby-2.2.3.  Fixes
     64            <ulink url="&blfs-ticket-root;6834">#6834</ulink>.</para>
     65          </listitem>
     66        </itemizedlist>
     67      </listitem>
    4668
    4769      <listitem>
  • packages.ent

    r298fee30 r6a71920c  
    109109<!ENTITY libcroco-version             "0.6.8">
    110110<!ENTITY libdaemon-version            "0.14">
    111 <!ENTITY libdrm-version               "2.4.63">
     111<!ENTITY libdrm-version               "2.4.64">
    112112<!ENTITY libepoxy-version             "1.3.1">
    113113<!ENTITY libesmtp-version             "1.0.6">
     
    271271<!ENTITY python2-version              "2.7.10">
    272272<!ENTITY python3-version              "3.4.3">
    273 <!ENTITY ruby-version                 "2.2.2">
     273<!ENTITY ruby-version                 "2.2.3">
    274274<!ENTITY ruby-patch-version           "0">
    275275<!ENTITY scons-version                "2.3.6">
     
    469469<!ENTITY fltk-version                 "1.3.3">
    470470<!ENTITY freeglut-version             "3.0.0">
    471 <!ENTITY gdk-pixbuf-version           "2.31.5">
     471<!ENTITY gdk-pixbuf-version           "2.31.6">
    472472<!ENTITY glu-version                  "9.0.0">
    473473<!ENTITY goffice010-version           "0.10.23">
     
    760760<!-- Chapter 50 -->
    761761<!ENTITY cups-version                 "2.0.4">
    762 <!ENTITY cups-filters-version         "1.0.71">
     762<!ENTITY cups-filters-version         "1.0.73">
    763763<!ENTITY gs-version                   "9.16">
    764764<!ENTITY gutenprint-version           "5.2.10">
  • pst/printing/cups-filters.xml

    r298fee30 r6a71920c  
    88  "https://www.openprinting.org/download/cups-filters/cups-filters-&cups-filters-version;.tar.xz">
    99  <!ENTITY cups-filters-download-ftp  " ">
    10   <!ENTITY cups-filters-md5sum        "f1e11dfe5fa52eb65aa0bdd3a7ee0117">
     10  <!ENTITY cups-filters-md5sum        "7c8d792eb872be5a5b596409e5f05f40">
    1111  <!ENTITY cups-filters-size          "1.3 MB">
    12   <!ENTITY cups-filters-buildsize     "51 MB (with tests)">
     12  <!ENTITY cups-filters-buildsize     "53 MB (with tests)">
    1313  <!ENTITY cups-filters-time          "0.4 SBU (with tests)">
    1414]>
     
    7373      </listitem>
    7474    </itemizedlist>
    75 
     75<!--
    7676    <bridgehead renderas="sect3">Additional Downloads</bridgehead>
    7777    <itemizedlist spacing="compact">
     
    8282        </para>
    8383      </listitem>
    84     </itemizedlist>
     84    </itemizedlist>-->
    8585
    8686    <bridgehead renderas="sect3">CUPS Filters Dependencies</bridgehead>
     
    105105    <bridgehead renderas="sect4">Optional</bridgehead>
    106106    <para role="optional">
    107       <xref linkend="avahi"/> and
     107      <xref linkend="avahi"/>,
     108      <xref linkend="openldap"/> and
    108109      <xref linkend="php"/> (use of this might be broken)
    109110    </para>
     
    129130    </para>
    130131
    131 <screen><userinput>patch -Np1 -i ../cups-filters-&cups-filters-version;-poppler0340-1.patch &amp;&amp;
    132 
    133 ./configure                             \
     132<screen><userinput>./configure                             \
    134133        --prefix=/usr                   \
    135134        --sysconfdir=/etc               \
     
    139138        --with-gs-path=/usr/bin/gs      \
    140139        --with-pdftops-path=/usr/bin/gs \
    141         --docdir=/usr/share/doc/cups-filters-&cups-filters-version;      &amp;&amp;
     140        --docdir=/usr/share/doc/cups-filters-&cups-filters-version; &amp;&amp;
    142141
    143142make</userinput></screen>
  • x/lib/gdk-pixbuf.xml

    r298fee30 r6a71920c  
    99  <!ENTITY gdk-pixbuf-download-ftp
    1010           "&gnome-download-ftp;/gdk-pixbuf/2.31/gdk-pixbuf-&gdk-pixbuf-version;.tar.xz">
    11   <!ENTITY gdk-pixbuf-md5sum        "09bbce27f9a1ab5024ece39ceca219c9">
     11  <!ENTITY gdk-pixbuf-md5sum        "67219eb45ed0aba90b3158042b909d4e">
    1212  <!ENTITY gdk-pixbuf-size          "2.3 MB">
    1313  <!ENTITY gdk-pixbuf-buildsize     "30 MB (additional 2 MB for the tests)">
    14   <!ENTITY gdk-pixbuf-time          "0.3 SBU (additional 8 SBU for the tests)">
     14  <!ENTITY gdk-pixbuf-time          "0.3 SBU (additional 17.3 SBU for the tests)">
    1515]>
    1616
     
    123123    <para>
    124124      To test the results, issue: <command>make check</command>. The tests
    125       make a heavy use of the disk.
     125      make a heavy use of RAM (filled up almost all available 16 GB and
     126      started swapping) and disk.
    126127    </para>
    127128
  • x/lib/libdrm.xml

    r298fee30 r6a71920c  
    77  <!ENTITY libdrm-download-http "http://dri.freedesktop.org/libdrm/libdrm-&libdrm-version;.tar.bz2">
    88  <!ENTITY libdrm-download-ftp  " ">
    9   <!ENTITY libdrm-md5sum        "519da97017ea0e2cbea65c972c2be26e">
    10   <!ENTITY libdrm-size          "664 KB">
     9  <!ENTITY libdrm-md5sum        "543b2d28359cf33974fa0e772dd61732">
     10  <!ENTITY libdrm-size          "628 KB">
    1111  <!ENTITY libdrm-buildsize     "16 MB (with tests)">
    1212  <!ENTITY libdrm-time          "0.2 SBU (0.8 SBU, with tests)">
Note: See TracChangeset for help on using the changeset viewer.