Changeset cedbed6c


Ignore:
Timestamp:
06/23/2005 02:29:50 PM (19 years ago)
Author:
David Jensen <djensen@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 6.1, 6.2, 6.2.0, 6.2.0-rc1, 6.2.0-rc2, 6.3, 6.3-rc1, 6.3-rc2, 6.3-rc3, 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:
537bf62
Parents:
e615d9b
Message:

more tagging in Cdrdao

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • multimedia/cdwriteutils/cdrdao.xml

    re615d9b rcedbed6c  
    6060    <bridgehead renderas="sect4">Recommended</bridgehead>
    6161      <para><xref linkend="libao"/>,
    62         <xref linkend="libvorbis"/>,
    63         <xref linkend="libmad"/> and
    64         <xref linkend="lame"/> (required to build
     62      <xref linkend="libvorbis"/>,
     63      <xref linkend="libmad"/> and
     64      <xref linkend="lame"/> (required to build
    6565      <command>toc2mp3</command>)</para>
    6666
    67     <bridgehead renderas="sect4">Optional (Required to Build the 'gcdmaster'
    68     Program)</bridgehead>
     67    <bridgehead renderas="sect4">Optional (Required to Build the
     68    <application>gcdmaster</application> Program)</bridgehead>
    6969
    7070    <para><emphasis>Note: all the following packages must be built in
     
    7272   
    7373    <note>
    74     <para>Recent changes in pkgconfig may cause linking errors in gtkmm
    75     applications.  After installing gtkmm-2.6.3 issue this command, as the
    76     root user:</para>
     74    <para>Recent changes in <application>pkgconfig</application> may cause
     75    linking errors in <application>gtkmm</application> applications.  After
     76    installing <application>gtkmm</application>-2.6.3, issue this command
     77    as the <systemitem class="username">root</systemitem> user:</para>
     78
    7779    <screen role="root"><literal>sed -i.bak \
    7880    's:-lgtkmm-2.4:&amp; -lgdkmm-2.4 -lpangomm-1.4 -latkmm-1.6:' \
    7981    /usr/lib/pkgconfig/gtkmm-2.4.pc</literal></screen>
    80     <para>A backup (.bak) is created, you can revert if desired.</para>
     82
     83    <para>A backup (<filename class='extension'>.bak</filename>) is created,
     84    you can revert if desired.</para>
    8185    </note>
    8286
     
    101105    commands:</para>
    102106
    103     <para>For mp3 support in the 'gcdmaster' program, you will need
    104     a temporary mad.pc. If desired, it can be deleted after the build.</para>
     107    <para>For mp3 support in the <application>gcdmaster</application> program,
     108    you will need a temporary <filename>mad.pc</filename>. If desired, it can
     109    be deleted after the build.</para>
    105110   
    106111    <para>As the <systemitem class="username">root</systemitem> user:</para>
     
    120125EOF</userinput></screen>
    121126
    122     <para>And, as the normal user:</para>
     127    <para>And, as the unprivileged user:</para>
    123128
    124129<screen><userinput>./configure --prefix=/usr &amp;&amp;
Note: See TracChangeset for help on using the changeset viewer.