Browse Source

Stefan Fiedler:


			
			
				rocklinux
			
			
		
Stefan Fiedler 17 years ago
parent
commit
94c0a98e7f
11 changed files with 481 additions and 0 deletions
  1. +54
    -0
      package/base/alsa-firmware/alsa-firmware.desc
  2. +44
    -0
      package/base/alsa-lib/alsa-lib.conf
  3. +54
    -0
      package/base/alsa-lib/alsa-lib.desc
  4. +54
    -0
      package/base/alsa-oss/alsa-oss.desc
  5. +54
    -0
      package/base/alsa-plugins/alsa-plugins.desc
  6. +36
    -0
      package/base/alsa-tools/alsa-tools.conf
  7. +54
    -0
      package/base/alsa-tools/alsa-tools.desc
  8. +24
    -0
      package/base/alsa-utils/alsa-utils.conf
  9. +54
    -0
      package/base/alsa-utils/alsa-utils.desc
  10. +9
    -0
      package/base/alsa-utils/alsa-utils.desktop
  11. +44
    -0
      package/base/alsa-utils/alsa-utils.init

+ 54
- 0
package/base/alsa-firmware/alsa-firmware.desc

@ -0,0 +1,54 @@
[COPY] --- ROCK-COPYRIGHT-NOTE-BEGIN ---
[COPY]
[COPY] This copyright note is auto-generated by ./scripts/Create-CopyPatch.
[COPY] Please add additional copyright information _after_ the line containing
[COPY] the ROCK-COPYRIGHT-NOTE-END tag. Otherwise it might get removed by
[COPY] the ./scripts/Create-CopyPatch script. Do not edit this copyright text!
[COPY]
[COPY] ROCK Linux: rock-src/package/base/alsa/alsa.desc
[COPY] ROCK Linux is Copyright (C) 1998 - 2006 Clifford Wolf
[COPY]
[COPY] This program is free software; you can redistribute it and/or modify
[COPY] it under the terms of the GNU General Public License as published by
[COPY] the Free Software Foundation; either version 2 of the License, or
[COPY] (at your option) any later version. A copy of the GNU General Public
[COPY] License can be found at Documentation/COPYING.
[COPY]
[COPY] Many people helped and are helping developing ROCK Linux. Please
[COPY] have a look at http://www.rocklinux.org/ and the Documentation/TEAM
[COPY] file for details.
[COPY]
[COPY] --- ROCK-COPYRIGHT-NOTE-END ---
[I] Advanced Linux Sound Architecture
[T] The Advanced Linux Sound Architecture (ALSA) provides audio and MIDI
[T] functionality to the Linux operating system. ALSA has the following
[T] significant features:
[T]
[T] * Efficient support for all types of audio interfaces, from consumer sound
[T] cards to professional multichannel audio interfaces.
[T] * Fully modularized sound drivers.
[T] * SMP and thread-safe design.
[T] * User space library (alsa-lib) to simplify application programming and
[T] provide higher level functionality.
[T] * Support for the older Open Sound System (OSS) API, providing binary
[T] * compatibility for most OSS programs.
[T]
[T] This package includes the ALSA firmware.
[U] http://www.alsa-project.org
[A] Jaroslav Kysela <perex@suse.cz> {Maintainer}
[M] The ROCK Linux Project
[C] base/system base/kernel
[F] CORE
[L] GPL
[S] Stable
[V] 1.0.17
[P] X --?--5---9 109.800
[D] 2720667941 alsa-firmware-1.0.17.tar.bz2 ftp://ftp.alsa-project.org/pub/firmware/

+ 44
- 0
package/base/alsa-lib/alsa-lib.conf

