Changeset da23cf6a
- Timestamp:
- 09/20/2003 03:56:53 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:
- be1cb17
- Parents:
- 7890d2be
- Files:
-
- 1 deleted
- 29 edited
Legend:
- Unmodified
- Added
- Removed
-
content/web/apache/apache-desc.xml
r7890d2be rda23cf6a 14 14 <command>htpasswd</command>, 15 15 <command>httpd</command>, 16 <command>instdso.sh</command>, 16 17 <command>logresolve</command>, 17 18 <command>rotatelogs</command>, … … 58 59 server program.</para></sect3> 59 60 61 <sect3><title>instdso.sh</title> 62 <para><command>instdso.sh</command> is a script which installs Apache 63 <acronym>DSO</acronym> modules.</para></sect3> 64 60 65 <sect3><title>logresolve</title> 61 66 <para><command>logresolve</command> is a post-processing program to -
content/web/apache/apache-inst.xml
r7890d2be rda23cf6a 7 7 useradd -c apache -d /dev/null -g apache -s /bin/false apache</command></userinput></screen> 8 8 9 <para>The following patch will define the layout of destination directories 10 and among them the build directory at 11 <filename class="directory">/usr/lib/apache/build</filename>. This 12 will enable the modules added to <application>Apache</application> to 13 be configured without errors. Apply the patch:</para> 14 15 <screen><userinput><command>patch -Np1 -i ../httpd-&apache-version;-config.patch</command> 16 </userinput></screen> 17 9 18 <para>Build and install <application>Apache</application> by running the following commands:</para> 10 19 11 <screen><userinput><command>./configure --prefix=/usr \ 12 --sbindir=/usr/sbin \ 13 --libexecdir=/usr/lib/apache \ 14 --datadir=/var/www \ 15 --sysconfdir=/etc/apache \ 16 --localstatedir=/var/www \ 17 --includedir=/usr/include/apache \ 20 <screen><userinput><command>./configure --enable-layout=LFS \ 18 21 --enable-mods-shared=all && 19 22 make && -
content/web/apache/apache-intro.xml
r7890d2be rda23cf6a 16 16 </sect3> 17 17 18 <sect3><title>Additional downloads</title> 19 <itemizedlist spacing='compact'> 20 <listitem><para>Required Patch: <ulink 21 url="&hfile-root;/httpd-&apache-version;-config.patch"/></para></listitem> 22 </itemizedlist></sect3> 23 18 24 <sect3><title><application>Apache</application> dependencies</title> 19 25 <sect4><title>Optional</title> -
introduction/welcome/changelog.xml
r7890d2be rda23cf6a 10 10 11 11 <itemizedlist> 12 13 <listitem><para>September 19th, 2003 [igor] : updated ALSA packages 14 intro, modified Apache instructions.</para></listitem> 12 15 13 16 <listitem><para>September 19th, 2003 [larry]: updated to -
multimedia/libdriv/alsa/driver/alsa-driver-config.xml
r7890d2be rda23cf6a 13 13 <filename>/etc/modules.conf</filename>:</para> 14 14 15 < para><screen><userinput>cat >> /etc/modules.conf << "EOF"</userinput>15 <screen><userinput><command>cat >> /etc/modules.conf << "EOF" 16 16 alias char-major-14 soundcore 17 17 alias char-major-116 snd … … 25 25 alias sound-service-0-3 snd-pcm-oss 26 26 alias sound-service-0-8 snd-seq-midi 27 <userinput>EOF</userinput></screen></para>27 EOF</command></userinput></screen> 28 28 29 29 <para><soundcard-name> needs to be replaced with the driver relevant … … 35 35 <filename>depmod</filename>. If the drivers you have compiled are for the 36 36 version of the kernel you are currently running, simply run 37 <screen><userinput> depmod</userinput></screen> If you are compiling37 <screen><userinput><command>depmod</command></userinput></screen> If you are compiling 38 38 drivers for a different kernel version to that which you are running, you 39 39 will need to use a line along the lines of: 40 <screen><userinput>depmod -a 2.4.19 -F /boot/System.map-2.4.19</userinput></screen></para> 40 <screen><userinput><command>depmod -a 2.4.19 -F /boot/System.map-2.4.19</command> 41 </userinput></screen></para> 41 42 42 43 </sect3> 43 44 44 45 </sect2> 45 -
multimedia/libdriv/alsa/driver/alsa-driver-desc.xml
r7890d2be rda23cf6a 2 2 <title>Contents</title> 3 3 4 <para>The alsa-driver package contains the <userinput>alsa sound card5 drivers </userinput>and <userinput>include files</userinput></para>4 <para>The alsa-driver package contains the alsa sound card 5 drivers and include files.</para> 6 6 7 7 </sect2> … … 10 10 11 11 <sect3><title>alsa sound card drivers</title> 12 <para>These are kernel modules which provide audio and MIDI functionality 12 <para>These are kernel modules which provide audio and 13 <acronym>MIDI</acronym> functionality 13 14 to the operating system.</para></sect3> 14 15 … … 16 17 <para>These are installed in <filename 17 18 class="directory">/usr/include/sound</filename> and are required to compile 18 certain packages such as <filename>alsa-lib</filename>.</para></sect3>19 certain packages such as alsa-lib.</para></sect3> 19 20 20 21 </sect2> 21 -
multimedia/libdriv/alsa/driver/alsa-driver-exp.xml
r7890d2be rda23cf6a 2 2 <title>Command explanations</title> 3 3 4 <para>< userinput>--with-sequencer=yes </userinput>: This tells the4 <para><command>--with-sequencer=yes</command> : This tells the 5 5 alsa-driver package to build the sequencer modules for whichever soundcards 6 you are building for. 6 you are building for. Most people want them so you will usually want to 7 7 leave it set to yes.</para> 8 8 9 <para>< userinput>--with-oss=yes </userinput>: This tells the package to10 build the OSS/Free emulation modules.Again, most people want this so it's9 <para><command>--with-oss=yes</command> : This tells the package to 10 build the <acronym>OSS</acronym>/Free emulation modules. Again, most people want this so it's 11 11 probably best to stick with yes.</para> 12 12 13 <para><userinput>--with-isapnp=no </userinput>: Most sound cards these days 14 are PCI and so ISA Plug and Play support isn't needed. If you are using an 15 ISA soundcard, it's best to say yes here.</para> 13 <para><command>--with-isapnp=no</command> : Most sound cards these days 14 are <acronym>PCI</acronym> and so <acronym>ISA</acronym> Plug and Play 15 support isn't needed. If you are using an 16 <acronym>ISA</acronym> soundcard, it's best to say yes here.</para> 16 17 17 <para>< userinput>--with-cards=all </userinput>: You can tell the script just18 to build the drivers for your particular sound card here. 19 on which drivers are available see < userinput>./configure20 --help</ userinput>.If you aren't sure which chipset your soundcard uses,18 <para><command>--with-cards=all</command> : You can tell the script just 19 to build the drivers for your particular sound card here. For full information 20 on which drivers are available see <command>./configure 21 --help</command>. If you aren't sure which chipset your soundcard uses, 21 22 have a look in <filename>CARDS-STATUS</filename> in the alsa-driver source 22 tree. the default specified here will build all drivers.</para>23 tree. The default specified here will build all drivers.</para> 23 24 24 25 </sect2> -
multimedia/libdriv/alsa/driver/alsa-driver-inst.xml
r7890d2be rda23cf6a 1 1 <sect2> 2 <title>Installation of alsa-driver</title>2 <title>Installation of <application>alsa-driver</application></title> 3 3 4 4 <para>Before installing the alsa-drivers note that in your kernel … … 10 10 alsa driver modules.</para> 11 11 12 <para>Install alsa-driver using the following commands as a template:</para> 12 <note><para>Because alsa drivers are kernel 13 modules, they must be compiled with the same compiler the kernel has 14 used.</para></note> 13 15 14 <para><screen><userinput>./configure \ 16 <para>Install <application>alsa-driver</application> using the following 17 commands as a template:</para> 18 19 <screen><userinput><command>./configure \ 15 20 --with-moddir=/lib/modules/`uname -r`/kernel/drivers/sound \ 16 21 --with-kernel=/lib/modules/`uname -r`/build \ … … 20 25 --with-cards=all && 21 26 make && 22 make install</ userinput></screen></para>27 make install</command></userinput></screen> 23 28 24 29 <para>If this is the first time you have installed the alsa drivers, you 25 30 will need to create the <filename class="directory">/dev</filename> entries 26 31 using the script provided in the alsa-driver source tree: 27 <screen><userinput> ./snddevices</userinput></screen></para>32 <screen><userinput><command>./snddevices</command></userinput></screen></para> 28 33 29 34 </sect2> 30 -
multimedia/libdriv/alsa/driver/alsa-driver-intro.xml
r7890d2be rda23cf6a 1 1 <sect2> 2 <title>Introduction to alsa-driver</title>2 <title>Introduction to <application>alsa-driver</application></title> 3 3 4 <screen>Download location (HTTP): <ulink url="&alsa-driver-download-http;"/> 5 Download location (FTP): <ulink url="&alsa-driver-download-ftp;"/> 6 Version used: &alsa-driver-version; 7 Package size: &alsa-driver-size; 8 Estimated Disk space required: &alsa-driver-buildsize;</screen> 9 10 <para>The alsa-driver package contains the alsa sound drivers. These are 4 <para>The <application>alsa-driver</application> package contains the alsa sound drivers. These are 11 5 the next generation of sound drivers for Linux.</para> 12 6 7 <sect3><title>Package information</title> 8 <itemizedlist spacing='compact'> 9 <listitem><para>Download (HTTP): <ulink url="&alsa-driver-download-http;"/></para></listitem> 10 <listitem><para>Download (FTP): <ulink url="&alsa-driver-download-ftp;"/></para></listitem> 11 <listitem><para>Download size: &alsa-driver-size;</para></listitem> 12 <listitem><para>Estimated Disk space required: &alsa-driver-buildsize;</para></listitem> 13 <listitem><para>Estimated build time: &alsa-driver-time;</para></listitem></itemizedlist> 14 </sect3> 15 13 16 </sect2> -
multimedia/libdriv/alsa/driver/alsa-driver.ent
r7890d2be rda23cf6a 10 10 <!ENTITY alsa-driver-download-ftp "ftp://ftp.alsa-project.org/pub/driver/alsa-driver-&alsa-driver-version;.tar.bz2"> 11 11 <!ENTITY alsa-driver-size "1.5 MB"> 12 <!ENTITY alsa-driver-time "0.55 SBU"> -
multimedia/libdriv/alsa/lib/alsa-lib-desc.xml
r7890d2be rda23cf6a 2 2 <title>Contents</title> 3 3 4 <para>The alsa-lib package contains < userinput>aserver</userinput> and the5 <filename >alsa</filename> library.</para>4 <para>The alsa-lib package contains <command>aserver</command> and the 5 <filename class="libraryfile">libasound</filename> library.</para> 6 6 7 7 </sect2> … … 9 9 <sect2><title>Description</title> 10 10 11 <sect3><title>aserver</title>12 <para>No description is currently available.</para></sect3>13 14 11 <sect3><title>libasound (alsa library)</title> 15 <para>libasound provides alsa functions for application programs.</para></sect3> 12 <para><filename class="libraryfile">libasound</filename> provides alsa 13 functions for application programs.</para></sect3> 16 14 17 15 </sect2> 18 -
multimedia/libdriv/alsa/lib/alsa-lib-inst.xml
r7890d2be rda23cf6a 1 1 <sect2> 2 <title>Installation of alsa-lib</title>2 <title>Installation of <application>alsa-lib</application></title> 3 3 4 <para>Install alsa-libby running the following commands:</para>4 <para>Install <application>alsa-lib</application> by running the following commands:</para> 5 5 6 < para><screen><userinput>./configure &&6 <screen><userinput><command>./configure && 7 7 make && 8 make install</ userinput></screen></para>8 make install</command></userinput></screen> 9 9 10 10 </sect2> -
multimedia/libdriv/alsa/lib/alsa-lib-intro.xml
r7890d2be rda23cf6a 1 1 <sect2> 2 <title>Introduction to alsa-lib</title>2 <title>Introduction to <application>alsa-lib</application></title> 3 3 4 <screen>Download location (HTTP): <ulink url="&alsa-lib-download-http;"/> 5 Download location (FTP): <ulink url="&alsa-lib-download-ftp;"/> 6 Version used: &alsa-lib-version; 7 Package size: &alsa-lib-size; 8 Estimated Disk space required: &alsa-lib-buildsize;</screen> 9 10 <para>The alsa-lib package contains the alsa library. This is used by 4 <para>The <application>alsa-lib</application> package contains the alsa library. This is used by 11 5 programs (including alsa-utils) which wish to use the alsa sound interface.</para> 12 6 13 <screen>alsa-lib depends on: 14 the header files from <xref linkend="alsa-driver"/></screen> 7 <sect3><title>Package information</title> 8 <itemizedlist spacing='compact'> 9 <listitem><para>Download (HTTP): <ulink url="&alsa-lib-download-http;"/></para></listitem> 10 <listitem><para>Download (FTP): <ulink url="&alsa-lib-download-ftp;"/></para></listitem> 11 <listitem><para>Download size: &alsa-lib-size;</para></listitem> 12 <listitem><para>Estimated Disk space required: &alsa-lib-buildsize;</para></listitem> 13 <listitem><para>Estimated build time: &alsa-lib-time;</para></listitem></itemizedlist> 14 </sect3> 15 16 <sect3><title><application>alsa-lib</application> dependencies</title> 17 <sect4><title>Required</title> 18 <para><xref linkend="alsa-driver"/> 19 </para></sect4> 20 </sect3> 15 21 16 22 </sect2> -
multimedia/libdriv/alsa/lib/alsa-lib.ent
r7890d2be rda23cf6a 8 8 <!ENTITY alsa-lib-download-http "http://www.alsa-project.org/alsa/ftp/lib/alsa-lib-&alsa-lib-version;.tar.bz2"> 9 9 <!ENTITY alsa-lib-download-ftp "ftp://ftp.alsa-project.org/pub/lib/alsa-lib-&alsa-lib-version;.tar.bz2"> 10 <!ENTITY alsa-lib-size "486 KB"> 10 <!ENTITY alsa-lib-size "501 KB"> 11 <!ENTITY alsa-lib-time "0.41 SBU"> -
multimedia/libdriv/alsa/oss/alsa-oss-desc.xml
r7890d2be rda23cf6a 2 2 <title>Contents</title> 3 3 4 <para>The alsa-oss package contains <userinput>aoss</userinput> and the 5 <filename>alsa oss compatibility</filename> library.</para> 4 <para>The alsa-oss package contains <command>aoss</command> and the 5 <filename class="libraryfile">libaoss</filename> (alsa oss compatibility 6 library) library.</para> 6 7 7 8 </sect2> 8 9 <sect2><title>Description</title>10 11 <sect3><title>aoss</title>12 <para>No description is currently available.</para></sect3>13 14 <sect3><title>libaoss (alsa oss compatibility library)</title>15 <para>No description is currently available</para></sect3>16 17 </sect2>18 -
multimedia/libdriv/alsa/oss/alsa-oss-inst.xml
r7890d2be rda23cf6a 1 1 <sect2> 2 <title>Installation of alsa-oss</title>2 <title>Installation of <application>alsa-oss</application></title> 3 3 4 <para>Install alsa-ossby running the following commands:</para>4 <para>Install <application>alsa-oss</application> by running the following commands:</para> 5 5 6 < para><screen><userinput>./configure &&6 <screen><userinput><command>./configure && 7 7 make && 8 make install</ userinput></screen></para>8 make install</command></userinput></screen> 9 9 10 10 </sect2> 11 -
multimedia/libdriv/alsa/oss/alsa-oss-intro.xml
r7890d2be rda23cf6a 1 1 <sect2> 2 <title>Introduction to alsa-oss</title> 3 4 <screen>Download location (HTTP): <ulink url="&alsa-oss-download-http;"/> 5 Download location (FTP): <ulink url="&alsa-oss-download-ftp;"/> 6 Version used: &alsa-oss-version; 7 Package size: &alsa-oss-size; 8 Estimated Disk space required: &alsa-oss-buildsize;</screen> 2 <title>Introduction to <application>alsa-oss</application></title> 9 3 10 4 <para>The alsa-oss package contains the alsa oss compatibility library. 11 5 This is used by programs which wish to use the alsa oss sound interface</para> 12 6 13 <!-- 14 <screen>alsa-oss depends on: 15 DEPENDENCY LIST (if any)</screen> 16 --> 7 <sect3><title>Package information</title> 8 <itemizedlist spacing='compact'> 9 <listitem><para>Download (HTTP): <ulink url="&alsa-oss-download-http;"/></para></listitem> 10 <listitem><para>Download (FTP): <ulink url="&alsa-oss-download-ftp;"/></para></listitem> 11 <listitem><para>Download size: &alsa-oss-size;</para></listitem> 12 <listitem><para>Estimated Disk space required: &alsa-oss-buildsize;</para></listitem> 13 <listitem><para>Estimated build time: &alsa-oss-time;</para></listitem></itemizedlist> 14 </sect3> 15 16 <sect3><title><application>alsa-oss</application> dependencies</title> 17 <sect4><title>Required</title> 18 <para><xref linkend="alsa-lib"/> 19 </para></sect4> 20 </sect3> 17 21 18 22 </sect2> -
multimedia/libdriv/alsa/oss/alsa-oss.ent
r7890d2be rda23cf6a 9 9 <!ENTITY alsa-oss-download-ftp "ftp://ftp.alsa-project.org/pub/oss-lib/alsa-oss-&alsa-oss-version;.tar.bz2"> 10 10 <!ENTITY alsa-oss-size "131 KB"> 11 <!ENTITY alsa-oss-time "0.04 SBU"> -
multimedia/libdriv/alsa/tools/alsa-tools-desc.xml
r7890d2be rda23cf6a 2 2 <title>Contents</title> 3 3 4 <para>The tools available in this package are < userinput>ac3dec</userinput>,5 < userinput>as10k1</userinput>, <userinput>envy24control</userinput>,6 < userinput>sb16_csp</userinput> and <userinput>sbiload</userinput>.</para>4 <para>The tools available in this package are <command>ac3dec</command>, 5 <command>as10k1</command>, <command>envy24control</command>, 6 <command>sb16_csp</command> and <command>sbiload</command>.</para> 7 7 8 8 </sect2> … … 11 11 12 12 <sect3><title>ac3dec</title> 13 <para> ac3decis a free AC-3 stream decoder.</para></sect3>13 <para><command>ac3dec</command> is a free AC-3 stream decoder.</para></sect3> 14 14 15 15 <sect3><title>as10k1</title> 16 <para> as10k1is an assembler for the emu10k1 DSP chip present in the16 <para><command>as10k1</command> is an assembler for the emu10k1 DSP chip present in the 17 17 Creative SB Live, PCI 512, and emu APS sound cards. It is used to make 18 18 audio effects such as a flanger, chorus or reverb.</para></sect3> 19 19 20 20 <sect3><title>envy24control</title> 21 <para> envy24controlis a control tool for Envy24 (ice1712) based21 <para><command>envy24control</command> is a control tool for Envy24 (ice1712) based 22 22 soundcards</para></sect3> 23 23 24 24 <sect3><title>sb16_csp</title> 25 <para> sb16_cspis an SB16/AWE32 Creative Signal Processor (ASP/CSP) control25 <para><command>sb16_csp</command> is an SB16/AWE32 Creative Signal Processor (ASP/CSP) control 26 26 program.</para></sect3> 27 27 28 28 <sect3><title>sbiload</title> 29 <para>sbiload is an OPL2/3 FM instrument loader for the ALSA sequencer.</para></sect3> 29 <para><command>sbiload</command>is an OPL2/3 FM instrument loader for 30 the <acronym>ALSA</acronym> sequencer.</para></sect3> 30 31 31 32 </sect2> 32 -
multimedia/libdriv/alsa/tools/alsa-tools-inst.xml
r7890d2be rda23cf6a 1 1 <sect2> 2 <title>Installation of alsa-tools</title>2 <title>Installation of <application>alsa-tools</application></title> 3 3 4 <para>The alsa-toolspackage is only needed by those with advanced4 <para>The <application>alsa-tools</application> package is only needed by those with advanced 5 5 requirements for their sound card. The tools are not all built together, 6 instead you need to < userinput>cd</userinput> into the directory of each6 instead you need to <command>cd</command> into the directory of each 7 7 tool you wish to compile and run the following commands:</para> 8 8 9 < para><screen><userinput>./configure &&9 <screen><userinput><command>./configure && 10 10 make && 11 make install</ userinput></screen></para>11 make install</command></userinput></screen> 12 12 13 13 </sect2> 14 -
multimedia/libdriv/alsa/tools/alsa-tools-intro.xml
r7890d2be rda23cf6a 1 1 <sect2> 2 <title>Introduction to alsa-tools</title>2 <title>Introduction to <application>alsa-tools</application></title> 3 3 4 <screen>Download location (HTTP): <ulink url="&alsa-tools-download-http;"/> 5 Download location (FTP): <ulink url="&alsa-tools-download-ftp;"/> 6 Version used: &alsa-tools-version; 7 Package size: &alsa-tools-size; 8 Estimated Disk space required: &alsa-tools-buildsize;</screen> 4 <para>The <application>alsa-tools</application> package contains 5 advanced tools for certain soundcards.</para> 9 6 10 <para>The alsa-tools package contains advanced tools for certain soundcards.</para> 7 <sect3><title>Package information</title> 8 <itemizedlist spacing='compact'> 9 <listitem><para>Download (HTTP): <ulink url="&alsa-tools-download-http;"/></para></listitem> 10 <listitem><para>Download (FTP): <ulink url="&alsa-tools-download-ftp;"/></para></listitem> 11 <listitem><para>Download size: &alsa-tools-size;</para></listitem> 12 <listitem><para>Estimated Disk space required: &alsa-tools-buildsize;</para></listitem> 13 <listitem><para>Estimated build time: &alsa-tools-time;</para></listitem></itemizedlist> 14 </sect3> 11 15 12 <screen>alsa-tools depends on: 13 <xref linkend="alsa-lib"/></screen> 16 <sect3><title><application>alsa-tools</application> dependencies</title> 17 <sect4><title>Required</title> 18 <para><xref linkend="alsa-lib"/> 19 </para></sect4> 20 </sect3> 14 21 15 22 </sect2> -
multimedia/libdriv/alsa/tools/alsa-tools.ent
r7890d2be rda23cf6a 7 7 <!ENTITY alsa-tools-download-http "http://www.alsa-project.org/alsa/ftp/tools/alsa-tools-&alsa-tools-version;.tar.bz2"> 8 8 <!ENTITY alsa-tools-download-ftp "ftp://ftp.alsa-project.org/pub/tools/alsa-tools-&alsa-tools-version;.tar.bz2"> 9 <!ENTITY alsa-tools-size "661 KB"> 9 <!ENTITY alsa-tools-size "1.3 MB"> 10 <!ENTITY alsa-tools-time ""> -
multimedia/libdriv/alsa/utils/alsa-utils-config.xml
r7890d2be rda23cf6a 24 24 <para>To create the alsa script, do the following:</para> 25 25 26 < para><screen><userinput>cat > /etc/rc.d/init.d/alsa << "EOF"</userinput>26 <screen><userinput><command>cat > /etc/rc.d/init.d/alsa << "EOF" 27 27 #!/bin/sh 28 28 # Begin $rc_base/init.d/alsa … … 65 65 66 66 # End $rc_base/init.d/alsa 67 <userinput>EOF68 chmod 755 /etc/rc.d/init.d/alsa</ userinput></screen></para>67 EOF 68 chmod 755 /etc/rc.d/init.d/alsa</command></userinput></screen> 69 69 70 70 <para>You can then create the appropriate symlinks: 71 <screen><userinput> cd /etc/rc.d/init.d &&71 <screen><userinput><command>cd /etc/rc.d/init.d && 72 72 ln -sf ../init.d/alsa ../rc0.d/K35alsa && 73 73 ln -sf ../init.d/alsa ../rc1.d/K35alsa && … … 76 76 ln -sf ../init.d/alsa ../rc4.d/S40alsa && 77 77 ln -sf ../init.d/alsa ../rc5.d/S40alsa && 78 ln -sf ../init.d/alsa ../rc6.d/K35alsa</ userinput></screen></para>78 ln -sf ../init.d/alsa ../rc6.d/K35alsa</command></userinput></screen></para> 79 79 80 80 <para>Note that all channels of your soundcard are muted by default. You can 81 use the < filename>alsamixer</filename> program from alsa-utils (or any other82 OSSmixer) to change this.</para>81 use the <command>alsamixer</command> program from alsa-utils (or any other 82 <acronym>OSS</acronym> mixer) to change this.</para> 83 83 84 84 <para>Also, the first time the above script is run, it will complain that 85 85 there is no state in <filename>/etc/asound.state</filename>. You can 86 86 prevent this by running the following commands after installing alsa-utils: 87 <screen><userinput> touch /etc/asound.state &&88 alsactl store</ userinput></screen></para>87 <screen><userinput><command>touch /etc/asound.state && 88 alsactl store</command></userinput></screen></para> 89 89 90 90 <para>A final note is that the lines loading <filename>sfxload</filename> … … 99 99 100 100 </sect2> 101 -
multimedia/libdriv/alsa/utils/alsa-utils-desc.xml
r7890d2be rda23cf6a 2 2 <title>Contents</title> 3 3 4 <para>The alsa-utils package contains < userinput>aconnect</userinput>,5 < userinput>alsactl</userinput>, <userinput>alsamixer</userinput>,6 < userinput>amixer</userinput>, <userinput>aplay</userinput>,7 < userinput>arecord</userinput> and <userinput>aseqnet</userinput>.</para>4 <para>The alsa-utils package contains <command>aconnect</command>, 5 <command>alsactl</command>, <command>alsamixer</command>, 6 <command>amixer</command>, <command>aplay</command>, 7 <command>arecord</command> and <command>aseqnet</command>.</para> 8 8 9 9 </sect2> … … 12 12 13 13 <sect3><title>aconnect</title> 14 <para> aconnectis a utility for connecting and disconnecting two existing15 ports in the ALSAsequencer system.</para></sect3>14 <para><command>aconnect</command> is a utility for connecting and disconnecting two existing 15 ports in the <acronym>ALSA</acronym> sequencer system.</para></sect3> 16 16 17 17 <sect3><title>alsactl</title> 18 <para> alsactl is used to control advanced settings for the ALSA19 soundcard drivers.</para></sect3>18 <para><command>alsactl</command> is used to control advanced settings 19 for the <acronym>ALSA</acronym> soundcard drivers.</para></sect3> 20 20 21 21 <sect3><title>alsamixer</title> 22 <para> alsamixer is an ncurses-based mixer program for use with the ALSA23 soundcard drivers.</para></sect3>22 <para><command>alsamixer</command> is an ncurses-based mixer program for 23 use with the <acronym>ALSA</acronym> soundcard drivers.</para></sect3> 24 24 25 25 <sect3><title>amixer</title> 26 <para> amixer allows command-line control of the mixers for the ALSA soundcard27 drivers.</para></sect3>26 <para><command>amixer</command> allows command-line control of the 27 mixers for the <acronym>ALSA</acronym> soundcard drivers.</para></sect3> 28 28 29 29 <sect3><title>aplay</title> 30 <para> aplay is a command-line soundfile player for the ALSA soundcard31 drivers.</para></sect3>30 <para><command>aplay</command> is a command-line soundfile player for 31 the <acronym>ALSA</acronym> soundcard drivers.</para></sect3> 32 32 33 33 <sect3><title>arecord</title> 34 <para> arecord is a command-line soundfile recorder for the ALSA soundcard35 drivers.</para></sect3>34 <para><command>arecord</command> is a command-line soundfile recorder 35 for the <acronym>ALSA</acronym> soundcard drivers.</para></sect3> 36 36 37 37 <sect3><title>aseqnet</title> 38 <para> aseqnet is an ALSA sequencer client which sends and receives event39 packets over a network.</para></sect3>38 <para><command>aseqnet</command> is an <acronym>ALSA</acronym> sequencer 39 client which sends and receives event packets over a network.</para></sect3> 40 40 41 41 </sect2> 42 -
multimedia/libdriv/alsa/utils/alsa-utils-inst.xml
r7890d2be rda23cf6a 1 1 <sect2> 2 <title>Installation of alsa-utils</title>2 <title>Installation of <application>alsa-utils</application></title> 3 3 4 <para>Install alsa-utilsby running the following commands:</para>4 <para>Install <application>alsa-utils</application> by running the following commands:</para> 5 5 6 < para><screen><userinput>./configure &&6 <screen><userinput><command>./configure && 7 7 make && 8 make install</ userinput></screen></para>8 make install</command></userinput></screen> 9 9 10 10 </sect2> 11 -
multimedia/libdriv/alsa/utils/alsa-utils-intro.xml
r7890d2be rda23cf6a 1 1 <sect2> 2 <title>Introduction to alsa-utils</title>2 <title>Introduction to <application>alsa-utils</application></title> 3 3 4 <screen>Download location (HTTP): <ulink url="&alsa-utils-download-http;"/> 5 Download location (FTP): <ulink url="&alsa-utils-download-ftp;"/> 6 Version used: &alsa-utils-version; 7 Package size: &alsa-utils-size; 8 Estimated Disk space required: &alsa-utils-buildsize;</screen> 4 <para>The <application>alsa-utils</application> package contains various 5 utilities which are useful for controlling your sound card.</para> 9 6 10 <para>The alsa-utils package contains various utilities which are useful for 11 controlling your sound card.</para> 7 <sect3><title>Package information</title> 8 <itemizedlist spacing='compact'> 9 <listitem><para>Download (HTTP): <ulink url="&alsa-utils-download-http;"/></para></listitem> 10 <listitem><para>Download (FTP): <ulink url="&alsa-utils-download-ftp;"/></para></listitem> 11 <listitem><para>Download size: &alsa-utils-size;</para></listitem> 12 <listitem><para>Estimated Disk space required: &alsa-utils-buildsize;</para></listitem> 13 <listitem><para>Estimated build time: &alsa-utils-time;</para></listitem></itemizedlist> 14 </sect3> 12 15 13 <screen>alsa-utils depends on: 14 <xref linkend="alsa-lib"/></screen> 16 <sect3><title><application>alsa-utils</application> dependencies</title> 17 <sect4><title>Required</title> 18 <para><xref linkend="alsa-lib"/> 19 </para></sect4> 20 </sect3> 15 21 16 22 </sect2> -
multimedia/libdriv/alsa/utils/alsa-utils.ent
r7890d2be rda23cf6a 9 9 <!ENTITY alsa-utils-download-ftp "ftp://ftp.alsa-project.org/pub/utils/alsa-utils-&alsa-utils-version;.tar.bz2"> 10 10 <!ENTITY alsa-utils-size "106 KB"> 11 <!ENTITY alsa-utils-time "0.06 SBU"> -
multimedia/videoutils/transcode/transcode-inst.xml
r7890d2be rda23cf6a 2 2 <title>Installation of <application>transcode</application></title> 3 3 4 <!-- 4 5 <para>Everything that can be utilized by 5 6 <application>transcode</application> should be installed first.</para> 6 <!--7 7 <sect3> 8 8 <title>OpenDivX or Xvid?</title> … … 25 25 26 26 </sect3> 27 -->28 27 <sect3> 29 28 <title>Installing <application>transcode</application></title> 29 --> 30 30 31 31 <para>Install <application>transcode</application> by running the following … … 40 40 MPlayer Version number is appropriate.</para> 41 41 --> 42 </sect3>43 42 44 43 </sect2> 45 -
multimedia/videoutils/transcode/transcode-intro.xml
r7890d2be rda23cf6a 25 25 url="http://libdv.sourceforge.net">libdv</ulink>, 26 26 <xref linkend="SDL"/>, <xref linkend="qt"/>, <xref linkend="avifile"/>, 27 <xref linkend="lame"/>, <ulink 28 url="http://fame.sourceforge.net">FAME</ulink>, 29 <!--<xref linkend="opendivx"/>,--> <xref linkend="xvid"/>, <ulink 30 url="http://www.oberhumer.com/opensource/lzo">LZO</ulink>, <xref 31 linkend="ffmpeg"/>, <ulink 27 <xref linkend="lame"/>, <xref linkend="libfame"/>, 28 <!--<xref linkend="opendivx"/>,--> <xref linkend="xvid"/>, <xref 29 linkend="LZO"/>, <xref linkend="ffmpeg"/>, <ulink 32 30 url="http://dvd.sourceforge.net">libdvdnav/read</ulink>, 33 < ulink url="http://www.underbit.com/products/mad">MAD</ulink>, <xref31 <xref linkend="libmad"/>, <xref 34 32 linkend="curl"/> and <xref linkend="libogg"/><!-- Preliminary Support 35 33 for OpenQuicktime is under development --></para></sect4>
Note:
See TracChangeset
for help on using the changeset viewer.