Changeset 5dec59cf


Ignore:
Timestamp:
10/10/2014 03:03:30 AM (10 years ago)
Author:
Christopher Gregory <cjg@…>
Branches:
kde5-14686, systemd-13485
Children:
b78a90e
Parents:
b17f2b00
Message:

Merge updates from trunk.

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/branches/systemd@14558 af4574ff-66df-0310-9fd7-8a98e5e911e0

Files:
4 edited

Legend:

Unmodified
Added
Removed
  • introduction/welcome/changelog.xml

    rb17f2b00 r5dec59cf  
    4545-->
    4646    <listitem>
     47      <para>October 9th, 2014</para>
     48      <itemizedlist>
     49        <listitem>
     50          <para>[fernando] - Update to x264-snapshot-20141008-2245.  Fixes
     51          <ulink url="&blfs-ticket-root;5638">#5638</ulink>.</para>
     52        </listitem>
     53        <listitem>
     54          <para>[fernando] - Update to zsh-5.0.7.  Fixes
     55          <ulink url="&blfs-ticket-root;5637">#5637</ulink>.</para>
     56        </listitem>
     57      </itemizedlist>
     58    </listitem>
     59
     60    <listitem>
    4761      <para>October 8th, 2014</para>
    4862      <itemizedlist>
  • multimedia/libdriv/x264.xml

    rb17f2b00 r5dec59cf  
    77  <!ENTITY x264-download-http " ">
    88  <!ENTITY x264-download-ftp  "ftp://ftp.videolan.org/pub/videolan/x264/snapshots/x264-snapshot-&x264-version;-stable.tar.bz2">
    9   <!ENTITY x264-md5sum        "9694ad08fc6fbb7110e2a963de336035">
     9  <!ENTITY x264-md5sum        "dd5c4dca652da0eee10053b75e200cb9">
    1010  <!ENTITY x264-size          "612 KB">
    11   <!ENTITY x264-buildsize     "8.8 MB">
     11  <!ENTITY x264-buildsize     "6.7 MB">
    1212  <!ENTITY x264-time          "0.2 SBU">
    1313]>
  • packages.ent

    rb17f2b00 r5dec59cf  
    6262<!ENTITY dash-version                 "0.5.8">
    6363<!ENTITY tcsh-version                 "6.18.01">
    64 <!ENTITY zsh-version                  "5.0.6">
     64<!ENTITY zsh-version                  "5.0.7">
    6565
    6666<!-- Chapter 8 Virtualization -->
     
    665665<!ENTITY speex-version                "1.2rc1">
    666666<!ENTITY taglib-version               "1.9.1">
    667 <!ENTITY x264-version                 "20140818-2245">
     667<!ENTITY x264-version                 "20141008-2245">
    668668<!ENTITY xine-lib-version             "1.2.6">
    669669<!ENTITY xvid-version                 "1.3.3">
  • postlfs/shells/zsh.xml

    rb17f2b00 r5dec59cf  
    77  <!ENTITY zsh-download-http "http://www.zsh.org/pub/zsh-&zsh-version;.tar.bz2">
    88  <!ENTITY zsh-download-ftp  " ">
    9   <!ENTITY zsh-md5sum        "7150a6abc2aa1a79d81ed9a282594225">
     9  <!ENTITY zsh-md5sum        "1cd396ce17952de50b8a89980d617f0a">
    1010  <!ENTITY zsh-size          "3.1 MB">
    11   <!ENTITY zsh-buildsize     "64 MB (includes installing documentation - additional 2 MB for PDF documentation)">
     11  <!ENTITY zsh-buildsize     "63 MB (includes installing documentation - additional 1 MB for PDF documentation)">
    1212  <!ENTITY zsh-time          "0.9 SBU (additional less than 0.1 SBU for PDF documentation and additional 0.2 SBU for the tests)">
    1313
    14   <!ENTITY zsh-doc-md5sum    "3333759b5ae9710ceed11b02645a0049">
     14  <!ENTITY zsh-doc-md5sum    "ec04d46211a20281778ddbbde9aa680f">
    1515  <!ENTITY zsh-doc-size      "2.9 MB">
    1616]>
     
    110110    commands:</para>
    111111
    112 <screen><userinput>sed -e '/attr.mdh/ d' -e '/attr.pro/ d'                                        \
    113     -e '/include &lt;sys\/xattr.h&gt;/ a\\n#include "attr.mdh"\n#include "attr.pro"' \
    114     -i Src/Modules/attr.c                             &amp;&amp;
    115 
    116 ./configure --prefix=/usr         \
     112<screen><userinput>./configure --prefix=/usr         \
    117113            --bindir=/bin         \
    118114            --sysconfdir=/etc/zsh \
     
    162158  <sect2 role="commands">
    163159    <title>Command Explanations</title>
    164 
    165     <para><command>sed ... Src/Modules/attr.c</command>: Fix
    166     <application>zsh-&zsh-version;</application> to build with
    167     <application>libcap-2.x</application> (x &gt; 23).</para>
    168160
    169161    <para><parameter>--sysconfdir=/etc/zsh</parameter> and
Note: See TracChangeset for help on using the changeset viewer.