Changeset d7c69b8
- Timestamp:
- 09/20/2003 03:51:44 PM (20 years ago)
- Branches:
- 10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 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/inkscape-core-mods, krejzi/svn, lazarus, lxqt, nosym, perl-modules, plabs/python-mods, qt5new, systemd-11177, systemd-13485, trunk, upgradedb, v5_0, v5_0-pre1, v5_1, v5_1-pre1, xry111/intltool, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
- Children:
- 61cc896
- Parents:
- 6b012d98
- Location:
- multimedia/libdriv
- Files:
-
- 9 edited
Legend:
- Unmodified
- Added
- Removed
-
multimedia/libdriv/audiofile/audiofile-config.xml
r6b012d98 rd7c69b8 1 1 <sect2> 2 <title>Configuring audiofile</title>2 <title>Configuring <application>audiofile</application></title> 3 3 4 4 <sect3><title>Configuration Information</title> -
multimedia/libdriv/audiofile/audiofile-desc.xml
r6b012d98 rd7c69b8 2 2 <title>Contents</title> 3 3 4 <para>The audiofile package contains <filename>libaudiofile</filename> libraries,5 <userinput>audiofile-config</userinput>, <userinput>sfinfo6 </ userinput>and <userinput>sfconvert</userinput>.</para>4 <para>The audiofile package contains <filename>libaudiofile</filename> 5 libraries, <command>audiofile-config</command>, <command>sfinfo 6 </command>and <command>sfconvert</command>.</para> 7 7 8 8 </sect2> … … 11 11 12 12 <sect3><title>audiofile libraries</title> 13 <para>The audiofile library is used by programs to support AIFF, 14 AIFF-compressed, SUN/NeXT, WAVE and BICS audio formats.</para></sect3> 13 <para>The <filename>libaudiofile</filename> library is used by programs to 14 support <acronym>AIFF</acronym>, <acronym>AIFF</acronym>-compressed, 15 SUN/NeXT, <acronym>WAV</acronym> and <acronym>BICS</acronym> audio formats.</para></sect3> 15 16 16 17 <sect3><title>audiofile-config</title> 17 <para>The audiofile-config script is used during the compile process by18 pro grams linking to this library.</para></sect3>18 <para>The <command>audiofile-config</command> script is used during the compile 19 process by programs linking to this library.</para></sect3> 19 20 20 21 <sect3><title>sfinfo</title> 21 <para>The sfinfo program displays the sound file format, audio encoding, 22 sampling rate and duration for audio formats supported by this library.</para></sect3> 22 <para>The <command>sfinfo</command> program displays the sound file format, 23 audio encoding, sampling rate and duration for audio formats supported by this 24 library.</para></sect3> 23 25 24 26 <sect3><title>sfconvert</title> 25 <para>The sfconvert program converts sound file formats where the 26 original format and destination format are supported by this library.</para></sect3> 27 <para>The <command>sfconvert</command> program converts sound file formats 28 where the original format and destination format are supported by this library. 29 </para></sect3> 27 30 28 31 </sect2> -
multimedia/libdriv/audiofile/audiofile-inst.xml
r6b012d98 rd7c69b8 1 1 <sect2> 2 <title>Installation of audiofile</title>2 <title>Installation of <application>audiofile</application></title> 3 3 4 <para>Install audiofile by running the following commands:</para> 4 <para>Install <application>audiofile</application> by running the following 5 commands:</para> 5 6 6 < para><screen><userinput>./configure --prefix=/usr &&7 <screen><userinput><command>./configure --prefix=/usr && 7 8 make && 8 make install</ userinput></screen></para>9 make install</command></userinput></screen> 9 10 10 11 </sect2> -
multimedia/libdriv/audiofile/audiofile-intro.xml
r6b012d98 rd7c69b8 1 1 <sect2> 2 <title>Introduction to audiofile</title>2 <title>Introduction to <application>audiofile</application></title> 3 3 4 <screen>Download location (HTTP): <ulink url="&audiofile-download-http;"/> 5 Download location (FTP): <ulink url="&audiofile-download-ftp;"/> 6 Version used: &audiofile-version; 7 Package size: &audiofile-size; 8 Estimated Disk space required: &audiofile-buildsize; 9 Estimated build time: &audiofile-time;</screen> 4 <para>The <application>audiofile</application> package contains the audiofile 5 libraries and two sound file support programs. These are useful to support 6 basic sound file formats.</para> 10 7 11 <para>The audiofile package contains the audiofile libraries and two 12 sound file support programs. These are useful to support basic sound 13 file formats.</para> 8 <sect3><title>Package information</title> 9 <itemizedlist spacing='compact'> 10 <listitem><para>Download (HTTP): <ulink 11 url="&audiofile-download-http;"/></para></listitem> 12 <listitem><para>Download (FTP): <ulink 13 url="&audiofile-download-ftp;"/></para></listitem> 14 <listitem><para>Download size: &audiofile-size;</para></listitem> 15 <listitem><para>Estimated Disk space required: 16 &audiofile-buildsize;</para></listitem> 17 <listitem><para>Estimated build time: 18 &audiofile-time;</para></listitem></itemizedlist> 19 </sect3> 20 14 21 15 22 </sect2> -
multimedia/libdriv/libao/libao-config.xml
r6b012d98 rd7c69b8 1 1 <sect2> 2 <title>Configuring libao</title>2 <title>Configuring <application>libao</application></title> 3 3 4 4 <sect3><title>Configuration Information</title> -
multimedia/libdriv/libao/libao-desc.xml
r6b012d98 rd7c69b8 2 2 <title>Contents</title> 3 3 4 <para>The libaopackage contains <filename>libao</filename> libraries.</para>4 <para>The <application>libao</application> package contains <filename>libao</filename> libraries.</para> 5 5 6 6 </sect2> … … 9 9 10 10 <sect3><title>ao libraries</title> 11 <para> libao provides functions for programs wishing to output sound over12 supported platforms.</para></sect3>11 <para><filename>libao</filename> libraries provide functions for programs 12 wishing to output sound over supported platforms.</para></sect3> 13 13 14 14 </sect2> -
multimedia/libdriv/libao/libao-exp.xml
r6b012d98 rd7c69b8 2 2 <title>Command explanations</title> 3 3 4 <para>< userinput>make CC="gcc $CFLAGS"</userinput> : This makes libao4 <para><command>make CC="gcc $CFLAGS"</command> : This makes libao 5 5 compile using our CFLAGS for optimizations.</para> 6 6 -
multimedia/libdriv/libao/libao-inst.xml
r6b012d98 rd7c69b8 1 1 <sect2> 2 <title>Installation of libao</title>2 <title>Installation of <application>libao</application></title> 3 3 4 <para>Install libao by running the following commands:</para> 4 <para>Install <application>libao</application> by running the following 5 commands:</para> 5 6 6 < para><screen><userinput>./configure --prefix=/usr &&7 <screen><userinput><command>./configure --prefix=/usr && 7 8 make && 8 make install</ userinput></screen></para>9 make install</command></userinput></screen> 9 10 10 11 </sect2> -
multimedia/libdriv/libao/libao-intro.xml
r6b012d98 rd7c69b8 1 1 <sect2> 2 <title>Introduction to libao</title>2 <title>Introduction to <application>libao</application></title> 3 3 4 <screen>Download location (HTTP): <ulink url="&libao-download-http;"/> 5 Download location (FTP): <ulink url="&libao-download-ftp;"/> 6 Version used: &libao-version; 7 Package size: &libao-size; 8 Estimated Disk space required: &libao-buildsize;</screen> 4 <para>The <application>libao</application> package contains a cross-platform 5 audio library. This is useful to output audio on a wide variety of platforms. 6 It currently supports <acronym>WAV</acronym> files, 7 <acronym>OSS</acronym> (Open Sound System), <acronym>ESD</acronym> (Enlighten 8 Sound Daemon) and <acronym>ALSA</acronym> (Advanced Linux Sound Architecture). 9 </para> 9 10 10 <para>The libao package contains a cross-platform audio library. This is 11 useful to output audio on a wide variety of platforms. It currently 12 supports WAV files, OSS (Open Sound System), ESD (Enlighten Sound 13 Daemon) and ALSA (Advanced Linux Sound Architecture).</para> 11 <sect3><title>Package information</title> 12 <itemizedlist spacing='compact'> 13 <listitem><para>Download (HTTP): <ulink 14 url="&libao-download-http;"/></para></listitem> 15 <listitem><para>Download (FTP): <ulink 16 url="&libao-download-ftp;"/></para></listitem> 17 <listitem><para>Download size: &libao-size;</para></listitem> 18 <listitem><para>Estimated Disk space required: 19 &libao-buildsize;</para></listitem> 20 <listitem><para>Estimated build time: 21 &libao-time;</para></listitem></itemizedlist> 22 </sect3> 23 14 24 15 25 </sect2>
Note:
See TracChangeset
for help on using the changeset viewer.