Ignore:
Timestamp:
06/05/2016 04:17:47 AM (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:
f586237
Parents:
67b1a0a
Message:

Remove references to qt4 from obconf-qt, qscintilla, qtermwidget,
gst10-plugins-base, v4l-utils, wpa_supplicant, wireshark,
and transmission.

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • multimedia/libdriv/v4l-utils.xml

    r67b1a0a reb3dbe3  
    3636    </para>
    3737
    38     &lfs79_checked;
     38    &lfs79_checked;&gcc6_checked;
    3939
    4040    <bridgehead renderas="sect3">Package Information</bridgehead>
     
    8484    <para role="optional">
    8585      <xref linkend="alsa-lib"/> and
    86       <xref linkend="qt4"/> or
    8786      <xref linkend="qt5"/>
    8887    </para>
     
    10099  <sect2 role="installation">
    101100    <title>Installation of v4l-utils</title>
    102 
    103     <para>
    104       If both Qt4 and Qt5 are installed, Qt5 will be used. If you choose to
    105       build against Qt4, temporarily hide it from
    106       <envar>PKG_CONFIG_PATH</envar>, issuing:
    107     </para>
    108 
    109 <screen><userinput>SAVEPATH=$PKG_CONFIG_PATH &amp;&amp;
    110 PKG_CONFIG_PATH="\
    111 `echo $PKG_CONFIG_PATH | sed 's@:/opt/qt5/lib/pkgconfig@@'`"</userinput></screen>
    112101
    113102    <para>
     
    120109            --disable-static  &amp;&amp;
    121110make</userinput></screen>
    122 
    123     <para>
    124       Again, if both Qt4 and 5 are installed and you chose to build against Qt4,
    125       restore <envar>PKG_CONFIG_PATH</envar>:
    126     </para>
    127 
    128 <screen><userinput>PKG_CONFIG_PATH=$SAVEPATH &amp;&amp;
    129 unset SAVEPATH</userinput></screen>
    130111
    131112    <para>
Note: See TracChangeset for help on using the changeset viewer.