Changeset e6ce0692


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

Files:
5 edited

Legend:

Unmodified
Added
Removed
  • general.ent

    r747ebdd re6ce0692  
    11<!-- $LastChangedBy$ $Date$ -->
    22
    3 <!ENTITY day          "21">                   <!-- Always 2 digits -->
     3<!ENTITY day          "23">                   <!-- Always 2 digits -->
    44<!ENTITY month        "12">                   <!-- Always 2 digits -->
    55<!ENTITY year         "2015">
     
    77<!ENTITY copyholder   "The BLFS Development Team">
    88<!ENTITY version      "&year;-&month;-&day;">
    9 <!ENTITY releasedate  "December 21st &year;">
     9<!ENTITY releasedate  "December 23rd &year;">
    1010<!ENTITY pubdate      "&year;-&month;-&day;"> <!-- metadata req. by TLDP -->
    1111<!ENTITY blfs-version "svn">                  <!-- svn|[release #] -->
  • 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>
  • introduction/welcome/changelog.xml

    r747ebdd re6ce0692  
    4646
    4747    <listitem>
     48      <para>December 23rd, 2015</para>
     49      <itemizedlist>
     50        <listitem>
     51          <para>[fernando] - Fix build of frei0r-snapshot-27-01-15 with
     52          opencv-3.1.0. Fixes
     53          <ulink url="&blfs-ticket-root;7281">#7281</ulink>.</para>
     54        </listitem>
     55        <listitem>
     56          <para>[fernando] - Update to opencv-3.1.0. Fixes
     57          <ulink url="&blfs-ticket-root;7276">#7276</ulink>.</para>
     58        </listitem>
     59      </itemizedlist>
     60    </listitem>
     61
     62    <listitem>
    4863      <para>December 21th, 2015</para>
    4964      <itemizedlist>
    5065        <listitem>
    51           <para>[bdubbs] - Update KDE4 to version 15.12.0. Fixes 
     66          <para>[bdubbs] - Update KDE4 to version 15.12.0. Fixes
    5267          Fixes <ulink url="&blfs-ticket-root;7118">#7118</ulink>.</para>
    5368        </listitem>
  • 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>
  • packages.ent

    r747ebdd re6ce0692  
    182182<!ENTITY libwebp-version              "0.4.4">
    183183<!ENTITY newt-version                 "0.52.18">
    184 <!ENTITY opencv-version               "3.0.0">
     184<!ENTITY opencv-version               "3.1.0">
    185185<!ENTITY openjpeg-version             "1.5.2">
    186186<!ENTITY openjpeg2-version            "2.1.0">
     
    525525<!ENTITY ark-version                  "15.04.3">
    526526<!ENTITY kmix-version                 "15.04.3">
    527 <!ENTITY kde-base-artwork-version     "15.08.2"> 
     527<!ENTITY kde-base-artwork-version     "15.08.2">
    528528<!ENTITY kde-apps-version             "15.12.0">  <!-- applies to kde packages -->
    529529<!ENTITY kde-libs-version             "4.14.15">
     
    533533<!ENTITY kde-dir-var                  "KDE_PREFIX">
    534534<!ENTITY kde-dir                      "$&kde-dir-var;">
    535 <!ENTITY kde-workspace-dir            "15.04.3"> 
     535<!ENTITY kde-workspace-dir            "15.04.3">
    536536<!ENTITY kde-workspace-version        "4.11.21">
    537537<!ENTITY kde-pim-dir                  "15.04.3">
Note: See TracChangeset for help on using the changeset viewer.