Changeset 338015f for x


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

Location:
x/lib
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • 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.