Changeset 0e29df6


Ignore:
Timestamp:
02/08/2017 05:44:04 PM (7 years ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 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, 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:
6d35e46
Parents:
6495834
Message:

Update to libepoxy-1.4.0.
Update to xfce4-terminal-0.8.4.
Update to ffmpeg-3.2.3.
Update to List-AllUtils-0.14 (Perl Module).

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

Files:
8 edited

Legend:

Unmodified
Added
Removed
  • general.ent

    r6495834 r0e29df6  
    11<!-- $LastChangedBy$ $Date$ -->
    22
    3 <!ENTITY day          "07">                   <!-- Always 2 digits -->
     3<!ENTITY day          "08">                   <!-- Always 2 digits -->
    44<!ENTITY month        "02">                   <!-- Always 2 digits -->
    55<!ENTITY year         "2017">
     
    77<!ENTITY copyholder   "The BLFS Development Team">
    88<!ENTITY version      "&year;-&month;-&day;">
    9 <!ENTITY releasedate  "Febuary 7th &year;">
     9<!ENTITY releasedate  "Febuary 8th &year;">
    1010<!ENTITY pubdate      "&year;-&month;-&day;"> <!-- metadata req. by TLDP -->
    1111<!ENTITY blfs-version "svn">                  <!-- svn|[release #] -->
  • general/prog/perl-modules.xml

    r6495834 r0e29df6  
    7373
    7474  <!ENTITY List-AllUtils-download-http "http://www.cpan.org/authors/id/D/DR/DROLSKY/List-AllUtils-&List-AllUtils-version;.tar.gz">
    75   <!ENTITY List-AllUtils-md5sum "8803c2beaccaf5b042efd4399ed107e5">
     75  <!ENTITY List-AllUtils-md5sum "5d7f33d6b21aa461c12b002e20a2cbb6">
    7676
    7777  <!ENTITY List-MoreUtils-download-http "http://www.cpan.org/authors/id/R/RE/REHSACK/List-MoreUtils-&List-MoreUtils-version;.tar.gz">
  • introduction/welcome/changelog.xml

    r6495834 r0e29df6  
    4343-->
    4444    <listitem>
     45      <para>February 8th, 2017</para>
     46      <itemizedlist>
     47        <listitem>
     48          <para>[bdubbs] - Update to libepoxy-1.4.0. Fixes
     49          <ulink url="&blfs-ticket-root;8855">#8855</ulink>.</para>
     50        </listitem>
     51        <listitem>
     52          <para>[bdubbs] - Update to xfce4-terminal-0.8.4. Fixes
     53          <ulink url="&blfs-ticket-root;8856">#8856</ulink>.</para>
     54        </listitem>
     55        <listitem>
     56          <para>[bdubbs] - Update to ffmpeg-3.2.3. Fixes
     57          <ulink url="&blfs-ticket-root;8857">#8857</ulink>.</para>
     58        </listitem>
     59        <listitem>
     60          <para>[bdubbs] - Update to List-AllUtils-0.14 (Perl Module). Fixes
     61          <ulink url="&blfs-ticket-root;8858">#8858</ulink>.</para>
     62        </listitem>
     63      </itemizedlist>
     64    </listitem>
     65
     66    <listitem>
    4567      <para>February 7th, 2017</para>
    4668      <itemizedlist>
  • multimedia/videoutils/ffmpeg.xml

    r6495834 r0e29df6  
    77  <!ENTITY ffmpeg-download-http "http://ffmpeg.org/releases/ffmpeg-&ffmpeg-version;.tar.xz">
    88  <!ENTITY ffmpeg-download-ftp  " ">
    9   <!ENTITY ffmpeg-md5sum        "e34d1b92c5d844f2a3611c741a6dba18">
     9  <!ENTITY ffmpeg-md5sum        "4f01244929a992bc5bae4136f329f4b1">
    1010  <!ENTITY ffmpeg-size          "7.6 MB">
    11   <!ENTITY ffmpeg-buildsize     "171 MB (add 2.9 GB for the FATE suite/tests
     11  <!ENTITY ffmpeg-buildsize     "145 MB (add 2.9 GB for the FATE suite/tests
    1212    and 1.0 GB for the documentation)">
    13   <!ENTITY ffmpeg-time          "4.1 SBU (add 0.6 SBU for docs and 4.0 SBU
     13  <!ENTITY ffmpeg-time          "4.5 SBU (add 0.6 SBU for docs and 4.0 SBU
    1414    to run the FATE suite after sample files are downloaded)">
    1515]>
     
    228228
    229229install -v -m755    tools/qt-faststart /usr/bin &amp;&amp;
    230 install -v -m644    doc/*.txt \
    231                     /usr/share/doc/ffmpeg-&ffmpeg-version;</userinput></screen>
     230install -v -m644    doc/*.txt /usr/share/doc/ffmpeg-&ffmpeg-version;</userinput></screen>
    232231
    233232    <para>
     
    237236    </para>
    238237
    239 <screen role="root"><userinput>install -v -m644 doc/*.pdf \
    240                  /usr/share/doc/ffmpeg-&ffmpeg-version; &amp;&amp;
    241 install -v -m644 doc/*.ps  \
    242                  /usr/share/doc/ffmpeg-&ffmpeg-version;</userinput></screen>
     238<screen role="root"><userinput>install -v -m644 doc/*.pdf /usr/share/doc/ffmpeg-&ffmpeg-version; &amp;&amp;
     239install -v -m644 doc/*.ps  /usr/share/doc/ffmpeg-&ffmpeg-version;</userinput></screen>
    243240
    244241    <para>
  • networking/netlibs/curl.xml

    r6495834 r0e29df6  
    236236
    237237    <para>
    238       <option>--with-ca-bunlde=/etc/ssl/ca-bundle.crt</option>: Use
     238      <option>--with-ca-bundle=/etc/ssl/ca-bundle.crt</option>: Use
    239239      this switch instead of <parameter>--with-ca-path</parameter> if
    240240      building with <application>GnuTLS</application> support
  • packages.ent

    r6495834 r0e29df6  
    120120<!ENTITY libdaemon-version            "0.14">
    121121<!ENTITY libdrm-version               "2.4.75">
    122 <!ENTITY libepoxy-version             "1.3.1">
     122<!ENTITY libepoxy-version             "1.4.0">
    123123<!ENTITY libesmtp-version             "1.0.6">
    124124<!ENTITY libffi-version               "3.2.1">
     
    346346<!ENTITY IPC-Run3-version             "0.048">
    347347<!ENTITY Lingua-Translit-version      "0.26">
    348 <!ENTITY List-AllUtils-version        "0.12">
     348<!ENTITY List-AllUtils-version        "0.14">
    349349<!ENTITY List-MoreUtils-version       "0.416">
    350350<!ENTITY Log-Log4perl-version         "1.48">
     
    622622<!ENTITY mousepad-version             "0.4.0">
    623623<!ENTITY vte2-version                 "0.28.2">
    624 <!ENTITY xfce4-terminal-version       "0.8.3">
     624<!ENTITY xfce4-terminal-version       "0.8.4">
    625625<!ENTITY xfburn-version               "0.5.4">
    626626<!ENTITY ristretto-version            "0.8.2">
     
    806806
    807807<!-- Chapter 48 -->
    808 <!ENTITY ffmpeg-version               "3.2.2">
     808<!ENTITY ffmpeg-version               "3.2.3">
    809809<!ENTITY mplayer-version              "1.3.0">
    810810<!ENTITY xine-ui-version              "0.99.9">
  • x/lib/libepoxy.xml

    r6495834 r0e29df6  
    55  %general-entities;
    66
    7   <!ENTITY libepoxy-download-http "https://github.com/anholt/libepoxy/releases/download/v&libepoxy-version;/libepoxy-&libepoxy-version;.tar.bz2">
     7  <!ENTITY libepoxy-download-http "https://github.com/anholt/libepoxy/releases/download/v&libepoxy-version;/libepoxy-&libepoxy-version;.tar.xz">
    88  <!ENTITY libepoxy-download-ftp  " ">
    9   <!ENTITY libepoxy-md5sum        "96f6620a9b005a503e7b44b0b528287d">
    10   <!ENTITY libepoxy-size          "804 KB">
    11   <!ENTITY libepoxy-buildsize     "27 MB (with the tests)">
    12   <!ENTITY libepoxy-time          "0.1 SBU (with the tests)">
     9  <!ENTITY libepoxy-md5sum        "d8d8cbf2beb64975d424fcc5167a2a38">
     10  <!ENTITY libepoxy-size          "752 KB">
     11  <!ENTITY libepoxy-buildsize     "32 MB (with tests)">
     12  <!ENTITY libepoxy-time          "0.2 SBU (with tests)">
    1313]>
    1414
  • xfce/apps/xfce4-terminal.xml

    r6495834 r0e29df6  
    88           "http://archive.xfce.org/src/apps/xfce4-terminal/0.8/xfce4-terminal-&xfce4-terminal-version;.tar.bz2">
    99  <!ENTITY xfce4-terminal-download-ftp  " ">
    10   <!ENTITY xfce4-terminal-md5sum        "d4a3211c23aa3f588e86cb21d34c0e91">
    11   <!ENTITY xfce4-terminal-size          "908 KB">
     10  <!ENTITY xfce4-terminal-md5sum        "7d9ea57301d6a770e5db8e7ecd6e4cda">
     11  <!ENTITY xfce4-terminal-size          "916 KB">
    1212  <!ENTITY xfce4-terminal-buildsize     "13 MB">
    1313  <!ENTITY xfce4-terminal-time          "0.1 SBU">
Note: See TracChangeset for help on using the changeset viewer.