Changeset 338015f


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

Files:
8 edited

Legend:

Unmodified
Added
Removed
  • general.ent

    r9c20252 r338015f  
    11<!-- $LastChangedBy$ $Date$ -->
    22
    3 <!ENTITY day          "25">                   <!-- Always 2 digits -->
     3<!ENTITY day          "26">                   <!-- Always 2 digits -->
    44<!ENTITY month        "06">                   <!-- Always 2 digits -->
    55<!ENTITY year         "2015">
     
    77<!ENTITY copyholder   "The BLFS Development Team">
    88<!ENTITY version      "&year;-&month;-&day;">
    9 <!ENTITY releasedate  "June 25th &year;">
     9<!ENTITY releasedate  "June 26th &year;">
    1010<!ENTITY pubdate      "&year;-&month;-&day;"> <!-- metadata req. by TLDP -->
    1111<!ENTITY blfs-version "svn">                  <!-- svn|[release #] -->
  • 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>
  • introduction/welcome/changelog.xml

    r9c20252 r338015f  
    4444
    4545-->
     46
     47    <listitem>
     48      <para>June 26th, 2015</para>
     49      <itemizedlist>
     50        <listitem>
     51          <para>[fernando] - Update to exiv2-0.25.  Fixes
     52          <ulink url="&blfs-ticket-root;6646">#6646</ulink>.</para>
     53        </listitem>
     54      </itemizedlist>
     55    </listitem>
     56
    4657    <listitem>
    4758      <para>June 25th, 2015</para>
  • kde/core/kde-runtime.xml

    r9c20252 r338015f  
    6767    <bridgehead renderas="sect4">Recommended</bridgehead>
    6868      <para role="recommended">
     69      <xref linkend="alsa-lib"/>,
     70      <xref linkend="exiv2"/>,
    6971      <xref linkend="kactivities"/>,
    70       <xref linkend="kdepimlibs"/>,
    71       <xref linkend="alsa-lib"/>,
    72       <xref linkend="libjpeg"/>, and
    73       <xref linkend="exiv2"/>
     72      <xref linkend="kdepimlibs"/>, and
     73      <xref linkend="libjpeg"/>
    7474    </para>
    7575
    7676    <bridgehead renderas="sect4">Optional</bridgehead>
    7777    <para role="optional">
     78      <xref linkend="libcanberra"/>,
     79      <xref linkend="NetworkManager"/>,
    7880      <xref linkend="pulseaudio"/>,
     81      <xref linkend="samba"/>,
    7982      <xref linkend="xine-lib"/>,
    80       <xref linkend="libcanberra"/>,
    81       <xref linkend="samba"/>,
    82       <xref linkend="NetworkManager"/>,
    83       <ulink url="&kde-download-http;&kde-version;/src/">nepomuk-core</ulink>,
    84       <ulink url="http://www.openslp.org/">OpenSLP</ulink>,
    85       <ulink url="http://launchpad.net/ntrack">QNtrack</ulink>,
    86       <ulink url="http://www.libssh.org/">LibSSH</ulink>, and
    87       <ulink url="http://www.openexr.com/">OpenEXR</ulink>
     83      <ulink url="http://www.libssh.org/">libssh</ulink>,
     84<!--  <ulink url="&kde-download-http;&kde-version;/src/">nepomuk-core</ulink>,-->
     85      <ulink url="https://projects.kde.org/projects/kde/kdelibs/nepomuk-core">nepomuk-core</ulink>,
     86      <ulink url="http://www.openexr.com/">OpenEXR</ulink>,
     87      <ulink url="http://www.openslp.org/">OpenSLP</ulink>, and
     88      <ulink url="http://launchpad.net/ntrack">QNtrack</ulink>
    8889    </para>
    8990
  • multimedia/videoutils/vlc.xml

    r9c20252 r338015f  
    174174    <para role="optional">
    175175      <xref linkend="qt4"/> (required for the graphical user interface),
     176      <xref linkend="qt5"/> (for some plugins),
    176177      <ulink url="http://pkgbuild.com/~giovanni/libtar/">libtar</ulink>, and
    177178      <ulink url="http://www.lirc.org/">LIRC</ulink>
  • packages.ent

    r9c20252 r338015f  
    152152<!ENTITY aalib-version                "1.4rc5">
    153153<!ENTITY babl-version                 "0.1.12">
    154 <!ENTITY exiv2-version                "0.24">
     154<!ENTITY exiv2-version                "0.25">
    155155<!ENTITY freetype2-version            "2.6">
    156156<!ENTITY fontconfig-version           "2.11.1">  <!-- stable lt .90 micro version -->
  • x/lib/qt4.xml

    r9c20252 r338015f  
    239239<screen role="root"><userinput>make install &amp;&amp;
    240240rm -rf $QT4PREFIX/tests</userinput></screen>
    241 <!--
     241
    242242    <para>
    243243      Remove references to the build directory from the installed
     
    246246    </para>
    247247
    248 <screen><userinput>find $QT4PREFIX/lib/pkgconfig -name "*.pc" -exec perl -pi -e "s, -L$PWD/?\S+,,g" {} \;</userinput></screen>-->
     248<screen><userinput>find $QT4PREFIX/lib/pkgconfig -name "*.pc" -exec perl -pi -e "s, -L$PWD/?\S+,,g" {} \;</userinput></screen>
    249249
    250250    <para>
  • x/lib/qt5.xml

    r9c20252 r338015f  
    354354EOF</userinput></screen>
    355355
    356     <para>Some packages<!-- such as <xref linkend='vlc'/>--> look for certain
     356    <para>Some packages such as <xref linkend='vlc'/> look for certain
    357357    executables with a -qt5 suffix.  Run the following command as the root user
    358358    to create the necessary symlinks:</para>
Note: See TracChangeset for help on using the changeset viewer.