Changeset 4c86c6ac
- Timestamp:
- 03/20/2003 12:13:12 AM (21 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, ken/tuningfonts, krejzi/svn, lazarus, lxqt, nosym, perl-modules, plabs/python-mods, qt5new, renodr/vulkan-addition, systemd-11177, systemd-13485, trunk, upgradedb, v1_0, v5_0, v5_0-pre1, v5_1, v5_1-pre1, xry111/intltool, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
- Children:
- 2f42936
- Parents:
- 766e17e
- Files:
-
- 9 edited
Legend:
- Unmodified
- Added
- Removed
-
introduction/welcome/changelog.xml
r766e17e r4c86c6ac 10 10 11 11 <itemizedlist> 12 13 <listitem><para>March 19th, 2003 [tushar]: Multimedia: Updated to 14 alsa-0.9.2 (James Iwanek's patch).</para></listitem> 12 15 13 16 <listitem><para>March 19th, 2003 [tushar]: Mozilla: Added patch for Alpha -
multimedia/libdriv/alsa/alsa.ent
r766e17e r4c86c6ac 1 1 <!ENTITY alsa SYSTEM "../alsa.xml"> 2 <!ENTITY alsa-version "0.9. 1">2 <!ENTITY alsa-version "0.9.2"> 3 3 4 4 <!ENTITY % alsa-driver SYSTEM "driver/alsa-driver.ent"> -
multimedia/libdriv/alsa/driver/alsa-driver-exp.xml
r766e17e r4c86c6ac 3 3 4 4 <para><kernel-version> should be replaced with your kernel version, 5 including any EXTRAVERSION such as -ac1 or -a a2. If you are using a normal5 including any EXTRAVERSION such as -ac1 or -ac2. If you are using a normal 6 6 kernel tarball, it will simply be the standard number (such as 7 7 2.4.19).</para> 8 9 <para><path-to-kernel-source-tree-to-build-for> should be replaced10 with the directory where the kernel source tree is for the version of the11 kernel you wish to build for. For example, if you want to build for kernel12 2.4.19, it may be <filename13 class="directory">/usr/src/linux-2.4.19</filename>. This is needed because14 the alsa drivers must be compiled against the correct version of the kernel15 headers.</para>16 8 17 9 <para><userinput>--with-sequencer=yes </userinput>: This tells the -
multimedia/libdriv/alsa/driver/alsa-driver-inst.xml
r766e17e r4c86c6ac 14 14 <para><screen><userinput>./configure \ 15 15 --with-moddir=/lib/modules/<kernel-version>/kernel/drivers/sound/ \ 16 --with-kernel= <path-to-kernel-source-tree-to-build-for>\16 --with-kernel=/lib/modules/<kernel-version>/build \ 17 17 --with-sequencer=yes \ 18 18 --with-oss=yes \ -
multimedia/libdriv/alsa/lib/alsa-lib.ent
r766e17e r4c86c6ac 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 "4 78KB">10 <!ENTITY alsa-lib-size "485 KB"> -
multimedia/libdriv/alsa/oss/alsa-oss.ent
r766e17e r4c86c6ac 5 5 <!ENTITY alsa-oss-config SYSTEM "alsa-oss-config.xml"> 6 6 <!ENTITY alsa-oss-buildsize "1.3 MB"> 7 <!ENTITY alsa-oss-version " &alsa-version;">7 <!ENTITY alsa-oss-version "0.9.1"> 8 8 <!ENTITY alsa-oss-download-http "http://www.alsa-project.org/alsa/ftp/oss-lib/alsa-oss-&alsa-oss-version;.tar.bz2"> 9 9 <!ENTITY alsa-oss-download-ftp "ftp://ftp.alsa-project.org/pub/oss-lib/alsa-oss-&alsa-oss-version;.tar.bz2"> -
multimedia/libdriv/alsa/tools/alsa-tools.ent
r766e17e r4c86c6ac 4 4 <!ENTITY alsa-tools-desc SYSTEM "alsa-tools-desc.xml"> 5 5 <!ENTITY alsa-tools-buildsize "6.8 MB (to compile all tools)"> 6 <!ENTITY alsa-tools-version " &alsa-version;">6 <!ENTITY alsa-tools-version "0.9.1"> 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"> -
multimedia/libdriv/alsa/utils/alsa-utils-config.xml
r766e17e r4c86c6ac 38 38 case "$1" in 39 39 start) 40 echo -n"Starting alsa... Restoring volumes..."40 echo "Starting alsa... Restoring volumes..." 41 41 loadproc /usr/sbin/alsactl restore 42 #echo -n" Loading MIDI font..."42 #echo " Loading MIDI font..." 43 43 #loadproc sfxload /path/to/soundfont 44 44 ;; 45 45 46 46 stop) 47 echo -n"Stopping alsa... Saving volumes......"47 echo "Stopping alsa... Saving volumes......" 48 48 loadproc /usr/sbin/alsactl store 49 #echo -n" Removing MIDI font.........."49 #echo " Removing MIDI font.........." 50 50 #loadproc sfxload -i 51 51 ;; -
multimedia/libdriv/alsa/utils/alsa-utils.ent
r766e17e r4c86c6ac 8 8 <!ENTITY alsa-utils-download-http "http://www.alsa-project.org/alsa/ftp/utils/alsa-utils-&alsa-utils-version;.tar.bz2"> 9 9 <!ENTITY alsa-utils-download-ftp "ftp://ftp.alsa-project.org/pub/utils/alsa-utils-&alsa-utils-version;.tar.bz2"> 10 <!ENTITY alsa-utils-size "10 5KB">10 <!ENTITY alsa-utils-size "106 KB">
Note:
See TracChangeset
for help on using the changeset viewer.