diff options
author | Jan Brinkmann <luckyduck@gentoo.org> | 2005-03-25 17:51:04 +0000 |
---|---|---|
committer | Jan Brinkmann <luckyduck@gentoo.org> | 2005-03-25 17:51:04 +0000 |
commit | 54059be90b4318addb2082dce1daea3e065d2bd4 (patch) | |
tree | 964b1e6898c80286a4dc4ff8f7757cc19cadeeae /media-sound/nforce-audio/nforce-audio-1.0.0292-r1.ebuild | |
parent | Added patched versions of DOMAINATRIX and EMNU that work with EMBOSS 2.10. (diff) | |
download | historical-54059be90b4318addb2082dce1daea3e065d2bd4.tar.gz historical-54059be90b4318addb2082dce1daea3e065d2bd4.tar.bz2 historical-54059be90b4318addb2082dce1daea3e065d2bd4.zip |
new upstream version, fixes #84975. also fixed #86084
Package-Manager: portage-2.0.51.19
Diffstat (limited to 'media-sound/nforce-audio/nforce-audio-1.0.0292-r1.ebuild')
-rw-r--r-- | media-sound/nforce-audio/nforce-audio-1.0.0292-r1.ebuild | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/media-sound/nforce-audio/nforce-audio-1.0.0292-r1.ebuild b/media-sound/nforce-audio/nforce-audio-1.0.0292-r1.ebuild index 10b38ed18e70..08f80296f28d 100644 --- a/media-sound/nforce-audio/nforce-audio-1.0.0292-r1.ebuild +++ b/media-sound/nforce-audio/nforce-audio-1.0.0292-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/nforce-audio/nforce-audio-1.0.0292-r1.ebuild,v 1.2 2005/03/12 16:16:49 genstef Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/nforce-audio/nforce-audio-1.0.0292-r1.ebuild,v 1.3 2005/03/25 17:51:04 luckyduck Exp $ inherit eutils linux-mod @@ -59,13 +59,6 @@ src_compile() { src_install() { linux-mod_src_install - dodir /etc/modules.d - cat > ${D}/etc/modules.d/nvsound << EOF -# change spdif_status to 1 to enable digital out; this will cause audio -# playback to be clamped to 48KHz which can cause some programs to play -# back audio at the wrong speed. -options nvsound spdif_status=0 -EOF dobin nvmixer dodoc ${S}/ReleaseNotes.html |