Changeset f50f3f3


Ignore:
Timestamp:
03/24/2019 08:38:58 PM (5 years ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 9.0, 9.1, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, 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:
400a529a
Parents:
941658d
Message:

Update to ffmpeg-4.1.2.
Update to cups-2.2.11.
Update to Net-DNS-1.20 (Perl Module).

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

Files:
5 edited

Legend:

Unmodified
Added
Removed
  • general/prog/perl-modules/perl-net-dns.xml

    r941658d rf50f3f3  
    66
    77  <!ENTITY my-download-http "&perl_authors;/id/N/NL/NLNETLABS/Net-DNS-&Net-DNS-version;.tar.gz">
    8   <!ENTITY my-md5sum "8a40402888487b853f861d21433f341a">
     8  <!ENTITY my-md5sum "565d3ae163591f3da7e1a20827b73c28">
    99
    1010]>
  • introduction/welcome/changelog.xml

    r941658d rf50f3f3  
    4545      <para>March 24th, 2019</para>
    4646      <itemizedlist>
     47        <listitem>
     48          <para>[bdubbs] - Update to ffmpeg-4.1.2. Fixes
     49          <ulink url="&blfs-ticket-root;11851">#11851</ulink>.</para>
     50        </listitem>
     51        <listitem>
     52          <para>[bdubbs] - Update to cups-2.2.11. Fixes
     53          <ulink url="&blfs-ticket-root;11850">#11850</ulink>.</para>
     54        </listitem>
     55        <listitem>
     56          <para>[bdubbs] - Update to Net-DNS-1.20 (Perl Module). Fixes
     57          <ulink url="&blfs-ticket-root;11853">#11853</ulink>.</para>
     58        </listitem>
    4759        <listitem>
    4860          <para>[pierre] - Update to plasma-5.15.3. Needed for
  • multimedia/videoutils/ffmpeg.xml

    r941658d rf50f3f3  
    77  <!ENTITY ffmpeg-download-http "http://ffmpeg.org/releases/ffmpeg-&ffmpeg-version;.tar.xz">
    88  <!ENTITY ffmpeg-download-ftp  " ">
    9   <!ENTITY ffmpeg-md5sum        "720fc84617a2c38aeae79aff3689a567">
     9  <!ENTITY ffmpeg-md5sum        "8f7f0a6c5d81ff20d9d65d000a6b419d">
    1010  <!ENTITY ffmpeg-size          "8.5 MB">
    11   <!ENTITY ffmpeg-buildsize     "159 MB (add 3.1 GB for the FATE suite/tests, add 17 MB for docs)">
    12   <!ENTITY ffmpeg-time          "1.4 SBU (using parallelism=4; add 3.8 SBU (with THREADS=4) to run the FATE suite after sample files are downloaded; add 0.4 SBU for docs)">
     11  <!ENTITY ffmpeg-buildsize     "156 MB (add 3.2 GB for the FATE suite/tests, add 643 MB for docs)">
     12  <!ENTITY ffmpeg-time          "1.5 SBU (using parallelism=4; add 3.8 SBU (with THREADS=4) to run the FATE suite after sample files are downloaded; add 0.6 SBU for docs)">
    1313]>
    1414
  • packages.ent

    r941658d rf50f3f3  
    396396<!ENTITY LWP-Protocol-https-version   "6.07">
    397397<!ENTITY Module-Build-version         "0.4224">
    398 <!ENTITY Net-DNS-version              "1.19">
     398<!ENTITY Net-DNS-version              "1.20">
    399399<!ENTITY Parse-Yapp-version           "1.21">
    400400<!ENTITY PerlIO-utf8_strict-version   "0.007">
     
    967967
    968968<!-- Chapter 48 -->
    969 <!ENTITY ffmpeg-version               "4.1.1">
     969<!ENTITY ffmpeg-version               "4.1.2">
    970970<!ENTITY mplayer-version              "1.3.0">
    971971<!ENTITY xine-ui-version              "0.99.10">
     
    985985<!-- Part XII -->
    986986<!-- Chapter 50 -->
    987 <!ENTITY cups-version                 "2.2.10">
     987<!ENTITY cups-version                 "2.2.11">
    988988<!ENTITY cups-filters-version         "1.22.2">
    989989<!ENTITY gs-version                   "9.26">
  • pst/printing/cups.xml

    r941658d rf50f3f3  
    77  <!ENTITY cups-download-http "https://github.com/apple/cups/releases/download/v&cups-version;/cups-&cups-version;-source.tar.gz">
    88  <!ENTITY cups-download-ftp  " ">
    9   <!ENTITY cups-md5sum        "3d22d747403ec5dcd0b66d1332564816">
     9  <!ENTITY cups-md5sum        "7afbbcd2497e7d742583c492f6de40cd">
    1010  <!ENTITY cups-size          "9.9 MB">
    11   <!ENTITY cups-buildsize     "63 MB">
    12   <!ENTITY cups-time          "0.5 SBU">
     11  <!ENTITY cups-buildsize     "63 MB (Add 39 MB for tests)">
     12  <!ENTITY cups-time          "0.5 SBU (Add 0.9 SBU for tests)">
    1313]>
    1414
     
    237237      To test the results, issue: <command>make -k check</command>. An already
    238238      active graphical session with bus address is necessary to run the tests.
    239       Some tests fail for unknown reasons.
    240239    </para>
    241240
Note: See TracChangeset for help on using the changeset viewer.