Changeset 430a0c1


Ignore:
Timestamp:
08/21/2005 07:31:29 PM (19 years ago)
Author:
Randy McMurchy <randy@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.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:
4a18013
Parents:
3d7c995
Message:

Modifications to XMMS insructions: remove libogg as a dependency, added commands to install documentation and added an FTP download URL

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

Files:
2 edited

Legend:

Unmodified
Added
Removed
  • introduction/welcome/changelog.xml

    r3d7c995 r430a0c1  
    4444      <itemizedlist>
    4545        <listitem>
    46           <para>[richard] - Updated to leafnode-1.11.3.</para>
     46          <para>[randy] - Modifications to XMMS insructions: remove libogg as a
     47          dependency, added commands to install documentation and added an FTP
     48          download URL.</para>
     49        </listitem>
     50        <listitem>
     51          <para>[richard] - Updated to Leafnode-1.11.3.</para>
    4752        </listitem>
    4853      </itemizedlist>
  • multimedia/audioutils/xmms.xml

    r3d7c995 r430a0c1  
    66
    77  <!ENTITY XMMS-download-http "http://www.xmms.org/files/1.2.x/xmms-&XMMS-version;.tar.bz2">
    8   <!ENTITY XMMS-download-ftp  " ">
     8  <!ENTITY XMMS-download-ftp  "ftp://ftp.fu-berlin.de/unix/linux/mirrors/gentoo/distfiles/xmms-&XMMS-version;.tar.bz2">
    99  <!ENTITY XMMS-md5sum        "03a85cfc5e1877a2e1f7be4fa1d3f63c">
    1010  <!ENTITY XMMS-size          "2.4 MB">
     
    6363    <para><xref linkend="alsa"/>,
    6464    <xref linkend="esound"/>,
    65     <xref linkend="libogg"/>,
    6665    <xref linkend="libvorbis"/> and
    6766    <xref linkend="libmikmod"/></para>
     
    8281    <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
    8382
    84 <screen role="root"><userinput>make install</userinput></screen>
     83<screen role="root"><userinput>make install &amp;&amp;
     84install -v -m755 -d /usr/share/doc/xmms-&XMMS-version; &amp;&amp;
     85install -v -m644 FAQ README /usr/share/doc/xmms-&XMMS-version;</userinput></screen>
    8586
    8687  </sect2>
     
    124125        <seg>libxmms.[so,a] and numerous input, output, effects, and general
    125126        plugins</seg>
    126         <seg>/usr/include/xmms, /usr/lib/xmms, and /usr/share/xmms</seg>
     127        <seg>/usr/include/xmms, /usr/lib/xmms, /usr/share/xmms and
     128        /usr/share/doc/xmms-&XMMS-version;</seg>
    127129      </seglistitem>
    128130    </segmentedlist>
     
    137139        <listitem>
    138140          <para> (an acronym for X MultiMedia System) is a program comparable
    139           in function with <application>WinAMP</application>. Its main function is
    140           playing audio files like WAV and MP3. It can be extended with plugins to
    141           play a number of other audio or video formats. Its look can be customized with
    142           <application>WinAMP</application> style skins.</para>
     141          in function with <application>WinAMP</application>. Its main function
     142          is playing audio files like WAV and MP3. It can be extended with
     143          plugins to play a number of other audio or video formats. Its look
     144          can be customized with <application>WinAMP</application> style
     145          skins.</para>
    143146          <indexterm zone="xmms xmms-prog">
    144147            <primary sortas="b-xmms">xmms</primary></indexterm>
     
    150153        <listitem>
    151154          <para>is used by other programs which need to link with
    152           <command>xmms</command> to retrieve the library and include paths.</para>
     155          <command>xmms</command> to retrieve the library and include
     156          paths.</para>
    153157          <indexterm zone="xmms xmms-config">
    154158            <primary sortas="b-xmms-config">xmms-config</primary>
     
    161165        <listitem>
    162166          <para>is a dock applet for the <application>Window Maker</application>
    163           window manager. From the applet you
    164           can start and control <command>xmms</command>.</para>
     167          window manager. From the applet you can start and control
     168          <command>xmms</command>.</para>
    165169          <indexterm zone="xmms wmxmms">
    166170            <primary sortas="b-wmxmms">wmxmms</primary>
Note: See TracChangeset for help on using the changeset viewer.