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
This commit is contained in:
Bruce Dubbs 2017-11-30 00:57:17 +00:00
parent 9e7475f0f0
commit c052d9fc0e
5 changed files with 26 additions and 13 deletions

View File

@ -1,12 +1,12 @@
<!-- $LastChangedBy$ $Date$ -->
<!ENTITY day "27"> <!-- Always 2 digits -->
<!ENTITY day "29"> <!-- Always 2 digits -->
<!ENTITY month "11"> <!-- Always 2 digits -->
<!ENTITY year "2017">
<!ENTITY copyrightdate "2001-&year;">
<!ENTITY copyholder "The BLFS Development Team">
<!ENTITY version "&year;-&month;-&day;">
<!ENTITY releasedate "November 27th, &year;">
<!ENTITY releasedate "November 29th, &year;">
<!ENTITY pubdate "&year;-&month;-&day;"> <!-- metadata req. by TLDP -->
<!ENTITY blfs-version "svn"> <!-- svn|[release #] -->
<!ENTITY lfs-version "development"> <!-- x.y|development -->

View File

@ -41,6 +41,20 @@
</itemizedlist>
</listitem>
-->
<listitem>
<para>November 29th, 2017</para>
<itemizedlist>
<listitem>
<para>[bdubbs] - Update to vlc-2.2.8. Fixes
<ulink url="&blfs-ticket-root;10060">#10060</ulink>.</para>
</listitem>
<listitem>
<para>[bdubbs] - Update to qt5-5.9.3. Fixes
<ulink url="&blfs-ticket-root;10065">#10065</ulink>.</para>
</listitem>
</itemizedlist>
</listitem>
<listitem>
<para>November 28th, 2017</para>
<itemizedlist>

View File

@ -6,10 +6,10 @@
<!ENTITY vlc-download-http "https://download.videolan.org/vlc/&vlc-version;/vlc-&vlc-version;.tar.xz">
<!ENTITY vlc-download-ftp " ">
<!ENTITY vlc-md5sum "031d1bbef7737d44d18d78d6761ed26e">
<!ENTITY vlc-md5sum "b721fddf65aaf64eeee5629aa9bf7c9e">
<!ENTITY vlc-size "21 MB">
<!ENTITY vlc-buildsize "490 MB (add 1 MB for tests)">
<!ENTITY vlc-time "1.5 SBU (using parallism=4; add 0.1 SBU for tests)">
<!ENTITY vlc-buildsize "546 MB (add 3 MB for tests)">
<!ENTITY vlc-time "1.6 SBU (using parallism=4; add 0.1 SBU for tests)">
]>
<sect1 id="vlc" xreflabel="VLC-&vlc-version;">
@ -224,7 +224,6 @@
<screen><userinput>patch -Np1 -i ../vlc-&vlc-version;-ffmpeg3-1.patch &amp;&amp;
sed -i 's/error-implicit-function-declaration//' configure &amp;&amp;
CFLAGS="-DLUA_COMPAT_5_1" \
./configure --prefix=/usr --disable-atmo &amp;&amp;
make</userinput></screen>
@ -260,12 +259,12 @@ make</userinput></screen>
<command>sed ... configure</command>: This command removes
a gcc option that treats a warning as an error.
</para>
<!--
<para>
<envar>CFLAGS="-DLUA_COMPAT_5_1"</envar>: This environment variable
ensures the use of the correct variation of <xref linkend='lua'/>.
</para>
-->
<para>
<parameter>--disable-atmo</parameter>: This switch disables
trying to build AtmoLight (homemade Philips Ambilight clone).

View File

@ -575,7 +575,7 @@ to avoid building libxml2 twice, which is slow with all deps -->
<!ENTITY libxklavier-version "5.4">
<!ENTITY pango-version "1.40.14">
<!ENTITY pangomm-version "2.40.1">
<!ENTITY qt5-version "5.9.2">
<!ENTITY qt5-version "5.9.3">
<!ENTITY qtwebengine-version "5.9.2">
<!ENTITY qtwebkit-version "5.9.0">
<!ENTITY qscintilla-version "2.10.1">
@ -843,7 +843,7 @@ to avoid building libxml2 twice, which is slow with all deps -->
<!ENTITY mplayer-version "1.3.0">
<!ENTITY xine-ui-version "0.99.9">
<!ENTITY transcode-version "1.1.7">
<!ENTITY vlc-version "2.2.6">
<!ENTITY vlc-version "2.2.8">
<!-- Chapter 49 -->
<!ENTITY cdrdao-version "1.2.3">

View File

@ -9,10 +9,10 @@
<!ENTITY qt5-download-http "&qt5-url;/qt-everywhere-opensource-src-&qt5-version;.tar.xz">
<!ENTITY qt5-download-ftp " ">
<!ENTITY qt5-md5sum "738d1b98106e1bd39f00cc228beb522a">
<!ENTITY qt5-md5sum "eae2435509493a2084405714e0a9bdf9">
<!ENTITY qt5-size "288 MB">
<!ENTITY qt5-buildsize "8.7 GB (216 MB installed)">
<!ENTITY qt5-time "27 SBU (using parallelism=4)">
<!ENTITY qt5-buildsize "8.7 GB (215 MB installed)">
<!ENTITY qt5-time "25 SBU (using parallelism=4)">
]>
<sect1 id="qt5" xreflabel="Qt-&qt5-version;">