Changeset 0f23f29 for xsoft


Ignore:
Timestamp:
12/21/2014 06:45:33 PM (9 years ago)
Author:
Fernando de Oliveira <fernando@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 7.10, 7.7, 7.8, 7.9, 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:
33ba445
Parents:
2e6887dd
Message:

Add OpenSSL-1.0.1j as optional dependency to MPlayer-2014-12-19.
Update to udisks-2.1.4.
Fix inkscape-0.48.5 build with poppler-0.29.0. Replace gc patch by sed.
Update to mercurial-3.2.3.
Update to postgresql-9.4.0.

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • xsoft/other/inkscape.xml

    r2e6887dd r0f23f29  
    7777        <para>
    7878          Required patch:
    79           <ulink url="&patch-root;/inkscape-&inkscape-version;-gc-1.patch"/>
     79          <ulink url="&patch-root;/inkscape-&inkscape-version;-poppler-1.patch"/>
    8080        </para>
    8181      </listitem>
     
    136136    </para>
    137137
    138 <screen><userinput>patch -Np1 -i ../inkscape-&inkscape-version;-gc-1.patch &amp;&amp;
    139 
    140 ./configure --prefix=/usr  &amp;&amp;
     138<screen><userinput>patch -Np1 -i ../inkscape-&inkscape-version;-poppler-1.patch &amp;&amp;
     139autoreconf -vi &amp;&amp;
     140
     141sed -e '/unsigned GC_version/d' \
     142    -e '/int main(void)/ a\\t\t\tunsigned GC_version = GC_get_version();' \
     143    -i configure &amp;&amp;
     144
     145./configure --prefix=/usr &amp;&amp;
    141146make</userinput></screen>
    142147
     
    156161
    157162  </sect2>
    158 <!--
     163
    159164  <sect2 role="commands">
    160165    <title>Command Explanations</title>
    161166
    162167    <para>
    163       <command>sed -i src/extension ...</command>:
    164       This <command>sed</command> fixes building with poppler-0.26.0.
    165     </para>
    166 
    167     <para>
    168       <command>sed -e "s@commands_toolbox,@commands_toolbox@" ...</command>:
    169       This <command>sed</command> fixes building with GCC 4.8.
    170     </para>
    171 
    172   </sect2>-->
     168      <command>sed -e ... -i configure</command>:
     169      This <command>sed</command> fixes building problems starting
     170      with gc-7.4.2.
     171    </para>
     172
     173  </sect2>
    173174
    174175  <sect2 role="content">
Note: See TracChangeset for help on using the changeset viewer.