Changeset 8aee9eb


Ignore:
Timestamp:
03/31/2014 08:05:07 PM (10 years ago)
Author:
Fernando de Oliveira <fernando@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 7.10, 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:
fb990982
Parents:
e9c856f
Message:

Fix Poppler-0.24.5 to build both, qt4 and 5 libraries.

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

Files:
2 edited

Legend:

Unmodified
Added
Removed
  • general/graphlib/poppler.xml

    re9c856f r8aee9eb  
    1111  <!ENTITY poppler-size               "1.5 MB">
    1212  <!ENTITY poppler-buildsize          "103 MB">
    13   <!ENTITY poppler-time               "1.0 SBU">
     13  <!ENTITY poppler-time               "1.5 SBU (building qt4 and qt5 libraries)">
    1414
    1515  <!ENTITY poppler-data-version       "0.4.6">
     
    150150    </para>
    151151
    152 <screen><userinput>sed -i -e "s:grep \"Qt 5\":grep \"Qt\\\|moc 5\":g" \
    153                           -e "s:QT_SELECT=qt5:QT_SELECT=5:" \
    154                           configure</userinput></screen>
     152<screen><userinput>sed -i -e "s:grep \"Qt 5\":grep \" 5\\\\.\":g" configure</userinput></screen>
     153
     154    <para>
     155      If you are not building both  <application>Qt</application> libraries,
     156      jump to the following paragraph. In order to build both
     157      <application>Qt4</application> and <application>Qt5</application>
     158      libraries, you need to run the install commands twice, because although
     159      both are detected, only wrapper for the first
     160      <application>Qt</application> version in PATH is built. Either can be
     161      built first, but to facilitate the explanation, we choose first the
     162      <application>Qt4</application> library. You can do this using
     163      <command>setqt4</command> command from <xref linkend="qt4"/>.
     164    </para>
    155165
    156166    <para>
     
    174184    </para>
    175185
    176 <screen role="root"><userinput>make install &amp;&amp;
    177 install -v -m755 -d      /usr/share/doc/poppler-&poppler-version; &amp;&amp;
     186<screen role="root"><userinput>make install</userinput></screen>
     187
     188    <para>
     189      If you are not building both <application>Qt</application> libraries,
     190      jump to the following paragraph. If you want to build both
     191      <application>Qt</application> libraries, first switch back to
     192      unpriviledged user, run <command>setqt5</command> command from
     193      <xref linkend="qt5"/>, and repeat the instructions from configuration
     194      until install. After that, proceed to install the documents until the end.
     195    </para>
     196
     197    <para>
     198      The documents are installed using the following commands:
     199    </para>
     200
     201<screen role="root"><userinput>install -v -m755 -d      /usr/share/doc/poppler-&poppler-version; &amp;&amp;
    178202install -v -m644 README* /usr/share/doc/poppler-&poppler-version;</userinput></screen>
    179203
    180204    <para>
    181205      If you downloaded the additional encoding data package, install it by
    182       issuing the following commands:
     206      issuing the following commands as the
     207      <systemitem class="username">root</systemitem> user:
    183208    </para>
    184209
  • introduction/welcome/changelog.xml

    re9c856f r8aee9eb  
    4949      <itemizedlist>
    5050        <listitem>
     51          <para>[fernando] - Fix Poppler-0.24.5 to build both, qt4 and 5
     52          libraries. Fixes
     53          <ulink url="&blfs-ticket-root;4880">#4880</ulink>.</para>
     54        </listitem>
     55        <listitem>
    5156          <para>[fernando] - Add new package Mozilla JS-24.2.0. Fixes
    5257          <ulink url="&blfs-ticket-root;4500">#4500</ulink>.</para>
Note: See TracChangeset for help on using the changeset viewer.