Changeset b9569f37


Ignore:
Timestamp:
03/25/2012 01:22:56 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:
4b5f7f8
Parents:
373f3bd
Message:

Poppler 0.18.4 and MySQL corrections.

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

Files:
5 edited

Legend:

Unmodified
Added
Removed
  • general.ent

    r373f3bd rb9569f37  
    1010<!ENTITY copyholder   "The BLFS Development Team">
    1111<!ENTITY version      "&year;-&month;-&day;">
    12 <!ENTITY releasedate  "March 24th, &year;">
     12<!ENTITY releasedate  "March 25th, &year;">
    1313<!-- <!ENTITY releasedate  "November &day;st, &year;"> -->
    1414<!ENTITY pubdate      "&year;-&month;-&day;"> <!-- metadata req. by TLDP -->
     
    267267<!ENTITY fribidi-version              "0.19.2">
    268268<!ENTITY poppler-014-version          "0.14.4">
    269 <!ENTITY poppler-version              "0.18.2">
     269<!ENTITY poppler-version              "0.18.4">
    270270<!ENTITY jasper-version               "1.900.1">
    271271<!ENTITY pixman-version               "0.24.4">
  • general/graphlib/poppler-014.xml

    r373f3bd rb9569f37  
    7272    <xref linkend="pkgconfig"/>, and
    7373    <xref linkend="qt"/> (so that the
    74     <filename class='libraryfile'>libpoppler-qt</filename> library is built.</para>
     74    <filename class='libraryfile'>libpoppler-qt</filename> library is built)</para>
    7575
    7676    <bridgehead renderas="sect4">Recommended</bridgehead>
  • general/graphlib/poppler.xml

    r373f3bd rb9569f37  
    77  <!ENTITY poppler-download-http      "http://poppler.freedesktop.org/poppler-&poppler-version;.tar.gz">
    88  <!ENTITY poppler-download-ftp       " ">
    9   <!ENTITY poppler-md5sum             "38616927823ef01937aab26872e957e4">
     9  <!ENTITY poppler-md5sum             "12658f3308597e57f3faff538cc73baf">
    1010  <!ENTITY poppler-size               "1.9 MB">
    11   <!ENTITY poppler-buildsize          "112 MB (including the encoding data)">
    12   <!ENTITY poppler-time               "1.2 SBU (includes building with most dependencies)">
     11  <!ENTITY poppler-buildsize          "28 MB (excluding the encoding data) and 112 MB (including the encoding data)">
     12  <!ENTITY poppler-time               "1.3 SBU (includes building with most dependencies)">
    1313
    1414  <!ENTITY poppler-data-version       "0.4.5">
     
    9898    <bridgehead renderas="sect4">Optional</bridgehead>
    9999    <para role="optional"><xref linkend="gtk2"/>,
    100     <xref linkend="qt4"/>
    101     <xref linkend="curl"/>
     100    <xref linkend="qt4"/> (the <filename>libpoppler-qt4.so</filename> library is needed
     101    for PDF support in <application>Okular</application>),
     102    <xref linkend="curl"/>,
    102103    <xref linkend="libtiff"/>,
    103     <xref linkend="libxml2"/>, and
     104    <xref linkend="libxml2"/> and
    104105    <xref linkend="lcms"/></para>
    105106
     
    155156    PDF functionality.</para> -->
    156157
    157     <para><parameter>--disable-static</parameter>: Prevent static libraries
     158    <para><option>--disable-static</option>: Prevent static libraries
    158159    being built and installed.</para>
    159160
     
    164165    <option>--disable-poppler-qt4</option> and
    165166    <option>--disable-gtk-test</option>: These parameters disable
    166     building the <application>GLib</application> and <application>qt4</application>
     167    building the <application>GLib</application> and <application>Qt4</application>
    167168    wrappers and the <application>GTK+</application> test program.</para>
    168169
    169170    <para><option>--enable-xpdf-headers</option>: Install old
    170     <application>Xpdf</application> headers required by certain programs. These
    171     are unsupported by <application>Poppler</application>.</para>
     171    <application>Xpdf</application> headers required by certain programs (e.g. by
     172    <application>Okular</application> for PDF support). These are unsupported by
     173    <application>Poppler</application>.</para>
    172174
    173175  </sect2>
     
    183185      <seglistitem>
    184186        <seg>pdffonts, pdfimages, pdfinfo, pdfseparate, pdftocairo, pdftohtml,
    185         pdftoppm, pdftops, pdftotext, pdfunite, poppler-glib-demo</seg>
     187        pdftoppm, pdftops, pdftotext, pdfunite and poppler-glib-demo</seg>
    186188        <seg>libpoppler.so, libpoppler-cpp.so, libpoppler-glib.so,
    187189        and libpoppler-qt4.so</seg>
  • introduction/welcome/changelog.xml

    r373f3bd rb9569f37  
    4646      <itemizedlist>
    4747        <listitem>
     48          <para>[rthomsen] - Modified MySQL instructions to install shared libraries.</para>
     49        </listitem>
     50        <listitem>
     51          <para>[rthomsen] - Poppler 0.18.4.</para>
     52        </listitem>
     53        <listitem>
    4854          <para>[krejzi] - pixman 0.24.4.</para>
    4955        </listitem>
  • server/databases/mysql.xml

    r373f3bd rb9569f37  
    7878
    7979    <note><para>The patch is required only if you plan to install <application>
    80     Amarok2</application>.</para></note>
     80    Amarok</application>.</para></note>
    8181   
    8282    <bridgehead renderas="sect3">MySQL Dependencies</bridgehead>
     
    8989
    9090    <bridgehead renderas="sect4">Optional</bridgehead>
    91     <para role="optional"><xref linkend="tcpwrappers"/>,
     91    <para role="optional"><xref linkend="tcpwrappers"/> and
    9292    <ulink url="http://packages.debian.org/squeeze/libaio-dev">libaio</ulink></para>
    9393
     
    112112    Documentation</ulink> for a full listing of all options.</para></note>
    113113
    114  <note><para>If you plan to install <application>Amarok2</application>, you need to
     114 <note><para>If you plan to install <application>Amarok</application>, you need to
    115115 apply the optional patch, add the cmake option
    116116 <userinput>-DWITH_EMBEDDED_SERVER=ON</userinput> and add
     
    170170    <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
    171171
    172 <screen role="root"><userinput>SEGMENTS="Client Server IniFiles ManPages"
     172<screen role="root"><userinput>SEGMENTS="Client Server IniFiles ManPages SharedLibraries"
    173173SEGMENTS="$SEGMENTS Development Documentation Info Readme"
    174174
Note: See TracChangeset for help on using the changeset viewer.