Changeset 513d58a
- Timestamp:
- 08/07/2017 11:21:41 PM (7 years ago)
- Branches:
- 10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 12.2, 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, 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:
- f067fa94
- Parents:
- 26bb7e15
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
general/graphlib/opencv.xml
r26bb7e15 r513d58a 9 9 <!ENTITY opencv-download-http "&sourceforge-repo2;&cvdir;/opencv-unix/&opencv-version;/opencv-&opencv-version;.zip"> 10 10 <!ENTITY opencv-download-ftp " "> 11 <!ENTITY opencv-md5sum " bfc6a261eb069b709bcfe7e363ef5899">12 <!ENTITY opencv-size " 78MB">13 <!ENTITY opencv-buildsize " 556MB">14 <!ENTITY opencv-time " 8.1 SBU">15 16 17 <!ENTITY ippicv-version " 20151201">18 <!ENTITY ippicv_binaries_commit " 81a676001ca8075ada498583e4166079e5744668">11 <!ENTITY opencv-md5sum "cc586ebe960a7cdd87100e89088abc06"> 12 <!ENTITY opencv-size "81 MB"> 13 <!ENTITY opencv-buildsize "851 MB"> 14 <!ENTITY opencv-time "2.1 SBU (using parallelism=4)"> 15 16 17 <!ENTITY ippicv-version "ippicv_2017u2_lnx_intel64_20170418"> 18 <!ENTITY ippicv_binaries_commit "a62e20676a60ee0ad6581e217fe7e4bada3b95db"> 19 19 20 20 <!ENTITY opencv-contrib-download "https://github.com/opencv/opencv_contrib/archive/&opencv-version;.tar.gz"> … … 83 83 <listitem> 84 84 <para> 85 Optional file ( will be downloaded when running cmake if not present):85 Optional file (x86_64 only; will be downloaded when running cmake if not present): 86 86 <ulink 87 url="https://raw.githubusercontent.com/opencv/opencv_3rdparty/&ippicv_binaries_commit;/ippicv/ ippicv_linux_&ippicv-version;.tgz"/>87 url="https://raw.githubusercontent.com/opencv/opencv_3rdparty/&ippicv_binaries_commit;/ippicv/&ippicv-version;.tgz"/> 88 88 </para> 89 89 </listitem> … … 164 164 </para> 165 165 166 <screen><userinput>ipp_file= ../ippicv_linux_&ippicv-version;.tgz&&167 ipp_hash=$(md5sum $ipp_file | cut -d" " -f1)&&168 ipp_dir= 3rdparty/ippicv/downloads/linux-$ipp_hash&&166 <screen><userinput>ipp_file=&ippicv-version;.tgz && 167 ipp_hash=$(md5sum ../$ipp_file | cut -d" " -f1) && 168 ipp_dir=.cache/ippicv && 169 169 170 170 mkdir -p $ipp_dir && 171 cp $ipp_file $ipp_dir</userinput></screen>171 cp ../$ipp_file $ipp_dir/$ipp_hash-$ipp_file</userinput></screen> 172 172 173 173 <para> … … 186 186 187 187 cmake -DCMAKE_INSTALL_PREFIX=/usr \ 188 -DCMAKE_BUILD_TYPE=Release \ 189 -DENABLE_CXX11=ON \ 190 -DBUILD_PERF_TESTS=OFF \ 188 191 -DWITH_XINE=ON \ 189 192 -DBUILD_TESTS=OFF \ 190 193 -DENABLE_PRECOMPILED_HEADERS=OFF \ 194 -DCMAKE_SKIP_RPATH=ON \ 195 -DBUILD_WITH_DEBUG_INFO=OFF \ 191 196 -Wno-dev .. && 192 197 make</userinput></screen> -
introduction/welcome/changelog.xml
r26bb7e15 r513d58a 46 46 <para>August 7th, 2017</para> 47 47 <itemizedlist> 48 <listitem> 49 <para>[bdubbs] - Update to opencv-3.3.0. Fixes 50 <ulink url="&blfs-ticket-root;9571">#9571</ulink>.</para> 51 </listitem> 48 52 <listitem> 49 53 <para>[bdubbs] - Update to fuse3-3.1.1. Fixes -
packages.ent
r26bb7e15 r513d58a 208 208 <!ENTITY libwebp-version "0.6.0"> 209 209 <!ENTITY newt-version "0.52.20"> 210 <!ENTITY opencv-version "3. 2.0">210 <!ENTITY opencv-version "3.3.0"> 211 211 <!ENTITY openjpeg-version "1.5.2"> 212 212 <!ENTITY openjpeg2-version "2.1.2">
Note:
See TracChangeset
for help on using the changeset viewer.