Changeset 36336d8


Ignore:
Timestamp:
06/30/2015 08:10:44 PM (9 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, 7.8, 7.9, 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:
10e632f
Parents:
66ea21f
Message:

Add opencv (Open Computer Vision)
Minor text changes.

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

Files:
1 added
6 edited

Legend:

Unmodified
Added
Removed
  • general/graphlib/graphlib.xml

    r66ea21f r36336d8  
    4444  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="libwebp.xml"/>
    4545  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="newt.xml"/>
     46  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="opencv.xml"/>
    4647  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="openjpeg.xml"/>
    4748  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="openjpeg2.xml"/>
  • introduction/welcome/changelog.xml

    r66ea21f r36336d8  
    4848      <para>June 30th, 2015</para>
    4949      <itemizedlist>
     50        <listitem>
     51          <para>[bdubbs] - Add opencv (Open Computer Vision).</para>
     52        </listitem>
    5053        <listitem>
    5154          <para>[renodr] - Update to liblinear-2.0. Fixes
  • kde/kf5/kf5-intro.xml

    r66ea21f r36336d8  
    2828
    2929  <para>KF5 can be installed in /usr or /opt/kf5.  The BLFS editors
    30   recommend the later in the BLFS environment.
     30  recommend the latter in the BLFS environment.
    3131  </para>
    3232
  • kde/libdbusmenuqt.xml

    r66ea21f r36336d8  
    3131
    3232    <para>This library provides a <application>Qt</application> implementation
    33     of the DBusMenu specs, which goal is to expose menus on DBus.  Its
     33    of the DBusMenu specs in order to expose menus on DBus.  Its
    3434    libraries are used by both KDE4 and KF5, but they must be linked to <xref
    35     linkend='qt4'/> and <xref linkend='qt5'/> respectively. The two versions to
     35    linkend='qt4'/> and <xref linkend='qt5'/> respectively. The two versions do
    3636    not conflict with each other. </para>
    3737
  • kde/polkit-qt.xml

    r66ea21f r36336d8  
    3333    the Qt environment. Its libraries are used by both KDE4 and KF5, but they
    3434    must be linked to <xref linkend='qt4'/> and <xref linkend='qt5'/>
    35     respectively. The two versions to not conflict with each other. </para>
     35    respectively. The two versions do not conflict with each other. </para>
    3636
    3737    &lfs77_checked; &gcc5_checked;
  • packages.ent

    r66ea21f r36336d8  
    177177<!ENTITY libwebp-version              "0.4.3">
    178178<!ENTITY newt-version                 "0.52.18">
     179<!ENTITY opencv-version               "3.0.0">
    179180<!ENTITY openjpeg-version             "1.5.2">
    180181<!ENTITY openjpeg2-version            "2.1.0">
Note: See TracChangeset for help on using the changeset viewer.