Changeset dcdde93 for general/graphlib


Ignore:
Timestamp:
05/27/2013 04:58:28 PM (11 years ago)
Author:
Krejzi <krejzi@…>
Branches:
systemd-11177
Children:
13e0a61
Parents:
a0dad2bf
Message:

Sync systemd branch.

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

Location:
general/graphlib
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • general/graphlib/freetype2.xml

    ra0dad2bf rdcdde93  
    123123    </para>
    124124
    125 <screen><userinput>sed -i -r 's:.*(#.*SUBPIXEL.*) .*:\1:' \
    126           include/freetype/config/ftoption.h &amp;&amp;
     125<screen><userinput>sed -e "s@FT_CFF_HINTING_FREETYPE@FT_CFF_HINTING_ADOBE@" \
     126    -i src/cff/cffobjs.c &amp;&amp;
     127sed -e "/AUX.*.gxvalid/s@^# @@" -e "/AUX.*.otvalid/s@^# @@" \
     128    -i modules.cfg &amp;&amp;
     129sed -e "/#.*.SUBPIXEL/s@/\* @@" -e "/#.*.SUBPIXEL/s@ \*/@@" \
     130    -i include/freetype/config/ftoption.h &amp;&amp;
    127131./configure --prefix=/usr --disable-static &amp;&amp;
    128132make</userinput></screen>
     
    146150
    147151    <para>
    148       <command>sed -i -r 's:.*(#.*SUBPIXEL.*) .*:\1:'
    149       include/freetype/config/ftoption.h</command>:
    150       This command enables LCD optimized rendering. This option results in improved
    151       rendering of fonts, but may have patent restrictions. Be sure to read the
    152       <literal>'Other patent issues'</literal> part of
     152      <command>sed -e ...</command>: First command enables Adobe CFF Engine,
     153      second command enables GX/AAT and OpenType table validation and third
     154      command enables Subpixel Rendering and Subpixel Hinting in order to
     155      improve font rendering. Note that Subpixel Rendering has patent issues.
     156      Be sure to read the <literal>'Other patent issues'</literal> part of
    153157      <ulink url="http://www.freetype.org/patents.html"/> before enabling this
    154158      option.
  • general/graphlib/imlib2.xml

    ra0dad2bf rdcdde93  
    3333    loading, saving, rendering and manipulation.</para>
    3434
    35     &lfs72_checked;
     35    &lfs73_checked;
    3636
    3737    <bridgehead renderas="sect3">Package Information</bridgehead>
  • general/graphlib/poppler.xml

    ra0dad2bf rdcdde93  
    88           "http://poppler.freedesktop.org/poppler-&poppler-version;.tar.gz">
    99  <!ENTITY poppler-download-ftp       " ">
    10   <!ENTITY poppler-md5sum             "be915388eaad6865cee5a156c8119ec1">
     10  <!ENTITY poppler-md5sum             "49d55921ce795778c7231fe9f2fe923b">
    1111  <!ENTITY poppler-size               "2.2 MB">
    1212  <!ENTITY poppler-buildsize          "135 MB (excluding the encoding data) and
  • general/graphlib/qpdf.xml

    ra0dad2bf rdcdde93  
    77  <!ENTITY qpdf-download-http "&sourceforge-repo;/qpdf/qpdf-&qpdf-version;.tar.gz">
    88  <!ENTITY qpdf-download-ftp  " ">
    9   <!ENTITY qpdf-md5sum        "093baece867a0a7e07774bd4008156b3">
     9  <!ENTITY qpdf-md5sum        "eedd61acc53744446d181429651a9baf">
    1010  <!ENTITY qpdf-size          "4.9 MB">
    11   <!ENTITY qpdf-buildsize     "75 MB">
     11  <!ENTITY qpdf-buildsize     "80 MB">
    1212  <!ENTITY qpdf-time          "0.6 SBU">
    1313]>
Note: See TracChangeset for help on using the changeset viewer.