diff options
author | hubertf <hubertf> | 2000-10-17 01:32:33 +0000 |
---|---|---|
committer | hubertf <hubertf> | 2000-10-17 01:32:33 +0000 |
commit | dde371f0ee97088212e0a0be598ad09405f70a4c (patch) | |
tree | 63d048ac791298fc9bf4697a4ee786f5c40fa3bb /audio | |
parent | 1aa8c7c6aa6b198ee2f91ce22d64a89dafc1dd84 (diff) | |
download | pkgsrc-dde371f0ee97088212e0a0be598ad09405f70a4c.tar.gz |
Program to enable and modify the 3D mode on Crystal CS4235 sound cards.
It's working quite well for me; it seems to work just as well as the 3D
control in Windows.
Unfortunately the code only works on i386, but if anybody wants to fix
that they're more than welcome :-)
Diffstat (limited to 'audio')
-rw-r--r-- | audio/cs4235/Makefile | 14 | ||||
-rw-r--r-- | audio/cs4235/files/md5 | 3 | ||||
-rw-r--r-- | audio/cs4235/pkg/COMMENT | 1 | ||||
-rw-r--r-- | audio/cs4235/pkg/DESCR | 6 | ||||
-rw-r--r-- | audio/cs4235/pkg/PLIST | 2 |
5 files changed, 26 insertions, 0 deletions
diff --git a/audio/cs4235/Makefile b/audio/cs4235/Makefile new file mode 100644 index 00000000000..39a8b437aab --- /dev/null +++ b/audio/cs4235/Makefile @@ -0,0 +1,14 @@ +# $NetBSD: Makefile,v 1.1.1.1 2000/10/17 01:32:33 hubertf Exp $ +# + +DISTNAME= cs4235-20001009 +CATEGORIES= audio sysutils +MASTER_SITES= http://invisible.yi.org/~jmcneill/ + +MAINTAINER= hubertf@netbsd.org +HOMEPAGE= http://invisible.yi.org/~jmcneill/ + +WRKSRC= ${WRKDIR}/cs4235 +MAKE_ENV+= BINDIR=${PREFIX}/bin + +.include "../../mk/bsd.pkg.mk" diff --git a/audio/cs4235/files/md5 b/audio/cs4235/files/md5 new file mode 100644 index 00000000000..6b1cab6c9a4 --- /dev/null +++ b/audio/cs4235/files/md5 @@ -0,0 +1,3 @@ +$NetBSD: md5,v 1.1.1.1 2000/10/17 01:32:33 hubertf Exp $ + +MD5 (cs4235-20001009.tar.gz) = 90ae14efc9596a8ae7483d9528a03988 diff --git a/audio/cs4235/pkg/COMMENT b/audio/cs4235/pkg/COMMENT new file mode 100644 index 00000000000..aed32e0a042 --- /dev/null +++ b/audio/cs4235/pkg/COMMENT @@ -0,0 +1 @@ +Modifies the 3D mode on Crystal CS4235 sound cards diff --git a/audio/cs4235/pkg/DESCR b/audio/cs4235/pkg/DESCR new file mode 100644 index 00000000000..5c7fab63e8a --- /dev/null +++ b/audio/cs4235/pkg/DESCR @@ -0,0 +1,6 @@ +Program to enable and modify the 3D mode on Crystal CS4235 sound cards. +It's working quite well for me; it seems to work just as well as the 3D +control in Windows. + +Unfortunately the code only works on i386, but if anybody wants to fix +that they're more than welcome :-) diff --git a/audio/cs4235/pkg/PLIST b/audio/cs4235/pkg/PLIST new file mode 100644 index 00000000000..b90db33e0a3 --- /dev/null +++ b/audio/cs4235/pkg/PLIST @@ -0,0 +1,2 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2000/10/17 01:32:33 hubertf Exp $ +bin/cs4235_3dctl |