Changeset 8819e5e7 for multimedia


Ignore:
Timestamp:
07/01/2017 03:26:17 PM (7 years ago)
Author:
Pierre Labastie <pieere@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 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, 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:
f13c0e16
Parents:
ca9b0dd
Message:

Better fix for libcdio-paranoia
Remove obsolete reference to Qt4 in poppler
mention the necessity of building poppler with Qt5 support, for PDF support
in okular

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • multimedia/libdriv/libcdio.xml

    rca9b0dd r8819e5e7  
    1111  <!ENTITY libcdio-buildsize     "37 MB (both packages, including checks)">
    1212  <!ENTITY libcdio-time          "0.4 SBU (both packages, including checks)">
     13
     14  <!ENTITY libcdio-paranoia      "libcdio-paranoia-10.2+0.94+1">
    1315]>
    1416
     
    6668          Required file:
    6769          <ulink
    68           url="http://ftp.gnu.org/gnu/libcdio/libcdio-paranoia-10.2+0.94+1.tar.bz2"/>
     70          url="http://ftp.gnu.org/gnu/libcdio/&libcdio-paranoia;.tar.bz2"/>
    6971        </para>
    7072      </listitem>
     
    100102    <para>Now install libcdio-paranoia:</para>
    101103
    102 <screen><userinput>tar -xf ../libcdio-paranoia-10.2+0.94+1.tar.bz2 &amp;&amp;
    103 cd libcdio-paranoia-10.2+0.94+1 &amp;&amp;
     104<screen><userinput>tar -xf ../&libcdio-paranoia;.tar.bz2 &amp;&amp;
     105cd &libcdio-paranoia; &amp;&amp;
    104106
    105107./configure --prefix=/usr --disable-static &amp;&amp;
Note: See TracChangeset for help on using the changeset viewer.