Changeset ea529d1 for multimedia


Ignore:
Timestamp:
02/28/2019 12:39:03 AM (5 years ago)
Author:
Douglas R. Reno <renodr@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 8.4, 9.0, 9.1, 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:
dba494f
Parents:
6d1176f5
Message:

Plasma: Fix URLs for optional dependencies
frei0r-plugins: Remove OpenCV dependency

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • multimedia/libdriv/frei0r.xml

    r6d1176f5 rea529d1  
    6262    <bridgehead renderas="sect4">Recommended</bridgehead>
    6363    <para>
    64       <xref linkend='gavl'/> and
    65       <xref linkend='opencv'/>
     64       <xref linkend='gavl'/> <!--and
     65       <xref linkend='opencv'/> -->
    6666    </para>
    6767
     
    8989cmake -DCMAKE_INSTALL_PREFIX=/usr    \
    9090      -DCMAKE_BUILD_TYPE=Release     \
    91       -DOpenCV_DIR=/usr/share/OpenCV \
    9291      -Wno-dev ..                    &amp;&amp;
    9392
     
    107106    <para><command>sed ... facebl0r.cpp</command>: This command fixes a build
    108107    problem with the current opencv dependency.  </para>
    109 
     108<!--
    110109    <para><parameter>-DOpenCV_DIR=/usr/share/OpenCV</parameter>: This parameter
    111110    helps the make procedure to find the <filename>libippicv.a</filename>
    112111    library, installed under that directory tree.</para>
    113 
     112-->
    114113    <para><option>-DWITHOUT_GAVL=ON</option>: This option instructs the make
    115114    procedure to disable building plugins dependent upon gavl.</para>
    116 
     115<!-- Option is enabled by default with our build.
    117116    <para><option>-DWITHOUT_OPENCV=ON</option>: This option instructs the make
    118117    procedure to disable building plugins dependent upon OpenCV.</para>
    119 
     118-->
    120119  </sect2>
    121120
Note: See TracChangeset for help on using the changeset viewer.