Ignore:
Timestamp:
03/13/2014 02:53:41 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:
e19d31a
Parents:
67e58a5
Message:

Updates to libpng-1.6.10, sqlite-3.8.4.1, nspr-4.10.4, nss-3.15.5 and xfburn-0.5.0.

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • xfce/apps/xfburn.xml

    r67e58a5 ra4d9519  
    66
    77  <!ENTITY xfburn-download-http
    8            "http://archive.xfce.org/src/apps/xfburn/0.4/xfburn-&xfburn-version;.tar.bz2">
     8           "http://archive.xfce.org/src/apps/xfburn/0.5/xfburn-&xfburn-version;.tar.bz2">
    99  <!ENTITY xfburn-download-ftp  " ">
    10   <!ENTITY xfburn-md5sum        "147cdc2d909e751125be16103b8dc81f">
    11   <!ENTITY xfburn-size          "640 KB">
     10  <!ENTITY xfburn-md5sum        "e84620b9f755623a605f3c8ec2af6431">
     11  <!ENTITY xfburn-size          "732 KB">
    1212  <!ENTITY xfburn-buildsize     "17 MB">
    13   <!ENTITY xfburn-time          "0.3 SBU">
     13  <!ENTITY xfburn-time          "0.1 SBU">
    1414]>
    1515
     
    7979    <para role="required">
    8080      <xref linkend="exo"/>,
    81       <xref linkend="libxfcegui4"/>, and
     81      <xref linkend="libxfce4util"/>, and
    8282      <xref linkend="libisoburn"/>
     83    </para>
     84
     85    <bridgehead renderas="sect4">Optional</bridgehead>
     86    <para role="optional">
     87      <xref linkend="gst-plugins-base"/>
    8388    </para>
    8489
     
    96101    </para>
    97102
    98 <screen><userinput>sed -i '/&lt;glib.h&gt;/a#include &lt;glib-object.h&gt;' xfburn/xfburn-settings.h &amp;&amp;
    99 
    100 ./configure --prefix=/usr --disable-static &amp;&amp;
     103<screen><userinput>./configure --prefix=/usr --disable-static &amp;&amp;
    101104make</userinput></screen>
    102105
     
    115118  <sect2 role="commands">
    116119    <title>Command Explanations</title>
    117 
    118     <para>
    119       <command>sed -i '/&lt;glib.h&gt;/a#include &lt;glib-object.h&gt;'
    120       xfburn/xfburn-settings.h</command>: This sed is needed to compile with
    121       <application>Glib</application> 2.32 installed.
    122     </para>
    123120
    124121    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
Note: See TracChangeset for help on using the changeset viewer.