Update to vlc-3.0.6.

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@20981 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
Bruce Dubbs 2019-01-15 19:57:17 +00:00
parent 3f7654ea95
commit dab2444ecd
3 changed files with 9 additions and 36 deletions

View File

@ -45,6 +45,10 @@
<listitem>
<para>January 15th, 2019</para>
<itemizedlist>
<listitem>
<para>[bdubbbs] - Update to vlc-3.0.6. Finishes
<ulink url="&blfs-ticket-root;11487">#11487</ulink>.</para>
</listitem>
<listitem>
<para>[bdubbbs] - Update to cmake-3.13.3. Finishes
<ulink url="&blfs-ticket-root;11548">#11548</ulink>.</para>

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 "33ecd94ed9568bb19b4ca729eecca076">
<!ENTITY vlc-md5sum "4ff71d262e070fd19f86a1c3542c7b4e">
<!ENTITY vlc-size "25 MB">
<!ENTITY vlc-buildsize "642 MB (add 14 MB for tests)">
<!ENTITY vlc-time "2.0 SBU (using parallelism=4; add 0.2 SBU for tests)">
<!ENTITY vlc-buildsize "714 MB (add 13 MB for tests)">
<!ENTITY vlc-time "2.1 SBU (using parallelism=4; add 0.2 SBU for tests)">
]>
<sect1 id="vlc" xreflabel="VLC-&vlc-version;">
@ -211,17 +211,11 @@
</para>
<screen><userinput>sed -i '/vlc_demux.h/a #define LUA_COMPAT_APIINTCASTS' modules/lua/vlc.h &amp;&amp;
sed -i '/DEPRECATED/s:^://:' modules/text_renderer/freetype/text_layout.c &amp;&amp;
sed -i '/118/s/$/\&amp;\&amp; X264_BUILD &lt; 153/' modules/codec/x264.c &amp;&amp;
BUILDCC=gcc ./configure --prefix=/usr --disable-opencv &amp;&amp;
make</userinput></screen>
<!-- No longer needed
sed -i '/#include &lt;QString&gt;/i#include &lt;QButtonGroup&gt;' \
modules/gui/qt/components/simple_preferences.cpp &amp;&amp;
-->
<para>
To test the results, issue: <command>make check</command>.
</para>
@ -229,16 +223,7 @@ sed -i '/#include &lt;QString&gt;/i#include &lt;QButtonGroup&gt;' \
<para>
Now, as the <systemitem class="username">root</systemitem> user:
</para>
<!--
<note>
<para>
If the XORG_PREFIX is not /usr, make sure the LIBRARY_PATH
environment variable is set properly for the root user when
doing the install, For example:
<command>sudo make LIBRARY_PATH=$XORG_PREFIX/lib ... install</command>.
</para>
</note>
-->
<screen role="root"><userinput>make docdir=/usr/share/doc/vlc-&vlc-version; install</userinput></screen>
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
@ -254,22 +239,6 @@ sed -i '/#include &lt;QString&gt;/i#include &lt;QButtonGroup&gt;' \
building with the current version of <xref linkend="lua"/>.
</para>
<para>
<command>sed ... text_layout.c</command>: This command allows
building with the current version of <xref linkend="freetype2"/>.
</para>
<para>
<command>sed ... modules/codec/x264.c</command> This command allows
building with the current version of <xref linkend="x264"/>.
</para>
<!--
<para>
<command>sed -i '/#include &lt;QString&gt;/ ...</command> This
command allows building with the current version of
<xref linkend="qt5"/>.
</para>
-->
<para>
<option>--disable-opencv</option>: This switch is required to disable
<application>opencv</application> which is not compatible with this

View File

@ -966,7 +966,7 @@ to avoid building libxml2 twice, which is slow with all deps -->
<!ENTITY mplayer-version "1.3.0">
<!ENTITY xine-ui-version "0.99.10">
<!ENTITY transcode-version "1.1.7">
<!ENTITY vlc-version "3.0.5">
<!ENTITY vlc-version "3.0.6">
<!-- Chapter 49 -->
<!ENTITY cdrdao-version "1.2.4">