Changeset 7cf84c3f
- Timestamp:
- 12/10/2019 08:00:17 PM (4 years ago)
- Branches:
- 10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 9.1, kea, ken/inkscape-core-mods, lazarus, lxqt, plabs/python-mods, qt5new, trunk, upgradedb, xry111/intltool, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
- Children:
- 8e8c2352
- Parents:
- 861bbbc
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
introduction/welcome/changelog.xml
r861bbbc r7cf84c3f 45 45 <para>December 10th, 2019</para> 46 46 <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> 47 51 <listitem> 48 52 <para>[bdubbs] - Update to glib-networking-2.62.2. Fixes -
multimedia/libdriv/frei0r.xml
r861bbbc r7cf84c3f 7 7 <!ENTITY frei0r-download-http "https://files.dyne.org/frei0r/releases/frei0r-plugins-&frei0r-version;.tar.gz"> 8 8 <!ENTITY frei0r-download-ftp " "> 9 <!ENTITY frei0r-md5sum " bb85573340029e5d0ae1c21d0685461d">10 <!ENTITY frei0r-size "1. 1MB">11 <!ENTITY frei0r-buildsize "3 8MB">12 <!ENTITY frei0r-time "0. 5SBU">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"> 13 13 ]> 14 14 … … 62 62 <bridgehead renderas="sect4">Recommended</bridgehead> 63 63 <para> 64 <xref linkend='gavl'/> <!--and 65 <xref linkend='opencv'/> --> 64 <xref linkend='gavl'/> 66 65 </para> 67 66 68 67 <bridgehead renderas="sect4">Optional</bridgehead> 69 68 <para> 70 <xref linkend='doxygen'/> 69 <xref linkend='doxygen'/> and 70 <xref linkend='opencv'/> (currently broken) 71 71 72 </para> 72 73 … … 82 83 following commands:</para> 83 84 84 <screen><userinput>sed -i 's/CV_RGB/cv::Scalar/' src/filter/facebl0r/facebl0r.cpp && 85 86 mkdir -vp build && 85 <screen><userinput>mkdir -vp build && 87 86 cd build && 88 87 89 cmake -DCMAKE_INSTALL_PREFIX=/usr \ 90 -DCMAKE_BUILD_TYPE=Release \ 91 -Wno-dev .. && 88 cmake -DCMAKE_INSTALL_PREFIX=/usr \ 89 -DCMAKE_BUILD_TYPE=Release \ 90 -DWITHOUT_OPENCV=TRUE \ 91 -Wno-dev .. && 92 92 93 93 make</userinput></screen> … … 103 103 <sect2 role="commands"> 104 104 <title>Command Explanations</title> 105 105 <!-- 106 106 <para><command>sed ... facebl0r.cpp</command>: This command fixes a build 107 107 problem with the current opencv dependency. </para> 108 <!-- 108 109 109 <para><parameter>-DOpenCV_DIR=/usr/share/OpenCV</parameter>: This parameter 110 110 helps the make procedure to find the <filename>libippicv.a</filename> 111 111 library, installed under that directory tree.</para> 112 112 --> 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 114 117 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 make117 procedure to disable building plugins dependent upon OpenCV.</para>118 -->119 118 </sect2> 120 119 … … 129 128 <seglistitem> 130 129 <seg>None</seg> 131 <seg>Over 1 20 video effects plugins</seg>130 <seg>Over 130 video effects plugins</seg> 132 131 <seg>/usr/lib/frei0r-1</seg> 133 132 </seglistitem> -
packages.ent
r861bbbc r7cf84c3f 920 920 <!ENTITY fdk-aac-version "2.0.1"> 921 921 <!ENTITY flac-version "1.3.3"> 922 <!ENTITY frei0r-version "1. 6.1">922 <!ENTITY frei0r-version "1.7.0"> 923 923 <!ENTITY gavl-version "1.4.0"> 924 924 <!ENTITY gstreamer10-version "1.16.2"> <!-- Even minors only -->
Note:
See TracChangeset
for help on using the changeset viewer.