Changeset d956923 for xsoft


Ignore:
Timestamp:
06/24/2014 09:55:16 AM (10 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.6, 7.6-blfs, 7.6-systemd, 7.7, 7.8, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, gnome, kde5-13430, kde5-14269, kde5-14686, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, krejzi/svn, lazarus, lxqt, nosym, perl-modules, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, systemd-11177, systemd-13485, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
059ff67
Parents:
880b7ab
Message:

Update to inkscape-0.48.5.
Update to samba-4.1.9.

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • xsoft/other/inkscape.xml

    r880b7ab rd956923  
    77  <!ENTITY inkscape-download-http "&sourceforge-repo;/inkscape/inkscape-&inkscape-version;.tar.bz2">
    88  <!ENTITY inkscape-download-ftp  " ">
    9   <!ENTITY inkscape-md5sum        "47bd8546e42ba396624eef9eb66b9b6c">
     9  <!ENTITY inkscape-md5sum        "431cda5cd40cd4fdf2b89db1bdcce61f">
    1010  <!ENTITY inkscape-size          "19 MB">
    11   <!ENTITY inkscape-buildsize     "2.0 GB">
    12   <!ENTITY inkscape-time          "18 SBU">
     11  <!ENTITY inkscape-buildsize     "1.4 GB">
     12  <!ENTITY inkscape-time          "12 SBU">
    1313]>
    1414
     
    7878          Required patch:
    7979          <ulink url="&patch-root;/inkscape-&inkscape-version;-gc-1.patch"/>
    80         </para>
    81       </listitem>
    82       <listitem>
    83         <para>
    84           Required patch:
    85           <ulink url="&patch-root;/inkscape-&inkscape-version;-freetype-1.patch"/>
    8680        </para>
    8781      </listitem>
     
    141135    </para>
    142136
    143 <screen><userinput>sed -i src/extension/internal/pdfinput/pdf-parser.cpp \
    144     -e "/GfxColorSpace::parse/s|NULL|&amp;, NULL|g"       \
    145     -e "/lookupPattern/s:NULL:&amp;, NULL:g"              \
    146     -e "/lookupShading/s:NULL:&amp;, NULL:g"              &amp;&amp;
    147 patch -Np1 -i ../inkscape-&inkscape-version;-gc-1.patch                                    &amp;&amp;
    148 patch -Np1 -i ../inkscape-&inkscape-version;-freetype-1.patch                              &amp;&amp;
    149 sed -e "s@commands_toolbox,@commands_toolbox@" -i src/widgets/desktop-widget.h &amp;&amp;
    150 ./configure --prefix=/usr                                                      &amp;&amp;
     137<screen><userinput>patch -Np1 -i ../inkscape-&inkscape-version;-gc-1.patch &amp;&amp;
     138
     139./configure --prefix=/usr  &amp;&amp;
    151140make</userinput></screen>
    152141
     142<!-- Test suite is broken as of inkscape-0.48.5
    153143    <para>
    154144      To test the results, issue: <command>make check</command>.
    155145    </para>
    156 
     146-->
    157147    <para>
    158148      Now, as the <systemitem class="username">root</systemitem> user:
     
    165155
    166156  </sect2>
    167 
     157<!--
    168158  <sect2 role="commands">
    169159    <title>Command Explanations</title>
     
    179169    </para>
    180170
    181   </sect2>
     171  </sect2>-->
    182172
    183173  <sect2 role="content">
Note: See TracChangeset for help on using the changeset viewer.