summaryrefslogtreecommitdiffstats
path: root/audio-drivers/alsa-oss
diff options
context:
space:
mode:
authorJeremy Blosser2006-04-24 17:18:23 -0500
committerJeremy Blosser2006-04-24 17:18:23 -0500
commit40cab39be263ad05a8f769427ac109574ade8ba9 (patch)
tree18717801a9ca3e907312a6835979459869bbdcf6 /audio-drivers/alsa-oss
parentb5f0bab572ede048ab39739cbef77ab25143294f (diff)
sync ./audio-drivers/alsa-oss from test
Diffstat (limited to 'audio-drivers/alsa-oss')
-rwxr-xr-xaudio-drivers/alsa-oss/DETAILS6
-rw-r--r--audio-drivers/alsa-oss/HISTORY23
-rwxr-xr-xaudio-drivers/alsa-oss/INSTALL7
-rw-r--r--audio-drivers/alsa-oss/profile.d/alsa-oss3
-rwxr-xr-xaudio-drivers/alsa-oss/profile.d/alsa-oss.sh5
5 files changed, 42 insertions, 2 deletions
diff --git a/audio-drivers/alsa-oss/DETAILS b/audio-drivers/alsa-oss/DETAILS
index 8041be4d5e..3ff5fa23e2 100755
--- a/audio-drivers/alsa-oss/DETAILS
+++ b/audio-drivers/alsa-oss/DETAILS
@@ -1,14 +1,16 @@
SPELL=alsa-oss
- VERSION=1.0.10
+ VERSION=1.0.11
SOURCE=$SPELL-$VERSION.tar.bz2
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
SOURCE_URL[0]=ftp://ftp.alsa-project.org/pub/oss-lib/$SOURCE
- SOURCE_HASH=sha512:89f337d821774ee0f75da106a0117a87b6ee4bbcc3e78443f603165061c05818a8215aaee18d28e360685f82ff812155c00c128217dd54b6b96c9d369b91b350
+ SOURCE_HASH=sha512:cf0d3333a5243081d624a450c2bed5e2a6f7ff88e85257e1f97a10ee68822394111fdde058a0761d6b1fccded7e018fd8c341b548a9ec61e06a471e7ef055cb6
WEB_SITE=http://www.alsa-project.org/
ENTERED=20041026
UPDATED=20041026
+ PATCHLEVEL=1
LICENSE[0]=LGPL
BUILD_API=2
+ KEYWORDS="drivers audio"
SHORT="A OSS wrapper and utilities for the OSS layer in the Advanced Linux Sound Architecture."
cat << EOF
From http://www.alsa-project.org/intro.php3
diff --git a/audio-drivers/alsa-oss/HISTORY b/audio-drivers/alsa-oss/HISTORY
index 23f21cfeb1..314cdfd1f0 100644
--- a/audio-drivers/alsa-oss/HISTORY
+++ b/audio-drivers/alsa-oss/HISTORY
@@ -1,3 +1,26 @@
+2006-04-19 Unet <unet@sourcemage.org>
+ * DETAILS: 1.0.11
+
+2006-04-18 Juuso Alasuutari <iuso@sourcemage.org>
+ * profile.d/: Added
+ * alsa-oss: Moved to profile.d/
+ * alsa-oss.sh: Moved to profile.d/
+ * INSTALL: Edited to install configs from
+ $SCRIPT_DIRECTORY/profile.d/
+
+2006-04-18 Juuso Alasuutari <iuso@sourcemage.org>
+ * alsa-oss: Added, sysconfig file with variable to set aoss
+ wrapper use for programs which have launch scripts for it
+ * alsa-oss.sh: Added, profile.d file to source above config
+ * INSTALL: Added, install above files
+ * DETAILS: PATCHLEVEL
+
+2006-03-28 Ladislav Hagara <hgr@vabo.cz>
+ * DETAILS: 1.0.11rc3
+
+2006-03-12 Karsten Behrmann <BearPerson@sourcemage.org>
+ * DETAILS: (automated) Add KEYWORDS
+
2005-11-18 George Sherwood <george@beernabeer.com>
* DETAILS: Updated to 1.0.10
diff --git a/audio-drivers/alsa-oss/INSTALL b/audio-drivers/alsa-oss/INSTALL
new file mode 100755
index 0000000000..3b10f633b1
--- /dev/null
+++ b/audio-drivers/alsa-oss/INSTALL
@@ -0,0 +1,7 @@
+default_install &&
+
+# Install config files to set aoss wrapper use
+install -m 0644 $SCRIPT_DIRECTORY/profile.d/alsa-oss \
+ $INSTALL_ROOT/etc/sysconfig/ &&
+install -m 0755 $SCRIPT_DIRECTORY/profile.d/alsa-oss.sh \
+ $INSTALL_ROOT/etc/profile.d/
diff --git a/audio-drivers/alsa-oss/profile.d/alsa-oss b/audio-drivers/alsa-oss/profile.d/alsa-oss
new file mode 100644
index 0000000000..97743a09d4
--- /dev/null
+++ b/audio-drivers/alsa-oss/profile.d/alsa-oss
@@ -0,0 +1,3 @@
+# Set this variable if you want programs to use the
+# oss-to-alsa wrapper instead of the OSS kernel driver.
+# USE_AOSS_WRAPPER=y
diff --git a/audio-drivers/alsa-oss/profile.d/alsa-oss.sh b/audio-drivers/alsa-oss/profile.d/alsa-oss.sh
new file mode 100755
index 0000000000..a6f4c65e5c
--- /dev/null
+++ b/audio-drivers/alsa-oss/profile.d/alsa-oss.sh
@@ -0,0 +1,5 @@
+#!/bin/bash
+
+[[ -f /etc/sysconfig/alsa-oss ]] &&
+ . /etc/sysconfig/alsa-oss &&
+ export USE_AOSS_WRAPPER