Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • multimedia/libdriv/frei0r.xml

    r8558044 r3f2db3a6  
    77  <!ENTITY frei0r-download-http "https://files.dyne.org/frei0r/releases/frei0r-plugins-&frei0r-version;.tar.gz">
    88  <!ENTITY frei0r-download-ftp  " ">
    9   <!ENTITY frei0r-md5sum        "78a7c7511cbda93013147563dc7a3618">
    10   <!ENTITY frei0r-size          "1.2 MB">
    11   <!ENTITY frei0r-buildsize     "39 MB">
    12   <!ENTITY frei0r-time          "0.1 SBU">
     9  <!ENTITY frei0r-md5sum        "45ffe53925ce0a90ce1d838c05e0a3c0">
     10  <!ENTITY frei0r-size          "804 KB">
     11  <!ENTITY frei0r-buildsize     "40 MB">
     12  <!ENTITY frei0r-time          "0.5 SBU">
    1313]>
    1414
     
    1616  <?dbhtml filename="frei0r.html"?>
    1717
    18   <sect1info>
    19     <date>$Date$</date>
    20   </sect1info>
    2118
    2219  <title>frei0r-plugins-&frei0r-version;</title>
     
    3532    </para>
    3633
    37     &lfs110a_checked;
     34    &lfs112_checked;
    3835
    3936    <bridgehead renderas="sect3">Package Information</bridgehead>
     
    8178    <para>
    8279      <xref linkend='doxygen'/> and
    83       <xref linkend='opencv'/> (currently broken)
    84 
     80      <xref linkend='opencv'/>
    8581    </para>
    8682
     
    10399cmake -DCMAKE_INSTALL_PREFIX=/usr \
    104100      -DCMAKE_BUILD_TYPE=Release  \
    105       -DWITHOUT_OPENCV=TRUE       \
    106101      -Wno-dev ..                 &amp;&amp;
    107102
     
    122117  <sect2 role="commands">
    123118    <title>Command Explanations</title>
    124 <!--
    125     <para>
    126       <command>sed ... facebl0r.cpp</command>: This command fixes a build
    127       problem with the current opencv dependency.
    128     </para>
    129119
    130     <para>
    131       <parameter>-DOpenCV_DIR=/usr/share/OpenCV</parameter>: This parameter
    132       helps the make procedure to find the <filename>libippicv.a</filename>
    133       library, installed under that directory tree.
    134     </para>
    135 -->
    136120    <para>
    137121      <option>-DWITHOUT_OPENCV=TRUE</option>: This option instructs the make
Note: See TracChangeset for help on using the changeset viewer.