Changeset 95b1905


Ignore:
Timestamp:
07/12/2012 06:00:16 PM (12 years ago)
Author:
Ragnar Thomsen <rthomsen@…>
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:
35e0472b
Parents:
33e6618a
Message:

Poppler 0.20.2 and revert a change in LVM2.

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

Files:
4 edited

Legend:

Unmodified
Added
Removed
  • general.ent

    r33e6618a r95b1905  
    44-->
    55
    6 <!ENTITY day          "10">                   <!-- Always 2 digits -->
     6<!ENTITY day          "12">                   <!-- Always 2 digits -->
    77<!ENTITY month        "07">                   <!-- Always 2 digits -->
    88<!ENTITY year         "2012">
     
    1010<!ENTITY copyholder   "The BLFS Development Team">
    1111<!ENTITY version      "&year;-&month;-&day;">
    12 <!ENTITY releasedate  "July 10th, &year;">
     12<!ENTITY releasedate  "July 12th, &year;">
    1313<!-- <!ENTITY releasedate  "November &day;st, &year;"> -->
    1414<!ENTITY pubdate      "&year;-&month;-&day;"> <!-- metadata req. by TLDP -->
     
    284284<!ENTITY openjpeg-version             "1.5.0">
    285285<!ENTITY pixman-version               "0.26.2">
    286 <!ENTITY poppler-version              "0.20.1">
     286<!ENTITY poppler-version              "0.20.2">
    287287
    288288<!-- Removed
  • general/graphlib/poppler.xml

    r33e6618a r95b1905  
    88    "http://poppler.freedesktop.org/poppler-&poppler-version;.tar.gz">
    99  <!ENTITY poppler-download-ftp       " ">
    10   <!ENTITY poppler-md5sum             "a61e3b844061f5324512a16d6d16984c">
    11   <!ENTITY poppler-size               "2.1 MB">
    12   <!ENTITY poppler-buildsize          "86 MB (excluding the encoding data) and
     10  <!ENTITY poppler-md5sum             "45dd2c16c8c4d1a39e830e45745c4e25">
     11  <!ENTITY poppler-size               "2.0 MB">
     12  <!ENTITY poppler-buildsize          "95 MB (excluding the encoding data) and
    1313    110 MB (including the encoding data)">
    1414  <!ENTITY poppler-time               "0.9 SBU">
     
    146146    </para>
    147147
    148 <screen><userinput>./configure --prefix=/usr --sysconfdir=/etc --enable-zlib \
    149             --disable-static --enable-xpdf-headers    &amp;&amp;
     148<screen><userinput>./configure --prefix=/usr \
     149            --sysconfdir=/etc \
     150            --enable-zlib \
     151            --disable-static \
     152            --enable-xpdf-headers &amp;&amp;
    150153make</userinput></screen>
    151154
     
    208211      <seglistitem>
    209212        <seg>
     213          pdfdetach,
    210214          pdffonts,
    211215          pdfimages,
     
    240244      <?dbhtml list-presentation="table"?>
    241245
     246      <varlistentry id="pdfdetach">
     247        <term><command>pdfdetach</command></term>
     248        <listitem>
     249          <para>
     250            lists or extracts embedded files from PDF files.
     251          </para>
     252          <indexterm zone="poppler pdfdetach">
     253            <primary sortas="b-pdfdetach">pdfdetach</primary>
     254          </indexterm>
     255        </listitem>
     256      </varlistentry>     
     257     
    242258      <varlistentry id="pdffonts">
    243259        <term><command>pdffonts</command></term>
  • introduction/welcome/changelog.xml

    r33e6618a r95b1905  
    4343-->
    4444    <listitem>
     45      <para>July 12th, 2012</para>
     46      <itemizedlist>
     47        <listitem>
     48          <para>[rthomsen] - Poppler 0.20.2.</para>
     49        </listitem>
     50      </itemizedlist>
     51    </listitem>
     52
     53    <listitem>
    4554      <para>July 10th, 2012</para>
    4655      <itemizedlist>
  • postlfs/filesystems/lvm2.xml

    r33e6618a r95b1905  
    185185        <listitem>
    186186          <para>is a script that modifies the locking configuration in
    187           a lvm configuration file.</para>
     187          an lvm configuration file.</para>
    188188          <indexterm zone="lvm2 lvmconf">
    189189            <primary sortas="b-lvmconf">lvmconf</primary>
Note: See TracChangeset for help on using the changeset viewer.