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
  • general/graphlib/opencv.xml

    r96a04dff re4d2b8d  
    174174    </para>
    175175
    176 <screen role="root"><userinput>make install</userinput></screen>
     176<screen role="root"><userinput>make install               &amp;&amp;
     177mv -v /usr/share/OpenCV/3rdparty/lib/libippicv.a /usr/lib &amp;&amp;
     178rm -rv /usr/share/OpenCV/3rdparty
     179</userinput></screen>
    177180
    178181  </sect2>
     
    186189    <para><parameter>-DWITH_IPP=ON</parameter>: This option instructs the make
    187190    procedure to use the downloaded IPP package.</para>
     191
     192    <para><command>mv -v /usr/share/OpenCV/3rdparty/lib/libippicv.a
     193    /usr/lib</command>: This command move a library to a location where it
     194    can be found.</para>
    188195
    189196  </sect2>
Note: See TracChangeset for help on using the changeset viewer.