Changeset 5982e67 for general


Ignore:
Timestamp:
11/30/2015 06:12:54 PM (8 years ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 7.10, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, nosym, perl-modules, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
60d59117
Parents:
d9c216c
Message:

Update to qca-2.1.1

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/genlib/qca.xml

    rd9c216c r5982e67  
    55  %general-entities;
    66
    7   <!ENTITY qca-download-http "http://delta.affinix.com/download/qca/2.0/qca-&qca-version;.tar.gz">
     7  <!ENTITY qca-download-http "http://download.kde.org/stable/qca/&qca-version;/src/qca-&qca-version;.tar.gz">
    88  <!ENTITY qca-download-ftp  " ">
    9   <!ENTITY qca-md5sum        "c2b00c732036244701bae4853a2101cf">
    10   <!ENTITY qca-size          "956 KB">
    11   <!ENTITY qca-buildsize     "30 MB">
     9  <!ENTITY qca-md5sum        "657cc701316600199199a6b6cb2c73c9">
     10  <!ENTITY qca-size          "676 KB">
     11  <!ENTITY qca-buildsize     "28 MB">
    1212  <!ENTITY qca-time          "1.2 SBU (additional 0.3 SBU for the tests)">
    1313]>
     
    6565    <xref linkend="cacerts"/>,
    6666    <xref linkend="cmake"/>,
    67     <xref linkend="qt4"/> and
     67    <xref linkend="qt4"/> or <xref linkend="qt5"/>, and
    6868    <xref linkend="which"/>
    6969    </para>
     
    7979    <xref linkend="openssl"/>,
    8080    <xref linkend="p11-kit"/>,
    81     <xref linkend="qt5"/>,
    8281    <xref linkend="doxygen"/>, and
    8382    <xref linkend="which"/>
     
    9190  <sect2 role="installation">
    9291    <title>Installation of Qca</title>
     92
     93    <para>If desired, remove a lot of irritating warnings when building:</para>
     94
     95<screen><userinput>sed -i 's/BSD/DEFAULT/' CMakeLists.txt</userinput></screen>
    9396
    9497    <para>Install <application>Qca</application> by running the following
     
    121124
    122125    <para><parameter>-DQT4_BUILD=ON</parameter>: This switch is used to force
    123     building with Qt4 even if Qt5 is found.</para>
     126    building with Qt4 even if Qt5 is found. There are no packages in BLFS
     127    that use the Qt5 version of Qca.</para>
    124128
    125129    <para><parameter>-DQCA_MAN_INSTALL_DIR:PATH=/usr/share/man</parameter>:
     
    137141
    138142      <seglistitem>
    139         <seg>mozcerts and qcatool</seg>
    140         <seg>libqca.so and plugins at &qt4-dir;/lib/qca/crypto</seg>
     143        <seg>mozcerts and qcatool (if building with Qt5, the binaries have a -qt5 suffix)</seg>
     144        <seg>libqca.so (libqca-qt5.so if building with Qt5) and plugins at &qt4-dir;/lib/qca/crypto</seg>
    141145        <seg>
    142           &qt4-dir;/include/QtCrypto,
    143           &qt4-dir;/lib/cmake/Qca and
    144           &qt4-dir;/lib/qca
     146          &qt4-dir;/include/QtCrypto (or &qt5-dir;/include/Qca-qt5),
     147          &qt4-dir;/lib/cmake/Qca (or &qt5-dir;/lib/cmake/Qca-qt5) and
     148          &qt4-dir;/lib/qca (or &qt5-dir;/lib/qca-qt5)
    145149        </seg>
    146150      </seglistitem>
Note: See TracChangeset for help on using the changeset viewer.