Changeset 9d4de3fb


Ignore:
Timestamp:
04/27/2014 11:02:27 PM (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:
dbac0b14
Parents:
e1a7543
Message:

Fixes to Inkscape-0.48.4, Cairo-1.12.16, Poppler-0.26.0 and Ruby-2.1.1. Thanks Igor Z and Armin K.

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

Files:
6 edited

Legend:

Unmodified
Added
Removed
  • general.ent

    re1a7543 r9d4de3fb  
    11<!-- $LastChangedBy$ $Date$ -->
    22
    3 <!ENTITY day          "25">                   <!-- Always 2 digits -->
     3<!ENTITY day          "27">                   <!-- Always 2 digits -->
    44<!ENTITY month        "04">                   <!-- Always 2 digits -->
    55<!ENTITY year         "2014">
     
    77<!ENTITY copyholder   "The BLFS Development Team">
    88<!ENTITY version      "&year;-&month;-&day;">
    9 <!ENTITY releasedate  "April 25th, &year;">
     9<!ENTITY releasedate  "April 27th, &year;">
    1010<!ENTITY pubdate      "&year;-&month;-&day;"> <!-- metadata req. by TLDP -->
    1111<!ENTITY blfs-version "svn">                  <!-- svn|[release #] -->
  • general/graphlib/poppler.xml

    re1a7543 r9d4de3fb  
    151151
    152152<screen><userinput>git clone git://git.freedesktop.org/git/poppler/test ../test</userinput></screen>
    153 
    154     <para>
    155       If you are building <application>Qt5</application> library, fix
    156       <application>Qt5</application> detection by running the
    157       following command:
    158     </para>
    159 
    160 <screen><userinput>sed -i -e "s:grep \"Qt 5\":grep \" 5\\\\.\":g" configure</userinput></screen>
    161153
    162154    <para>
  • general/prog/ruby.xml

    re1a7543 r9d4de3fb  
    100100    </para>
    101101
    102 <screen><userinput>sed -i ext/readline/readline.c \
    103     -e "s:(Function \*)readline:(rl_hook_func_t \*)readline:" &amp;&amp;
    104 ./configure --prefix=/usr   \
     102<screen><userinput>./configure --prefix=/usr   \
    105103            --enable-shared \
    106104            --docdir=/usr/share/doc/ruby-&ruby-version; &amp;&amp;
     
    121119  <sect2 role="commands">
    122120    <title>Command Explanations</title>
    123 
    124     <para>
    125       <command>sed -i  ext/readline/readline.c ...</command>: This
    126       <command>sed</command> fixes building with
    127       <application>Readline</application> 6.x (x>2).
    128     </para>
    129121
    130122    <para>
  • introduction/welcome/changelog.xml

    re1a7543 r9d4de3fb  
    4646
    4747    <listitem>
     48      <para>April 27th, 2014</para>
     49      <itemizedlist>
     50        <listitem>
     51          <para>[fernando] - Fixes to Inkscape-0.48.4, Cairo-1.12.16,
     52          Poppler-0.26.0 and Ruby-2.1.1. Thanks Igor Z and Armin K.</para>
     53        </listitem>
     54      </itemizedlist>
     55    </listitem>
     56
     57    <listitem>
    4858      <para>April 24th, 2014</para>
    4959      <itemizedlist>
     
    6171        </listitem>
    6272      </itemizedlist>
    63     </listitem>   
     73    </listitem>
    6474
    6575    <listitem>
  • x/lib/cairo.xml

    re1a7543 r9d4de3fb  
    125125    </para>
    126126
    127 <screen><userinput>./configure --prefix=/usr --disable-static &amp;&amp;
     127<screen><userinput>CFLAGS="$CFLAGS -ffat-lto-objects" \
     128./configure --prefix=/usr --disable-static &amp;&amp;
    128129make</userinput></screen>
    129130
     
    141142  <sect2 role="commands">
    142143    <title>Command Explanations</title>
     144
     145    <para>
     146      <command>CFLAGS="$CFLAGS -ffat-lto-objects"</command>: Fixes building
     147      with GCC 4.9.
     148    </para>
    143149
    144150    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
  • xsoft/other/inkscape.xml

    re1a7543 r9d4de3fb  
    142142    </para>
    143143
    144 <screen><userinput>patch -Np1 -i ../inkscape-&inkscape-version;-gc-1.patch                                    &amp;&amp;
     144<screen><userinput>sed -i src/extension/internal/pdfinput/pdf-parser.cpp \
     145    -e "/GfxColorSpace::parse/s|NULL|&amp;, NULL|g"       \
     146    -e "/lookupPattern/s:NULL:&amp;, NULL:g"              \
     147    -e "/lookupShading/s:NULL:&amp;, NULL:g"              &amp;&amp;
     148patch -Np1 -i ../inkscape-&inkscape-version;-gc-1.patch                                    &amp;&amp;
    145149patch -Np1 -i ../inkscape-&inkscape-version;-freetype-1.patch                              &amp;&amp;
    146150sed -e "s@commands_toolbox,@commands_toolbox@" -i src/widgets/desktop-widget.h &amp;&amp;
     
    165169  <sect2 role="commands">
    166170    <title>Command Explanations</title>
     171
     172    <para>
     173      <command>sed -i src/extension ...</command>:
     174      This <command>sed</command> fixes building with poppler-0.26.0.
     175    </para>
    167176
    168177    <para>
Note: See TracChangeset for help on using the changeset viewer.