Changeset 9079fba6
- Timestamp:
- 08/05/2003 02:00:24 AM (21 years ago)
- Branches:
- 10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 12.2, 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, gimp3, 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_0, v5_0-pre1, v5_1, v5_1-pre1, xry111/for-12.3, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/spidermonkey128, xry111/test-20220226, xry111/xf86-video-removal
- Children:
- 24dddea8
- Parents:
- 0f065b2
- Files:
-
- 8 edited
Legend:
- Unmodified
- Added
- Removed
-
index.xml
r0f065b2 r9079fba6 3 3 "/usr/share/docbook/docbookx.dtd" [ 4 4 5 <!ENTITY version "2003080 3">6 <!ENTITY releasedate "August 3rd, 2003">5 <!ENTITY version "20030804"> 6 <!ENTITY releasedate "August 4th, 2003"> 7 7 8 8 <!ENTITY % book SYSTEM "book/book.ent"> -
introduction/welcome/changelog.xml
r0f065b2 r9079fba6 10 10 11 11 <itemizedlist> 12 13 <listitem><para>August 4th, 2003 [larry]: multimedia: update to 14 esound-0.2.30.</para></listitem> 12 15 13 16 <listitem><para>August 3rd, 2003 [larry]: basicnet: updated to -
multimedia/libdriv/esound/esound-config.xml
r0f065b2 r9079fba6 9 9 10 10 <para>Instructions and information about the configuration file is 11 located in the TIPSfile in the esound source directory.</para>11 located in the <filename>TIPS</filename> file in the esound source directory.</para> 12 12 </sect3> 13 13 -
multimedia/libdriv/esound/esound-desc.xml
r0f065b2 r9079fba6 2 2 <title>Contents</title> 3 3 4 <para>The esound package contains < userinput>esd</userinput>,5 < userinput>esdcat</userinput>, <userinput>esdctl</userinput>,6 < userinput>esdloop</userinput>, <userinput>esdmon</userinput>,7 < userinput>esdrec</userinput>, <userinput>esdsample</userinput> and4 <para>The esound package contains <command>esd</command>, 5 <command>esdcat</command>, <command>esdctl</command>, 6 <command>esdloop</command>, <command>esdmon</command>, 7 <command>esdrec</command>, <command>esdsample</command> and 8 8 <filename>libesd</filename> libraries.</para> 9 9 … … 13 13 14 14 <sect3><title>esd</title> 15 <para> esdis the Enlightened Sound Daemon.</para></sect3>15 <para><command>esd</command> is the Enlightened Sound Daemon.</para></sect3> 16 16 17 17 <sect3><title>esdcat</title> 18 <para> esdcatplays a raw audio stream through the daemon.</para></sect3>18 <para><command>esdcat</command> plays a raw audio stream through the daemon.</para></sect3> 19 19 20 20 <sect3><title>esdctl</title> 21 <para> esdctlcontrols certain aspects of the sound daemon.</para></sect3>21 <para><command>esdctl</command> controls certain aspects of the sound daemon.</para></sect3> 22 22 23 23 <sect3><title>esdloop</title> 24 <para> esdloopis test scaffolding for sample cache, loop, and24 <para><command>esdloop</command> is test scaffolding for sample cache, loop, and 25 25 free.</para></sect3> 26 26 27 27 <sect3><title>esdmon</title> 28 <para> esdmonoutputs the mixed stream from the daemon.</para></sect3>28 <para><command>esdmon</command> outputs the mixed stream from the daemon.</para></sect3> 29 29 30 30 <sect3><title>esdrec</title> 31 <para> esdrecoutputs from the sound device's current31 <para><command>esdrec</command> outputs from the sound device's current 32 32 input.</para></sect3> 33 33 34 34 <sect3><title>esdsample</title> 35 <para> esdsampleis test scaffolding for sample cache, play back, and35 <para><command>esdsample</command> is test scaffolding for sample cache, play back, and 36 36 free.</para></sect3> 37 37 -
multimedia/libdriv/esound/esound-exp.xml
r0f065b2 r9079fba6 2 2 <title>Command explanations</title> 3 3 4 <para>< userinput>--sysconfdir=/etc</userinput> : This command put4 <para><command>--sysconfdir=/etc</command> : This command put 5 5 esounds configuration files in <filename>/etc</filename> instead of 6 6 <filename>/use/etc</filename>.</para> -
multimedia/libdriv/esound/esound-inst.xml
r0f065b2 r9079fba6 1 1 <sect2> 2 <title>Installation of esound</title>2 <title>Installation of <application>esound</application></title> 3 3 4 <para>Install esoundby running the following commands:</para>4 <para>Install <application>esound</application> by running the following commands:</para> 5 5 6 <para><screen><userinput> ./configure --prefix=/usr --sysconfdir=/etc &&6 <para><screen><userinput><command>./configure --prefix=/usr --sysconfdir=/etc && 7 7 make && 8 make install</ userinput></screen></para>8 make install</command></userinput></screen></para> 9 9 10 10 </sect2> -
multimedia/libdriv/esound/esound-intro.xml
r0f065b2 r9079fba6 1 1 <sect2> 2 2 <title>Introduction to esound</title> 3 4 <screen>Download location (HTTP): <ulink url="&esound-download-http;"/>5 Download location (FTP): <ulink url="&esound-download-ftp;"/>6 Version used: &esound-version;7 Package size: &esound-size;8 Estimated Disk space required: &esound-buildsize;9 Estimated build time: &esound-time;</screen>10 3 11 4 <para>The esound package contains Enlightened Sound Daemon. This is … … 13 6 by a single device.</para> 14 7 15 <screen>esound depends on: 16 <xref linkend="audiofile"/></screen> 8 <sect3><title>Package information</title> 9 <itemizedlist spacing='compact'> 10 <listitem><para>Download (HTTP): <ulink url="&esound-download-http;"/></para></listitem> 11 <listitem><para>Download (FTP): <ulink url="&esound-download-ftp;"/></para></listitem> 12 <listitem><para>Download size: &esound-size;</para></listitem> 13 <listitem><para>Estimated Disk space required: &esound-buildsize;</para></listitem> 14 <listitem><para>Estimated build time: &esound-time;</para></listitem></itemizedlist> 15 </sect3> 16 17 <sect3><title><application>esound</application> dependencies</title> 18 <sect4><title>Required</title> 19 <para><xref linkend="audiofile"/></para></sect4> 20 </sect3> 17 21 18 22 </sect2> -
multimedia/libdriv/esound/esound.ent
r0f065b2 r9079fba6 5 5 <!ENTITY esound-desc SYSTEM "esound-desc.xml"> 6 6 <!ENTITY esound-config SYSTEM "esound-config.xml"> 7 <!ENTITY esound-buildsize " 2.3MB">8 <!ENTITY esound-version "0.2. 29">9 <!ENTITY esound-download-http "http://ftp.gnome.org/pub/GNOME/sources/esound/0.2/esound-0.2. 29.tar.bz2">10 <!ENTITY esound-download-ftp "ftp://ftp.gnome.org/pub/GNOME/sources/esound/0.2/esound-0.2. 29.tar.bz2">7 <!ENTITY esound-buildsize "3.0 MB"> 8 <!ENTITY esound-version "0.2.30"> 9 <!ENTITY esound-download-http "http://ftp.gnome.org/pub/GNOME/sources/esound/0.2/esound-0.2.30.tar.bz2"> 10 <!ENTITY esound-download-ftp "ftp://ftp.gnome.org/pub/GNOME/sources/esound/0.2/esound-0.2.30.tar.bz2"> 11 11 <!ENTITY esound-size "348 KB"> 12 12 <!ENTITY esound-time "0.17 SBU">
Note:
See TracChangeset
for help on using the changeset viewer.