Ignore:
Timestamp:
01/30/2016 01:43:12 AM (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:
2b102681
Parents:
2f1eeafe
Message:
  • VLC-2.2.1: fixes to build with opencv-3.1.0.
  • Update to nettle-3.2.
  • Update to openssl-1.0.2f.
  • Update to stunnel-5.30.
  • Traceroute-2.0.21, Time-1.7 and UnZip-6.0: s/Less/less/ in repective time ENTITYs (SBU).
  • Update to mdadm-3.4 (tests not run).
  • Update to gtk+-3.18.7 (gtk+3.18.7).
  • Update to vte-0.42.3.
  • Update to gnome-calculator-3.18.3.

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • multimedia/videoutils/vlc.xml

    r2f1eeafe rd45a8367  
    220220    -i modules/lua/vlc.h    &amp;&amp;
    221221
     222sed -e '/core.h/ {
     223        a #include &lt;opencv2/imgproc/imgproc_c.h&gt;
     224        a #include &lt;opencv2/imgproc/imgproc.hpp&gt;
     225    }' \
     226    -i modules/video_filter/opencv_example.cpp &amp;&amp;
     227
    222228./bootstrap &amp;&amp;
    223229
    224 ./configure --prefix=/usr --enable-opencv=no &amp;&amp;
     230OPENCV_LIBS="-L/usr/share/OpenCV" \
     231./configure --prefix=/usr &amp;&amp;
    225232
    226233sed -e '/seems to be moved/s/^/#/' \
    227     -i.orig autotools/ltmain.sh libtool &amp;&amp;
     234    -i autotools/ltmain.sh libtool &amp;&amp;
    228235
    229236make</userinput></screen>
     
    267274
    268275    <para>
     276      <command>sed -e ... -i modules/video_filter/opencv_example.cpp</command>
     277      This sed partially fixes compilation with
     278      <application>OpenCV</application> 3.
     279    </para>
     280
     281    <para>
     282      <envar>OPENCV_LIBS="-L/usr/share/OpenCV"</envar> This environment variable
     283      helps the linker to find <filename>libippicv.a</filename> installed by
     284      <application>OpenCV</application> 3.
     285    </para>
     286
     287    <para>
    269288      <command>./bootstrap</command>: This command calls autoreconf to generate
    270289      m4 macros and prepare Makefiles.
     
    278297
    279298    <para>
    280       <parameter>--enable-opencv=no</parameter>: This switch disables
    281       <application>opencv</application> suport, because build is broken with
    282       opencv-3.1.
     299      <option>--enable-opencv=no</option>: This switch disables
     300      <application>OpenCV</application> suport.
    283301    </para>
    284302
Note: See TracChangeset for help on using the changeset viewer.