@ -0,0 +1,44 @@
#!/bin/bash
# --- ROCK-COPYRIGHT-NOTE-BEGIN ---
#
# This copyright note is auto-generated by ./scripts/Create-CopyPatch.
# Please add additional copyright information _after_ the line containing
# the ROCK-COPYRIGHT-NOTE-END tag. Otherwise it might get removed by
# the ./scripts/Create-CopyPatch script. Do not edit this copyright text!
#
# ROCK Linux: rock-src/package/base/alsa/alsa.conf
# ROCK Linux is Copyright (C) 1998 - 2006 Clifford Wolf
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation; either version 2 of the License, or
# (at your option) any later version. A copy of the GNU General Public
# License can be found at Documentation/COPYING.
#
# Many people helped and are helping developing ROCK Linux. Please
# have a look at http://www.rocklinux.org/ and the Documentation/TEAM
# file for details.
#
# --- ROCK-COPYRIGHT-NOTE-END ---
hook_add postinstall 5 "alsa_lib_postinstall"
alsa_lib_postinstall() {
if [ -d $root/etc/devfsd.d ] ; then
cat <<- EOT > $root/etc/devfsd.d/alsa
LOOKUP snd/* MODLOAD
LOOKUP sound/* MODLOAD
REGISTER snd/.* PERMISSIONS root.sound 666
REGISTER sound/.* PERMISSIONS root.sound 666
REGISTER snd/.* MKOLDCOMPAT
REGISTER sound/.* MKOLDCOMPAT
UNREGISTER snd/.* RMOLDCOMPAT
UNREGISTER sound/.* RMOLDCOMPAT
EOT
fi
}
# auto-create missing *.a files
autoso2a=1

+ 54
- 0
package/base/alsa-lib/alsa-lib.desc

@ -0,0 +1,54 @@
[COPY] --- ROCK-COPYRIGHT-NOTE-BEGIN ---
[COPY]
[COPY] This copyright note is auto-generated by ./scripts/Create-CopyPatch.
[COPY] Please add additional copyright information _after_ the line containing
[COPY] the ROCK-COPYRIGHT-NOTE-END tag. Otherwise it might get removed by
[COPY] the ./scripts/Create-CopyPatch script. Do not edit this copyright text!
[COPY]
[COPY] ROCK Linux: rock-src/package/base/alsa/alsa.desc
[COPY] ROCK Linux is Copyright (C) 1998 - 2006 Clifford Wolf
[COPY]
[COPY] This program is free software; you can redistribute it and/or modify
[COPY] it under the terms of the GNU General Public License as published by
[COPY] the Free Software Foundation; either version 2 of the License, or
[COPY] (at your option) any later version. A copy of the GNU General Public
[COPY] License can be found at Documentation/COPYING.
[COPY]
[COPY] Many people helped and are helping developing ROCK Linux. Please
[COPY] have a look at http://www.rocklinux.org/ and the Documentation/TEAM
[COPY] file for details.
[COPY]
[COPY] --- ROCK-COPYRIGHT-NOTE-END ---
[I] Advanced Linux Sound Architecture
[T] The Advanced Linux Sound Architecture (ALSA) provides audio and MIDI
[T] functionality to the Linux operating system. ALSA has the following
[T] significant features:
[T]
[T] * Efficient support for all types of audio interfaces, from consumer sound
[T] cards to professional multichannel audio interfaces.
[T] * Fully modularized sound drivers.
[T] * SMP and thread-safe design.
[T] * User space library (alsa-lib) to simplify application programming and
[T] provide higher level functionality.
[T] * Support for the older Open Sound System (OSS) API, providing binary
[T] * compatibility for most OSS programs.
[T]
[T] This package includes the ALSA libraries.
[U] http://www.alsa-project.org
[A] Jaroslav Kysela <perex@suse.cz> {Maintainer}
[M] The ROCK Linux Project
[C] base/system base/kernel
[F] CORE
[L] GPL
[S] Stable
[V] 1.0.17a
[P] X --?--5---9 109.750
[D] 3576842145 alsa-lib-1.0.17a.tar.bz2 ftp://ftp.alsa-project.org/pub/lib/

+ 54
- 0
package/base/alsa-oss/alsa-oss.desc

@ -0,0 +1,54 @@
[COPY] --- ROCK-COPYRIGHT-NOTE-BEGIN ---
[COPY]
[COPY] This copyright note is auto-generated by ./scripts/Create-CopyPatch.
[COPY] Please add additional copyright information _after_ the line containing
[COPY] the ROCK-COPYRIGHT-NOTE-END tag. Otherwise it might get removed by
[COPY] the ./scripts/Create-CopyPatch script. Do not edit this copyright text!
[COPY]
[COPY] ROCK Linux: rock-src/package/base/alsa/alsa.desc
[COPY] ROCK Linux is Copyright (C) 1998 - 2006 Clifford Wolf
[COPY]
[COPY] This program is free software; you can redistribute it and/or modify
[COPY] it under the terms of the GNU General Public License as published by
[COPY] the Free Software Foundation; either version 2 of the License, or
[COPY] (at your option) any later version. A copy of the GNU General Public
[COPY] License can be found at Documentation/COPYING.
[COPY]
[COPY] Many people helped and are helping developing ROCK Linux. Please
[COPY] have a look at http://www.rocklinux.org/ and the Documentation/TEAM
[COPY] file for details.
[COPY]
[COPY] --- ROCK-COPYRIGHT-NOTE-END ---
[I] Advanced Linux Sound Architecture
[T] The Advanced Linux Sound Architecture (ALSA) provides audio and MIDI
[T] functionality to the Linux operating system. ALSA has the following
[T] significant features:
[T]
[T] * Efficient support for all types of audio interfaces, from consumer sound
[T] cards to professional multichannel audio interfaces.
[T] * Fully modularized sound drivers.
[T] * SMP and thread-safe design.
[T] * User space library (alsa-lib) to simplify application programming and
[T] provide higher level functionality.
[T] * Support for the older Open Sound System (OSS) API, providing binary
[T] * compatibility for most OSS programs.
[T]
[T] This package includes the ALSA OSS compatibilty library.
[U] http://www.alsa-project.org
[A] Jaroslav Kysela <perex@suse.cz> {Maintainer}
[M] The ROCK Linux Project
[C] base/system base/kernel
[F] CORE
[L] GPL
[S] Stable
[V] 1.0.17
[P] X --?--5---9 109.800
[D] 3786871158 alsa-oss-1.0.17.tar.bz2 ftp://ftp.alsa-project.org/pub/oss-lib/

+ 54
- 0
package/base/alsa-plugins/alsa-plugins.desc

@ -0,0 +1,54 @@
[COPY] --- ROCK-COPYRIGHT-NOTE-BEGIN ---
[COPY]
[COPY] This copyright note is auto-generated by ./scripts/Create-CopyPatch.
[COPY] Please add additional copyright information _after_ the line containing
[COPY] the ROCK-COPYRIGHT-NOTE-END tag. Otherwise it might get removed by
[COPY] the ./scripts/Create-CopyPatch script. Do not edit this copyright text!
[COPY]
[COPY] ROCK Linux: rock-src/package/base/alsa/alsa.desc
[COPY] ROCK Linux is Copyright (C) 1998 - 2006 Clifford Wolf
[COPY]
[COPY] This program is free software; you can redistribute it and/or modify
[COPY] it under the terms of the GNU General Public License as published by
[COPY] the Free Software Foundation; either version 2 of the License, or
[COPY] (at your option) any later version. A copy of the GNU General Public
[COPY] License can be found at Documentation/COPYING.
[COPY]
[COPY] Many people helped and are helping developing ROCK Linux. Please
[COPY] have a look at http://www.rocklinux.org/ and the Documentation/TEAM
[COPY] file for details.
[COPY]
[COPY] --- ROCK-COPYRIGHT-NOTE-END ---
[I] Advanced Linux Sound Architecture
[T] The Advanced Linux Sound Architecture (ALSA) provides audio and MIDI
[T] functionality to the Linux operating system. ALSA has the following
[T] significant features:
[T]
[T] * Efficient support for all types of audio interfaces, from consumer sound
[T] cards to professional multichannel audio interfaces.
[T] * Fully modularized sound drivers.
[T] * SMP and thread-safe design.
[T] * User space library (alsa-lib) to simplify application programming and
[T] provide higher level functionality.
[T] * Support for the older Open Sound System (OSS) API, providing binary
[T] * compatibility for most OSS programs.
[T]
[T] This package includes the ALSA plugins.
[U] http://www.alsa-project.org
[A] Jaroslav Kysela <perex@suse.cz> {Maintainer}
[M] The ROCK Linux Project
[C] base/system base/kernel
[F] CORE
[L] GPL
[S] Stable
[V] 1.0.17
[P] X --?--5---9 109.800
[D] 1949579878 alsa-plugins-1.0.17.tar.bz2 ftp://ftp.alsa-project.org/pub/plugins/

+ 36
- 0
package/base/alsa-tools/alsa-tools.conf

@ -0,0 +1,36 @@
#!/bin/bash
# --- ROCK-COPYRIGHT-NOTE-BEGIN ---
#
# This copyright note is auto-generated by ./scripts/Create-CopyPatch.
# Please add additional copyright information _after_ the line containing
# the ROCK-COPYRIGHT-NOTE-END tag. Otherwise it might get removed by
# the ./scripts/Create-CopyPatch script. Do not edit this copyright text!
#
# ROCK Linux: rock-src/package/base/alsa/alsa.conf
# ROCK Linux is Copyright (C) 1998 - 2006 Clifford Wolf
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation; either version 2 of the License, or
# (at your option) any later version. A copy of the GNU General Public
# License can be found at Documentation/COPYING.
#
# Many people helped and are helping developing ROCK Linux. Please
# have a look at http://www.rocklinux.org/ and the Documentation/TEAM
# file for details.
#
# --- ROCK-COPYRIGHT-NOTE-END ---
custmain="alsa_tools_custmain"
alsa_tools_custmain() {
for x in * ; do
[ -f "$x/configure" ] || continue
(
cd $x
eval_config_command $( eval echo $confopt )
eval $MAKE $makeopt
eval $MAKE $makeinstopt
)
done
}

+ 54
- 0
package/base/alsa-tools/alsa-tools.desc

@ -0,0 +1,54 @@
[COPY] --- ROCK-COPYRIGHT-NOTE-BEGIN ---
[COPY]
[COPY] This copyright note is auto-generated by ./scripts/Create-CopyPatch.
[COPY] Please add additional copyright information _after_ the line containing
[COPY] the ROCK-COPYRIGHT-NOTE-END tag. Otherwise it might get removed by
[COPY] the ./scripts/Create-CopyPatch script. Do not edit this copyright text!
[COPY]
[COPY] ROCK Linux: rock-src/package/base/alsa/alsa.desc
[COPY] ROCK Linux is Copyright (C) 1998 - 2006 Clifford Wolf
[COPY]
[COPY] This program is free software; you can redistribute it and/or modify
[COPY] it under the terms of the GNU General Public License as published by
[COPY] the Free Software Foundation; either version 2 of the License, or
[COPY] (at your option) any later version. A copy of the GNU General Public
[COPY] License can be found at Documentation/COPYING.
[COPY]
[COPY] Many people helped and are helping developing ROCK Linux. Please
[COPY] have a look at http://www.rocklinux.org/ and the Documentation/TEAM
[COPY] file for details.
[COPY]
[COPY] --- ROCK-COPYRIGHT-NOTE-END ---
[I] Advanced Linux Sound Architecture
[T] The Advanced Linux Sound Architecture (ALSA) provides audio and MIDI
[T] functionality to the Linux operating system. ALSA has the following
[T] significant features:
[T]
[T] * Efficient support for all types of audio interfaces, from consumer sound
[T] cards to professional multichannel audio interfaces.
[T] * Fully modularized sound drivers.
[T] * SMP and thread-safe design.
[T] * User space library (alsa-lib) to simplify application programming and
[T] provide higher level functionality.
[T] * Support for the older Open Sound System (OSS) API, providing binary
[T] * compatibility for most OSS programs.
[T]
[T] This package includes the ALSA tools.
[U] http://www.alsa-project.org
[A] Jaroslav Kysela <perex@suse.cz> {Maintainer}
[M] The ROCK Linux Project
[C] base/system base/kernel
[F] CORE
[L] GPL
[S] Stable
[V] 1.0.17
[P] X --?--5---9 109.800
[D] 559475301 alsa-tools-1.0.17.tar.bz2 ftp://ftp.alsa-project.org/pub/tools/

+ 24
- 0
package/base/alsa-utils/alsa-utils.conf

@ -0,0 +1,24 @@
#!/bin/bash
# --- ROCK-COPYRIGHT-NOTE-BEGIN ---
#
# This copyright note is auto-generated by ./scripts/Create-CopyPatch.
# Please add additional copyright information _after_ the line containing
# the ROCK-COPYRIGHT-NOTE-END tag. Otherwise it might get removed by
# the ./scripts/Create-CopyPatch script. Do not edit this copyright text!
#
# ROCK Linux: rock-src/package/base/alsa/alsa.conf
# ROCK Linux is Copyright (C) 1998 - 2006 Clifford Wolf
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation; either version 2 of the License, or
# (at your option) any later version. A copy of the GNU General Public
# License can be found at Documentation/COPYING.
#
# Many people helped and are helping developing ROCK Linux. Please
# have a look at http://www.rocklinux.org/ and the Documentation/TEAM
# file for details.
#
# --- ROCK-COPYRIGHT-NOTE-END ---
hook_add postinstall 5 "install_init $xpkg $confdir/$xpkg.init"

+ 54
- 0
package/base/alsa-utils/alsa-utils.desc

@ -0,0 +1,54 @@
[COPY] --- ROCK-COPYRIGHT-NOTE-BEGIN ---
[COPY]
[COPY] This copyright note is auto-generated by ./scripts/Create-CopyPatch.
[COPY] Please add additional copyright information _after_ the line containing
[COPY] the ROCK-COPYRIGHT-NOTE-END tag. Otherwise it might get removed by
[COPY] the ./scripts/Create-CopyPatch script. Do not edit this copyright text!
[COPY]
[COPY] ROCK Linux: rock-src/package/base/alsa/alsa.desc
[COPY] ROCK Linux is Copyright (C) 1998 - 2006 Clifford Wolf
[COPY]
[COPY] This program is free software; you can redistribute it and/or modify
[COPY] it under the terms of the GNU General Public License as published by
[COPY] the Free Software Foundation; either version 2 of the License, or
[COPY] (at your option) any later version. A copy of the GNU General Public
[COPY] License can be found at Documentation/COPYING.
[COPY]
[COPY] Many people helped and are helping developing ROCK Linux. Please
[COPY] have a look at http://www.rocklinux.org/ and the Documentation/TEAM
[COPY] file for details.
[COPY]
[COPY] --- ROCK-COPYRIGHT-NOTE-END ---
[I] Advanced Linux Sound Architecture
[T] The Advanced Linux Sound Architecture (ALSA) provides audio and MIDI
[T] functionality to the Linux operating system. ALSA has the following
[T] significant features:
[T]
[T] * Efficient support for all types of audio interfaces, from consumer sound
[T] cards to professional multichannel audio interfaces.
[T] * Fully modularized sound drivers.
[T] * SMP and thread-safe design.
[T] * User space library (alsa-lib) to simplify application programming and
[T] provide higher level functionality.
[T] * Support for the older Open Sound System (OSS) API, providing binary
[T] * compatibility for most OSS programs.
[T]
[T] This package includes the ALSA utilities.
[U] http://www.alsa-project.org
[A] Jaroslav Kysela <perex@suse.cz> {Maintainer}
[M] The ROCK Linux Project
[C] base/system base/kernel
[F] CORE
[L] GPL
[S] Stable
[V] 1.0.17
[P] X --?--5---9 109.800
[D] 80478971 alsa-utils-1.0.17.tar.bz2 ftp://ftp.alsa-project.org/pub/utils/

+ 9
- 0
package/base/alsa-utils/alsa-utils.desktop

@ -0,0 +1,9 @@
[Desktop Entry]
Encoding=UTF-8
Name=ALSA Mixer
Comment=Mixer application for ALSA
Exec=alsamixer
Terminal=true
Type=Application
Categories=Audio;Mixer
X-ROCK-Name=alsa

+ 44
- 0
package/base/alsa-utils/alsa-utils.init

@ -0,0 +1,44 @@
#!/bin/sh
#
# --- ROCK-COPYRIGHT-NOTE-BEGIN ---
#
# This copyright note is auto-generated by ./scripts/Create-CopyPatch.
# Please add additional copyright information _after_ the line containing
# the ROCK-COPYRIGHT-NOTE-END tag. Otherwise it might get removed by
# the ./scripts/Create-CopyPatch script. Do not edit this copyright text!
#
# ROCK Linux: rock-src/package/base/alsa/alsa.init
# ROCK Linux is Copyright (C) 1998 - 2006 Clifford Wolf
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation; either version 2 of the License, or
# (at your option) any later version. A copy of the GNU General Public
# License can be found at Documentation/COPYING.
#
# Many people helped and are helping developing ROCK Linux. Please
# have a look at http://www.rocklinux.org/ and the Documentation/TEAM
# file for details.
#
# --- ROCK-COPYRIGHT-NOTE-END ---
#
# Desc: ALSA Sound Mixer Loader
# Runlevel: 75 rcX rc2 rc3 rc4 rc5
#
main_begin
block_begin(start, `Initializing ALSA mixer.')
if [ -f /etc/asound.state ] ; then
check(`D_prefix/sbin/alsactl restore')
else
echo "No saved state for audio devices ..."
fi
block_end
block_begin(stop, `Saving ALSA mixer settings.')
check(`D_prefix/sbin/alsactl store')
block_end
main_end

Loading…
Cancel
Save