Ignore:
Timestamp:
04/05/2016 09:54:40 PM (8 years ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 7.10, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, 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/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
7551c54
Parents:
dabc4886
Message:

Update to gegl-0.3.6.
Update to babl-0.1.16.

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/graphlib/gegl.xml

    rdabc4886 ra5fc81e  
    88  <!ENTITY gegl-download-ftp " ">
    99<!--  <!ENTITY gegl-download-ftp "ftp://ftp.gimp.org/pub/gegl/0.2/gegl-&gegl-version;.tar.bz2">-->
    10   <!ENTITY gegl-md5sum        "32b00002f1f1e316115c4ed922e1dec8">
    11   <!ENTITY gegl-size          "7.2 MB">
    12   <!ENTITY gegl-buildsize     "50 MB">
    13   <!ENTITY gegl-time          "0.9 SBU">
     10  <!ENTITY gegl-md5sum        "e6b4eb720ef541aab8c9b12b1a517a78">
     11  <!ENTITY gegl-size          "5.5 MB">
     12  <!ENTITY gegl-buildsize     "138 MB (additional 25 MB for tests)">
     13  <!ENTITY gegl-time          "2.4 SBU (additional 1.9 SBU for tests)">
    1414]>
    1515
     
    7272    </itemizedlist>
    7373
    74     <bridgehead renderas="sect3">Additional Downloads</bridgehead>
    75     <itemizedlist spacing="compact">
    76       <listitem>
    77         <para>
    78           Required patch:
    79           <ulink url="&patch-root;/gegl-&gegl-version;-ffmpeg2-1.patch"/>
    80         </para>
    81       </listitem>
    82     </itemizedlist>
    83 
    8474    <bridgehead renderas="sect3">gegl Dependencies</bridgehead>
    85 
    8675
    8776    <bridgehead renderas="sect4">Required</bridgehead>
     
    114103      <ulink url="http://libopenraw.freedesktop.org/wiki/">libopenraw</ulink>,
    115104      <ulink url="http://libspiro.sourceforge.net/">libspiro</ulink>,
    116       <ulink url="http://www.cise.ufl.edu/research/sparse/umfpack/">libumfpack</ulink>, and
     105      <ulink url="http://www.cise.ufl.edu/research/sparse/umfpack/">libumfpack</ulink>,
     106      <ulink url="https://www.khronos.org/opencl/">OpenCL</ulink> (for tests), and
    117107      <ulink url="http://www.openexr.org">OpenEXR</ulink>
    118108    </para>
     
    130120    </para>
    131121
    132 <screen><userinput>patch -Np1 -i ../gegl-&gegl-version;-ffmpeg2-1.patch &amp;&amp;
     122<screen><userinput> sed -i '/check:/s/images//' tests/ff-load-save/Makefile.in &amp;&amp;
    133123
    134124./configure --prefix=/usr &amp;&amp;
     
    151141  <sect2 role="commands">
    152142    <title>Command Explanations</title>
     143
     144    <para>
     145      <command>sed ...</command>:
     146      Skip tests that fail due to missing image files.
     147    </para>
    153148
    154149    <para>
Note: See TracChangeset for help on using the changeset viewer.