Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • postlfs/security/gpgme.xml

    r48771ae ra171a54  
    88  <!ENTITY gpgme-download-ftp  "&gnupg-ftp;/gpgme/gpgme-&gpgme-version;.tar.bz2">
    99  <!ENTITY gpgme-download-ftp  " ">
    10   <!ENTITY gpgme-md5sum        "98f25a7e494d294c4b2c1a769113510e">
    11   <!ENTITY gpgme-size          "1.7 MB">
    12   <!ENTITY gpgme-buildsize     "168 MB (Add 33 MB for tests)">
    13   <!ENTITY gpgme-time          "0.7 SBU (with all bindings, add 0.8 SBU for tests; all with parallelism=4)">
     10  <!ENTITY gpgme-md5sum        "e31b9e0efc5a2e1ec1bbed22e7a082a4">
     11  <!ENTITY gpgme-size          "1.6 MB">
     12  <!ENTITY gpgme-buildsize     "222 MB">
     13  <!ENTITY gpgme-time          "0.8 SBU (with parallelism=4; with all bindings, add 0.7 SBU for tests)">
    1414]>
    1515
     
    1717  <?dbhtml filename="gpgme.html"?>
    1818
     19  <sect1info>
     20    <date>$Date$</date>
     21  </sect1info>
    1922
    2023  <title>GPGME-&gpgme-version;</title>
     
    3740    </para>
    3841
    39     &lfs112_checked;
     42    &lfs110a_checked;
    4043
    4144    <bridgehead renderas="sect3">Package Information</bridgehead>
     
    6972        <para>
    7073          Estimated build time: &gpgme-time;
    71         </para>
    72       </listitem>
    73     </itemizedlist>
    74 
    75     <bridgehead renderas="sect3">Additional Downloads</bridgehead>
    76     <itemizedlist spacing="compact">
    77       <listitem>
    78         <para>
    79           Recommended patch (required if SWIG is installed):
    80           <ulink url="&patch-root;/gpgme-&gpgme-version;-gpg_error_1_46-1.patch"/>
    8174        </para>
    8275      </listitem>
     
    9588      <xref linkend="graphviz"/> (for API documentation),
    9689      <xref linkend="gnupg2"/> (required if Qt or SWIG are installed;
    97         used during the test suite),
     90        used during the testsuite),
    9891      <xref linkend="clisp"/>,<!--
    9992gpgme can still use python 2.7, but can use python3 as well,
     
    113106
    114107    <para>
    115       First, fix an issue building with Python &python3-majorver; installed:
    116     </para>
    117 
    118 <screen><userinput remap="pre">sed -e 's/3\.9/&python3-majorver;/'                    \
     108      First, fix an issue building the package with Glibc-2.34 or later:
     109    </para>
     110
     111<screen><userinput remap="pre">sed 's/defined(__sun.*$/1/' -i src/posix-io.c</userinput></screen>
     112
     113    <para>
     114      Next, fix an issue building with Python 3.10 installed:
     115    </para>
     116
     117<screen><userinput remap="pre">sed -e 's/3\.9/3.10/'                    \
    119118    -e 's/:3/:4/'                        \
     119    -e '23657 s/distutils"/setuptools"/' \
    120120    -i configure</userinput></screen>
    121 
    122     <para>
    123       Apply a patch to fix build failure with SWIG and libgpg-error-1.46
    124       or later:
    125     </para>
    126 
    127 <screen><userinput remap="pre">patch -Np1 -i ../gpgme-&gpgme-version;-gpg_error_1_46-1.patch</userinput></screen>
    128121
    129122    <para>
     
    171164      <seglistitem>
    172165        <seg>
    173           gpgme-json, and gpgme-tool
     166          gpgme-config, gpgme-json, and gpgme-tool
    174167        </seg>
    175168        <seg>
     
    190183      <?dbhtml list-presentation="table"?>
    191184
     185      <varlistentry id="gpgme-config">
     186        <term><command>gpgme-config</command></term>
     187        <listitem>
     188          <para>
     189            is used to obtain <application>GPGME</application> compilation and
     190            linking information
     191          </para>
     192          <indexterm zone="gpgme gpgme-config">
     193            <primary sortas="b-gpgme-config">gpgme-config</primary>
     194          </indexterm>
     195        </listitem>
     196      </varlistentry>
     197
    192198      <varlistentry id="gpgme-json">
    193199        <term><command>gpgme-json</command></term>
Note: See TracChangeset for help on using the changeset viewer.