Changeset e40b79b6


Ignore:
Timestamp:
04/15/2012 10:33:50 AM (12 years ago)
Author:
Ragnar Thomsen <rthomsen@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 7.10, 7.4, 7.5, 7.6, 7.6-blfs, 7.6-systemd, 7.7, 7.8, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, gnome, kde5-13430, kde5-14269, kde5-14686, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, krejzi/svn, lazarus, lxqt, nosym, perl-modules, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, systemd-11177, systemd-13485, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
c4fbedc
Parents:
b314b388
Message:

Fix dep. for VLC, Qt and Qca. Typos and root-role.

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

Files:
8 edited

Legend:

Unmodified
Added
Removed
  • general.ent

    rb314b388 re40b79b6  
    44-->
    55
    6 <!ENTITY day          "14">                   <!-- Always 2 digits -->
     6<!ENTITY day          "15">                   <!-- Always 2 digits -->
    77<!ENTITY month        "04">                   <!-- Always 2 digits -->
    88<!ENTITY year         "2012">
     
    1010<!ENTITY copyholder   "The BLFS Development Team">
    1111<!ENTITY version      "&year;-&month;-&day;">
    12 <!ENTITY releasedate  "April 14th, &year;">
     12<!ENTITY releasedate  "April 15th, &year;">
    1313<!-- <!ENTITY releasedate  "November &day;st, &year;"> -->
    1414<!ENTITY pubdate      "&year;-&month;-&day;"> <!-- metadata req. by TLDP -->
  • general/genlib/boost.xml

    rb314b388 re40b79b6  
    8484    commands as the <systemitem class="username">root</systemitem> user:</para>
    8585
    86 <screen><userinput>./bootstrap.sh --prefix=/usr &amp;&amp;
     86<screen role="root"><userinput>./bootstrap.sh --prefix=/usr &amp;&amp;
    8787./b2 install link=shared</userinput></screen>
    8888
  • general/genlib/qca.xml

    rb314b388 re40b79b6  
    7272    <bridgehead renderas="sect4">Required</bridgehead>
    7373    <para role="required">
    74     <xref linkend="qt4"/>
     74    <xref linkend="qt4"/> and
     75    <xref linkend="which"/>
    7576    </para>
    7677
  • general/sysutils/strigi.xml

    rb314b388 re40b79b6  
    112112    <title>Command Explanations</title>
    113113
    114   <para><option>patch -Np0 -i ../strigi-&strigi-version;-ffmpeg.patch</option>: This
     114  <para><option>patch -Np1 -i ../strigi-&strigi-version;-ffmpeg.patch</option>: This
    115115    patch fixes compiling with <application>ffmpeg</application>. It is safe to omit
    116116    if you don't have <application>ffmpeg</application>.</para>
  • introduction/welcome/changelog.xml

    rb314b388 re40b79b6  
    4343-->
    4444    <listitem>
     45      <para>April 15th, 2012</para>
     46      <itemizedlist>
     47        <listitem>
     48          <para>[rthomsen] - Fixed dependencies for VLC, Qt and Qca. Thanks
     49          to Pierre Labastie for the report.</para>
     50        </listitem>
     51      </itemizedlist>
     52    </listitem>
     53
     54    <listitem>
    4555      <para>April 14th, 2012</para>
    4656      <itemizedlist>
  • multimedia/videoutils/vlc.xml

    rb314b388 re40b79b6  
    6767    <bridgehead renderas="sect4">Required</bridgehead>
    6868    <para role="required">
    69     <xref linkend="dbus"/>
     69    <xref linkend="dbus"/>,
     70    <xref linkend="ffmpeg"/>,
     71    <xref linkend="libmad"/> and
     72    <xref linkend="liba52"/>
    7073    </para>
    7174
    7275    <bridgehead renderas="sect4">Recommended</bridgehead>
    73     <para role="recommended"><xref linkend="qt4"/>.
    74     <application>Qt4</application> is used to make the graphical user interface.
    75     Without Qt4 you will only be able to use the command line or
    76     <application>ncurses</application> interface.</para>
     76    <para role="recommended"><xref linkend="qt4"/> (<application>Qt</application>
     77    is required for the graphical user interface. Without Qt you will only be able
     78    to use the command line or <application>ncurses</application> interface)</para>
    7779
    7880    <bridgehead renderas="sect4">Optional input drivers and
     
    107109    <ulink url="http://sourceforge.net/projects/libshine-fxp/">Shine</ulink>,
    108110    <ulink url="http://www.khronos.org/openmax/">OpenMAX</ulink>,
    109     <xref linkend="libmad"/>,
    110     <xref linkend="ffmpeg"/>,
    111111    <ulink url="http://www.splitted-desktop.com/static/libva/">libva</ulink>,
    112112    <xref linkend="faad2"/>,
    113113    <ulink url="http://www.twolame.org/">Twolame</ulink>,
    114     <xref linkend="liba52"/>,
    115114    <ulink url="http://www.videolan.org/developers/libdca.html">libdca</ulink>,
    116115    <xref linkend="flac"/>,
  • postlfs/security/consolekit.xml

    rb314b388 re40b79b6  
    138138      <systemitem class="username">root</systemitem> user:</para>
    139139   
    140 <screen><userinput>cat &gt;&gt; /etc/pam.d/system-session &lt;&lt; "EOF"
     140<screen role="root"><userinput>cat &gt;&gt; /etc/pam.d/system-session &lt;&lt; "EOF"
    141141# Begin ConsoleKit addition
    142142
  • x/lib/qt4.xml

    rb314b388 re40b79b6  
    8383
    8484    <bridgehead renderas="sect4">Recommended</bridgehead>
    85     <para role="recommended"><xref linkend="libjpeg"/>,
     85    <para role="recommended">
     86      <xref linkend="dbus"/>,
     87      <xref linkend="libjpeg"/>,
    8688      <xref linkend="libmng"/>,
    8789      <xref linkend="libtiff"/>,
    88       <xref linkend="libpng"/>, and
    89       <xref linkend="pkgconfig"/> (needed to use D-BUS, GLib, GTK and PulseAudio)
     90      <xref linkend="libpng"/> and
     91      <xref linkend="pkgconfig"/> (needed to use D-Bus, GLib, GTK and PulseAudio)
    9092    </para>
    9193
     
    9395    <para role="optional">
    9496      <!--<xref linkend="nas"/>,-->
    95       <xref linkend="dbus"/>,
    9697      <xref linkend="gst-plugins-base"/>,
    9798      <xref linkend='pulseaudio'/>,
Note: See TracChangeset for help on using the changeset viewer.