Changeset 6ff56390 for multimedia


Ignore:
Timestamp:
02/10/2004 08:52:54 PM (20 years ago)
Author:
Igor Živković <igor@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 6.0, 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, v5_1, v5_1-pre1, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
197b3b1
Parents:
6e3a3db9
Message:

lame corrections

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

Location:
multimedia/audioutils/lame
Files:
5 edited

Legend:

Unmodified
Added
Removed
  • multimedia/audioutils/lame/lame-desc.xml

    r6e3a3db9 r6ff56390  
    1010
    1111<sect3><title>lame</title>
    12 <para><command>lame</command> creates <filename>MP3</filename> audio files.
     12<para><command>lame</command> creates <acronym>MP3</acronym> audio files.
    1313</para></sect3>
    1414
    1515<sect3><title>mp3rtp</title>
    16 <para>Encode to mp3 with RTP streaming of the output.</para></sect3>
     16<para>Encode to <acronym>MP3</acronym> with <acronym>RTP</acronym> streaming of the output.</para></sect3>
    1717
    1818<sect3><title>libmp3lame libraries</title>
    1919<para><filename class="libraryfile">libmp3lame</filename> libraries provide the functions necessary
    20 to convert <filename>WAV</filename> files to <filename>MP3</filename> files.</para>
     20to convert <acronym>WAV</acronym> files to <acronym>MP3</acronym> files.</para>
    2121</sect3>
    2222
    2323</sect2>
    24 
  • multimedia/audioutils/lame/lame-exp.xml

    r6e3a3db9 r6ff56390  
    11<sect2>
    22<title>Command explanations</title>
    3 
    4 <para><parameter>--with-gtk-prefix=/usr</parameter>: This switch
    5 directs configure to <filename>gtk-config</filename>.</para>
    63
    74<para><parameter>--enable-nasm</parameter>: Enables use of nasm.</para>
    85
    96</sect2>
    10 
  • multimedia/audioutils/lame/lame-inst.xml

    r6e3a3db9 r6ff56390  
    55</para>
    66
    7 <screen><userinput><command>./configure --prefix=/usr --mandir=/usr/share/man --enable-mp3rtp &amp;&amp;
     7<screen><userinput><command>./configure --prefix=/usr --enable-mp3rtp &amp;&amp;
    88make &amp;&amp;
    99make install</command></userinput></screen>
    1010
    1111</sect2>
    12 
  • multimedia/audioutils/lame/lame-intro.xml

    r6e3a3db9 r6ff56390  
    33
    44<para>The <application><acronym>LAME</acronym></application> package contains
    5 a <filename>MP3</filename> encoder. This is useful for creating compressed
     5a <acronym>MP3</acronym> encoder. This is useful for creating compressed
    66audio files.</para>
    77
  • multimedia/audioutils/lame/lame.ent

    r6e3a3db9 r6ff56390  
    77<!ENTITY lame-download-http "http://telia.dl.sourceforge.net/sourceforge/lame/lame-&lame-version;.tar.gz">
    88<!ENTITY lame-download-ftp "ftp://ftp.yars.free.net/pub/software/unix/util/mpeg/lame-&lame-version;.tar.gz">
    9 <!ENTITY lame-size "1 MB">
    10 <!ENTITY lame-buildsize "7.1 MB">
     9<!ENTITY lame-size "1.2 MB">
     10<!ENTITY lame-buildsize "9.1 MB">
    1111<!ENTITY lame-time "0.39 SBU">
Note: See TracChangeset for help on using the changeset viewer.