Changeset e7af045


Ignore:
Timestamp:
03/28/2015 09:03:18 PM (9 years ago)
Author:
Pierre Labastie <pieere@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 7.10, 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:
633dc24e
Parents:
13e5884
Message:

Update to Fontforge-20150228

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

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • introduction/welcome/changelog.xml

    r13e5884 re7af045  
    4949      <itemizedlist>
    5050        <listitem>
     51          <para>[pierre] - Update to Fontforge-20150228. Fixes
     52          <ulink url="&blfs-ticket-root;6024">#6024</ulink>.</para>
     53        </listitem>
     54        <listitem>
    5155          <para>[bdubbs] - Correct tcl sed. Fixes
    5256          <ulink url="&blfs-ticket-root;6336">#6336</ulink>.</para>
  • packages.ent

    r13e5884 re7af045  
    600600<!ENTITY ekiga-version                "4.0.1">
    601601<!ENTITY feh-version                  "2.12">
    602 <!ENTITY fontforge-date               "2014-11-26">
    603 <!ENTITY fontforge-version            "20141126">
     602<!ENTITY fontforge-date               "2015-02-28">
     603<!ENTITY fontforge-version            "20150228">
    604604<!ENTITY gparted-version              "0.22.0">
    605605<!ENTITY gimp-version                 "2.8.14">
  • xsoft/other/fontforge.xml

    r13e5884 re7af045  
    66
    77<!--  <!ENTITY fontforge-download-http "&sources-anduin-other-http;/fontforge-&fontforge-version;.tar.xz">-->
    8   <!ENTITY fontforge-download-http "https://github.com/fontforge/fontforge/releases/download/&fontforge-version;/fontforge-&fontforge-date;-Unix-Source.tar.gz">
     8  <!ENTITY fontforge-download-http "https://github.com/fontforge/fontforge/releases/download/&fontforge-version;/fontforge-&fontforge-version;.tar.gz">
    99  <!ENTITY fontforge-download-ftp  " ">
    10   <!ENTITY fontforge-md5sum        "2193a30700a56aa7c466407ac37ce0e3">
    11   <!ENTITY fontforge-size          "120 MB">
     10  <!ENTITY fontforge-md5sum        "05b70afc83228d9d415046563f4bf01b">
     11  <!ENTITY fontforge-size          "117 MB">
    1212  <!ENTITY fontforge-buildsize     "355 MB">
    1313  <!ENTITY fontforge-time          "2.1 SBU (additional 0.3 SBU for the tests)">
     
    4242    <bridgehead renderas="sect3">Package Information</bridgehead>
    4343
    44     <note>
    45 
    46       <para>The download link below obtains
    47       <filename>fontforge-&fontforge-date;-Unix-Source.tar.gz</filename>. This
    48       is not the correct name for the archive, because it saves the file as
    49       <filename class="directory">fontforge-&fontforge-version;</filename>. The
    50       file should be renamed to the correct filename
    51       <filename>fontforge-&fontforge-version;.tar.gz</filename>. You can
    52       achieve this automatically by using the command:</para>
    53    
    54  <screen><userinput> wget -c <ulink url="&fontforge-download-http;"/> \
    55       -O fontforge-&fontforge-version;.tar.gz</userinput></screen>
    56     </note>
    57 
    5844    <itemizedlist spacing="compact">
    5945      <listitem>
     
    8874      </listitem>
    8975    </itemizedlist>
    90 <!--
    91     <para>
    92       The <application>FontForge</application> tarball specified above was not
    93       generated by the <application>FontForge</application> maintainers. It
    94       was created by the BLFS team by pulling a Git version and then generating
    95       the autotools components and documentation. The BLFS team made no changes
    96       to the existing source files.
    97     </para>-->
    9876
    9977    <bridgehead renderas="sect3">FontForge Dependencies</bridgehead>
    10078
     79    <bridgehead renderas="sect4">Required</bridgehead>
     80    <para role="required">
     81      <xref linkend="freetype2"/>,
     82      <xref linkend="glib2"/>,  and
     83      <xref linkend="libxml2"/>
     84    </para>
    10185    <bridgehead renderas="sect4">Recommended</bridgehead>
    10286    <para role="recommended">
    10387      <xref linkend="cairo"/>,
    104       <xref linkend="freetype2"/>,
     88      <xref linkend="gtk2"/>,
    10589      <xref linkend="harfbuzz"/>,
    106       <xref linkend="gtk2"/>,
    107       <xref linkend="libxml2"/> and
     90      <xref linkend="pango"/> (required if Xorg libraries are present), and
    10891      <xref linkend="xorg7-lib"/>
    10992    </para>
     
    11598      <xref linkend="libpng"/>,
    11699      <xref linkend="libtiff"/>,
    117       <xref linkend="pango"/>,
    118100      <xref linkend="python2"/>,
    119101      <ulink url="https://github.com/fontforge/libspiro">libspiro</ulink>,
     
    138120    </para>
    139121
    140 <screen><userinput>rm -rf libltdl &amp;&amp;
    141 ./bootstrap --force &amp;&amp;
     122<screen><userinput>
     123rm -rf libltdl &amp;&amp;
     124rm m4/argz.m4  &amp;&amp;
     125./bootstrap    &amp;&amp;
    142126./configure --prefix=/usr     \
    143127            --enable-gtk2-use \
     
    161145    <title>Command Explanations</title>
    162146
    163     <para><command>rm -rf libltdl &amp;&amp; ./bootstrap --force</command>:
    164     These two commands work around the old version of libtool in the source,
    165     and the idiosyncracies of the bootstrap command, to allow it to build with
    166     current libtool where some files have been renamed.</para>
     147    <para>
     148      <command>rm -rf libltdl ... ./bootstrap</command>:
     149      These commands work around the old version of libtool in the source,
     150      and the idiosyncracies of the bootstrap command, to allow it to build with
     151      current libtool where some files have been renamed.
     152    </para>
     153
     154    <para>
     155      <parameter>--enable-gtk2-use</parameter>: allows to use the GTK+2 graphics
     156      instead of basic Xorg graphics.
     157    </para>
     158
     159    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     160      href="../../xincludes/static-libraries.xml"/>
    167161
    168162  </sect2>
Note: See TracChangeset for help on using the changeset viewer.