Changeset 65b99b9 for xsoft


Ignore:
Timestamp:
12/22/2018 06:19:04 PM (6 years ago)
Author:
DJ Lucas <dj@…>
Branches:
elogind
Children:
9a8e5d2
Parents:
340d045
Message:

Merge to HEAD 20852

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

Location:
xsoft/other
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • xsoft/other/gimp.xml

    r340d045 r65b99b9  
    114114          Download size: &gimp-help-size;
    115115        </para>
     116      </listitem>
     117      <listitem>
    116118        <para>
    117119          Download md5sum: &gimp-help-md5sum;
  • xsoft/other/gparted.xml

    r340d045 r65b99b9  
    77  <!ENTITY gparted-download-http "&sourceforge-dl;/gparted/gparted-&gparted-version;.tar.gz">
    88  <!ENTITY gparted-download-ftp  " ">
    9   <!ENTITY gparted-md5sum        "df4fe0350ba55cee6fddae289bd9d3f1">
     9  <!ENTITY gparted-md5sum        "2f481ad34decb7021ca04ca305e79e7d">
    1010  <!ENTITY gparted-size          "3.7 MB">
    11   <!ENTITY gparted-buildsize     "108 MB">
     11  <!ENTITY gparted-buildsize     "109 MB">
    1212  <!ENTITY gparted-time          "0.4 SBU (using parallelism=4)">
    1313]>
  • xsoft/other/inkscape.xml

    r340d045 r65b99b9  
    7373    <bridgehead renderas="sect3">Additional Downloads</bridgehead>
    7474    <itemizedlist spacing="compact">
     75      <!--
    7576      <listitem>
    7677        <para>Required patch: <ulink url="&patch-root;/inkscape-&inkscape-version;-use_versioned_ImageMagick6-1.patch"/></para>
     
    7879      <listitem>
    7980        <para>Required patch: <ulink url="&patch-root;/inkscape-&inkscape-version;-upstream_poppler_fixes-1.patch"/></para>
     81     </listitem>-->
     82      <listitem>
     83        <para>Required patch: <ulink url="&patch-root;/inkscape-&inkscape-version;-consolidated_fixes-1.patch"/></para>
    8084      </listitem>
    8185    </itemizedlist>
     
    144148  <sect2 role="installation">
    145149    <title>Installation of Inkscape</title>
    146 
     150    <!--
    147151    <para>Ensure that the libraries from <xref linkend="imagemagick6"/> can be used,
    148152    and fix the build for the changes in some recent versions of
    149153    <application>poppler</application>:</para>
    150 
     154    -->
     155    <para>Fix build problems related to poppler-0.72.0 and allow proper detection
     156    of libraries from <xref linkend="imagemagick6"/>:</para>
     157<screen><userinput>patch -Np1 -i ../inkscape-&inkscape-version;-consolidated_fixes-1.patch</userinput></screen>
     158<!--
    151159<screen><userinput>patch -Np1 -i ../inkscape-&inkscape-version;-use_versioned_ImageMagick6-1.patch &amp;&amp;
    152160patch -Np1 -i ../inkscape-&inkscape-version;-upstream_poppler_fixes-1.patch
    153161</userinput></screen>
    154 
     162-->
    155163    <para>
    156164      Fix build issues with <application>GCC-7.1</application> and
Note: See TracChangeset for help on using the changeset viewer.