Changeset 7cf84c3f


Ignore:
Timestamp:
12/10/2019 08:00:17 PM (4 years ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 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:
8e8c2352
Parents:
861bbbc
Message:

Update to frei0r-plugins-1.7.0.

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

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • introduction/welcome/changelog.xml

    r861bbbc r7cf84c3f  
    4545      <para>December 10th, 2019</para>
    4646      <itemizedlist>
     47         <listitem>
     48           <para>[bdubbs] - Update to frei0r-plugins-1.7.0. Fixes
     49           <ulink url="&blfs-ticket-root;12879">#12879</ulink>.</para>
     50         </listitem>
    4751         <listitem>
    4852           <para>[bdubbs] - Update to glib-networking-2.62.2. Fixes
  • multimedia/libdriv/frei0r.xml

    r861bbbc r7cf84c3f  
    77  <!ENTITY frei0r-download-http "https://files.dyne.org/frei0r/releases/frei0r-plugins-&frei0r-version;.tar.gz">
    88  <!ENTITY frei0r-download-ftp  " ">
    9   <!ENTITY frei0r-md5sum        "bb85573340029e5d0ae1c21d0685461d">
    10   <!ENTITY frei0r-size          "1.1 MB">
    11   <!ENTITY frei0r-buildsize     "38 MB">
    12   <!ENTITY frei0r-time          "0.5 SBU">
     9  <!ENTITY frei0r-md5sum        "78a7c7511cbda93013147563dc7a3618">
     10  <!ENTITY frei0r-size          "1.2 MB">
     11  <!ENTITY frei0r-buildsize     "39 MB">
     12  <!ENTITY frei0r-time          "0.1 SBU">
    1313]>
    1414
     
    6262    <bridgehead renderas="sect4">Recommended</bridgehead>
    6363    <para>
    64        <xref linkend='gavl'/> <!--and
    65        <xref linkend='opencv'/> -->
     64       <xref linkend='gavl'/>
    6665    </para>
    6766
    6867    <bridgehead renderas="sect4">Optional</bridgehead>
    6968    <para>
    70       <xref linkend='doxygen'/>
     69      <xref linkend='doxygen'/> and
     70      <xref linkend='opencv'/> (currently broken)
     71
    7172    </para>
    7273
     
    8283    following commands:</para>
    8384
    84 <screen><userinput>sed -i 's/CV_RGB/cv::Scalar/' src/filter/facebl0r/facebl0r.cpp &amp;&amp;
    85 
    86 mkdir -vp build &amp;&amp;
     85<screen><userinput>mkdir -vp build &amp;&amp;
    8786cd        build &amp;&amp;
    8887
    89 cmake -DCMAKE_INSTALL_PREFIX=/usr    \
    90       -DCMAKE_BUILD_TYPE=Release     \
    91       -Wno-dev ..                    &amp;&amp;
     88cmake -DCMAKE_INSTALL_PREFIX=/usr \
     89      -DCMAKE_BUILD_TYPE=Release  \
     90      -DWITHOUT_OPENCV=TRUE       \
     91      -Wno-dev ..                 &amp;&amp;
    9292
    9393make</userinput></screen>
     
    103103  <sect2 role="commands">
    104104    <title>Command Explanations</title>
    105 
     105<!--
    106106    <para><command>sed ... facebl0r.cpp</command>: This command fixes a build
    107107    problem with the current opencv dependency.  </para>
    108 <!--
     108
    109109    <para><parameter>-DOpenCV_DIR=/usr/share/OpenCV</parameter>: This parameter
    110110    helps the make procedure to find the <filename>libippicv.a</filename>
    111111    library, installed under that directory tree.</para>
    112112-->
    113     <para><option>-DWITHOUT_GAVL=ON</option>: This option instructs the make
     113    <para><option>-DWITHOUT_OPENCV=TRUE</option>: This option instructs the make
     114    procedure to disable building plugins dependent upon opencv.</para>
     115
     116    <para><option>-DWITHOUT_GAVL=TRUE</option>: This option instructs the make
    114117    procedure to disable building plugins dependent upon gavl.</para>
    115 <!-- Option is enabled by default with our build.
    116     <para><option>-DWITHOUT_OPENCV=ON</option>: This option instructs the make
    117     procedure to disable building plugins dependent upon OpenCV.</para>
    118 -->
    119118  </sect2>
    120119
     
    129128      <seglistitem>
    130129        <seg>None</seg>
    131         <seg>Over 120 video effects plugins</seg>
     130        <seg>Over 130 video effects plugins</seg>
    132131        <seg>/usr/lib/frei0r-1</seg>
    133132      </seglistitem>
  • packages.ent

    r861bbbc r7cf84c3f  
    920920<!ENTITY fdk-aac-version              "2.0.1">
    921921<!ENTITY flac-version                 "1.3.3">
    922 <!ENTITY frei0r-version               "1.6.1">
     922<!ENTITY frei0r-version               "1.7.0">
    923923<!ENTITY gavl-version                 "1.4.0">
    924924<!ENTITY gstreamer10-version          "1.16.2">  <!-- Even minors only -->
Note: See TracChangeset for help on using the changeset viewer.