Changeset 22ad473


Ignore:
Timestamp:
11/25/2018 08:28:17 PM (5 years ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 8.4, 9.0, 9.1, bdubbs/svn, elogind, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, 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:
50d5132
Parents:
1794983d
Message:

Fix instructions for frei0r and remove an incorrect explanation in obencv

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

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • general/graphlib/opencv.xml

    r1794983d r22ad473  
    210210  <sect2 role="commands">
    211211    <title>Command Explanations</title>
    212 
    213     <para><command>sed ... facebl0r.cpp</command>: This command fixes
    214     a build problem with the current opencv dependency.</para>
    215212
    216213    <para><parameter>-DWITH_XINE=ON</parameter>: This option instructs the make
  • introduction/welcome/changelog.xml

    r1794983d r22ad473  
    4343-->
    4444
    45     <listitem revision="systemd">
     45    <listitem>
    4646      <para>November 25th, 2018</para>
    4747      <itemizedlist>
     48        <listitem>
     49          <para>[bdubbs] - Fix instructions for frei0r and remove an
     50          incorrect explanation in obencv.</para>
     51        </listitem>
    4852        <listitem revision="systemd">
    4953          <para>[dj] - On systemd, source <filename>/etc/locale.conf</filename>
  • multimedia/libdriv/frei0r.xml

    r1794983d r22ad473  
    8282    following commands:</para>
    8383
    84 <screen><userinput>mkdir -vp build &amp;&amp;
     84<screen><userinput>sed -i 's/CV_RGB/cv::Scalar/' src/filter/facebl0r/facebl0r.cpp &amp;&amp;
     85
     86mkdir -vp build &amp;&amp;
    8587cd        build &amp;&amp;
    8688
     
    102104  <sect2 role="commands">
    103105    <title>Command Explanations</title>
     106
     107    <para><command>sed ... facebl0r.cpp</command>: This command fixes a build
     108    problem with the current opencv dependency.  </para>
    104109
    105110    <para><parameter>-DOpenCV_DIR=/usr/share/OpenCV</parameter>: This parameter
Note: See TracChangeset for help on using the changeset viewer.