Author: bdubbs
Date: Tue Dec 10 12:00:17 2019
New Revision: 22461

Log:
Update to frei0r-plugins-1.7.0.

Modified:
   trunk/BOOK/introduction/welcome/changelog.xml
   trunk/BOOK/multimedia/libdriv/frei0r.xml
   trunk/BOOK/packages.ent

Modified: trunk/BOOK/introduction/welcome/changelog.xml
==============================================================================
--- trunk/BOOK/introduction/welcome/changelog.xml       Tue Dec 10 09:45:58 
2019        (r22460)
+++ trunk/BOOK/introduction/welcome/changelog.xml       Tue Dec 10 12:00:17 
2019        (r22461)
@@ -45,6 +45,10 @@
       <para>December 10th, 2019</para>
       <itemizedlist>
          <listitem>
+           <para>[bdubbs] - Update to frei0r-plugins-1.7.0. Fixes
+           <ulink url="&blfs-ticket-root;12879">#12879</ulink>.</para>
+         </listitem>
+         <listitem>
            <para>[bdubbs] - Update to glib-networking-2.62.2. Fixes
            <ulink url="&blfs-ticket-root;12887">#12887</ulink>.</para>
          </listitem>

Modified: trunk/BOOK/multimedia/libdriv/frei0r.xml
==============================================================================
--- trunk/BOOK/multimedia/libdriv/frei0r.xml    Tue Dec 10 09:45:58 2019        
(r22460)
+++ trunk/BOOK/multimedia/libdriv/frei0r.xml    Tue Dec 10 12:00:17 2019        
(r22461)
@@ -6,10 +6,10 @@
 
   <!ENTITY frei0r-download-http 
"https://files.dyne.org/frei0r/releases/frei0r-plugins-&frei0r-version;.tar.gz";>
   <!ENTITY frei0r-download-ftp  " ">
-  <!ENTITY frei0r-md5sum        "bb85573340029e5d0ae1c21d0685461d">
-  <!ENTITY frei0r-size          "1.1 MB">
-  <!ENTITY frei0r-buildsize     "38 MB">
-  <!ENTITY frei0r-time          "0.5 SBU">
+  <!ENTITY frei0r-md5sum        "78a7c7511cbda93013147563dc7a3618">
+  <!ENTITY frei0r-size          "1.2 MB">
+  <!ENTITY frei0r-buildsize     "39 MB">
+  <!ENTITY frei0r-time          "0.1 SBU">
 ]>
 
 <sect1 id="frei0r" xreflabel="frei0r-plugins-&frei0r-version;">
@@ -61,13 +61,14 @@
 
     <bridgehead renderas="sect4">Recommended</bridgehead>
     <para>
-       <xref linkend='gavl'/> <!--and
-       <xref linkend='opencv'/> -->
+       <xref linkend='gavl'/> 
     </para>
 
     <bridgehead renderas="sect4">Optional</bridgehead>
     <para>
-      <xref linkend='doxygen'/>
+      <xref linkend='doxygen'/> and
+      <xref linkend='opencv'/> (currently broken)
+
     </para>
 
     <para condition="html" role="usernotes">User Notes:
@@ -81,14 +82,13 @@
     <para>Install <application>Frei0r</application> by running the
     following commands:</para>
 
-<screen><userinput>sed -i 's/CV_RGB/cv::Scalar/' 
src/filter/facebl0r/facebl0r.cpp &amp;&amp;
-
-mkdir -vp build &amp;&amp;
+<screen><userinput>mkdir -vp build &amp;&amp;
 cd        build &amp;&amp;
 
-cmake -DCMAKE_INSTALL_PREFIX=/usr    \
-      -DCMAKE_BUILD_TYPE=Release     \
-      -Wno-dev ..                    &amp;&amp;
+cmake -DCMAKE_INSTALL_PREFIX=/usr \
+      -DCMAKE_BUILD_TYPE=Release  \
+      -DWITHOUT_OPENCV=TRUE       \
+      -Wno-dev ..                 &amp;&amp;
 
 make</userinput></screen>
 
@@ -102,20 +102,19 @@
 
   <sect2 role="commands">
     <title>Command Explanations</title>
-
+<!--
     <para><command>sed ... facebl0r.cpp</command>: This command fixes a build
     problem with the current opencv dependency.  </para>
-<!--
+
     <para><parameter>-DOpenCV_DIR=/usr/share/OpenCV</parameter>: This parameter
     helps the make procedure to find the <filename>libippicv.a</filename>
     library, installed under that directory tree.</para>
 -->
-    <para><option>-DWITHOUT_GAVL=ON</option>: This option instructs the make
+    <para><option>-DWITHOUT_OPENCV=TRUE</option>: This option instructs the 
make
+    procedure to disable building plugins dependent upon opencv.</para>
+
+    <para><option>-DWITHOUT_GAVL=TRUE</option>: This option instructs the make
     procedure to disable building plugins dependent upon gavl.</para>
-<!-- Option is enabled by default with our build.
-    <para><option>-DWITHOUT_OPENCV=ON</option>: This option instructs the make
-    procedure to disable building plugins dependent upon OpenCV.</para>
--->
   </sect2>
 
   <sect2 role="content">
@@ -128,7 +127,7 @@
 
       <seglistitem>
         <seg>None</seg>
-        <seg>Over 120 video effects plugins</seg>
+        <seg>Over 130 video effects plugins</seg>
         <seg>/usr/lib/frei0r-1</seg>
       </seglistitem>
     </segmentedlist>

Modified: trunk/BOOK/packages.ent
==============================================================================
--- trunk/BOOK/packages.ent     Tue Dec 10 09:45:58 2019        (r22460)
+++ trunk/BOOK/packages.ent     Tue Dec 10 12:00:17 2019        (r22461)
@@ -919,7 +919,7 @@
 <!ENTITY faad2-version                "2.8.8">
 <!ENTITY fdk-aac-version              "2.0.1">
 <!ENTITY flac-version                 "1.3.3">
-<!ENTITY frei0r-version               "1.6.1">
+<!ENTITY frei0r-version               "1.7.0">
 <!ENTITY gavl-version                 "1.4.0">
 <!ENTITY gstreamer10-version          "1.16.2">  <!-- Even minors only -->
 <!ENTITY gst10-plugins-base-version   "1.16.2">  <!-- Even minors only -->
-- 
http://lists.linuxfromscratch.org/listinfo/blfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Reply via email to