Ignore:
Timestamp:
06/26/2015 06:47:07 PM (9 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.8, 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:
632bfad
Parents:
9c20252
Message:

VLC-2.2.1: include Qt-5.4.2 as optional dependency.
Qt-4.8.7: uncomment "Remove references to the build directory" for .pc files.
Qt-5.4.2: uncomment "such as <xref linkend=vlc/>".
Kde-runtime-15.04.2: reoreder dependencies and s/LibSSH/libssh/
(as appear libssh and libssh2 in other parts of the book).
Update to exiv2-0.25.

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/graphlib/exiv2.xml

    r9c20252 r338015f  
    77  <!ENTITY exiv2-download-http "http://www.exiv2.org/exiv2-&exiv2-version;.tar.gz">
    88  <!ENTITY exiv2-download-ftp  " ">
    9   <!ENTITY exiv2-md5sum        "b8a23dc56a98ede85c00718a97a8d6fc">
    10   <!ENTITY exiv2-size          "4.5 MB">
    11   <!ENTITY exiv2-buildsize     "36 MB">
    12   <!ENTITY exiv2-time          "0.9 SBU">
     9  <!ENTITY exiv2-md5sum        "258d4831b30f75a01e0234065c6c2806">
     10  <!ENTITY exiv2-size          "5.2 MB">
     11  <!ENTITY exiv2-buildsize     "46 MB">
     12  <!ENTITY exiv2-time          "1 SBU">
    1313]>
    1414
     
    3232    <para>
    3333      <application>Exiv2</application> is a C++ library and a command
    34       line utility for managing image metadata.
     34      line utility for managing image and video metadata.
    3535    </para>
    3636
    37     &lfs77_checked;
     37    &lfs77_checked;  &gcc5_checked;
    3838
    3939    <bridgehead renderas="sect3">Package Information</bridgehead>
     
    7171    </itemizedlist>
    7272
     73    <bridgehead renderas="sect4">Recommended</bridgehead>
     74      <para role="recommended">
     75      <xref linkend="curl"/>
     76    </para>
     77
     78    <bridgehead renderas="sect4">Optional</bridgehead>
     79    <para role="optional">
     80      <ulink url="http://www.libssh.org/">libssh</ulink>
     81    </para>
     82
     83    <bridgehead renderas="sect4">Optional for documentation</bridgehead>
     84    <para role="optional">
     85      <xref linkend="doxygen"/>,
     86      <xref linkend="graphviz"/>,
     87      <xref linkend="python3"/>, and
     88      <xref linkend="libxslt"/>
     89    </para>
     90
    7391    <para condition="html" role="usernotes">User Notes:
    7492      <ulink url="&blfs-wiki;/exiv2"/>
     
    84102    </para>
    85103
    86 <screen><userinput>./configure --prefix=/usr --disable-static &amp;&amp;
     104<screen><userinput>./configure --prefix=/usr     \
     105            --enable-video    \
     106            --enable-webready \
     107            --without-ssh     \
     108            --disable-static  &amp;&amp;
     109
    87110make</userinput></screen>
    88111
     
    103126    <title>Command Explanations</title>
    104127
     128    <para>
     129      <parameter>--enable-video</parameter>:
     130      This switch enables managing video metadata.
     131    </para>
     132
     133    <para>
     134      <parameter>--enable-webready</parameter>:
     135      This switch enables managing web image metadata.
     136    </para>
     137
     138    <para>
     139      <parameter>--without-ssh</parameter>:
     140      This switch is necessary when webready is enabled and <ulink
     141      url="http://www.libssh.org/">libssh</ulink> is not installed. Libssh is
     142      required for ssh.
     143    </para>
     144
    105145    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    106146      href="../../xincludes/static-libraries.xml"/>
     147
     148    <para>
     149      <option>--without-curl</option>:
     150      This switch is necessary when webready is enabled and <xref
     151      linkend="curl"/> is not installed. Libcurl is required for http.
     152    </para>
    107153
    108154  </sect2>
Note: See TracChangeset for help on using the changeset viewer.