Changeset e6ce0692
- Timestamp:
- 12/23/2015 03:09:03 PM (9 years ago)
- Branches:
- 10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 12.2, 7.10, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, gimp3, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, nosym, perl-modules, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, upgradedb, xry111/for-12.3, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/spidermonkey128, xry111/test-20220226, xry111/xf86-video-removal
- Children:
- 2b1b6abe
- Parents:
- 747ebdd
- Files:
-
- 5 edited
Legend:
- Unmodified
- Added
- Removed
-
general.ent
r747ebdd re6ce0692 1 1 <!-- $LastChangedBy$ $Date$ --> 2 2 3 <!ENTITY day "2 1"> <!-- Always 2 digits -->3 <!ENTITY day "23"> <!-- Always 2 digits --> 4 4 <!ENTITY month "12"> <!-- Always 2 digits --> 5 5 <!ENTITY year "2015"> … … 7 7 <!ENTITY copyholder "The BLFS Development Team"> 8 8 <!ENTITY version "&year;-&month;-&day;"> 9 <!ENTITY releasedate "December 2 1st&year;">9 <!ENTITY releasedate "December 23rd &year;"> 10 10 <!ENTITY pubdate "&year;-&month;-&day;"> <!-- metadata req. by TLDP --> 11 11 <!ENTITY blfs-version "svn"> <!-- svn|[release #] --> -
general/graphlib/opencv.xml
r747ebdd re6ce0692 8 8 9 9 <!ENTITY opencv-download-http "&sourceforge-repo2;&cvdir;/opencv-unix/&opencv-version;/opencv-&opencv-version;.zip"> 10 <!ENTITY opencv-download-ftp " "> 11 <!ENTITY opencv-md5sum "09004c275d8092cbdf5b61675cecd399"> 12 <!ENTITY opencv-size "96 MB"> 13 <!ENTITY opencv-buildsize "528 MB"> 14 <!ENTITY opencv-time "5.5 SBU"> 10 <!ENTITY opencv-download-ftp " "> 11 <!ENTITY opencv-md5sum "6082ee2124d4066581a7386972bfd52a"> 12 <!ENTITY opencv-size "76 MB"> 13 <!ENTITY opencv-buildsize "1.8 GB"> 14 <!ENTITY opencv-time "4.9 SBU"> 15 16 <!ENTITY ippicv-version "20151201"> 17 <!ENTITY ippicv_binaries_commit "81a676001ca8075ada498583e4166079e5744668"> 18 15 19 ]> 16 20 … … 75 79 <bridgehead renderas="sect3">Additional Downloads</bridgehead> 76 80 <para>Optional file: <ulink 77 url=" &sourceforge-repo2;&cvdir;/3rdparty/ippicv/ippicv_linux_20141027.tgz">78 &sourceforge-repo2;&cvdir;/3rdparty/ippicv/ippicv_linux_20141027.tgz</ulink>81 url="https://raw.githubusercontent.com/Itseez/opencv_3rdparty/&ippicv_binaries_commit;/ippicv/ippicv_linux_&ippicv-version;.tgz"> 82 https://raw.githubusercontent.com/Itseez/opencv_3rdparty/&ippicv_binaries_commit;/ippicv/ippicv_linux_&ippicv-version;.tgz</ulink> 79 83 </para> 80 84 … … 141 145 </para> 142 146 143 <screen><userinput>ipp_file=../ippicv_linux_ 20141027.tgz &&147 <screen><userinput>ipp_file=../ippicv_linux_&ippicv-version;.tgz && 144 148 ipp_hash=$(md5sum $ipp_file | cut -d" " -f1) && 145 149 ipp_dir=3rdparty/ippicv/downloads/linux-$ipp_hash && … … 177 181 <title>Command Explanations</title> 178 182 179 <para>< option>-DWITH_XINE=ON</option>: This option instucts the make procedure to180 use <xref linkend="xine-lib"/>.</para>181 182 <para>< option>-DWITH_IPP=ON</option>: This option instucts the make procedure to183 use the downloaded IPP package.</para>183 <para><parameter>-DWITH_XINE=ON</parameter>: This option instructs the make 184 procedure to use <xref linkend="xine-lib"/>.</para> 185 186 <para><parameter>-DWITH_IPP=ON</parameter>: This option instructs the make 187 procedure to use the downloaded IPP package.</para> 184 188 185 189 </sect2> … … 213 217 libopencv_stitching.so, 214 218 libopencv_superres.so, 219 libopencv_ts.a, 215 220 libopencv_video.so, 216 221 libopencv_videoio.so, and … … 218 223 </seg> 219 224 <seg> 220 /usr/include/opencv and225 /usr/include/opencv{,2} and 221 226 /usr/share/OpenCV 222 227 </seg> -
introduction/welcome/changelog.xml
r747ebdd re6ce0692 46 46 47 47 <listitem> 48 <para>December 23rd, 2015</para> 49 <itemizedlist> 50 <listitem> 51 <para>[fernando] - Fix build of frei0r-snapshot-27-01-15 with 52 opencv-3.1.0. Fixes 53 <ulink url="&blfs-ticket-root;7281">#7281</ulink>.</para> 54 </listitem> 55 <listitem> 56 <para>[fernando] - Update to opencv-3.1.0. Fixes 57 <ulink url="&blfs-ticket-root;7276">#7276</ulink>.</para> 58 </listitem> 59 </itemizedlist> 60 </listitem> 61 62 <listitem> 48 63 <para>December 21th, 2015</para> 49 64 <itemizedlist> 50 65 <listitem> 51 <para>[bdubbs] - Update KDE4 to version 15.12.0. Fixes 66 <para>[bdubbs] - Update KDE4 to version 15.12.0. Fixes 52 67 Fixes <ulink url="&blfs-ticket-root;7118">#7118</ulink>.</para> 53 68 </listitem> -
multimedia/libdriv/frei0r.xml
r747ebdd re6ce0692 71 71 <bridgehead renderas="sect3">Frei0r Dependencies</bridgehead> 72 72 73 <bridgehead renderas="sect4">Re quired</bridgehead>73 <bridgehead renderas="sect4">Recommended</bridgehead> 74 74 <para> 75 75 <xref linkend='gavl'/> and … … 95 95 <screen><userinput>patch -Np1 -i ../frei0r-snapshot-&frei0r-version;-gcc5_fix-1.patch && 96 96 97 cmake -DCMAKE_INSTALL_PREFIX=/usr .. && 97 mkdir -vp build && 98 cd build && 99 100 cmake -DCMAKE_INSTALL_PREFIX=/usr \ 101 -DCMAKE_BUILD_TYPE=Release \ 102 -DOpenCV_DIR=/usr/share/OpenCV \ 103 -Wno-dev .. && 104 98 105 make</userinput></screen> 99 106 … … 103 110 104 111 <screen role="root"><userinput>make install</userinput></screen> 112 113 </sect2> 114 115 <sect2 role="commands"> 116 <title>Command Explanations</title> 117 118 <para><parameter>-DOpenCV_DIR=/usr/share/OpenCV</parameter>: This parameter 119 helps the make procedure to find the <filename>libippicv.a</filename> 120 library, installed under that directory tree.</para> 121 122 <para><option>-DWITHOUT_GAVL=ON</option>: This option instructs the make 123 procedure to disable building plugins dependent upon gavl.</para> 124 125 <para><option>-DWITHOUT_OPENCV=ON</option>: This option instructs the make 126 procedure to disable building plugins dependent upon OpenCV.</para> 105 127 106 128 </sect2> … … 116 138 <seglistitem> 117 139 <seg>None</seg> 118 <seg>Over 120 vi eeo effects plugins</seg>140 <seg>Over 120 video effects plugins</seg> 119 141 <seg>/usr/lib/frei0r-1</seg> 120 142 </seglistitem> -
packages.ent
r747ebdd re6ce0692 182 182 <!ENTITY libwebp-version "0.4.4"> 183 183 <!ENTITY newt-version "0.52.18"> 184 <!ENTITY opencv-version "3. 0.0">184 <!ENTITY opencv-version "3.1.0"> 185 185 <!ENTITY openjpeg-version "1.5.2"> 186 186 <!ENTITY openjpeg2-version "2.1.0"> … … 525 525 <!ENTITY ark-version "15.04.3"> 526 526 <!ENTITY kmix-version "15.04.3"> 527 <!ENTITY kde-base-artwork-version "15.08.2"> 527 <!ENTITY kde-base-artwork-version "15.08.2"> 528 528 <!ENTITY kde-apps-version "15.12.0"> <!-- applies to kde packages --> 529 529 <!ENTITY kde-libs-version "4.14.15"> … … 533 533 <!ENTITY kde-dir-var "KDE_PREFIX"> 534 534 <!ENTITY kde-dir "$&kde-dir-var;"> 535 <!ENTITY kde-workspace-dir "15.04.3"> 535 <!ENTITY kde-workspace-dir "15.04.3"> 536 536 <!ENTITY kde-workspace-version "4.11.21"> 537 537 <!ENTITY kde-pim-dir "15.04.3">
Note:
See TracChangeset
for help on using the changeset viewer.