Changeset b98838eb for general


Ignore:
Timestamp:
05/21/2018 08:07:12 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:
e1f9f2a
Parents:
66f2fb7
Message:

Update to libepoxy-1.5.2.
Update to cmake-3.11.2.
Update to cdrdao-1.2.4.
Update to c-ares-1.14.0.
Update to gegl-0.4.2.
Update to xfce4-terminal-0.8.7.4.

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

Location:
general
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • general/graphlib/gegl.xml

    r66f2fb7 rb98838eb  
    77  <!ENTITY gegl-download-http "https://download.gimp.org/pub/gegl/0.4/gegl-&gegl-version;.tar.bz2">
    88  <!ENTITY gegl-download-ftp  " ">
    9   <!ENTITY gegl-md5sum        "70c054f584d32cd03a15b87fd8ace9e4">
     9  <!ENTITY gegl-md5sum        "47b8f88c466e0a38f5e8d6181bba89bd">
    1010  <!ENTITY gegl-size          "6.5 MB">
    11   <!ENTITY gegl-buildsize     "127 MB (add 21 MB for tests)">
    12   <!ENTITY gegl-time          "1.5 SBU (add 0.4 SBU for tests)">
     11  <!ENTITY gegl-buildsize     "133 MB (add 22 MB for tests)">
     12  <!ENTITY gegl-time          "0.8 SBU (Using parallism=4; add 0.4 SBU for tests)">
    1313]>
    1414
     
    6767        <para>
    6868          Estimated build time: &gegl-time;
    69         </para>
    70       </listitem>
    71     </itemizedlist>
    72 
    73     <bridgehead renderas="sect3">Additional Downloads</bridgehead>
    74     <itemizedlist spacing="compact">
    75       <listitem>
    76         <para>
    77           Required patch:
    78           <ulink url="&patch-root;/gegl-&gegl-version;-ffmpeg4-1.patch"/>
    79           (if a version of ffmpeg &gt;= 3.5 has been installed)
    8069        </para>
    8170      </listitem>
     
    134123
    135124    <para>
    136       <!-- separated because the patch is minimal (lacks configure changes) and
    137            will break builds if older ffmpeg is installed -->
    138       If you have installed <xref linkend="ffmpeg"/> apply the patch:
    139     </para>
    140 
    141 <screen><userinput>patch -Np1 -i ../gegl-&gegl-version;-ffmpeg4-1.patch</userinput></screen>
    142 
    143     <para>
    144125      Install <application>gegl</application> by running the following commands:
    145126    </para>
     
    150131    <para>
    151132      To test the results, issue: <command>make check</command>.
    152       Many tests are skipped and there are some warnings.
    153      <!-- in 0.4.0 no failures, but the video tests have several
     133      Many tests are skipped and there are some failures.
     134     <!-- in 0.4.2 no failures, but the video tests have several
    154135       Failed to parse extradata messages.  The warnings are about
    155136      missing reference, assuming SUCCESS
  • general/prog/cmake.xml

    r66f2fb7 rb98838eb  
    77  <!ENTITY cmake-download-http "https://cmake.org/files/v&cmake-major-version;/cmake-&cmake-version;.tar.gz">
    88  <!ENTITY cmake-download-ftp  " ">
    9   <!ENTITY cmake-md5sum        "12a3177477e4e2c7bc514193d421dafe">
     9  <!ENTITY cmake-md5sum        "d2d554c05fc07cfae7846d2aa205f12a">
    1010  <!ENTITY cmake-size          "7.6 MB">
    11   <!ENTITY cmake-buildsize     "390 MB (add 424 MB for tests)">
    12   <!ENTITY cmake-time          "2.3 SBU (add 3.3 SBU for tests, both using parallelism=4)">
     11  <!ENTITY cmake-buildsize     "390 MB (add 416 MB for tests)">
     12  <!ENTITY cmake-time          "2.4 SBU (add 3.0 SBU for tests, both using parallelism=4)">
    1313]>
    1414
Note: See TracChangeset for help on using the changeset viewer.