Changeset c052d9f


Ignore:
Timestamp:
11/30/2017 12:57:17 AM (6 years ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.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:
b1f7ec3
Parents:
9e7475f0
Message:

Update to vlc-2.2.8.
Update to qt5-5.9.3.

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

Files:
5 edited

Legend:

Unmodified
Added
Removed
  • general.ent

    r9e7475f0 rc052d9f  
    11<!-- $LastChangedBy$ $Date$ -->
    22
    3 <!ENTITY day          "27">                   <!-- Always 2 digits -->
     3<!ENTITY day          "29">                   <!-- Always 2 digits -->
    44<!ENTITY month        "11">                   <!-- Always 2 digits -->
    55<!ENTITY year         "2017">
     
    77<!ENTITY copyholder   "The BLFS Development Team">
    88<!ENTITY version      "&year;-&month;-&day;">
    9 <!ENTITY releasedate  "November 27th, &year;">
     9<!ENTITY releasedate  "November 29th, &year;">
    1010<!ENTITY pubdate      "&year;-&month;-&day;"> <!-- metadata req. by TLDP -->
    1111<!ENTITY blfs-version "svn">                  <!-- svn|[release #] -->
  • introduction/welcome/changelog.xml

    r9e7475f0 rc052d9f  
    4343-->
    4444    <listitem>
     45      <para>November 29th, 2017</para>
     46      <itemizedlist>
     47        <listitem>
     48          <para>[bdubbs] - Update to vlc-2.2.8. Fixes
     49          <ulink url="&blfs-ticket-root;10060">#10060</ulink>.</para>
     50        </listitem>
     51        <listitem>
     52          <para>[bdubbs] - Update to qt5-5.9.3. Fixes
     53          <ulink url="&blfs-ticket-root;10065">#10065</ulink>.</para>
     54        </listitem>
     55      </itemizedlist>
     56    </listitem>
     57
     58    <listitem>
    4559      <para>November 28th, 2017</para>
    4660      <itemizedlist>
  • multimedia/videoutils/vlc.xml

    r9e7475f0 rc052d9f  
    77  <!ENTITY vlc-download-http "https://download.videolan.org/vlc/&vlc-version;/vlc-&vlc-version;.tar.xz">
    88  <!ENTITY vlc-download-ftp  " ">
    9   <!ENTITY vlc-md5sum        "031d1bbef7737d44d18d78d6761ed26e">
     9  <!ENTITY vlc-md5sum        "b721fddf65aaf64eeee5629aa9bf7c9e">
    1010  <!ENTITY vlc-size          "21 MB">
    11   <!ENTITY vlc-buildsize     "490 MB (add 1 MB for tests)">
    12   <!ENTITY vlc-time          "1.5 SBU (using parallism=4; add 0.1 SBU for tests)">
     11  <!ENTITY vlc-buildsize     "546 MB (add 3 MB for tests)">
     12  <!ENTITY vlc-time          "1.6 SBU (using parallism=4; add 0.1 SBU for tests)">
    1313]>
    1414
     
    225225sed -i 's/error-implicit-function-declaration//' configure &amp;&amp;
    226226
    227 CFLAGS="-DLUA_COMPAT_5_1" \
    228227./configure --prefix=/usr --disable-atmo &amp;&amp;
    229228
     
    261260      a gcc option that treats a warning as an error.
    262261    </para>
    263 
     262<!--
    264263    <para>
    265264      <envar>CFLAGS="-DLUA_COMPAT_5_1"</envar>: This environment variable
    266265      ensures the use of the correct variation of <xref linkend='lua'/>.
    267266    </para>
    268 
     267-->
    269268    <para>
    270269      <parameter>--disable-atmo</parameter>: This switch disables
  • packages.ent

    r9e7475f0 rc052d9f  
    576576<!ENTITY pango-version                "1.40.14">
    577577<!ENTITY pangomm-version              "2.40.1">
    578 <!ENTITY qt5-version                  "5.9.2">
     578<!ENTITY qt5-version                  "5.9.3">
    579579<!ENTITY qtwebengine-version          "5.9.2">
    580580<!ENTITY qtwebkit-version             "5.9.0">
     
    844844<!ENTITY xine-ui-version              "0.99.9">
    845845<!ENTITY transcode-version            "1.1.7">
    846 <!ENTITY vlc-version                  "2.2.6">
     846<!ENTITY vlc-version                  "2.2.8">
    847847
    848848<!-- Chapter 49 -->
  • x/lib/qt5.xml

    r9e7475f0 rc052d9f  
    1010  <!ENTITY qt5-download-http "&qt5-url;/qt-everywhere-opensource-src-&qt5-version;.tar.xz">
    1111  <!ENTITY qt5-download-ftp  " ">
    12   <!ENTITY qt5-md5sum        "738d1b98106e1bd39f00cc228beb522a">
     12  <!ENTITY qt5-md5sum        "eae2435509493a2084405714e0a9bdf9">
    1313  <!ENTITY qt5-size          "288 MB">
    14   <!ENTITY qt5-buildsize     "8.7 GB (216 MB installed)">
    15   <!ENTITY qt5-time          "27 SBU (using parallelism=4)">
     14  <!ENTITY qt5-buildsize     "8.7 GB (215 MB installed)">
     15  <!ENTITY qt5-time          "25 SBU (using parallelism=4)">
    1616]>
    1717
Note: See TracChangeset for help on using the changeset viewer.