Changeset e4d2b8d for networking


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

Location:
networking/netutils
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • networking/netutils/avahi.xml

    r96a04dff re4d2b8d  
    8989    <bridgehead renderas="sect4">Optional</bridgehead>
    9090    <para role="optional">
    91       <xref linkend="dbus-python"/>,
    92       <xref linkend="pygtk"/> and
    93       <xref linkend="qt4"/>
     91      <xref linkend="dbus-python"/> and
     92      <xref linkend="pygtk"/>
    9493    </para>
    9594
     
    173172    <para>
    174173      <parameter>--disable-qt3</parameter>: This parameter disables the
    175       building of <application>Qt3</application> mainloop integration.
    176     </para>
    177 
    178     <para>
    179       <parameter>--disable-qt4</parameter>: This parameter disables the building
    180       of <application>Qt4Core</application> mainloop integration. Omit
    181       this if you have installed <application>Qt4</application>.
     174      attempt to build the obsolete <application>Qt3</application>
     175      portions of the package.
     176    </para>
     177
     178    <para>
     179      <parameter>--disable-qt4</parameter>: This parameter disables the
     180      attempt to build the obsolete <application>Qt4Core</application>
     181      portions of the package.
    182182    </para>
    183183
  • networking/netutils/networkmanager.xml

    r96a04dff re4d2b8d  
    4040    </para>
    4141
    42     &lfs79_checked;
     42    &lfs79_checked;&gcc6_checked;
    4343
    4444    <bridgehead renderas="sect3">Package Information</bridgehead>
     
    106106      <xref linkend="bluez"/>,
    107107      <xref linkend="gtk-doc"/>,
    108       <xref linkend="qt4"/>,
     108      <xref linkend="qt5"/> (for examples),
    109109      <xref linkend="valgrind"/>,
    110110      <ulink url="http://libteam.org/">libteam</ulink>, and
     
    121121    <title>Installation of NetworkManager</title>
    122122
     123    <para>If <xref linkend="qt5"/> is installed and the Qt based
     124    examples are desired, fix the configure script:</para>
     125
     126<screen><userinput>sed -e '/Qt[CDN]/s/Qt/Qt5/g'       \
     127    -e 's/moc_location/host_bins/' \
     128    -i configure</userinput></screen>
     129
    123130    <para>
    124131      Install <application>NetworkManager</application> by running the
     
    126133    </para>
    127134
    128 <screen><userinput>./configure --prefix=/usr        \
     135<screen><userinput>CXXFLAGS="-O2 -fPIC"             \
     136./configure --prefix=/usr        \
    129137            --sysconfdir=/etc    \
    130138            --localstatedir=/var \
     
    150158  <sect2 role="commands">
    151159    <title>Command Explanations</title>
     160
     161    <para>
     162      <envar>CXXFLAGS="-O2 -fPIC"</envar>: These compiler options are
     163      necessary to build the Qt5 based examples.
     164    </para>
    152165
    153166    <para>
Note: See TracChangeset for help on using the changeset viewer.