diff --git a/package/base/alsa/alsa.cache b/package/base/alsa/alsa.cache deleted file mode 100644 index 51803db0f..000000000 --- a/package/base/alsa/alsa.cache +++ /dev/null @@ -1,45 +0,0 @@ -[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.cache -[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 --- - -[TIMESTAMP] 1180911303 Mon Jun 4 00:55:03 2007 (5) -[TIMESTAMP] 1181277526 Fri Jun 8 06:38:46 2007 (9) - -[CONFIG-ID] TRUNK-x86-reference -[ROCKVER] TRUNK - -[LOGS] 5-alsa.log 9-alsa.log - -[BUILDTIME] 15688 (5) -[BUILDTIME] 16933 (9) -[SIZE] 2.50 MB, 152 files - -[DEP] 00-dirtree bash2 binutils bzip2 coreutils cvm diffutils findutils -[DEP] gawk gcc42 gcc42:dev gettext glibc26 glibc26:dev grep libelf -[DEP] linux26-headers:dev ltrace m4 make mktemp ncurses ncurses:dev -[DEP] net-tools sed sysfiles tar twoftpd ucspi-unix util-linux xmame - -[PROVIDES] aconnect alsaconf alsactl alsamixer amidi amixer aoss aplay -[PROVIDES] aplaymidi arecord arecordmidi aseqdump aseqnet aserver iecset -[PROVIDES] libalsatoss.a libalsatoss.so libaoss.a libaoss.so libasound.a -[PROVIDES] libasound.so libossredir.a smixer-ac97.so smixer-hda.so -[PROVIDES] smixer-sbase.so speaker-test - diff --git a/package/base/alsa/alsa.conf b/package/base/alsa/alsa.conf deleted file mode 100644 index 222c05657..000000000 --- a/package/base/alsa/alsa.conf +++ /dev/null @@ -1,94 +0,0 @@ -# --- 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 --- - -pkg_alsa_main() { - # extract the packages - for x in alsa-lib-${alsa_lib_version:-$ver}.tar.bz2 \ - alsa-oss-${alsa_oss_version:-$ver}.tar.bz2 \ - alsa-utils-${alsa_utils_version:-$ver}.tar.bz2 \ - alsa-tools-${alsa_tools_version:-$ver}.tar.bz2 - do - echo "Extracting $x ..." - tar $taropt $archdir/$x - # apply patches, if existent - cd ${x%.tar.bz2} - t=${x#alsa-*-}; t=${x%-$t} - for y in $confdir/*.patch.$t; do - if [ -f $y ]; then - patch -p1 < $y - fi - done - cd .. - done - - # build the non-driver packages - build_list="alsa-lib-${alsa_lib_version:-$ver} - alsa-oss-${alsa_oss_version:-$ver} - alsa-utils-${alsa_utils_version:-$ver}" - - # only build alsa-tools if gtk+ is found - if [ -f $root/var/adm/flists/gtk+1 -o -f $root/var/adm/flists/gtk+2 ] ; then - build_list="$build_list \ - alsa-tools-${alsa_tools_version:-$ver}/ac3dec \ - alsa-tools-${alsa_tools_version:-$ver}/as10k1 \ - alsa-tools-${alsa_tools_version:-$ver}/envy24control \ - alsa-tools-${alsa_tools_version:-$ver}/sb16_csp \ - alsa-tools-${alsa_tools_version:-$ver}/seq/sbiload" - fi - - for sub in $build_list - do - echo ; echo "Building in $sub ..." - - cd $builddir/$sub - for x in /usr/share/automake*/{missing,install-sh,mkinstalldirs} ; do - ln -sf $x . - done - - eval "./configure $confopt" - eval $MAKE ; eval $MAKE install - done - - 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 - install_init alsa $confdir/alsa.init - #cp $confdir/stone_mod_alsa.sh $root/etc/stone.d/mod_alsa.sh -} - -autoextract=0 -custmain="pkg_alsa_main" - -# auto-create missing *.a files -autoso2a=1 - diff --git a/package/base/alsa/alsa.desc b/package/base/alsa/alsa.desc deleted file mode 100644 index 65953faf4..000000000 --- a/package/base/alsa/alsa.desc +++ /dev/null @@ -1,58 +0,0 @@ - -[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] ALSA (Advanced Linux Sound Architecture) is the next generation -[T] Linux Sound API. It may go into the devel 2.5 Kernel. -[T] It provides much finer (->better) access to the sound hardware, -[T] has a unbeatable mixer api and supports stuff like multi track -[T] hardware, digital outs and ins, uninterleaved sound data access -[T] ... ... and an oss emulation layer (for the old apps). -[T] It is (not looking to the last major api changes) the prefered -[T] api for professional sound apps under Linux. (Lets hope they'll -[T] come.) - -[U] http://www.alsa-project.org - -[A] Jaroslav Kysela {Maintainer} -[M] The ROCK Linux Project - -[C] base/system base/kernel -[F] CORE - -[L] GPL -[S] Stable -[V] 1.0.13 -[P] X --?--5---9 109.800 - -[O] alsa_lib_version=1.0.13 -[O] alsa_utils_version=1.0.13 -[O] alsa_tools_version=1.0.13 -[O] alsa_oss_version=1.0.12 - -[D] 3664089583 alsa-lib-1.0.13.tar.bz2 ftp://ftp.alsa-project.org/pub/lib/ -[D] 3289713397 alsa-utils-1.0.13.tar.bz2 ftp://ftp.alsa-project.org/pub/utils/ -[D] 1836325299 alsa-tools-1.0.13.tar.bz2 ftp://ftp.alsa-project.org/pub/tools/ -[D] 4067761537 alsa-oss-1.0.12.tar.bz2 ftp://ftp.alsa-project.org/pub/oss-lib/ - diff --git a/package/base/alsa/alsa.desktop b/package/base/alsa/alsa.desktop deleted file mode 100644 index 5c52c9d50..000000000 --- a/package/base/alsa/alsa.desktop +++ /dev/null @@ -1,9 +0,0 @@ -[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 diff --git a/package/base/alsa/alsa.init b/package/base/alsa/alsa.init deleted file mode 100644 index bba6a4ab3..000000000 --- a/package/base/alsa/alsa.init +++ /dev/null @@ -1,44 +0,0 @@ -#!/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 -