Ignore:
Timestamp:
12/23/2015 03:09:03 PM (8 years ago)
Author:
Fernando de Oliveira <fernando@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 7.10, 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:
2b1b6abe
Parents:
747ebdd
Message:
  • Update to opencv-3.1.0.
  • Fix build of frei0r-snapshot-27-01-15 with opencv-3.1.0.

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • multimedia/libdriv/frei0r.xml

    r747ebdd re6ce0692  
    7171    <bridgehead renderas="sect3">Frei0r Dependencies</bridgehead>
    7272
    73     <bridgehead renderas="sect4">Required</bridgehead>
     73    <bridgehead renderas="sect4">Recommended</bridgehead>
    7474    <para>
    7575      <xref linkend='gavl'/> and
     
    9595<screen><userinput>patch -Np1 -i ../frei0r-snapshot-&frei0r-version;-gcc5_fix-1.patch &amp;&amp;
    9696
    97 cmake -DCMAKE_INSTALL_PREFIX=/usr .. &amp;&amp;
     97mkdir -vp build &amp;&amp;
     98cd        build &amp;&amp;
     99
     100cmake -DCMAKE_INSTALL_PREFIX=/usr    \
     101      -DCMAKE_BUILD_TYPE=Release     \
     102      -DOpenCV_DIR=/usr/share/OpenCV \
     103      -Wno-dev ..                    &amp;&amp;
     104
    98105make</userinput></screen>
    99106
     
    103110
    104111<screen role="root"><userinput>make install</userinput></screen>
     112
     113  </sect2>
     114
     115  <sect2 role="commands">
     116    <title>Command Explanations</title>
     117
     118    <para><parameter>-DOpenCV_DIR=/usr/share/OpenCV</parameter>: This parameter
     119    helps the make procedure to find the <filename>libippicv.a</filename>
     120    library, installed under that directory tree.</para>
     121
     122    <para><option>-DWITHOUT_GAVL=ON</option>: This option instructs the make
     123    procedure to disable building plugins dependent upon gavl.</para>
     124
     125    <para><option>-DWITHOUT_OPENCV=ON</option>: This option instructs the make
     126    procedure to disable building plugins dependent upon OpenCV.</para>
    105127
    106128  </sect2>
     
    116138      <seglistitem>
    117139        <seg>None</seg>
    118         <seg>Over 120 vieeo effects plugins</seg>
     140        <seg>Over 120 video effects plugins</seg>
    119141        <seg>/usr/lib/frei0r-1</seg>
    120142      </seglistitem>
Note: See TracChangeset for help on using the changeset viewer.