Ignore:
Timestamp:
06/07/2016 09:56:46 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:
1552ac8
Parents:
96a04dff
Message:

Remove reference to qt4 in avahi and networkmanager.
Update to vlc-3.0.0-20160606.
Move opnecv 3rd party static library to /usr/lib.

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • multimedia/videoutils/vlc.xml

    r96a04dff re4d2b8d  
    55  %general-entities;
    66
    7   <!ENTITY vlc-download-http "http://download.videolan.org/vlc/&vlc-version;/vlc-&vlc-version;.tar.xz">
    8   <!ENTITY vlc-download-ftp  " ">
    9   <!ENTITY vlc-md5sum        "ecbc65be549e5cc83e4cbe0129e66dcd">
    10   <!ENTITY vlc-size          "21 MB">
    11   <!ENTITY vlc-buildsize     "603 MB (add xx MB for tests)">
    12   <!ENTITY vlc-time          "4.6 SBU (add x.y SBU for tests)">
     7  <!ENTITY vlc-download-http "&sources-anduin-http;/vlc/vlc-&vlc-version;.tar.xz">
     8  <!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)">
    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"/>
    8473        </para>
    8574      </listitem>
     
    153142      <ulink url="http://www.videolan.org/developers/libdca.html">libdca</ulink>,
    154143      <ulink url="http://code.google.com/p/libkate/">libkate</ulink>,
    155       <!--<ulink url="http://code.google.com/p/libtiger/">libtiger</ulink>,-->
    156144      <ulink url="http://www.khronos.org/openmax/">OpenMAX</ulink>,
    157145      <ulink url="http://sourceforge.net/projects/schrodinger/">Schroedinger</ulink>,
     
    183171    <bridgehead renderas="sect4">Optional interface plugins</bridgehead>
    184172    <para role="optional">
    185       <xref linkend="qt4"/> (required for the graphical user interface),
    186       <xref linkend="qt5"/> (for some plugins, but currently broken with
    187       Qt-5.5),
     173      <xref linkend="qt5"/> (required for the graphical user interface),
    188174      <ulink url="http://pkgbuild.com/~giovanni/libtar/">libtar</ulink>, and
    189175      <ulink url="http://www.lirc.org/">LIRC</ulink>
    190       <!--<ulink url="http://www.feep.net/libtar/">libtar</ulink>-->
    191176    </para>
    192177
     
    222207
    223208    <para>
    224       If both Qt4 and Qt5 are installed, Qt5 needs to be hidden from
    225       <envar>PKG_CONFIG_PATH</envar>, due to a bug. Temporarily do it by issuing:
    226     </para>
    227 
    228 <screen><userinput>SAVEPATH=$PKG_CONFIG_PATH &amp;&amp;
    229 PKG_CONFIG_PATH="\
    230 `echo $PKG_CONFIG_PATH | sed 's@:/opt/qt5/lib/pkgconfig@@'`"</userinput></screen>
    231 
    232     <para>
    233209      If you wish to avoid many invalid warnings, issue:
    234210    </para>
     
    240216    </para>
    241217
    242 <screen><userinput>patch -Np1 -i ../vlc-&vlc-version;-ffmpeg3-1.patch &amp;&amp;
    243 
    244 CXX="g++ -std=c++11"              \
    245 CFLAGS="-DLUA_COMPAT_5_1"         \
    246 OPENCV_LIBS="-L/usr/share/OpenCV" \
     218<screen><userinput>BUILDCC=gcc                      \
     219CFLAGS="-I $XORG_PREFIX/include" \
    247220./configure --prefix=/usr &amp;&amp;
    248221
     
    250223
    251224    <para>
    252       Again, if both Qt4 and 5 are installed, restore
    253       <envar>PKG_CONFIG_PATH</envar>:
    254     </para>
    255 
    256 <screen><userinput>PKG_CONFIG_PATH=$SAVEPATH &amp;&amp;
    257 unset SAVEPATH</userinput></screen>
    258 
    259     <para>
    260       To test the results, issue: <command>make -k check</command>. Tests must be
    261       run from an active X session. One test fails for unknown reasons.
     225      To test the results, issue: <command>make -k check</command>.
     226      One test fails for unknown reasons.
    262227    </para>
    263228
     
    285250
    286251    <para>
    287       <envar>CXX="g++ -std=c++11"</envar> This environment variable
     252      <envar>BUILDCC=gcc</envar> This environment variable
    288253      is needed for compatibility with <xref linkend='gcc'/>.
    289254    </para>
    290255
    291256    <para>
    292       <envar>CFLAGS="-DLUA_COMPAT_5_1"</envar> This environment variable
    293       is needed for compatibilty with <xref linkend='lua'/>.
    294     </para>
    295 
    296     <para>
    297       <envar>OPENCV_LIBS="-L/usr/share/OpenCV"</envar> This environment variable
    298       helps the linker to find <filename>libippicv.a</filename> installed by
    299       <application>OpenCV</application> 3.
     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>.
    300260    </para>
    301261
Note: See TracChangeset for help on using the changeset viewer.