Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 308697
Collapse All | Expand All

(-)/usr/portage/media-plugins/alsa-plugins/alsa-plugins-1.0.22.ebuild (-1 / +9 lines)
Lines 77-82 src_install() { Link Here
77
	dodoc upmix.txt vdownmix.txt README-pcm-oss
77
	dodoc upmix.txt vdownmix.txt README-pcm-oss
78
	use jack && dodoc README-jack
78
	use jack && dodoc README-jack
79
	use libsamplerate && dodoc samplerate.txt
79
	use libsamplerate && dodoc samplerate.txt
80
	use pulseaudio && dodoc README-pulse
81
	use ffmpeg && dodoc lavcrate.txt a52.txt
80
	use ffmpeg && dodoc lavcrate.txt a52.txt
81
82
	if use pulseaudio; then
83
		dodoc README-pulse
84
		# install ALSA configuration files
85
		# making PA to be used by alsa clients
86
		insinto /usr/share/alsa
87
		doins "${FILESDIR}"/pulse/*.conf
88
	fi
89
82
}
90
}

Return to bug 308697