Changeset e66a8c3 for general/graphlib


Ignore:
Timestamp:
08/21/2018 08:14:23 PM (6 years ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, 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/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
646c89d
Parents:
3155946
Message:

Update to libX11-1.6.6.tar.bz2 (xorg library).
Update to poppler-0.67.0.
Update to mlt-6.10.0.
Update to graphite2-1.3.12.
Update to kf5-apps-18.08.0.
Update to opencv-3.4.2.

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

Location:
general/graphlib
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • general/graphlib/graphite2.xml

    r3155946 re66a8c3  
    88           "https://github.com/silnrsi/graphite/releases/download/&graphite2-version;/graphite2-&graphite2-version;.tgz">
    99  <!ENTITY graphite2-download-ftp  " ">
    10   <!ENTITY graphite2-md5sum        "9b6166dee759e2175fe7983f65bd8be2">
    11   <!ENTITY graphite2-size          "4.0 MB">
    12   <!ENTITY graphite2-buildsize     "23 MB (with tests add docs)">
    13   <!ENTITY graphite2-time          "0.3 SBU (with tests and docs)">
     10  <!ENTITY graphite2-md5sum        "75eafa40b5d2cfee852f40b42ef553f5">
     11  <!ENTITY graphite2-size          "6.3 MB">
     12  <!ENTITY graphite2-buildsize     "27 MB (with tests add docs)">
     13  <!ENTITY graphite2-time          "0.2 SBU (with tests and docs)">
    1414]>
    1515
  • general/graphlib/opencv.xml

    r3155946 re66a8c3  
    77  <!ENTITY opencv-download-http     "https://sourceforge.net/projects/opencvlibrary/files/opencv-unix/&opencv-version;/opencv-&opencv-version;.zip">
    88  <!ENTITY opencv-download-ftp      " ">
    9   <!ENTITY opencv-md5sum            "8464ce888f4c283895626950bada1e44">
     9  <!ENTITY opencv-md5sum            "9e9ebe9c1fe98c468f6e53f5c3c49716">
    1010  <!ENTITY opencv-size              "87 MB">
    11   <!ENTITY opencv-buildsize         "740 MB">
    12   <!ENTITY opencv-time              "2.5 SBU (using parallelism=4)">
    13 
    14 
    15   <!ENTITY ippicv-version          "ippicv_2017u3_lnx_intel64_general_20170822">
    16   <!ENTITY ippicv_binaries_commit  "dfe3162c237af211e98b8960018b564bc209261d">
     11  <!ENTITY opencv-buildsize         "555 MB">
     12  <!ENTITY opencv-time              "2.4 SBU (using parallelism=4)">
     13
     14
     15  <!ENTITY ippicv-version          "ippicv_2017u3_lnx_intel64_general_20180518">
     16  <!ENTITY ippicv_binaries_commit  "bdb7bb85f34a8cb0d35e40a81f58da431aa1557a">
    1717
    1818  <!ENTITY opencv-contrib-download "https://github.com/opencv/opencv_contrib/archive/&opencv-version;/opencv_contrib-&opencv-version;.tar.gz">
     
    4141    </para>
    4242
    43     &lfs82_checked;
     43    &lfs83_checked;
    4444
    4545    <bridgehead renderas="sect3">Package Information</bridgehead>
     
    173173    </para>
    174174
    175 <screen><userinput>mkdir build &amp;&amp;
     175<screen><userinput>sed -i 's/CV_RGB/cv::Scalar/' src/filter/facebl0r/facebl0r.cpp &amp;&amp;
     176
     177mkdir build &amp;&amp;
    176178cd    build &amp;&amp;
    177179
     
    210212  <sect2 role="commands">
    211213    <title>Command Explanations</title>
     214
     215    <para><command>sed ... facebl0r.cpp</command>: This command fixes
     216    a build problem with the current opencv dependency.</para>
    212217
    213218    <para><parameter>-DWITH_XINE=ON</parameter>: This option instructs the make
  • general/graphlib/poppler.xml

    r3155946 re66a8c3  
    77  <!ENTITY poppler-download-http "https://poppler.freedesktop.org/poppler-&poppler-version;.tar.xz">
    88  <!ENTITY poppler-download-ftp  " ">
    9   <!ENTITY poppler-md5sum        "b9a0af02e43deb26265f130343e90d78">
     9  <!ENTITY poppler-md5sum        "bcfbdcaca2a1f72435e4aaa3c06664ca">
    1010  <!ENTITY poppler-size          "1.4 MB">
    1111  <!ENTITY poppler-buildsize     "60 MB (with Qt5 library and tests)">
     
    4444    </para>
    4545
    46     &lfs82_checked;
     46    &lfs83_checked;
    4747
    4848    <bridgehead renderas="sect3">Package Information</bridgehead>
Note: See TracChangeset for help on using the changeset viewer.