summaryrefslogtreecommitdiffstats
path: root/audio-drivers/au88xx
diff options
context:
space:
mode:
authorroot2006-04-24 09:03:08 -0500
committerroot2006-04-24 09:03:08 -0500
commit84d8b510ac289af0a43bfa9e110844af27a90196 (patch)
treed7093929b954dd2f71114bff270755e18f737eb1 /audio-drivers/au88xx
initial commit from stable 0.3
Diffstat (limited to 'audio-drivers/au88xx')
-rwxr-xr-xaudio-drivers/au88xx/BUILD7
-rwxr-xr-xaudio-drivers/au88xx/DETAILS18
-rw-r--r--audio-drivers/au88xx/HISTORY3
3 files changed, 28 insertions, 0 deletions
diff --git a/audio-drivers/au88xx/BUILD b/audio-drivers/au88xx/BUILD
new file mode 100755
index 0000000000..a2e04c27da
--- /dev/null
+++ b/audio-drivers/au88xx/BUILD
@@ -0,0 +1,7 @@
+(
+
+ cd ../aureal &&
+ prepare_install &&
+ make install
+
+) > $C_FIFO 2>&1
diff --git a/audio-drivers/au88xx/DETAILS b/audio-drivers/au88xx/DETAILS
new file mode 100755
index 0000000000..bcf66ef001
--- /dev/null
+++ b/audio-drivers/au88xx/DETAILS
@@ -0,0 +1,18 @@
+ SPELL=au88xx
+ VERSION=1.1.2
+ SOURCE=$SPELL-$VERSION.tar.bz2
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
+SOURCE_URL[0]=$SOURCEFORGE_URL/aureal/$SOURCE
+ WEB_SITE=http://sourceforge.net/projects/aureal
+ ENTERED=20011030
+ UPDATED=20020509
+ MD5[0]=b75658321331a0420915f6b85cf4e981
+ LICENSE[0]=GPL
+ MAINTAINER=unet@sourcemage.org
+ SHORT="Driver for the Aureal Vortex 2"
+cat << EOF
+This is a fork of Aureal's own soundcard drivers for the Vortex 2,
+Vortex 1 and Vortex Advantage (AU8830, AU8820 and AU8810 chips
+respectively) with goals of making the drivers more Open Sound System
+(OSS) compliant, more stable, and supporting later kernels.
+EOF
diff --git a/audio-drivers/au88xx/HISTORY b/audio-drivers/au88xx/HISTORY
new file mode 100644
index 0000000000..7d1cb7fd5f
--- /dev/null
+++ b/audio-drivers/au88xx/HISTORY
@@ -0,0 +1,3 @@
+2002-06-12 Unet <unet@sourcemage.org>
+ * Created this.
+