Ignore:
Timestamp:
10/27/2019 07:34:35 PM (5 years ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 9.1, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, 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:
ef085b3
Parents:
e2372bed
Message:

Update to gegl-0.4.18.
Update to poppler-0.82.0.
Update to btrfs-progs-v5.3.1.
Update to mesa-19.2.2.
Update to thunderbird-68.2.0.

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/graphlib/gegl.xml

    re2372bed rbbc99ad  
    55  %general-entities;
    66
    7   <!ENTITY gegl-download-http "https://download.gimp.org/pub/gegl/0.4/gegl-&gegl-version;.tar.bz2">
     7  <!ENTITY gegl-download-http "https://download.gimp.org/pub/gegl/0.4/gegl-&gegl-version;.tar.xz">
    88  <!ENTITY gegl-download-ftp  " ">
    9   <!ENTITY gegl-md5sum        "cb17ac529a882f25f54c0115c63d4027">
    10   <!ENTITY gegl-size          "7.0 MB">
    11   <!ENTITY gegl-buildsize     "144 MB (add 21 MB for tests)">
    12   <!ENTITY gegl-time          "1.0 SBU (Using parallelism=4; add 0.5 SBU for tests)">
     9  <!ENTITY gegl-md5sum        "567f9e6c0a0a1a4145a1a1b254ca9ac5">
     10  <!ENTITY gegl-size          "4.6 MB">
     11  <!ENTITY gegl-buildsize     "115 MB (with docs; add 7 MB for tests)">
     12  <!ENTITY gegl-time          "0.5 SBU (Using parallelism=4; with docs; add 0.3 SBU for tests)">
    1313]>
    1414
     
    7575    <bridgehead renderas="sect4">Required</bridgehead>
    7676    <para role="required">
    77       <xref linkend="babl"/>,
    78       <xref linkend="json-glib"/>, and
    79       <xref linkend="libjpeg"/>
     77      <xref linkend="babl"/> and
     78      <xref linkend="json-glib"/>
     79    </para>
     80
     81    <bridgehead renderas="sect4">Recommended</bridgehead>
     82    <para role="recommended">
     83      <xref linkend="gobject-introspection"/>,
     84      <xref linkend="pygments"/>, and
     85      <xref linkend="pygobject3"/>
    8086    </para>
    8187
     
    8490      <xref linkend="asciidoc"/>,
    8591      <xref linkend="cairo"/>,
    86       <xref linkend="enscript"/>,
    8792      <xref linkend="exiv2"/>,
    88       <xref linkend="ffmpeg"/>,
    8993      <xref linkend="gdk-pixbuf"/>,
     94      <xref linkend="gexiv2"/>,
    9095      <xref linkend="graphviz"/>,
     96      <xref linkend="jasper"/>,
     97      <xref linkend="lcms2"/>,
     98      <xref linkend="libjpeg"/>
    9199      <xref linkend="libpng"/>,
    92100      <xref linkend="librsvg"/>,
     101      <xref linkend="libtiff"/>,
    93102      <xref linkend="libwebp"/>,
    94 <!-- configure help output is confusing, but what is tested is luajit, which is
    95      a different project from lua we have in the book
    96       <xref linkend="lua"/>, -->
    97103      <xref linkend="pango"/>,
    98       <xref linkend="python2"/>,
    99104      <xref linkend="ruby"/>,
    100       <xref linkend="sdl"/>,
    101       <xref linkend="gobject-introspection"/>,
     105      <xref linkend="sdl2"/>,
     106      <xref linkend="v4l-utils"/>,
    102107      <xref linkend="vala"/>,
    103       <xref linkend="gexiv2"/>,
    104108      <ulink url="https://lensfun.github.io/">lensfun</ulink>,
    105109      <ulink url="https://libopenraw.pages.freedesktop.org/">libopenraw</ulink>,
     
    107111      <ulink url="http://faculty.cse.tamu.edu/davis/suitesparse.html">libumfpack</ulink>,
    108112      <ulink url="http://luajit.org/luajit.html">LuaJIT</ulink>,
    109       <ulink url="https://github.com/hodefoting/mrg/releases">MRG</ulink>,
    110       <ulink url="https://www.khronos.org/opencl/">OpenCL</ulink> (for tests),
    111       <ulink url="https://www.openexr.com">OpenEXR</ulink>, and
    112       <ulink url="&w3m-url;">W3m</ulink>
     113      <ulink url="https://github.com/hodefoting/mrg/releases">MRG</ulink>, and
     114      <ulink url="https://www.openexr.com">OpenEXR</ulink>
    113115    </para>
    114116
     
    125127    </para>
    126128
    127 <screen><userinput>./configure --prefix=/usr &amp;&amp;
    128 make</userinput></screen>
    129 
    130     <para>
    131       To test the results, issue: <command>make check</command>.
    132       Many tests are skipped.
    133      <!-- in 0.4.2 no failures, but the video tests have several
    134        Failed to parse extradata messages.  The warnings are about
    135       missing reference, assuming SUCCESS
    136       and lots of Missing fast-path babl conversion detected
    137       also GEGL-WARNING for runtime check failed and for
    138       operation desired unknown paramspec type for seed
    139 
    140       In 0.4.10 all tests pass but there several messages about
    141       deprecated parameter passing.-->
     129<screen><userinput>mkdir build &amp;&amp;
     130cd    build &amp;&amp;
     131
     132meson --prefix=/usr .. &amp;&amp;
     133ninja</userinput></screen>
     134
     135    <para>
     136      To test the results, issue: <command>ninja test</command>.
     137      Two tests, gegl-format and gegl-node are known to fail.
    142138    </para>
    143139
     
    146142    </para>
    147143
    148 <screen role="root"><userinput>make install &amp;&amp;
    149 install -v -m644 docs/*.{css,html} /usr/share/gtk-doc/html/gegl &amp;&amp;
    150 install -v -m644 docs/images/*.{png,ico,svg} /usr/share/gtk-doc/html/gegl/images</userinput></screen>
     144<screen role="root"><userinput>ninja install</userinput></screen>
    151145  </sect2>
    152146
     
    155149
    156150    <para>
    157       <command>install -v -m644/docs/*/{css,html} ...</command>:
    158       This and the subsequent commands install all the provided documentation
    159       instead of only the stylesheet <filename>gegl.css</filename> and three
    160       png files.
    161     </para>
    162 
    163     <para>
    164       <parameter>--without-vala</parameter>: Do not create a
    165       <application>vala</application> API - use this if
    166       <command>vapigen</command> breaks the build.
    167     </para>
    168 
    169     <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    170     href="../../xincludes/gtk-doc-rebuild.xml"/>
    171 
    172     <!-- commented in case a later version reinstates this problem
    173     <para>
    174       <envar>LC_ALL=en_US</envar>: In some locales with <xref linkend='ruby'/>
    175       installed, one build component fails and prevents completion of the
    176       procedure.  Using this variable avoids the problem.
    177     </para> -->
     151      <parameter>-Ddocs=true</parameter>: Build and
     152      install documentation.
     153    </para>
    178154
    179155  </sect2>
     
    188164
    189165      <seglistitem>
    190         <seg>gcut, gegl, gegl-imgcmp</seg>
    191         <seg>libgegl-0.4.so, libgegl-npd-0.4.so, libgegl-sc-0.4.so and libraries in
    192         /usr/lib/gegl-0.4</seg>
    193         <seg>/usr/include/gegl-0.4</seg>
     166        <seg>gegl and
     167             gegl-imgcmp
     168        </seg>
     169        <seg>libgegl-0.4.so,
     170             libgegl-npd-0.4.so,
     171             libgegl-sc-0.4.so, and
     172             modules in /usr/lib/gegl-0.4
     173        </seg>
     174        <seg>/usr/lib/gegl-0.4 and
     175             /usr/include/gegl-0.4
     176        </seg>
    194177      </seglistitem>
    195178    </segmentedlist>
     
    200183      <?dbhtml list-presentation="table"?>
    201184
    202       <varlistentry id="gcut">
    203         <term><command>gcut</command></term>
    204         <listitem>
    205           <para>
    206             is a video editing engine for GEGL.
    207           </para>
    208           <indexterm zone="gegl gcut">
    209             <primary sortas="b-gcut">gcut</primary>
    210           </indexterm>
    211         </listitem>
    212       </varlistentry>
    213 
    214185      <varlistentry id="gegl-prog">
    215186        <term><command>gegl</command></term>
Note: See TracChangeset for help on using the changeset viewer.