Changeset 2c06b85


Ignore:
Timestamp:
04/02/2010 01:50:55 PM (14 years ago)
Author:
Randy McMurchy <randy@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 7.10, 7.4, 7.5, 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:
af689bc3
Parents:
0be83d93
Message:

Updated to Poppler-0.12.4

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

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • general.ent

    r0be83d93 r2c06b85  
    44-->
    55
    6 <!ENTITY day          "30">                   <!-- Always 2 digits -->
    7 <!ENTITY month        "03">                   <!-- Always 2 digits -->
     6<!ENTITY day          "02">                   <!-- Always 2 digits -->
     7<!ENTITY month        "04">                   <!-- Always 2 digits -->
    88<!ENTITY year         "2010">
    99<!ENTITY copyrightdate "2001-&year;">
    1010<!ENTITY copyholder   "The BLFS Development Team">
    1111<!ENTITY version      "svn-&year;&month;&day;">
    12 <!ENTITY releasedate  "March &day;th, &year;">
     12<!ENTITY releasedate  "April &day;nd, &year;">
    1313<!ENTITY pubdate      "&year;-&month;-&day;"> <!-- metadata req. by TLDP -->
    1414<!ENTITY blfs-version "svn">                  <!-- svn|[release #] -->
     
    200200<!ENTITY libexif-version              "0.6.19">
    201201<!ENTITY fribidi-version              "0.10.9">
    202 <!ENTITY poppler-version              "0.12.0">
     202<!ENTITY poppler-version              "0.12.4">
    203203<!ENTITY jasper-version               "1.900.1">
    204204<!ENTITY pixman-version               "0.15.20">
  • general/graphlib/poppler.xml

    r0be83d93 r2c06b85  
    77  <!ENTITY poppler-download-http "http://poppler.freedesktop.org/poppler-&poppler-version;.tar.gz">
    88  <!ENTITY poppler-download-ftp  " ">
    9   <!ENTITY poppler-md5sum        "399b25d9d71ad22bc9a2a9281769c49c">
    10   <!ENTITY poppler-size          "1.5 MB">
    11   <!ENTITY poppler-buildsize     "65 MB (without Qt3, additional 12 MB to install the encoding data package)">
    12   <!ENTITY poppler-time          "1.5 SBU (includes building with all dependencies except Qt3)">
    13 
    14   <!ENTITY poppler-data-version  "0.2.1">
     9  <!ENTITY poppler-md5sum        "4155346f9369b192569ce9184ff73e43">
     10  <!ENTITY poppler-size          "1.6 MB">
     11  <!ENTITY poppler-buildsize     "65 MB (without Qt, additional 25 MB to install the encoding data)">
     12  <!ENTITY poppler-time          "1.3 SBU (includes building with all dependencies except Qt)">
     13
     14  <!ENTITY poppler-data-version  "0.4.0">
    1515]>
    1616
     
    7070
    7171    <para>The additional package consists of encoding files for use with
    72     Poppler. The encoding files are optional and poppler will automatically
    73     read them if they are present. When installed, they enable Poppler to
     72    <application>Poppler</application>. The encoding files are optional and
     73    <application>Poppler</application> will automatically read them if they are
     74    present. When installed, they enable <application>Poppler</application> to
    7475    render CJK and Cyrillic properly.</para>
    7576
     
    112113
    113114<screen><userinput>./configure --prefix=/usr \
    114             --sysconfdir=/etc \
    115             --enable-zlib &amp;&amp;
     115            --sysconfdir=/etc &amp;&amp;
    116116make</userinput></screen>
    117117
     
    125125
    126126    <para>If you downloaded the additional encoding data package, install
    127     it by issuing the following command after unpacking the tarball and
    128     changing into the newly-created package source directory (as the
    129     <systemitem class="username">root</systemitem> user):</para>
     127    it by issuing the following commands:</para>
     128
     129<screen><userinput>tar -xf ../poppler-data-&poppler-data-version;.tar.gz &amp;&amp;
     130cd poppler-data-&poppler-data-version;</userinput></screen>
     131
     132    <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
    130133
    131134<screen role="root"><userinput>make prefix=/usr install</userinput></screen>
     
    136139    <title>Command Explanations</title>
    137140
    138     <para><parameter>--enable-zlib</parameter>: This parameter forces the build
     141    <!-- This is discouraged by the authors. There is built-in decompression
     142         and zlib is not needed
     143    <para><parameter>-enable-zlib</parameter>: This parameter forces the build
    139144    to link with the system-installed
    140145    <filename class='libraryfile'>libz</filename> library to enable compressed
    141     PDF functionality.</para>
     146    PDF functionality.</para> -->
    142147
    143148    <para><parameter>--disable-cairo-output</parameter>: This parameter
  • introduction/welcome/changelog.xml

    r0be83d93 r2c06b85  
    4343
    4444    <listitem>
     45      <para>April 2nd, 2010</para>
     46      <itemizedlist>
     47        <listitem>
     48          <para>[randy] - Updated to Poppler-0.12.4.</para>
     49        </listitem>
     50      </itemizedlist>
     51    </listitem>
     52
     53    <listitem>
    4554      <para>March 30th, 2010</para>
    4655      <itemizedlist>
Note: See TracChangeset for help on using the changeset viewer.