Changeset 0598344
- Timestamp:
- 01/19/2005 02:54:11 AM (18 years ago)
- Branches:
- 10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 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, ken/inkscape-core-mods, krejzi/svn, lazarus, nosym, perl-modules, plabs/python-mods, qt5new, systemd-11177, systemd-13485, trunk, upgradedb, xry111/intltool, xry111/soup3, xry111/test-20220226
- Children:
- d557417
- Parents:
- 038ee3d2
- Files:
-
- 9 edited
Legend:
- Unmodified
- Added
- Removed
-
kde/add/kdemultimedia.xml
r038ee3d2 r0598344 52 52 <sect4><title>Optional</title> 53 53 <para><xref linkend="CDParanoia"/>, 54 <xref linkend="lame "/>,54 <xref linkend="lame-package"/>, 55 55 <xref linkend="audiofile"/>, 56 56 <xref linkend="libogg"/>, -
multimedia/audioutils/lame.xml
r038ee3d2 r0598344 11 11 ]> 12 12 13 <sect1 id="lame " xreflabel="LAME-&lame-version;">13 <sect1 id="lame-package" xreflabel="LAME-&lame-version;"> 14 14 <sect1info> 15 15 <othername>$LastChangedBy$</othername> … … 18 18 <?dbhtml filename="lame.html"?> 19 19 <title>LAME-&lame-version;</title> 20 <indexterm zone="lame-package"> 21 <primary sortas="a-LAME">LAME</primary></indexterm> 20 22 21 23 <sect2> … … 43 45 <sect3><title><application>LAME</application> dependencies</title> 44 46 <sect4><title>Optional</title> 45 <para><xref linkend="GTK"/>, <xref linkend="NASM"/>, 47 <para><xref linkend="GTK"/>, 48 <xref linkend="NASM"/>, 46 49 <ulink url="http://www.mega-nerd.com/libsndfile/">libsndfile</ulink>, 47 50 <ulink url="http://perens.com/FreeSoftware/">Electric Fence</ulink> and 48 <ulink url="http://dmalloc.com/">Dmalloc</ulink></para></sect4> 51 <ulink url="http://dmalloc.com/">Dmalloc</ulink></para> 52 </sect4> 49 53 </sect3> 50 54 … … 52 56 53 57 <sect2> 54 <title>Installation of <application><acronym>LAME</acronym></application></title> 58 <title>Installation of 59 <application><acronym>LAME</acronym></application></title> 55 60 56 61 <para>Install <application><acronym>LAME</acronym></application> by running … … 58 63 59 64 <screen><userinput><command>./configure --prefix=/usr --enable-mp3rtp && 60 make && 61 make install</command></userinput></screen> 65 make</command></userinput></screen> 66 67 <para>Now, as the root user:</para> 68 69 <screen><userinput role='root'><command>make install</command></userinput></screen> 62 70 63 71 </sect2> … … 77 85 <title>Contents</title> 78 86 79 <para>The <application><acronym>LAME</acronym></application> package contains 80 <command>lame</command>, <command>mp3rtp</command>, 81 <filename class="libraryfile">libmp3lame</filename> 82 libraries and optionally, <command>mp3x</command>.</para> 87 <segmentedlist> 88 <segtitle>Installed Programs</segtitle> 89 <segtitle>Installed Library</segtitle> 90 <segtitle>Installed Directories</segtitle> 91 <seglistitem> 92 <seg>lame, mp3rtp and optionally, mp3x</seg> 93 <seg>libmp3lame.[so,a]</seg> 94 <seg>/usr/include/lame and /usr/share/doc/lame</seg> 95 </seglistitem> 96 </segmentedlist> 83 97 84 </sect2> 98 <variablelist> 99 <bridgehead renderas="sect3">Short Descriptions</bridgehead> 100 <?dbfo list-presentation="list"?> 85 101 86 <sect2><title>Description</title> 102 <varlistentry id="lame"> 103 <term><command>lame</command></term> 104 <listitem><para>creates <acronym>MP3</acronym> audio files from raw 105 <acronym>PCM</acronym> or <filename>.wav</filename> data.</para> 106 <indexterm zone="lame-package lame"> 107 <primary sortas="b-lame">lame</primary></indexterm> 108 </listitem> 109 </varlistentry> 87 110 88 <sect3><title>lame</title> 89 <para><command>lame</command> creates <acronym>MP3</acronym> audio files. 90 </para></sect3> 111 <varlistentry id="mp3rtp"> 112 <term><command>mp3rtp</command></term> 113 <listitem><para>is used to encode <acronym>MP3</acronym> with 114 <acronym>RTP</acronym> streaming of the output.</para> 115 <indexterm zone="lame-package mp3rtp"> 116 <primary sortas="b-mp3rtp">mp3rtp</primary></indexterm> 117 </listitem> 118 </varlistentry> 91 119 92 <sect3><title>mp3rtp</title> 93 <para>Encode to <acronym>MP3</acronym> with <acronym>RTP</acronym> streaming 94 of the output.</para></sect3> 120 <varlistentry id="mp3x"> 121 <term><command>mp3x</command></term> 122 <listitem><para>is a <application><acronym>GTK</acronym></application> based 123 graphical <acronym>MP3</acronym> frame analyzer used for debugging, 124 development and studying <acronym>MP3</acronym> frames produced by any 125 encoder.</para> 126 <indexterm zone="lame-package mp3x"> 127 <primary sortas="b-mp3x">mp3x</primary></indexterm> 128 </listitem> 129 </varlistentry> 95 130 96 < sect3><title>mp3x</title>97 < para><command>mp3x</command> is a98 < application><acronym>GTK</acronym></application> based graphical99 <acronym>MP3</acronym> frame analyzer used for debugging, development, and100 studying <acronym>MP3</acronym> frames produced by any encoder.</para></sect3>101 102 < sect3><title>libmp3lame libraries</title>103 < para><filename class="libraryfile">libmp3lame</filename> libraries provide104 the functions necessary to convert <acronym>WAV</acronym> files to 105 < acronym>MP3</acronym> files.</para></sect3>131 <varlistentry id="libmp3lame"> 132 <term><filename class='libraryfile'>libmp3lame.[so,a]</filename></term> 133 <listitem><para>libraries provide the functions necessary to convert 134 raw <acronym>PCM</acronym> and <acronym>WAV</acronym> files to 135 <acronym>MP3</acronym> files.</para> 136 <indexterm zone="lame-package libmp3lame"> 137 <primary sortas="c-libmp3lame">libmp3lame.[so,a]</primary></indexterm> 138 </listitem> 139 </varlistentry> 140 </variablelist> 106 141 107 142 </sect2> -
multimedia/audioutils/vorbistools.xml
r038ee3d2 r0598344 65 65 66 66 <screen><userinput><command>./configure --prefix=/usr && 67 make && 68 make install</command></userinput></screen> 67 make</command></userinput></screen> 68 69 <para>Now, as the root user:</para> 70 71 <screen><userinput role='root'><command>make install</command></userinput></screen> 69 72 70 73 </sect2> -
multimedia/cdwriteutils/cdrdao.xml
r038ee3d2 r0598344 41 41 <sect3><title><application>Cdrdao</application> dependencies</title> 42 42 <sect4><title>Optional</title> 43 <para> 44 <xref linkend="lame"/>, 43 <para><xref linkend="lame-package"/>, 45 44 <xref linkend="pkgconfig"/>, 46 <ulink url="http://www.gtkmm.org/">gtkmm-1.2.8</ulink> (requires <xref47 linkend="GTK"/> and libsig++-1.0.4) and48 <ulink url="http://www.gtkmm.org/">gnomemm-1.2.4</ulink> (requires <xref49 linkend="gnome-libs"/>) 50 </ para></sect4>45 <ulink url="http://www.gtkmm.org/">gtkmm-1.2.8</ulink> 46 (requires <xref linkend="GTK"/> and libsig++-1.0.4) and 47 <ulink url="http://www.gtkmm.org/">gnomemm-1.2.4</ulink> 48 (requires <xref linkend="gnome-libs"/>)</para> 49 </sect4> 51 50 </sect3> 52 51 -
multimedia/libdriv/gst-plugins.xml
r038ee3d2 r0598344 81 81 <ulink url="http://kbs.cs.tu-berlin.de/~jutta/toast.html">GSM</ulink>, 82 82 <ulink url="http://jackit.sourceforge.net/">JACK</ulink>, 83 <xref linkend="lame "/>,83 <xref linkend="lame-package"/>, 84 84 <xref linkend="liba52"/>, 85 85 <ulink url="http://www.videolan.org/libdca.html">libdts</ulink>, -
multimedia/videoutils/avifile.xml
r038ee3d2 r0598344 65 65 <xref linkend="libvorbis"/>, 66 66 <xref linkend="liba52"/>, 67 <xref linkend="lame "/>,67 <xref linkend="lame-package"/>, 68 68 <xref linkend="libmad"/>, 69 69 <xref linkend="xvid"/>, -
multimedia/videoutils/ffmpeg.xml
r038ee3d2 r0598344 34 34 <sect3><title>Package information</title> 35 35 <itemizedlist spacing='compact'> 36 <listitem><para>Download (HTTP): <ulink url="&ffmpeg-download-http;"/></para></listitem> 37 <listitem><para>Download (FTP): <ulink url="&ffmpeg-download-ftp;"/></para></listitem> 36 <listitem><para>Download (HTTP): 37 <ulink url="&ffmpeg-download-http;"/></para></listitem> 38 <listitem><para>Download (FTP): 39 <ulink url="&ffmpeg-download-ftp;"/></para></listitem> 38 40 <listitem><para>Download size: &ffmpeg-size;</para></listitem> 39 <listitem><para>Estimated disk space required: &ffmpeg-buildsize;</para></listitem> 40 <listitem><para>Estimated build time: &ffmpeg-time;</para></listitem></itemizedlist> 41 <listitem><para>Estimated disk space required: 42 &ffmpeg-buildsize;</para></listitem> 43 <listitem><para>Estimated build time: 44 &ffmpeg-time;</para></listitem></itemizedlist> 41 45 </sect3> 42 46 … … 44 48 <sect4><title>Optional</title> 45 49 <para><xref linkend="libvorbis"/>, 46 <xref linkend="lame "/>,50 <xref linkend="lame-package"/>, 47 51 <xref linkend="liba52"/>, 48 52 <xref linkend="imlib2"/>, -
multimedia/videoutils/mplayer.xml
r038ee3d2 r0598344 139 139 <xref linkend="LZO"/>, 140 140 <xref linkend="libmad"/>, 141 <xref linkend="lame "/>,141 <xref linkend="lame-package"/>, 142 142 <xref linkend="libfame"/>, 143 143 <ulink url="http://www.theora.org/">Theora</ulink>, -
multimedia/videoutils/transcode.xml
r038ee3d2 r0598344 67 67 68 68 <sect4><title>Recommended</title> 69 <para><xref linkend="NASM"/> and <xref linkend="lame "/></para>69 <para><xref linkend="NASM"/> and <xref linkend="lame-package"/></para> 70 70 </sect4> 71 71
Note:
See TracChangeset
for help on using the changeset viewer.