Changeset e6ce0692 for general


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

    r747ebdd re6ce0692  
    88
    99  <!ENTITY opencv-download-http "&sourceforge-repo2;&cvdir;/opencv-unix/&opencv-version;/opencv-&opencv-version;.zip">
    10   <!ENTITY opencv-download-ftp  " ">
    11   <!ENTITY opencv-md5sum        "09004c275d8092cbdf5b61675cecd399">
    12   <!ENTITY opencv-size          "96 MB">
    13   <!ENTITY opencv-buildsize     "528 MB">
    14   <!ENTITY opencv-time          "5.5 SBU">
     10  <!ENTITY opencv-download-ftp    " ">
     11  <!ENTITY opencv-md5sum          "6082ee2124d4066581a7386972bfd52a">
     12  <!ENTITY opencv-size            "76 MB">
     13  <!ENTITY opencv-buildsize       "1.8 GB">
     14  <!ENTITY opencv-time            "4.9 SBU">
     15
     16  <!ENTITY ippicv-version         "20151201">
     17  <!ENTITY ippicv_binaries_commit "81a676001ca8075ada498583e4166079e5744668">
     18
    1519]>
    1620
     
    7579    <bridgehead renderas="sect3">Additional Downloads</bridgehead>
    7680    <para>Optional file: <ulink
    77       url="&sourceforge-repo2;&cvdir;/3rdparty/ippicv/ippicv_linux_20141027.tgz">
    78            &sourceforge-repo2;&cvdir;/3rdparty/ippicv/ippicv_linux_20141027.tgz</ulink>
     81      url="https://raw.githubusercontent.com/Itseez/opencv_3rdparty/&ippicv_binaries_commit;/ippicv/ippicv_linux_&ippicv-version;.tgz">
     82           https://raw.githubusercontent.com/Itseez/opencv_3rdparty/&ippicv_binaries_commit;/ippicv/ippicv_linux_&ippicv-version;.tgz</ulink>
    7983    </para>
    8084
     
    141145    </para>
    142146
    143 <screen><userinput>ipp_file=../ippicv_linux_20141027.tgz             &amp;&amp;
     147<screen><userinput>ipp_file=../ippicv_linux_&ippicv-version;.tgz             &amp;&amp;
    144148ipp_hash=$(md5sum $ipp_file | cut -d" " -f1)      &amp;&amp;
    145149ipp_dir=3rdparty/ippicv/downloads/linux-$ipp_hash &amp;&amp;
     
    177181    <title>Command Explanations</title>
    178182
    179     <para><option>-DWITH_XINE=ON</option>: This option instucts the make procedure to
    180     use <xref linkend="xine-lib"/>.</para>
    181 
    182     <para><option>-DWITH_IPP=ON</option>: This option instucts the make procedure to
    183     use the downloaded IPP package.</para>
     183    <para><parameter>-DWITH_XINE=ON</parameter>: This option instructs the make
     184    procedure to use <xref linkend="xine-lib"/>.</para>
     185
     186    <para><parameter>-DWITH_IPP=ON</parameter>: This option instructs the make
     187    procedure to use the downloaded IPP package.</para>
    184188
    185189  </sect2>
     
    213217          libopencv_stitching.so,
    214218          libopencv_superres.so,
     219          libopencv_ts.a,
    215220          libopencv_video.so,
    216221          libopencv_videoio.so, and
     
    218223        </seg>
    219224        <seg>
    220           /usr/include/opencv and
     225          /usr/include/opencv{,2} and
    221226          /usr/share/OpenCV
    222227        </seg>
Note: See TracChangeset for help on using the changeset viewer.