Changeset 271c4dd


Ignore:
Timestamp:
07/28/2016 10:34:28 PM (8 years ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 7.10, 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, nosym, 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:
d4606e27
Parents:
1f355dda
Message:

Revert vlc to version 2.2.4 with gcc6 patch.

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

Files:
4 edited

Legend:

Unmodified
Added
Removed
  • general.ent

    r1f355dda r271c4dd  
    11<!-- $LastChangedBy$ $Date$ -->
    22
    3 <!ENTITY day          "26">                   <!-- Always 2 digits -->
     3<!ENTITY day          "28">                   <!-- Always 2 digits -->
    44<!ENTITY month        "07">                   <!-- Always 2 digits -->
    55<!ENTITY year         "2016">
     
    77<!ENTITY copyholder   "The BLFS Development Team">
    88<!ENTITY version      "&year;-&month;-&day;">
    9 <!ENTITY releasedate  "July 26th &year;">
     9<!ENTITY releasedate  "July 28th &year;">
    1010<!ENTITY pubdate      "&year;-&month;-&day;"> <!-- metadata req. by TLDP -->
    1111<!ENTITY blfs-version "svn">                  <!-- svn|[release #] -->
  • introduction/welcome/changelog.xml

    r1f355dda r271c4dd  
    4444
    4545-->
     46    <listitem>
     47      <para>July 26th, 2016</para>
     48      <itemizedlist>
     49        <listitem>
     50          <para>[bdubbs] - Revert vlc to version 2.2.4 with gcc6 patch. Fixes
     51          <ulink url="&blfs-ticket-root;8110">#8110</ulink>.</para>
     52        </listitem>
     53      </itemizedlist>
     54    </listitem>
     55
    4656    <listitem>
    4757      <para>July 26th, 2016</para>
  • multimedia/videoutils/vlc.xml

    r1f355dda r271c4dd  
    77  <!ENTITY vlc-download-http "&sources-anduin-http;/vlc/vlc-&vlc-version;.tar.xz">
    88  <!ENTITY vlc-download-ftp  "&sources-anduin-ftp;/vlc/vlc-&vlc-version;.tar.xz">
    9   <!ENTITY vlc-md5sum        "ea02989ea69f8eda65a4dcf73982eed2">
    10   <!ENTITY vlc-size          "20 MB">
    11   <!ENTITY vlc-buildsize     "673 MB (add 4 MB for tests)">
    12   <!ENTITY vlc-time          "6.0 SBU (add 0.2 SBU for tests)">
     9  <!ENTITY vlc-md5sum        "55666c9898f658c7fcca12725bf7dd1b">
     10  <!ENTITY vlc-size          "21 MB">
     11  <!ENTITY vlc-buildsize     "559 MB (add 4 MB for tests)">
     12  <!ENTITY vlc-time          "5.0 SBU (add 0.2 SBU for tests)">
    1313]>
    1414
     
    7171        <para>
    7272          Estimated build time: &vlc-time;
     73        </para>
     74      </listitem>
     75    </itemizedlist>
     76
     77    <bridgehead renderas="sect3">Additional Downloads</bridgehead>
     78    <itemizedlist spacing="compact">
     79      <listitem>
     80        <para>
     81          Required patch:
     82          <ulink
     83            url="&patch-root;/vlc-&vlc-version;-ffmpeg3-1.patch"/>
     84        </para>
     85      </listitem>
     86      <listitem>
     87        <para>
     88          Required patch:
     89          <ulink
     90            url="&patch-root;/vlc-&vlc-version;-gcc6_fixes-1.patch"/>
    7391        </para>
    7492      </listitem>
     
    194212      <xref linkend="libnotify"/>,
    195213      <xref linkend="libxml2"/>,
    196       <xref linkend="taglib"/>, and
    197       <xref linkend="xdg-utils"/> (runtime)
     214      <xref linkend="taglib"/>,
     215      <xref linkend="xdg-utils"/> (runtime), and
     216      <ulink url="http://www.ambilight4pc.com/atmolight.html">AtmoLight</ulink>
    198217    </para>
    199218
     
    216235    </para>
    217236
    218 <screen><userinput>BUILDCC=gcc                      \
    219 CFLAGS="-I $XORG_PREFIX/include" \
    220 ./configure --prefix=/usr &amp;&amp;
     237<screen><userinput>patch -Np1 -i ../vlc-&vlc-version;-ffmpeg3-1.patch    &amp;&amp;
     238patch -Np1 -i ../vlc-&vlc-version;-gcc6_fixes-1.patch &amp;&amp;
     239
     240CFLAGS="-DLUA_COMPAT_5_1" \
     241./configure --prefix=/usr --disable-atmo &amp;&amp;
    221242
    222243make</userinput></screen>
     
    250271
    251272    <para>
    252       <envar>BUILDCC=gcc</envar> This environment variable
    253       is needed for compatibility with <xref linkend='gcc'/>.
    254     </para>
    255 
    256     <para>
    257       <envar>CFLAGS="-I $XORG_PREFIX/include"</envar> This environment variable
    258       is needed if <application>xorg</application> is not installed in
    259       <filename class="directory">/usr</filename>.
     273      <envar>CFLAGS="-DLUA_COMPAT_5_1"</envar> This environment variable
     274      ensures the use of the correct variation of <xref linkend='lua'/>.
     275    </para>
     276
     277    <para>
     278      <option>--disable-atmo</option>: This switch disables
     279      trying to build AtmoLight (homemade Philips Ambilight clone).
    260280    </para>
    261281
  • packages.ent

    r1f355dda r271c4dd  
    790790<!ENTITY xine-ui-version              "0.99.9">
    791791<!ENTITY transcode-version            "1.1.7">
    792 <!ENTITY vlc-version                  "3.0.0-20160606">
     792<!ENTITY vlc-version                  "2.2.4">
    793793
    794794<!-- Chapter 49 -->
Note: See TracChangeset for help on using the changeset viewer.